useless-if-before-free: freed expr may have white-space differences
[gnulib.git] / ChangeLog
1 2008-05-25  Jim Meyering  <meyering@redhat.com>
2
3         useless-if-before-free: freed expr may have white-space differences
4         * build-aux/useless-if-before-free: Recognize cases in which the
5         freed expression differs from the tested one in embedded white
6         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
7         $1 was used, so we can't make any regexp shy.  Improved tests now
8         detect this.
9
10         useless-if-before-free: accept white space in the expression.
11         * build-aux/useless-if-before-free: For now, any white space
12         in the expression must be identical in the free argument.
13
14         useless-if-before-free: efficiency tweak
15         * build-aux/useless-if-before-free: Make the expression-matching
16         regexp "shy".
17         Make the *outer* regexp shy, not the expr-matching one.
18
19         update code-in-comment to accept cast of free arg
20         * build-aux/useless-if-before-free: Update regexp.
21
22 2008-05-25  Bruno Haible  <bruno@clisp.org>
23
24         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25         * modules/copy-file-tests (Files, Makefile.am): Update.
26         * tests/test-copy-file.c (func_test_copy): Update.
27
28 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
29
30         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
31
32 2008-05-23  Bruno Haible  <bruno@clisp.org>
33
34         Improve support for ACLs on OSF/1.
35         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
36         Remove fallback for unknown flavors of ACLs.
37
38 2008-05-22  Bruno Haible  <bruno@clisp.org>
39
40         Add support for ACLs on OSF/1.
41         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
42         replacements.
43         (acl_free_text): New macro fallback.
44         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
45         acl_free.
46         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
47         acl_free_text function. Require AC_C_INLINE.
48
49 2008-05-22  Bruno Haible  <bruno@clisp.org>
50
51         Make copy_acl work on MacOS X 10.5.
52         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
53         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
54         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
55         If MODE_INSIDE_ACL, don't assume that every system has the same text
56         representation for ACLs as FreeBSD.
57         * lib/copy-acl.c (copy_acl): Add support for platforms with
58         !MODE_INSIDE_ACL.
59         * lib/file-has-acl.c (file_has_acl): Likewise.
60         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
61         FreeBSD, MacOS X, or IRIX, respectively.
62
63 2008-05-22  Bruno Haible  <bruno@clisp.org>
64
65         * lib/acl.h: Don't include <sys/acl.h>.
66         (GETACLCNT): Move fallback to lib/acl-internal.h.
67         * lib/acl-internal.h: Include <sys/acl.h> here.
68         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
69
70 2008-05-22  Bruno Haible  <bruno@clisp.org>
71
72         Split off copy_acl function to separate file.
73         * lib/copy-acl.c: New file, extracted from lib/acl.c.
74         * lib/acl.c (copy_acl): Moved function to separate file.
75         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
76         * modules/acl (Files): Add lib/copy-acl.c.
77         (Makefiles.am): Augment lib_SOURCES.
78
79 2008-05-22  Bruno Haible  <bruno@clisp.org>
80
81         * modules/copy-file-tests: New file.
82         * tests/test-copy-file.sh: New file.
83         * tests/test-copy-file.c: New file.
84         * tests/test-copy-file-sameacls.c: New file.
85
86 2008-05-22  Eric Blake  <ebb9@byu.net>
87
88         Avoid gcc warning.
89         * tests/test-memcmp.c (main): Pass NULL indirectly.
90
91 2008-05-21  Bruno Haible  <bruno@clisp.org>
92
93         Add reference doc about ACLs.
94         * doc/acl-resources.txt: New file.
95         * doc/acl-cygwin.txt: New file.
96
97 2008-05-21  Bruno Haible  <bruno@clisp.org>
98
99         Avoid one more warning from gcc.
100         * lib/vasnprintf.c (IF_LINT): Update comments.
101         (VASNPRINTF): Use it also for the 'prefix' array initializer.
102
103 2008-05-21  Jim Meyering  <meyering@redhat.com>
104
105         avoid a warning from gcc
106         * lib/vasnprintf.c (IF_LINT): Define.
107         (scale10_round_decimal_long_double):
108         Use it to avoid a "may be used uninitialized" warning.
109         (scale10_round_decimal_double): Likewise.
110
111 2008-05-21  Simon Josefsson  <simon@josefsson.org>
112
113         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
114         declared.
115
116 2008-05-20  Bruno Haible  <bruno@clisp.org>
117
118         * tests/test-memcmp.c (main): Test also the sign of the result. Test
119         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
120
121 2008-05-20  Simon Josefsson  <simon@josefsson.org>
122
123         * modules/memcmp-tests: New file.
124         * tests/test-memcmp.c: New file.
125
126 2008-05-19  Bruno Haible  <bruno@clisp.org>
127
128         * modules/propername (Notice, configure.ac): Put quoted "..." into
129         --keyword option.
130         * lib/propername.h: Update comments accordingly.
131         Reported by Eric Blake.
132
133 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
134
135         * modules/getpass-gnu (Depends-on): Add fseeko.
136
137 2008-05-19  Simon Josefsson  <simon@josefsson.org>
138
139         * modules/base64-tests: New file.
140
141 2008-05-19  Bo Borgerson <gigabo@gmail.com>
142
143         * lib/base64.c (base64_decode_ctx): If a decode context structure
144         was passed in use it to ignore newlines.  If a context structure
145         was _not_ passed in, continue to treat newlines as garbage (this
146         is the historical behavior).  Formerly base64_decode.
147         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
148         takes a decode context structure.
149         * lib/base64.h (base64_decode): Macro for four-argument calls.
150         (base64_decode_alloc): Likewise.
151         * lib/base64.c (base64_decode_ctx): If a decode context structure
152         was passed in use it to ignore newlines.  If a context structure
153         was _not_ passed in, continue to treat newlines as garbage (this
154         is the historical behavior).  Formerly base64_decode.
155         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
156         takes a decode context structure.
157         * lib/base64.h (base64_decode): Macro for four-argument calls.
158         (base64_decode_alloc): Likewise.
159
160 2008-05-19  Jim Meyering  <meyering@redhat.com>
161
162         avoid a warning from gcc
163         * lib/trim.c (IF_LINT): Define.
164         (trim2): Use it to avoid a "may be used uninitialized" warning.
165
166         Fix doc typo.
167         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
168
169 2008-05-19  Bruno Haible  <bruno@clisp.org>
170
171         * doc/glibc-functions/getpass.texi: Document limits of other
172         implementations.
173
174 2008-05-19  Simon Josefsson  <simon@josefsson.org>
175             Bruno Haible <bruno@clisp.org>
176
177         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
178
179 2008-05-18  Bruno Haible  <bruno@clisp.org>
180
181         * modules/propername: New file, from GNU gettext.
182         * lib/propername.h: New file, from GNU gettext.
183         * lib/propername.c: New file, from GNU gettext.
184         * MODULES.html.sh (Internationalization functions): Add propername.
185
186 2008-05-16  Jim Meyering  <meyering@redhat.com>
187             Bruno Haible  <bruno@clisp.org>
188
189         Avoid some warnings from "gcc -Wshadow".
190         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
191
192 2008-05-15  Eric Blake  <ebb9@byu.net>
193
194         Extend previous patch to cygwin 1.7.0.
195         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
196         fast implementation in cygwin >= 1.7.0.
197         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
198         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
199
200 2008-05-15  Bruno Haible  <bruno@clisp.org>
201
202         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
203         implementation in glibc >= 2.9.
204         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
205         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
206
207 2008-05-15  Bruno Haible  <bruno@clisp.org>
208
209         * MODULES.html.sh (Internationalization functions): Remove linebreak.
210         (Unicode string functions): Add unilbrk/*.
211         Reported by Karl Berry.
212
213 2008-05-15  Eric Blake  <ebb9@byu.net>
214
215         Fix violation of <stdbool.h> replacement in regex.
216         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
217         * lib/regexec.c (re_search_internal): Likewise.
218         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
219
220 2008-05-15  Jim Meyering  <meyering@redhat.com>
221
222         avoid distracting test output when git or cvs is not found
223         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
224         * tests/test-vc-list-files-git.sh: Likewise.
225
226 2008-05-15  Eric Blake  <ebb9@byu.net>
227
228         Glibc finally accepted the memmem speedup code, bugzilla #5514.
229         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
230         glibc version.
231         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
232         * doc/posix-functions/strstr.texi (strstr): Likewise.
233         * lib/str-two-way.h (MAX): Sychronize with glibc.
234
235 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
236
237         * lib/regcomp.c (optimize_utf8): Add a note on why we test
238         opr.ctx_type.
239         (calc_first): Initialize constraint field.
240         (duplicate_node_closure): Use it instead of special casing ANCHORS.
241         Fix grammar.
242         (duplicate_node): Merge constraint field for all node types.
243         (calc_eclosure_iter): Look at constraint field for all node types.
244         * lib/regex_internal.c (create_cd_newstate): Don't look at
245         opr.ctx_type.
246
247 2008-05-14  Bruno Haible  <bruno@clisp.org>
248
249         Help GCC to do better code generation.
250         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
251         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
252         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
253         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
254         Declare with attribute 'malloc' if supported.
255
256 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
257
258         use "echo STR|wc -c" rather than unportable "expr length STR"
259         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
260         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
261
262 2008-05-14  Jim Meyering  <meyering@redhat.com>
263
264         use dd ibs=$n count=1 ... rather than less-portable head -c$n
265         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
266         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
267         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
268         via Collin Lasse.
269
270 2008-05-14  Eric Blake  <ebb9@byu.net>
271
272         Avoid quadratic growth in gl_LIBSOURCES.
273         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
274         Suggested by Bruno Haible.
275
276         Test xmemdup0.
277         * modules/xmemdup0-tests: New file.
278         * tests/test-xmemdup0.c: Likewise.
279
280 2008-05-13  Eric Blake  <ebb9@byu.net>
281
282         Split xmemdup0 into its own module.
283         * modules/xmemdup0: New file.
284         * lib/xmemdup0.h: Likewise.
285         * lib/xmemdup0.c: Likewise.
286         * MODULES.html.sh (Memory management functions): Add xmemdup0.
287         * lib/xalloc.h (xmemdup0): Remove.
288         * lib/xmalloc.c (xmemdup0): Likewise.
289
290 2008-05-13  Eric Blake  <ebb9@byu.net>
291             Bruno Haible  <bruno@clisp.org>
292
293         Reduce number of forks required during autoconf.
294         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
295         and gl_LIBSOURCES_DIR.
296         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
297         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
298         m4_syscmd per file.
299         <m4_foreach_w>: Move...
300         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
301
302 2008-05-13  Eric Blake  <ebb9@byu.net>
303
304         * gnulib-tool: Fix various comment typos.
305
306 2008-05-12  Bruno Haible  <bruno@clisp.org>
307
308         Tailor the linebreaking algorithm.
309         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
310
311 2008-05-12  Bruno Haible  <bruno@clisp.org>
312
313         Update to Unicode 5.0.0.
314         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
315         LBP_JV, LBP_JT. Redistribute values.
316         (unilbrk_table): Change size.
317         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
318         Unicode TR#14 rev. 22.
319         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
320         LBP_JV, LBP_JT. Redistribute values.
321         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
322         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
323         Update.
324         * lib/unilbrk/lbrkprop1.h: Regenerated.
325         * lib/unilbrk/lbrkprop2.h: Regenerated.
326         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
327         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
328         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
329         Likewise.
330         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
331         Likewise.
332         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
333         result.
334         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
335         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
336         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
337         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
338         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
339         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
340
341 2008-05-11  Bruno Haible  <bruno@clisp.org>
342
343         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
344
345 2008-05-11  Bruno Haible  <bruno@clisp.org>
346
347         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
348         * modules/unilbrk/gen-lbrk: New file.
349
350 2008-05-11  Bruno Haible  <bruno@clisp.org>
351
352         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
353         * m4/sha512.m4 (gl_SHA512): Likewise.
354
355 2008-05-11  Jim Meyering  <meyering@redhat.com>
356
357         New modules: crypto/sha256, crypto/sha512 (from coreutils)
358         * modules/crypto/sha256: New file.
359         * modules/crypto/sha512: Likewise.
360         * lib/sha256.c: Likewise.
361         * lib/sha256.h: Likewise.
362         * lib/sha512.c: Likewise.
363         * lib/sha512.h: Likewise.
364         * lib/u64.h: Likewise.
365         * m4/sha256.m4: Likewise.
366         * m4/sha512.m4: Likewise.
367         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
368
369 2008-05-10  Bruno Haible  <bruno@clisp.org>
370
371         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
372         (Input/Output <stdio.h>): Add xprintf.
373         (Signal handling <signal.h>): Add strsignal.
374         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
375         (Core language properties): Add func.
376         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
377         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
378         strings.
379         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
380         (Input/output): New section.
381         (File system functions): Add openat-die, stat-macros.
382         (Networking functions): Add sockets.
383         (Unicode string functions): Add unictype/*.
384         (Support for building libraries and executables): Add gperf.
385         (Support for building documentation): Add agpl-3.0.
386         (Misc): Add nocrash.
387
388 2008-05-10  Bruno Haible  <bruno@clisp.org>
389
390         * modules/unictype/gen-ctype: New file.
391
392 2008-05-10  Jim Meyering  <meyering@redhat.com>
393
394         Make chdir-safer.c more efficient on a system with no symlinks.
395         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
396         also if ELOOP is zero.  Suggested by Bruno Haible.
397
398         Make chdir-safer.c slightly safer.
399         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
400         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
401
402         Avoid compile failure on systems without ELOOP (like mingw).
403         * lib/chdir-safer.c (ELOOP): Define if not already defined.
404         Reported by Bruno Haible.
405
406 2008-05-10  Bruno Haible  <bruno@clisp.org>
407
408         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
409         (is_utf8_encoding): Use a case-insensitive comparison.
410         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
411         streq.
412
413 2008-05-10  Bruno Haible  <bruno@clisp.org>
414
415         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
416         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
417         * lib/unilbrk/ulc-common.h (iconv_string_length,
418         iconv_string_keeping_offsets): Remove declarations.
419         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
420         Don't include <iconv.h>, streq.h, xsize.h.
421         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
422         conversion.
423         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
424         <iconv.h>, streq.h, xsize.h.
425         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
426         conversion.
427         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
428         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
429         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
430         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
431
432 2008-05-10  Bruno Haible  <bruno@clisp.org>
433
434         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
435         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
436
437         * modules/unilbrk/u32-width-linebreaks-tests: New file.
438         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
439
440         * modules/unilbrk/u16-width-linebreaks-tests: New file.
441         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
442
443         * modules/unilbrk/u8-width-linebreaks-tests: New file.
444         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
445
446         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
447         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
448
449         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
450         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
451
452         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
453         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
454
455         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
456         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
457
458 2008-05-10  Bruno Haible  <bruno@clisp.org>
459
460         Split up 'linebreak' module.
461         * lib/unilbrk.h: New file, based on lib/linebreak.h.
462         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
463         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
464         modifications.
465         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
466         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
467         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
468         lib/linebreak.c.
469         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
470         lib/linebreak.c.
471         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
472         lib/linebreak.c.
473         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
474         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
475         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
476         lib/linebreak.c.
477         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
478         lib/linebreak.c.
479         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
480         lib/linebreak.c.
481         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
482         lib/linebreak.c.
483         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
484         lib/linebreak.c.
485         * modules/unilbrk/base: New file.
486         * modules/unilbrk/tables: New file.
487         * modules/unilbrk/u8-possible-linebreaks: New file.
488         * modules/unilbrk/u16-possible-linebreaks: New file.
489         * modules/unilbrk/u32-possible-linebreaks: New file.
490         * modules/unilbrk/ulc-common: New file.
491         * modules/unilbrk/ulc-possible-linebreaks: New file.
492         * modules/unilbrk/u8-width-linebreaks: New file.
493         * modules/unilbrk/u16-width-linebreaks: New file.
494         * modules/unilbrk/u32-width-linebreaks: New file.
495         * modules/unilbrk/ulc-width-linebreaks: New file.
496         * lib/linebreak.h: Remove file.
497         * lib/linebreak.c: Remove file.
498         * m4/linebreak.m4: Remove file.
499         * modules/linebreak: Remove file.
500         * NEWS: Mention the changes.
501
502 2008-05-09  Eric Blake  <ebb9@byu.net>
503
504         Add xmemdup0.
505         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
506         implementation.
507         * lib/xmalloc.c (xmemdup0): New C implementation.
508
509 2008-05-08  Bruno Haible  <bruno@clisp.org>
510
511         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
512
513 2008-05-07  Eric Blake  <ebb9@byu.net>
514
515         Support cross-compilation of <wctype.h>.
516         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
517         AC_CACHE_CHECK.
518
519 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
520
521         * build-aux/vc-list-files: Add support for bzr.
522
523 2008-05-03  Jim Meyering  <meyering@redhat.com>
524
525         avoid failed assertion with tight malloc
526         * tests/test-getndelim2.c: Correct an off-by-one assertion.
527
528 2008-05-03  Simon Josefsson  <simon@josefsson.org>
529
530         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
531         are needed from arpa/inet.h.
532         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
533         Reported by Bruno Haible.
534
535 2008-05-02  Jim Meyering  <meyering@redhat.com>
536
537         avoid compilation error on FreeBSD 6
538         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
539
540 2008-05-01  Jim Meyering  <meyering@redhat.com>
541
542         useless-if-before-free: correct --help's exit status description
543         * build-aux/useless-if-before-free (usage): Like grep, exit 0
544         for one or more matches, etc.  Reported by Bruno Haible.
545
546         vc-list-files: make the stand-alone gnulib test work
547         * modules/vc-list-files-tests (configure.ac):
548         Define and AC_SUBST abs_aux_dir.
549         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
550         $(abs_top_srcdir) to each script and having each of them
551         duplicate the work of setting PATH, set PATH here, using
552         the new variable, abs_aux_dir instead.
553         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
554         * tests/test-vc-list-files-git.sh: Likewise.
555         Reported by Bruno Haible.
556
557 2008-05-01  Bruno Haible  <bruno@clisp.org>
558
559         * lib/getndelim2.c (getndelim2): Fix newsize computation during
560         reallocation. Rename 'done' to 'found_delimiter'.
561
562 2008-05-01  Jim Meyering  <meyering@redhat.com>
563
564         vc-list-files: accommodate /bin/sh like the one from Solaris 10
565         * build-aux/vc-list-files: Use `...`, not $(...).
566
567 2008-04-30  Jim Meyering  <meyering@redhat.com>
568
569         add tests for vc-list-files
570         * modules/vc-list-files-tests: New module.
571         * tests/test-vc-list-files-cvs.sh: New file.
572         * tests/test-vc-list-files-git.sh: New file.
573
574         avoid a warning from gcc
575         * lib/getndelim2.c (IF_LINT): Define.
576         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
577
578         vc-list-files: work properly with build-aux/cvsu, too
579         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
580         to all cvs-based clauses.
581
582         vc-list-files: work properly in the CVS+awk case, too
583         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
584
585         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
586         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
587         take more than one file argument, so .  Add quotes, just in case $dir
588         ever contains a shell meta-character.  Prompted by Soren Hansen in
589         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
590
591 2008-04-29  Eric Blake  <ebb9@byu.net>
592
593         Optimize getndelim2 to use block operations when possible.
594         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
595         freadseek, and memchr2.
596         * lib/getndelim2.c (getndelim2): Use them for block reads.
597
598 2008-04-29  Bruno Haible  <bruno@clisp.org>
599
600         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
601         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
602         * modules/inet_ntop (Depends-on): Add extensions.
603         * modules/inet_pton (Depends-on): Likewise.
604         Reported by Simon Josefsson.
605
606 2008-04-29  Jim Meyering  <meyering@redhat.com>
607
608         When the is more than one match in a block, match all of them.
609         * build-aux/useless-if-before-free: Iterate through each block
610         until there are no more matches.
611
612         Fix broken useless-if-before-free script.
613         * build-aux/useless-if-before-free: Fix typo: missing "?" after
614         the expression to match cast of argument to free-like function.
615
616 2008-04-29  Eric Blake  <ebb9@byu.net>
617
618         Use new header.
619         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
620
621 2008-04-29  Jim Meyering  <meyering@redhat.com>
622
623         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
624         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
625         by gnulib to exist and to declare e.g., inet_ntop.
626         Don't include "inet_ntop.h", now removed.
627
628         * m4/arpa_inet_h.m4: Remove trailing blanks.
629
630 2008-04-29  Eric Blake  <ebb9@byu.net>
631
632         Silence valgrind on safe reads beyond potential array bounds.
633         * lib/rawmemchr.valgrind: New file.
634         * lib/strchrnul.valgrind: Likewise.
635         * modules/rawmemchr (Files): Distribute new file.
636         * modules/strchrnul (Files): Likewise.
637         Suggested by Bruno Haible.
638
639 2008-04-29  Bruno Haible  <bruno@clisp.org>
640
641         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
642         (inet_ntop, inet_pton): Change portability warning's wording.
643         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
644         Invoke gl_CHECK_NEXT_HEADERS.
645         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
646         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
647         set ARPA_INET_H.
648         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
649         * modules/arpa_inet (Description): No longer only for systems that
650         lack it.
651         (Depends-on): Add include_next.
652         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
653         HAVE_ARPA_INET_H.
654
655 2008-04-29  Jim Meyering  <meyering@redhat.com>
656
657         * modules/mkdir (License): Re-license as LGPLv2+.
658
659 2008-04-29  Bruno Haible  <bruno@clisp.org>
660
661         * modules/rawmemchr (Maintainer): Set to Eric.
662         * modules/strchrnul (Maintainer): Likewise.
663
664 2008-04-29  Simon Josefsson  <simon@josefsson.org>
665
666         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
667         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
668
669         * modules/arpa_inet (arpa/inet.h): Use them.
670
671 2008-04-28  Eric Blake  <ebb9@byu.net>
672
673         Test getndelim2.
674         * modules/getndelim2-tests: New file.
675         * tests/test-getndelim2.c: Likewise.
676         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
677         stream.
678         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
679
680         * MODULES.html.sh: Document new module.
681
682 2008-04-20  Bruno Haible  <bruno@clisp.org>
683
684         * lib/c-stack.c (die): Use raise.
685         * modules/c-stack (Depends-on): Add raise.
686
687 2008-04-28  Bruno Haible  <bruno@clisp.org>
688
689         Expect rpmatch to be declared.
690         * lib/yesno.c (rpmatch): Remove declaration.
691
692         Declare rpmatch.
693         * lib/stdlib.in.h (rpmatch): New declaration.
694         * lib/rpmatch.c: Include <stdlib.h> first.
695         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
696         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
697         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
698         HAVE_RPMATCH.
699         * modules/rpmatch (Depends-on): Add stdlib, extensions.
700         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
701         (Include): Set to <stdlib.h>.
702         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
703         HAVE_RPMATCH.
704         * NEWS: Document the change.
705
706 2008-04-28  Bruno Haible  <bruno@clisp.org>
707
708         Change rpmatch to use nl_langinfo when appropriate.
709         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
710         (N_): New macro.
711         (localized_pattern): New function/macro.
712         (try): Remove match, nomatch arguments. Copy the pattern into safe
713         memory before caching it.
714         (rpmatch): Use localized_pattern. Add translator comments.
715         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
716         Suggested by Eric Blake.
717         * modules/rpmatch (Depends-on): Add stdbool.
718
719 2008-04-28  Eric Blake  <ebb9@byu.net>
720
721         Add rawmemchr module, matching glibc.
722         * modules/string (Makefile.am): New indicator.
723         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
724         * lib/string.in.h (rawmemchr): Declare when appropriate.
725         * modules/rawmemchr: New file.
726         * m4/rawmemchr.m4: Likewise.
727         * lib/rawmemchr.c: Likewise.
728         * modules/rawmemchr-tests: Likewise.
729         * tests/test-rawmemchr.c: Likewise.
730         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
731         module.
732         * modules/strchrnul (Depends-on): Add rawmemchr.
733         * lib/strchrnul.c (strchrnul): Optimize a corner case.
734
735         Whitespace cleanup.
736         * tests/test-strchrnul.c: Reindent.
737         * lib/strchrnul.c: Likewise.
738
739         Optimize and test strchrnul.
740         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
741         * modules/strchrnul-tests: New file.
742         * tests/test-strchrnul.c: Likewise.
743
744         Remove intprops dependency.
745         * modules/memchr (Depends-on): Remove intprops.
746         * modules/memrchr (Depends-on): Likewise.
747         * modules/memchr2 (Depends-on): Likewise.
748         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
749         * lib/memrchr.c (__memrchr): Likewise.
750         * lib/memrchr2.c (memchr2): Likewise.
751         Reported by Simon Josefsson.
752
753 2008-04-28  Simon Josefsson  <simon@josefsson.org>
754
755         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
756         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
757
758 2008-04-28  Simon Josefsson  <simon@josefsson.org>
759
760         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
761
762         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
763
764         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
765
766         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
767         declarations.
768         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
769
770         * m4/inet_pton.m4: Don't check for header files.
771
772         * m4/inet_ntop.m4: Don't check for header files.
773
774 2008-04-28  Simon Josefsson  <simon@josefsson.org>
775
776         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
777         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
778         trigger for cygwin).
779         Reported by Bruno Haible  <bruno@clisp.org>.
780
781 2008-04-28  Bruno Haible  <bruno@clisp.org>
782
783         * doc/posix-functions/strdup.texi: Mention mingw problem.
784
785 2008-04-27  Bruno Haible  <bruno@clisp.org>
786
787         * modules/stat-time-tests (Depends-on): Add sleep.
788         * tests/test-stat-time.c (force_unlink): New function.
789         (cleanup): Use it.
790         (test_mtime): Remove the ctime related tests.
791         (test_ctime): New function, containing the ctime related tests.
792         (main): Call test_ctime, except on native Windows platforms.
793
794 2008-04-27  Bruno Haible  <bruno@clisp.org>
795
796         * lib/rpmatch.c (rpmatch): Add some comments.
797         Reported by James Youngman <jay@gnu.org>.
798
799 2008-04-27  Bruno Haible  <bruno@clisp.org>
800
801         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
802         quiet NaNs.
803
804 2008-04-27  Bruno Haible  <bruno@clisp.org>
805
806         Make test-yesno.sh work on mingw.
807         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
808         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
809         (main): Set stdin to binary mode.
810         * modules/yesno-tests (Depends-on): Add binary-io.
811
812 2008-04-27  Bruno Haible  <bruno@clisp.org>
813
814         Fix 'isfinite' on x86, x86_64, ia64 platforms.
815         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
816         argument that lie outside the IEEE 854 domain.
817         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
818         (gl_ISFINITE): Use it.
819         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
820
821 2008-04-27  Bruno Haible  <bruno@clisp.org>
822
823         Allow local renaming in config.h.
824         * lib/memrchr.c (memrchr): Don't undefine outside libc.
825
826 2008-04-27  Bruno Haible  <bruno@clisp.org>
827
828         * lib/memchr.c (__memchr): Change type of 'i'.
829         * lib/memchr2.c (memchr2): Likewise.
830
831 2008-04-26  Eric Blake  <ebb9@byu.net>
832         and Bruno Haible  <bruno@clisp.org>
833
834         Optimize and test memrchr.
835         * modules/memrchr (Depends-on): Add intprops.
836         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
837         * modules/memrchr-tests: New file.
838         * tests/test-memrchr.c: New file.
839
840 2008-04-26  Bruno Haible  <bruno@clisp.org>
841
842         Add tentative support for DragonFly BSD.
843         * lib/stdio-impl.h: Add macros for DragonFly BSD.
844         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
845         fp.
846         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
847         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
848         * lib/fpurge.c (fpurge): Likewise.
849         * lib/freadable.c (freaadable): Likewise.
850         * lib/freadahead.c (freadahead): Likewise.
851         * lib/freading.c (freading): Likewise.
852         * lib/freadptr.c (freadptr): Likewise.
853         * lib/freadseek.c (freadptrinc): Likewise.
854         * lib/fseeko.c (fseeko): Likewise.
855         * lib/fseterr.c (fseterr): Likewise.
856         * lib/fwritable.c (fwritable): Likewise.
857         * lib/fwriting.c (fwriting): Likewise.
858
859 2008-04-26  Bruno Haible  <bruno@clisp.org>
860
861         * lib/stdio-impl.h: New file.
862         * lib/fbufmode.c: Include stdio-impl.h.
863         (fbufmode): Use fp_, remove redundant #defines.
864         * lib/fflush.c: Include stdio-impl.h.
865         (clear_ungetc_buffer): Remove redundant #defines.
866         * lib/fpurge.c: Include stdio-impl.h.
867         (fpurge): Remove redundant #defines.
868         * lib/freadable.c: Include stdio-impl.h.
869         (freadable): Remove redundant #defines.
870         * lib/freadahead.c: Include stdio-impl.h.
871         (freadahead): Remove redundant #defines.
872         * lib/freading.c: Include stdio-impl.h.
873         (freading): Remove redundant #defines.
874         * lib/freadptr.c: Include stdio-impl.h.
875         (freadptr): Remove redundant #defines.
876         * lib/freadseek.c: Include stdio-impl.h.
877         (freadptrinc): Remove redundant #defines.
878         * lib/fseeko.c: Include stdio-impl.h.
879         (rpl_fseeko): Remove redundant #defines.
880         * lib/fseterr.c: Include stdio-impl.h.
881         (fseterr): Remove redundant #defines.
882         * lib/fwritable.c: Include stdio-impl.h.
883         (fwritable: Remove redundant #defines.
884         * lib/fwriting.c: Include stdio-impl.h.
885         (fwriting): Remove redundant #defines.
886         * modules/fbufmode (Files): Add lib/stdio-impl.h.
887         * modules/fflush (Files): Likewise.
888         * modules/fpurge (Files): Likewise.
889         * modules/freadable (Files): Likewise.
890         * modules/freadahead (Files): Likewise.
891         * modules/freading (Files): Likewise.
892         * modules/freadptr (Files): Likewise.
893         * modules/freadseek (Files): Likewise.
894         * modules/fseeko (Files): Likewise.
895         * modules/fseterr (Files): Likewise.
896         * modules/fwritable (Files): Likewise.
897         * modules/fwriting (Files): Likewise.
898
899 2008-04-26  Bruno Haible  <bruno@clisp.org>
900
901         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
902         restore_seek_optimization, update_fpos_cache): New functions, extracted
903         from rpl_fflush.
904         (rpl_fflush): Use them.
905         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
906         (gl_REPLACE_FFLUSH): Use it.
907
908 2008-04-26  Bruno Haible  <bruno@clisp.org>
909
910         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
911         on Solaris.
912         * tests/test-xstrtoimax.sh: Likewise.
913         * tests/test-xstrtoumax.sh: Likewise.
914         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
915
916 2008-04-26  Bruno Haible  <bruno@clisp.org>
917
918         * modules/memchr-tests: New file.
919         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
920
921 2008-04-26  Eric Blake  <ebb9@byu.net>
922             Bruno Haible  <bruno@clisp.org>
923
924         * lib/memchr.c: Include intprops.h.
925         (__memchr): Optimize parallel detection of matching bytes. Rename local
926         variables. Add explanatory comments.
927
928 2008-04-26  Bruno Haible  <bruno@clisp.org>
929
930         Fix module 'memchr', broken since 2000-10-28.
931         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
932
933 2008-04-26  Bruno Haible  <bruno@clisp.org>
934
935         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
936         comments.
937
938 2008-04-25  Eric Blake  <ebb9@byu.net>
939
940         Use native fstatat on cygwin 1.7.0.
941         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
942         first.
943
944 2008-04-23  Eric Blake  <ebb9@byu.net>
945
946         Improve memchr2 performance.
947         * lib/memchr2.c (memchr2): Further optimize parallel detection of
948         NUL bytes.
949         * modules/memchr2 (Depends-on): Use intprops.h.
950
951 2008-04-23  Simon Josefsson  <simon@josefsson.org>
952
953         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
954         an inline function instead of a CPP macro.  Patch by Ben Pfaff
955         <blp@cs.stanford.edu>.
956
957 2008-04-23  Simon Josefsson  <simon@josefsson.org>
958
959         * lib/arpa_inet.in.h: New file.
960
961         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
962         (Makefile.am): Sed in substitute header file.
963
964         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
965         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
966
967         * modules/inet_ntop (configure.ac): Use
968         gl_ARPA_INET_MODULE_INDICATOR.
969
970         * modules/inet_pton (configure.ac): Use
971         gl_ARPA_INET_MODULE_INDICATOR.
972
973 2008-04-22  Jim Meyering  <meyering@redhat.com>
974
975         * modules/verify (License): Re-license as LGPLv2+.
976
977 2008-04-22  Simon Josefsson  <simon@josefsson.org>
978
979         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
980         parameter to void* as per POSIX standard (MinGW uses char*).
981
982 2008-04-21  Bruno Haible  <bruno@clisp.org>
983
984         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
985         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
986         Define to replacements if REPLACE_ISWCNTRL is 1.
987         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
988         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
989         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
990         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
991         what it fixes.
992         * doc/posix-functions/iswalpha.texi: Likewise.
993         * doc/posix-functions/iswblank.texi: Likewise.
994         * doc/posix-functions/iswcntrl.texi: Likewise.
995         * doc/posix-functions/iswdigit.texi: Likewise.
996         * doc/posix-functions/iswgraph.texi: Likewise.
997         * doc/posix-functions/iswlower.texi: Likewise.
998         * doc/posix-functions/iswprint.texi: Likewise.
999         * doc/posix-functions/iswpunct.texi: Likewise.
1000         * doc/posix-functions/iswspace.texi: Likewise.
1001         * doc/posix-functions/iswupper.texi: Likewise.
1002         * doc/posix-functions/iswxdigit.texi: Likewise.
1003         Reported by Alain Guibert.
1004
1005 2008-04-21  Bruno Haible  <bruno@clisp.org>
1006
1007         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1008         Patch by Alain Guibert.
1009
1010 2008-04-21  Bruno Haible  <bruno@clisp.org>
1011
1012         Fix test failures on mingw.
1013         * tests/test-xstrtol.c (print_no_progname): New function.
1014         (main): Install it in error_print_progname hook.
1015         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1016         * tests/test-xstrtoimax.sh: Likewise.
1017         * tests/test-xstrtoumax.sh: Likewise.
1018
1019 2008-04-21  Bruno Haible  <bruno@clisp.org>
1020
1021         Fix test failure on mingw.
1022         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1023
1024 2008-04-21  Bruno Haible  <bruno@clisp.org>
1025
1026         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1027         Actually assign a value.
1028
1029 2008-04-20  Bruno Haible  <bruno@clisp.org>
1030
1031         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1032         take 2.
1033         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1034         'canonicalize-lgpl' module is also used.
1035         * lib/canonicalize-lgpl.c: Undo last change.
1036         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1037
1038 2008-04-20  Bruno Haible  <bruno@clisp.org>
1039
1040         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1041         config.h. Provide _mkdir based fallback for mingw.
1042         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1043         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1044         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1045         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1046         rather than defining mkdir in config.h.
1047         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1048         (gl_SYS_STAT_H_DEFAULTS): New macro.
1049         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1050         HAVE_IO_H any more.
1051         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1052         HAVE_DECL_MKDIR and HAVE_IO_H.
1053
1054 2008-04-20  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/isapipe.c: Port to native Windows platforms.
1057
1058 2008-04-20  Bruno Haible  <bruno@clisp.org>
1059
1060         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1061
1062 2008-04-21  Eric Blake  <ebb9@byu.net>
1063
1064         Work around preprocessors that don't handle UINTMAX_MAX.
1065         * lib/memchr2.c (memchr2): Avoid embedded #if.
1066         Reported by Alain Guibert, fix suggested by Bruno Haible.
1067
1068 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1069
1070         * doc/posix-functions/strftime.texi (strftime): Explain better
1071         Windows incompatibility.  Suggested by Micah Cowan
1072         <micah@cowan.name>.
1073
1074 2008-04-20  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1077         unistr/u8-mblen.
1078
1079 2008-04-20  Bruno Haible  <bruno@clisp.org>
1080
1081         Fix test failure on platforms with non-GNU iconv.
1082         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1083         (U_TO_U8): Use it, rather than u16_to_u8.
1084         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1085         units at the end of the input string.
1086         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1087
1088 2008-04-20  Bruno Haible  <bruno@clisp.org>
1089
1090         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1091         when the resulting length is 0.
1092         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1093
1094 2008-04-20  Bruno Haible  <bruno@clisp.org>
1095
1096         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1097         works.
1098         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1099
1100 2008-04-20  Bruno Haible  <bruno@clisp.org>
1101
1102         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1103         * modules/tsearch-tests (configure.ac): Test for initstate function.
1104
1105 2008-04-20  Bruno Haible  <bruno@clisp.org>
1106
1107         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1108         for nlink_t if missing.
1109         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1110
1111 2008-04-19  Bruno Haible  <bruno@clisp.org>
1112
1113         Work around snprintf bug on Linux libc5.
1114         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1115         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1116         gl_SNPRINTF_SIZE1.
1117         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1118         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1119         that test failed.
1120         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1121         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1122         * modules/snprintf (Files): Add m4/printf.m4.
1123         * modules/vsnprintf (Files): Likewise.
1124         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1125         * doc/posix-functions/vsnprintf.texi: Likewise.
1126
1127 2008-04-19  Bruno Haible  <bruno@clisp.org>
1128
1129         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1130         from 0.0058 to less than 10^-7.
1131
1132 2008-04-19  Bruno Haible  <bruno@clisp.org>
1133
1134         Fix rounding when a precision is given.
1135         * lib/vasnprintf.c (is_borderline): New function.
1136         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1137         9...9x.
1138         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1139         %e, %g.
1140         * tests/test-vasprintf-posix.c (test_function): Likewise.
1141         * tests/test-snprintf-posix.h (test_function): Likewise.
1142         * tests/test-sprintf-posix.h (test_function): Likewise.
1143         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1144         * tests/test-printf-posix.h (test_function): Likewise.
1145         * tests/test-printf-posix.output: Update.
1146         Reported by John Darrington <john@darrington.wattle.id.au> via
1147         Ben Pfaff <blp@cs.stanford.edu>.
1148
1149 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1150
1151         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1152         Suggested by Bruno Haible <bruno@clisp.org>.
1153
1154 2008-04-17  Bruno Haible  <bruno@clisp.org>
1155
1156         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1157         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1158         implementation.
1159         Patch by Bruce Merry <bmerry@gmail.com>.
1160
1161 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1162
1163         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1164         doesn't work under Windows.
1165
1166 2008-04-16  Bruno Haible  <bruno@clisp.org>
1167
1168         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1169         New macros.
1170         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1171         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1172         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1173         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1174         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1175         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1176         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1177         macros.
1178         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1179         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1180         Northern Sotho, Uighur.
1181
1182 2008-04-16  Bruno Haible  <bruno@clisp.org>
1183
1184         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1185         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1186         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1187         Reported by Daniel Bergström <daniel@octocode.com>.
1188
1189 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1190             Bruno Haible  <bruno@clisp.org>
1191
1192         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1193         function.
1194         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1195         New functions, mostly extracted from gl_locale_name_default.
1196         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1197
1198 2008-04-16  Eric Blake  <ebb9@byu.net>
1199
1200         Adjust strtod detection to catch glibc 2.7 bug.
1201         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1202         Reported by John Gatewood Ham.
1203
1204 2008-04-16  Bruno Haible  <bruno@clisp.org>
1205
1206         Add tentative support for Linux libc5.
1207         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1208         * lib/fpurge.c (fpurge): Likewise.
1209         * lib/freadable.c (freadable): Likewise.
1210         * lib/freadahead.c (freadahead): Likewise.
1211         * lib/freading.c (freading): Likewise.
1212         * lib/freadptr.c (freadptr): Likewise.
1213         * lib/freadseek.c (freadptrinc): Likewise.
1214         * lib/fseeko.c (rpl_fseeko): Likewise.
1215         * lib/fseterr.c (fseterr): Likewise.
1216         * lib/fwritable.c (fwritable): Likewise.
1217         * lib/fwriting.c (fwriting): Likewise.
1218         Reported by Alain Guibert <alguibert+bts@free.fr>.
1219
1220 2008-04-15  Bruno Haible  <bruno@clisp.org>
1221
1222         * modules/mathl (configure.ac): Define module indicator.
1223
1224 2008-04-15  Bruno Haible  <bruno@clisp.org>
1225
1226         * lib/logl.c (logl): Remove unused variables.
1227
1228 2008-04-15  Bruno Haible  <bruno@clisp.org>
1229
1230         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1231         fails.
1232
1233 2008-04-15  Bruno Haible  <bruno@clisp.org>
1234
1235         * lib/trim.c (trim2): Fix argument of isspace() macro.
1236
1237 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1238
1239         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1240         to 0.
1241         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1242
1243 2008-04-14  Bruno Haible  <bruno@clisp.org>
1244
1245         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1246         AC_LANG_PROGRAM argument.
1247         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1248         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1249         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1250         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1251         * m4/math_h.m4 (gl_MATH_H): Likewise.
1252         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1253         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1254         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1255         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1256         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1257         * m4/regex.m4 (gl_REGEX): Likewise.
1258         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1259         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1260         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1261         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1262         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1263         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1264         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1265         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1266
1267 2008-04-14  Jim Meyering  <meyering@redhat.com>
1268
1269         test-strtod: fix typos: s/abs/fabs/
1270         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1271
1272 2008-04-13  Bruno Haible  <bruno@clisp.org>
1273
1274         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1275         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1276         module is also used and while not building the reloc-wrapper.
1277
1278 2008-04-13  Bruno Haible  <bruno@clisp.org>
1279
1280         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1281
1282 2008-04-13  Bruno Haible  <bruno@clisp.org>
1283
1284         Fix AIX compilation failure introduced on 2008-04-02.
1285         * tests/test-frexp.c (exp): Undefine before redefining.
1286         * tests/test-frexpl.c (exp): Likewise.
1287
1288 2008-04-13  Bruno Haible  <bruno@clisp.org>
1289
1290         Work around a HP-UX stdio bug.
1291         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1292         * tests/test-ftello.c (main): Likewise.
1293         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1294         * doc/posix-functions/ftello.texi: Likewise.
1295
1296 2008-04-13  Bruno Haible  <bruno@clisp.org>
1297
1298         Make test-signbit pass on HP-UX/hppa.
1299         * tests/test-signbit.c (minus_zerol): New variable.
1300         (test_signbitl): Use it.
1301
1302 2008-04-13  Bruno Haible  <bruno@clisp.org>
1303
1304         Make truncl work on OSF/1 4.0.
1305         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1306         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1307         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1308         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1309         HAVE_DECL_TRUNCL.
1310         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1311         HAVE_DECL_TRUNCL.
1312         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1313
1314 2008-04-13  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1317
1318 2008-04-13  Bruno Haible  <bruno@clisp.org>
1319
1320         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1321         expression, so as to avoid HP-UX 11 cc compiler bug.
1322
1323 2008-04-13  Bruno Haible  <bruno@clisp.org>
1324
1325         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1326
1327 2008-04-13  Bruno Haible  <bruno@clisp.org>
1328
1329         * lib/git-merge-changelog.c: Remove empty declaration outside of
1330         functions.
1331
1332 2008-04-13  Bruno Haible  <bruno@clisp.org>
1333
1334         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1335
1336 2008-04-13  Bruno Haible  <bruno@clisp.org>
1337
1338         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1339         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1340         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1341         also if it exists but lacks definitions of the SHUT_* macros.
1342         * modules/sys_socket (Description): Update.
1343         Reported by Elbert Pol <e.pol@chello.nl>.
1344
1345 2008-04-13  Bruno Haible  <bruno@clisp.org>
1346
1347         * lib/localcharset.c (OS2): Don't redefine if already defined.
1348         Reported by Elbert Pol <e.pol@chello.nl>.
1349
1350 2008-04-13  Bruno Haible  <bruno@clisp.org>
1351
1352         * lib/binary-io.h [__EMX__]: Include <io.h>.
1353         Reported by Elbert Pol <e.pol@chello.nl>.
1354
1355 2008-04-12  Bruno Haible  <bruno@clisp.org>
1356
1357         * lib/fpucw.h: Enable the definitions also for x86_64.
1358         Needed for NetBSD/x86_64.
1359         Reported by Thomas Klausner <tk@giga.or.at>.
1360
1361 2008-04-12  Bruno Haible  <bruno@clisp.org>
1362
1363         * tests/test-strtod.c: Include isnand.h.
1364         (main): Use isnand instead of isnan.
1365         Reported by Jim Meyering.
1366
1367 2008-04-12  Bruno Haible  <bruno@clisp.org>
1368
1369         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1370         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1371
1372 2008-04-12  Jim Meyering  <meyering@redhat.com>
1373
1374         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1375
1376 2008-04-12  Bruno Haible  <bruno@clisp.org>
1377
1378         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1379         Reported by Elbert Pol <e.pol@chello.nl>.
1380
1381 2008-04-12  Eric Blake  <ebb9@byu.net>
1382
1383         Work around Solaris 10 math.h bug.
1384         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1385         (gl_MATH_H_DEFAULTS): Set up default.
1386         * modules/math (Makefile.am): Replace new indicators.
1387         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1388         * tests/test-math.c (main): Test this.
1389         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1390         * doc/posix-headers/math.texi (math.h): Mention bug.
1391         Reported by Nelson H. F. Beebe and Jim Meyering.
1392
1393 2008-04-11  Bruno Haible  <bruno@clisp.org>
1394
1395         Adapt to future versions of Apple GCC.
1396         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1397         Reported by Peter O'Gorman <peter@pogma.com>.
1398
1399 2008-04-11  Bruno Haible  <bruno@clisp.org>
1400
1401         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1402
1403 2008-04-11  Bruno Haible  <bruno@clisp.org>
1404
1405         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1406
1407         * modules/getaddrinfo-tests (Makefile.am): Define
1408         test_getaddrinfo_LDADD.
1409
1410 2008-04-11  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1413         (init): Fix syntax error.
1414         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1415         is declared.
1416
1417 2008-04-11  Bruno Haible  <bruno@clisp.org>
1418
1419         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1420         * modules/glob (Depends-on): Add stdbool.
1421
1422 2008-04-11  Bruno Haible  <bruno@clisp.org>
1423
1424         * lib/trim.c: Include <string.h>.
1425
1426 2008-04-11  Eric Blake  <ebb9@byu.net>
1427
1428         Avoid compile failure on OS/2.
1429         * lib/regex_internal.h (internal_function): Disable optimization
1430         on OS/2 (__EMX__), where it caused compiler error.
1431         Reported by Elbert Pol.
1432
1433 2008-04-11  Bruno Haible  <bruno@clisp.org>
1434
1435         Flush the standard error stream before aborting. Needed on mingw.
1436         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1437         * tests/test-array_list.c (ASSERT): Likewise.
1438         * tests/test-array_oset.c (ASSERT): Likewise.
1439         * tests/test-avltree_list.c (ASSERT): Likewise.
1440         * tests/test-avltree_oset.c (ASSERT): Likewise.
1441         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1442         * tests/test-binary-io.c (ASSERT): Likewise.
1443         * tests/test-byteswap.c (ASSERT): Likewise.
1444         * tests/test-c-ctype.c (ASSERT): Likewise.
1445         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1446         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1447         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1448         * tests/test-c-strstr.c (ASSERT): Likewise.
1449         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1450         * tests/test-canonicalize.c (ASSERT): Likewise.
1451         * tests/test-carray_list.c (ASSERT): Likewise.
1452         * tests/test-ceilf1.c (ASSERT): Likewise.
1453         * tests/test-ceilf2.c (ASSERT): Likewise.
1454         * tests/test-ceill.c (ASSERT): Likewise.
1455         * tests/test-count-one-bits.c (ASSERT): Likewise.
1456         * tests/test-fbufmode.c (ASSERT): Likewise.
1457         * tests/test-fflush2.c (ASSERT): Likewise.
1458         * tests/test-floorf1.c (ASSERT): Likewise.
1459         * tests/test-floorf2.c (ASSERT): Likewise.
1460         * tests/test-floorl.c (ASSERT): Likewise.
1461         * tests/test-fopen.c (ASSERT): Likewise.
1462         * tests/test-fpending.c (ASSERT): Likewise.
1463         * tests/test-fprintf-posix.c (ASSERT): Likewise.
1464         * tests/test-fpurge.c (ASSERT): Likewise.
1465         * tests/test-freadable.c (ASSERT): Likewise.
1466         * tests/test-freadahead.c (ASSERT): Likewise.
1467         * tests/test-freading.c (ASSERT): Likewise.
1468         * tests/test-freadptr.c (ASSERT): Likewise.
1469         * tests/test-freadptr2.c (ASSERT): Likewise.
1470         * tests/test-freadseek.c (ASSERT): Likewise.
1471         * tests/test-freopen.c (ASSERT): Likewise.
1472         * tests/test-frexp.c (ASSERT): Likewise.
1473         * tests/test-frexpl.c (ASSERT): Likewise.
1474         * tests/test-fseek.c (ASSERT): Likewise.
1475         * tests/test-fseeko.c (ASSERT): Likewise.
1476         * tests/test-fstrcmp.c (ASSERT): Likewise.
1477         * tests/test-ftell.c (ASSERT): Likewise.
1478         * tests/test-ftello.c (ASSERT): Likewise.
1479         * tests/test-func.c (ASSERT): Likewise.
1480         * tests/test-fwritable.c (ASSERT): Likewise.
1481         * tests/test-fwriting.c (ASSERT): Likewise.
1482         * tests/test-getdelim.c (ASSERT): Likewise.
1483         * tests/test-getline.c (ASSERT): Likewise.
1484         * tests/test-i-ring.c (ASSERT): Likewise.
1485         * tests/test-iconv-utf.c (ASSERT): Likewise.
1486         * tests/test-iconv.c (ASSERT): Likewise.
1487         * tests/test-isfinite.c (ASSERT): Likewise.
1488         * tests/test-isnand.c (ASSERT): Likewise.
1489         * tests/test-isnanf.c (ASSERT): Likewise.
1490         * tests/test-isnanl.h (ASSERT): Likewise.
1491         * tests/test-ldexpl.c (ASSERT): Likewise.
1492         * tests/test-linked_list.c (ASSERT): Likewise.
1493         * tests/test-linkedhash_list.c (ASSERT): Likewise.
1494         * tests/test-localename.c (ASSERT): Likewise.
1495         * tests/test-lseek.c (ASSERT): Likewise.
1496         * tests/test-mbscasecmp.c (ASSERT): Likewise.
1497         * tests/test-mbscasestr1.c (ASSERT): Likewise.
1498         * tests/test-mbscasestr2.c (ASSERT): Likewise.
1499         * tests/test-mbscasestr3.c (ASSERT): Likewise.
1500         * tests/test-mbscasestr4.c (ASSERT): Likewise.
1501         * tests/test-mbschr.c (ASSERT): Likewise.
1502         * tests/test-mbscspn.c (ASSERT): Likewise.
1503         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
1504         * tests/test-mbspbrk.c (ASSERT): Likewise.
1505         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
1506         * tests/test-mbsrchr.c (ASSERT): Likewise.
1507         * tests/test-mbsspn.c (ASSERT): Likewise.
1508         * tests/test-mbsstr1.c (ASSERT): Likewise.
1509         * tests/test-mbsstr2.c (ASSERT): Likewise.
1510         * tests/test-mbsstr3.c (ASSERT): Likewise.
1511         * tests/test-memchr2.c (ASSERT): Likewise.
1512         * tests/test-memmem.c (ASSERT): Likewise.
1513         * tests/test-open.c (ASSERT): Likewise.
1514         * tests/test-printf-frexp.c (ASSERT): Likewise.
1515         * tests/test-printf-frexpl.c (ASSERT): Likewise.
1516         * tests/test-printf-posix.c (ASSERT): Likewise.
1517         * tests/test-quotearg.c (ASSERT): Likewise.
1518         * tests/test-rbtree_list.c (ASSERT): Likewise.
1519         * tests/test-rbtree_oset.c (ASSERT): Likewise.
1520         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
1521         * tests/test-round1.c (ASSERT): Likewise.
1522         * tests/test-roundf1.c (ASSERT): Likewise.
1523         * tests/test-roundl.c (ASSERT): Likewise.
1524         * tests/test-signbit.c (ASSERT): Likewise.
1525         * tests/test-sleep.c (ASSERT): Likewise.
1526         * tests/test-snprintf-posix.c (ASSERT): Likewise.
1527         * tests/test-snprintf.c (ASSERT): Likewise.
1528         * tests/test-sprintf-posix.c (ASSERT): Likewise.
1529         * tests/test-stat-time.c (ASSERT): Likewise.
1530         * tests/test-strcasestr.c (ASSERT): Likewise.
1531         * tests/test-strerror.c (ASSERT): Likewise.
1532         * tests/test-striconv.c (ASSERT): Likewise.
1533         * tests/test-striconveh.c (ASSERT): Likewise.
1534         * tests/test-striconveha.c (ASSERT): Likewise.
1535         * tests/test-strsignal.c (ASSERT): Likewise.
1536         * tests/test-strstr.c (ASSERT): Likewise.
1537         * tests/test-strtod.c (ASSERT): Likewise.
1538         * tests/test-trunc1.c (ASSERT): Likewise.
1539         * tests/test-trunc2.c (ASSERT): Likewise.
1540         * tests/test-truncf1.c (ASSERT): Likewise.
1541         * tests/test-truncf2.c (ASSERT): Likewise.
1542         * tests/test-truncl.c (ASSERT): Likewise.
1543         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
1544         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
1545         * tests/test-vasnprintf.c (ASSERT): Likewise.
1546         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
1547         * tests/test-vasprintf.c (ASSERT): Likewise.
1548         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
1549         * tests/test-vprintf-posix.c (ASSERT): Likewise.
1550         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
1551         * tests/test-vsnprintf.c (ASSERT): Likewise.
1552         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
1553         * tests/test-wcwidth.c (ASSERT): Likewise.
1554         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
1555         * tests/test-xprintf-posix.c (ASSERT): Likewise.
1556         * tests/test-xvasprintf.c (ASSERT): Likewise.
1557         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
1558         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
1559         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
1560         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
1561         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
1562         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
1563         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
1564         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
1565         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
1566         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
1567         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
1568         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
1569         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
1570         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
1571         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
1572         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
1573         * tests/unictype/test-block_list.c (ASSERT): Likewise.
1574         * tests/unictype/test-block_of.c (ASSERT): Likewise.
1575         * tests/unictype/test-block_test.c (ASSERT): Likewise.
1576         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
1577         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
1578         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
1579         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
1580         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
1581         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
1582         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
1583         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
1584         * tests/unictype/test-combining.c (ASSERT): Likewise.
1585         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
1586         * tests/unictype/test-digit.c (ASSERT): Likewise.
1587         * tests/unictype/test-mirror.c (ASSERT): Likewise.
1588         * tests/unictype/test-numeric.c (ASSERT): Likewise.
1589         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
1590         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
1591         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
1592         * tests/unictype/test-scripts.c (ASSERT): Likewise.
1593         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
1594         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
1595         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
1596         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
1597         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
1598         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
1599         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
1600         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
1601         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
1602         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
1603         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
1604         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
1605         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
1606         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
1607         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
1608         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
1609         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
1610         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
1611         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
1612         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
1613         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
1614         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
1615         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
1616         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
1617         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
1618         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
1619         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
1620         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
1621         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
1622         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
1623         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
1624         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
1625         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
1626         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
1627         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
1628         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
1629         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
1630         Reported by Eric Blake.
1631
1632 2008-04-11  Bruno Haible  <bruno@clisp.org>
1633
1634         * lib/wchar.in.h: Tweak comment.
1635
1636 2008-04-11  Bruno Haible  <bruno@clisp.org>
1637
1638         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
1639         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
1640         gl_COMMON.
1641         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
1642
1643 2008-04-11  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
1646
1647 2008-04-11  Simon Josefsson  <simon@josefsson.org>
1648
1649         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
1650         of attempting to use non-existing /dev/*random.  Based on patch
1651         from Adam Strzelecki <ono@java.pl> in
1652         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
1653
1654 2008-04-08  Bruno Haible  <bruno@clisp.org>
1655
1656         Add tentative support for emx+gcc.
1657         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
1658         * lib/fpurge.c (fpurge): Likewise.
1659         * lib/freadable.c (freadable): Likewise.
1660         * lib/freadahead.c (freadahead): Likewise.
1661         * lib/freading.c (freading): Likewise.
1662         * lib/freadptr.c (freadptr): Likewise.
1663         * lib/freadseek.c (freadptrinc): Likewise.
1664         * lib/fseeko.c (rpl_fseeko): Likewise.
1665         * lib/fseterr.c (fseterr): Likewise.
1666         * lib/fwritable.c (fwritable): Likewise.
1667         * lib/fwriting.c (fwriting): Likewise.
1668         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
1669
1670 2008-04-09  Eric Blake  <ebb9@byu.net>
1671
1672         Avoid some autoconf warnings.
1673         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
1674         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
1675         * m4/afs.m4 (gl_AFS): Likewise.
1676         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
1677         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
1678         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1679         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
1680         (gl_INTEGER_TYPE_SUFFIX): Likewise.
1681         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
1682         (AC_CHECK_DECLS_ONCE): Likewise.
1683         Rename file...
1684         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
1685         gnulib-tool requires autoconf 2.59 or better.
1686         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
1687
1688 2008-04-08  Eric Blake  <ebb9@byu.net>
1689
1690         Use 'git describe --match' if present (added in git 1.5.5).
1691         * build-aux/git-version-gen: Limit result to tags that match 'v*'
1692         if possible.
1693
1694 2008-04-08  Bruno Haible  <bruno@clisp.org>
1695
1696         Add tentative support for OpenServer.
1697         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
1698         _ptr, _cnt.
1699         * lib/fpurge.c (fpurge): Likewise.
1700         * lib/freadable.c (freadable): Likewise.
1701         * lib/freadahead.c (freadahead): Likewise.
1702         * lib/freading.c (freading): Likewise.
1703         * lib/freadptr.c (freadptr): Likewise.
1704         * lib/freadseek.c (freadptrinc): Likewise.
1705         * lib/fseeko.c (rpl_fseeko): Likewise.
1706         * lib/fseterr.c (fseterr): Likewise.
1707         * lib/fwritable.c (fwritable): Likewise.
1708         * lib/fwriting.c (fwriting): Likewise.
1709         Reported by Roger Cornelius <rac@tenzing.org> and
1710         Brian K. White <brian@aljex.com>.
1711
1712 2008-04-06  Jim Meyering  <meyering@redhat.com>
1713
1714         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
1715
1716 2008-04-06  Bruno Haible  <bruno@clisp.org>
1717
1718         Avoid possible error with non-ASCII bytes in UTF-8 locales.
1719         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
1720         * tests/test-printf-posix.sh: Likewise.
1721         * tests/test-vfprintf-posix.sh: Likewise.
1722         * tests/test-vprintf-posix.sh: Likewise.
1723         * tests/test-xprintf-posix.sh: Likewise.
1724
1725 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1726
1727         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
1728         hide error from 'ls', needed on OS/2.
1729         Report by Elbert Pol <elbert.pol@gmail.com>.
1730
1731 2008-04-04  Eric Blake  <ebb9@byu.net>
1732
1733         Make test-fseeko.c failures meaningful.
1734         * tests/test-fseeko.c: Print line number on failure.
1735         * tests/test-fseek.c: Likewise.
1736         Reported by Nelson H. F. Beebe.
1737
1738         Improve strtod bug detection check.
1739         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
1740         required for Solaris 10.
1741         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
1742
1743 2008-04-04  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
1746         by m4/setenv.m4.
1747
1748 2008-04-03  Eric Blake  <ebb9@byu.net>
1749
1750         Ensure sane .version contents.
1751         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
1752         version string.
1753         * build-aux/git-version-gen: Improve documentation.
1754
1755         Make GNU make output nicer.
1756         * top/GNUmakefile [!_have-Makefile]: Add dependency on
1757         MAKECMDGOALS to enforce message for all command line targets.  Set
1758         srcdir for use in maint.mk.
1759
1760         Another maintainer tweak.
1761         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
1762         a target that regenerates version.
1763
1764 2008-04-03  Jim Meyering  <meyering@redhat.com>
1765
1766         vc-list-files: don't cause coreutils "make po-check" failure
1767         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
1768
1769 2008-04-03  Eric Blake  <ebb9@byu.net>
1770
1771         Allow VPATH usage of vc-list-files.
1772         * build-aux/vc-list-files (scriptversion): Add timestamp.
1773         (options): Add --help, --version, -C.
1774         (CVS): Support installed cvsu.
1775
1776 2008-04-02  Bruno Haible  <bruno@clisp.org>
1777
1778         Avoid some "statement with no effect" warnings from gcc.
1779         * tests/test-wctype.c (main): Explicitly ignore unused values.
1780         Reported by Jim Meyering.
1781
1782 2008-04-02  Jim Meyering  <meyering@redhat.com>
1783
1784         Avoid some warnings from "gcc -Wshadow".
1785         * tests/test-frexp.c (exp): Define to a different identifier.
1786         * tests/test-frexpl.c (exp): Likewise.
1787
1788 2008-04-03  Jim Meyering  <meyering@redhat.com>
1789
1790         bootstrap: remove dangling *.[ch] symlinks from lib
1791         * build-aux/bootstrap [dangling symlink removal]: Move find's
1792         -depth option to precede all others, to avoid a warning.
1793         Remove *.[ch] files too, and from "$source_base" (usually lib/).
1794
1795 2008-04-02  Bruno Haible  <bruno@clisp.org>
1796
1797         Avoid some warnings from "gcc -Wshadow".
1798         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
1799         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
1800         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
1801         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
1802         Reported by Jim Meyering.
1803
1804 2008-04-01  Bruno Haible  <bruno@clisp.org>
1805
1806         Fix test to work on IRIX 6.5 with cc.
1807         * tests/test-math.c (numeric_equal): New function.
1808         (main): Use it.
1809
1810 2008-04-01  Bruno Haible  <bruno@clisp.org>
1811
1812         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
1813
1814 2008-04-01  Bruno Haible  <bruno@clisp.org>
1815
1816         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
1817         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1818         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
1819         (Depends-on): Remove math.
1820
1821         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
1822         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1823         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
1824         (Depends-on): Remove math.
1825
1826         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
1827         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1828         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
1829         (Depends-on): Remove math.
1830         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
1831         (Depends-on): Remove math.
1832
1833         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
1834         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1835         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
1836         (Depends-on): Remove math.
1837         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
1838         (Depends-on): Remove math.
1839
1840         * tests/test-round1.c: Include nan.h.
1841         (main): Use NaNd instead of NAN.
1842         * modules/round-tests (Files): Add tests/nan.h.
1843
1844         * tests/test-trunc1.c: Include nan.h.
1845         (main): Use NaNd instead of NAN.
1846         * modules/trunc-tests (Files): Add tests/nan.h.
1847
1848         * tests/test-roundf1.c: Include nan.h.
1849         (main): Use NaNf instead of NAN.
1850         * modules/roundf-tests (Files): Add tests/nan.h.
1851
1852         * tests/test-truncf1.c: Include nan.h.
1853         (main): Use NaNf instead of NAN.
1854         * modules/truncf-tests (Files): Add tests/nan.h.
1855
1856         * tests/test-ceilf1.c: Include nan.h.
1857         (main): Use NaNf instead of NAN.
1858         * modules/ceilf-tests (Files): Add tests/nan.h.
1859
1860         * tests/test-floorf1.c: Include nan.h.
1861         (main): Use NaNf instead of NAN.
1862         * modules/floorf-tests (Files): Add tests/nan.h.
1863
1864         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
1865         (main): Use NaNf instead of NAN.
1866         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
1867
1868         * tests/test-isnand.c: Include nan.h instead of <math.h>.
1869         (main): Use NaNd instead of NAN.
1870         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
1871
1872         * tests/test-frexp.c: Include nan.h.
1873         (main): Use NaNd instead of NAN.
1874         * modules/frexp-tests (Files): Add tests/nan.h.
1875
1876         * lib/isnan.c: Don't include <math.h>.
1877         (FUNC): Don't use NAN macro.
1878         * modules/isnand-nolibm (Depends-on): Remove math.
1879         * modules/isnanf-nolibm (Depends-on): Remove math.
1880         * modules/isnanl (Depends-on): Remove math.
1881         * modules/isnanl-nolibm (Depends-on): Remove math.
1882
1883         * tests/nan.h: New file.
1884
1885 2008-04-01  Eric Blake  <ebb9@byu.net>
1886
1887         Fix typos.
1888         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
1889         values to be the right type.
1890
1891         For now, cater to gnulib strtod inaccuracies.
1892         * tests/test-strtod.c (main): Allow 1-ulp error on expected
1893         fractional results.  While not as nice from a QoI perspective, it
1894         is a quicker patch than correctly implementing decimal to binary
1895         rounding.
1896
1897 2008-03-31  Eric Blake  <ebb9@byu.net>
1898
1899         Guarantee a definition of NAN.
1900         * lib/math.in.h (NAN): Define if missing.
1901         * tests/test-math.c (main): Test it.
1902         * doc/posix-headers/math.texi (math.h): Document this.
1903         * lib/isnan.c (rpl_isnand): Use it.
1904         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
1905         * tests/test-floorf1.c (NaN): Likewise.
1906         * tests/test-frexp.c (NaN): Likewise.
1907         * tests/test-isnand.c (NaN): Likewise.
1908         * tests/test-isnanf.c (NaN): Likewise.
1909         * tests/test-round1.c (NaN): Likewise.
1910         * tests/test-roundf1.c (NaN): Likewise.
1911         * tests/test-snprintf-posix.h (NaN): Likewise.
1912         * tests/test-sprintf-posix.h (NaN): Likewise.
1913         * tests/test-trunc1.c (NaN): Likewise.
1914         * tests/test-truncf1.c (NaN): Likewise.
1915         * tests/test-vasnprintf-posix.c (NaN): Likewise.
1916         * tests/test-vasprintf-posix.c (NaN): Likewise.
1917         * modules/isnand-nolibm (Depends-on): Add math.
1918         * modules/isnanf-nolibm (Depends-on): Likewise.
1919         * modules/isnanl (Depends-on): Likewise.
1920         * modules/isnanl-nolibm (Depends-on): Likewise.
1921         * modules/snprintf-posix-tests (Depends-on): Likewise.
1922         * modules/sprintf-posix-tests (Depends-on): Likewise.
1923         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
1924         * modules/vsprintf-posix-tests (Depends-on): Likewise.
1925         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
1926         * modules/vasprintf-posix-tests (Depends-on): Likewise.
1927
1928 2008-03-31  Bruno Haible  <bruno@clisp.org>
1929
1930         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
1931         * doc/posix-functions/strtod.texi: Likewise.
1932
1933 2008-03-31  Bruno Haible  <bruno@clisp.org>
1934
1935         * tests/test-strtod.c (main): Don't use C99 syntax.
1936
1937 2008-03-31  Bruno Haible  <bruno@clisp.org>
1938
1939         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
1940         Reported by Eric Blake.
1941
1942 2008-03-31  Jim Meyering  <meyering@redhat.com>
1943
1944         Don't compare actual signbit return values.
1945         * tests/test-strtod.c (main): Rather, compare only their
1946         zero/non-zero nature.
1947
1948 2008-03-31  Eric Blake  <ebb9@byu.net>
1949
1950         More strtod documentation.
1951         * doc/posix-functions/strtod.texi (strtod): Interpret more test
1952         failures as distinct bugs.
1953
1954 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
1957         Problem reported by Erik Benada in
1958         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
1959
1960 2008-03-30  Bruno Haible  <bruno@clisp.org>
1961
1962         * tests/test-strtod.c: Add comments about which assertion fails on which
1963         platform.
1964         * doc/posix-functions/strtod.texi: Add info about many more platforms.
1965
1966 2008-03-30  Eric Blake  <ebb9@byu.net>
1967
1968         Test signbit behavior on zeros.
1969         * tests/test-signbit.c (test_signbitf): Add tests for zero.
1970         (test_signbitd, test_signbitl): Likewise.
1971
1972         More strtod touchups.
1973         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
1974         sign of negative underflow, for now.  Use .5, not .1.
1975         * doc/posix-functions/strtod.texi (strtod): Mention these
1976         limitations.
1977         Reported by Jim Meyering.
1978
1979 2008-03-30  Bruno Haible  <bruno@clisp.org>
1980
1981         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
1982         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
1983
1984 2008-03-30  Bruno Haible  <bruno@clisp.org>
1985
1986         Avoid failure when attempting to return empty iconv results on some
1987         platforms.
1988         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
1989         allocation, don't report ENOMEM when the resulting string is empty.
1990
1991 2008-03-30  Bruno Haible  <bruno@clisp.org>
1992
1993         Fix buffer overrun.
1994         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
1995         Don't consider the width for tmp_length. Check count against tmp_length
1996         before doing the padding. Ensure enough allocation during padding.
1997
1998 2008-03-30  Eric Blake  <ebb9@byu.net>
1999
2000         strtod touchups.
2001         * lib/strtod.c (strtod): Avoid compiler warnings.
2002         Reported by Jim Meyering.
2003
2004 2008-03-30  Bruno Haible  <bruno@clisp.org>
2005
2006         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2007         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2008         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2009         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2010         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2011         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2012         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2013         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2014
2015         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2016         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2017         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2018         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2019         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2020         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2021         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2022         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2023
2024         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2025         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2026         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2027         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2028         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2029         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2030         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2031         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2032
2033         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2034         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2035
2036         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2037         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2038
2039         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2040         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2041
2042         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2043         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2044         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2045
2046         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2047         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2048         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2049
2050         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2051         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2052         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2053
2054         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2055         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2056         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2057
2058         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2059         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2060         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2061         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2062         (Depends-on): Add EOVERFLOW.
2063         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2064         (Depends-on): Add EOVERFLOW.
2065         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2066         (Depends-on): Add EOVERFLOW.
2067         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2068         (Depends-on): Add EOVERFLOW.
2069         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2070         (Depends-on): Add EOVERFLOW.
2071         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2072         (Depends-on): Add EOVERFLOW.
2073         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2074         (Depends-on): Add EOVERFLOW.
2075         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2076         (Depends-on): Add EOVERFLOW.
2077
2078         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2079         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2080         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2081
2082         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2083         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2084         * modules/snprintf (Depends-on): Add EOVERFLOW.
2085
2086         * lib/poll.c (EOVERFLOW): Remove fallback.
2087         * modules/poll (Depends-on): Add EOVERFLOW.
2088
2089         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2090         * modules/getugroups (Depends-on): Add EOVERFLOW.
2091
2092         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2093         * modules/getdelim (Depends-on): Add EOVERFLOW.
2094
2095         * lib/ftell.c (EOVERFLOW): Remove fallback.
2096         * modules/ftell (Depends-on): Add EOVERFLOW.
2097
2098         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2099         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2100         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2101
2102         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2103
2104         * modules/EOVERFLOW-tests: New file.
2105         * tests/test-EOVERFLOW.c: New file.
2106
2107         * modules/EOVERFLOW: New file.
2108         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2109
2110 2008-03-30  Bruno Haible  <bruno@clisp.org>
2111
2112         Fix bug introduced on 2007-06-10.
2113         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2114         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2115
2116 2008-03-30  Bruno Haible  <bruno@clisp.org>
2117
2118         Improve freadseek's efficiency after ungetc.
2119         * lib/freadseek.c: Include freadahead.h.
2120         (freadptrinc): New function, extracted from freadseek.
2121         (freadseek): Use it in a loop. Use freadahead to determine the number
2122         of loop iterations.
2123         * modules/freadseek (Depends-on): Add freadahead.
2124         (configure.ac): Require AC_C_INLINE.
2125
2126 2008-03-30  Bruno Haible  <bruno@clisp.org>
2127
2128         * lib/freadseek.c (freadseek): Don't ignore the return value of
2129         freadptr.
2130
2131 2008-03-29  Eric Blake  <ebb9@byu.net>
2132
2133         Add hex float support.
2134         * modules/strtod (Depends-on): Add c-ctype.
2135         (Link): Mention POW_LIB.
2136         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2137         whitespace between 'e' and exponent.
2138         * tests/test-strtod.c (main): Enable hex float tests.
2139         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2140         now provides.
2141
2142         Document various strtod bugs, with some fixes.
2143         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2144         "-0x", "inf", "nan", and hex constants.
2145         * doc/posix-functions/atof.texi (atof): Likewise.
2146         * modules/stdlib (Makefile.am): Support strtod.
2147         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2148         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2149         detect additional strtod bugs.
2150         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2151         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2152         bool where appropriate.  Parse 'inf' and 'nan'.
2153         * tests/test-strtod.c: New file.
2154         * modules/strtod (Depends-on): Add stdbool, stdlib.
2155         (configure.ac): Turn on module indicator.
2156         * modules/strtod-tests: New module.
2157
2158 2008-03-29  Eric Blake  <ebb9@byu.net>
2159
2160         Fix ftell on mingw.
2161         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2162         * modules/ftell-tests (Depends-on): Add binary-io.
2163         * modules/ftello-tests (Depends-on): Likewise.
2164         * tests/test-ftell.c (main): Enhance test to cover behavior after
2165         ungetc.  Enforce binary mode.
2166         * tests/test-ftello.c (main): Likewise.
2167
2168         Pass test-freadseek on cygwin.
2169         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2170         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2171         ungetc buffer.
2172
2173         * tests/test-fflush2.c (main): Fix typo.
2174
2175 2008-03-29  Bruno Haible  <bruno@clisp.org>
2176
2177         * tests/test-fflush2.c (main): Temporarily disable the contents of
2178         this test.
2179         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2180         Reported by Eric Blake.
2181
2182 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2183
2184         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2185         (GC_SHA224_DIGEST_SIZE): Add.
2186
2187         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2188         (gc_hash_digest_length): Likewise.
2189         (gc_hash_buffer): Likewise.
2190
2191 2008-03-25  Bruno Haible  <bruno@clisp.org>
2192
2193         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2194         detail which gettext release to use.
2195         Reported by Simon Josefsson.
2196
2197 2008-03-26  Jim Meyering  <meyering@redhat.com>
2198
2199         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2200         * modules/gnumakefile (clean-GNUmakefile): Also, use
2201         test ... && ... || : syntax rather than if-then ... fi.
2202
2203         gnumakefile: Don't double-quote-expand $(VPATH) value.
2204         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2205
2206 2008-03-24  Eric Blake  <ebb9@byu.net>
2207
2208         Alter GNUmakefile to install into top directory.
2209         * modules/maintainer-makefile: Split, and add dependency...
2210         * modules/gnumakefile: to this new module.
2211         * build-aux/GNUmakefile: Move...
2212         * top/GNUmakefile: ...here.
2213         * build-aux/maint.mk: Move...
2214         * top/maint.mk: ...here.
2215         * MODULES.html.sh (Support for maintaining...): Document new
2216         module.
2217
2218 2008-03-23  Bruno Haible  <bruno@clisp.org>
2219
2220         * gnulib-tool: New options --vc-files, --no-vc-files.
2221         (func_usage): Document them.
2222         (vc_files): New variable.
2223         (func_import): Consider vc_files.
2224         (func_create_testdir): Set vc_files to empty.
2225         Suggested by Jim Meyering and Karl Berry.
2226
2227 2008-03-23  Bruno Haible  <bruno@clisp.org>
2228
2229         Fix regex compilation error on HP-UX 11.
2230         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2231         * modules/regex (Files): Add m4/mbstate_t.m4.
2232         Reported by Ton Voon <ton.voon@altinity.com>.
2233
2234 2008-03-23  Bruno Haible  <bruno@clisp.org>
2235
2236         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2237
2238 2008-03-23  Eric Blake  <ebb9@byu.net>
2239             Bruno Haible  <bruno@clisp.org>
2240
2241         Install files from top/ in the destination directory.
2242         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2243         augmentation also for the files from top/.
2244         (func_import, func_create_testdir): Rewrite file names:
2245         top/filename -> filename.
2246
2247 2008-03-23  Bruno Haible  <bruno@clisp.org>
2248
2249         Tweak "gnulib --version" output.
2250         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2251
2252 2008-03-23  Bruno Haible  <bruno@clisp.org>
2253
2254         Tweak "gnulib --version" output.
2255         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2256         rather than contents of ChangeLog, when possible.
2257
2258 2008-03-21  Eric Blake  <ebb9@byu.net>
2259
2260         More --version tweaks.
2261         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2262         date of last ChangeLog entry.
2263
2264 2008-03-21  Jim Meyering  <meyering@redhat.com>
2265
2266         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2267
2268 2008-03-20  Eric Blake  <ebb9@byu.net>
2269
2270         VPATH fix.
2271         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2272
2273 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2274
2275         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2276         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2277
2278 2008-03-20  Eric Blake  <ebb9@byu.net>
2279
2280         Sync GNUmakefile with coreutils.
2281         * build-aux/GNUmakefile (have-Makefile): Rename...
2282         (_have-Makefile): ...to this, for namespace consideration.
2283         (GNUmakefile.cfg): Include, if present.
2284         (_autoreconf): Define a default.
2285         (_is-dist-target): New rule for rebuilds to pick up intra-release
2286         version.
2287         (maint-cfg.mk): Rename...
2288         (cfg.mk): ...to this.
2289
2290 2008-03-18  Jim Meyering  <meyering@redhat.com>
2291
2292         New script and module: mktempd
2293         * MODULES.html.sh (maint+release support): Add mktempd.
2294         * build-aux/mktempd: New file.
2295         * modules/mktempd: New file.
2296
2297 2008-03-15  Jim Meyering  <meyering@redhat.com>
2298
2299         Undo last change.
2300         * lib/sha1.c, lib/md5.c: 63 != ~63.
2301         Reported by Andreas Schwab.
2302
2303         sha1.c, md5.c: Hoist a redundant expression.
2304         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2305         "ctx->buflen" only once, before calling *_process_block.
2306         * lib/md5.c (md5_process_bytes): Likewise.
2307
2308 2008-03-14  Eric Blake  <ebb9@byu.net>
2309
2310         Bump copyright year in files generated by gnulib-tool.
2311         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2312         gnulib-tool, rather than hard-coding it.
2313
2314         Fix 'gnulib-tool --version' output to work with git.
2315         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2316         (startup): ...here.
2317         (func_version): Use it to invoke git-version-gen, rather than
2318         relying on CVS keyword expansion.  Modernize wording.
2319         (cvsdatestamp, last_checkin_date, version): Kill unused
2320         variables.
2321
2322 2008-03-12  Jim Meyering  <meyering@redhat.com>
2323
2324         Recognize optional cast of the argument to free.
2325         * build-aux/useless-if-before-free: Update regexps.
2326
2327         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2328
2329 2008-03-11  Bruno Haible  <bruno@clisp.org>
2330
2331         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2332         by a single package.
2333         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2334         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2335         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2336         Reported by Sam Steingold <sds@gnu.org>.
2337
2338 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2339
2340         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2341         repositories.
2342
2343 2008-03-11  Bruno Haible  <bruno@clisp.org>
2344
2345         Avoid conflicts between local macro definitions.
2346         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2347         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2348
2349 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2350             Bruno Haible  <bruno@clisp.org>
2351
2352         Make va_copy work with some version of xlc on AIX 5.1.
2353         * lib/stdarg.in.h: New file.
2354         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2355         On AIX, use a <stdarg.h> file substitute.
2356         * modules/stdarg (Files): Add lib/stdarg.in.h.
2357         (Depends-on): Add include_next.
2358         (Makefile.am): Build a stdarg.h substitute if requested.
2359         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2360
2361 2008-03-10  Bruno Haible  <bruno@clisp.org>
2362
2363         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2364         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2365         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2366
2367 2008-03-10  Bruno Haible  <bruno@clisp.org>
2368
2369         * modules/stdlib (Depends-on): Add include_next, remove
2370         absolute-header.
2371
2372 2008-03-09  Bruno Haible  <bruno@clisp.org>
2373
2374         * lib/freadahead.h (freadahead): Document more precisely.
2375         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2376         the sum of both buffer sizes.
2377         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2378         * NEWS: Document the change.
2379
2380 2008-03-09  Bruno Haible  <bruno@clisp.org>
2381
2382         Extend freadptr to return also the buffer size.
2383         * lib/freadptr.h (freadptr): Add sizep argument.
2384         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2385         (freadptr): Add sizep argument. Determine buffer size like freadahead
2386         does.
2387         * tests/test-freadptr.c: Don't include freadahead.h.
2388         (main): Adapt for new calling convention of freadptr.
2389         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2390         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2391         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2392         tests/test-freadptr2.sh.
2393         (Depends): Remove freadahead.
2394         (TESTS): Add test-freadptr2.sh.
2395         (check_PROGRAMS): Add test-freadptr2.
2396
2397 2008-03-09  Bruno Haible  <bruno@clisp.org>
2398
2399         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2400         Report and solution by Simon Josefsson.
2401
2402 2008-03-06  Bruno Haible  <bruno@clisp.org>
2403
2404         Make fflush after ungetc work on BSD platforms.
2405         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2406         * tests/test-fflush2.c: New file.
2407         * tests/test-fflush2.sh: New file.
2408         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2409         tests/test-fflush2.c.
2410         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2411         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2412
2413 2008-03-06  Eric Blake  <ebb9@byu.net>
2414
2415         Likewise for ftello.
2416         * modules/ftello (Dependencies): Add extensions.
2417         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2418
2419 2008-03-06  Bruno Haible  <bruno@clisp.org>
2420
2421         * modules/fseeko (Dependencies): Add extensions.
2422         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2423         Needed on glibc systems.
2424
2425 2008-03-06  Bruno Haible  <bruno@clisp.org>
2426
2427         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2428         email address.
2429         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2430
2431 2008-03-06  Bruno Haible  <bruno@clisp.org>
2432
2433         * users.txt: Add libgnupdf.
2434
2435 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2436
2437         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2438         (Header File Substitutes, Function Substitutes,
2439         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2440         (Build robot for gnulib): Fix typo.
2441
2442 2008-03-06  Bruno Haible  <bruno@clisp.org>
2443
2444         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2445         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2446
2447 2008-03-06  Bruno Haible  <bruno@clisp.org>
2448
2449         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2450         * doc/gnulib.texi: Include it.
2451
2452 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2453
2454         * modules/func (License): Change license to unlimited; there was
2455         no LGPL parts in the module anyway.
2456
2457 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2458
2459         * modules/__func__: Renamed to modules/func.
2460         * modules/__func__-tests: Renamed to modules/func-tests.
2461         * tests/test-__func__.c: Renamed to tests/test-func.c.
2462         * m4/__func__.m4: Renamed to m4/func.m4.
2463         * doc/gnulib.texi (__func__): Section renamed to func.
2464         Suggested by Eric Blake <ebb9@byu.net>.
2465
2466 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2467
2468         * doc/gnulib.texi (__func__): Use C99 terminology when talking
2469         about __func__.  Make example self-contained.  Suggested by Eric
2470         Blake <ebb9@byu.net>.
2471
2472         * tests/test-__func__.c (main): Avoid extraneous () around __func.
2473         Suggested by Eric Blake <ebb9@byu.net>.
2474
2475 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2476
2477         * modules/__func__: New file.
2478         * modules/__func__-tests: New file.
2479         * tests/test-__func__.c: New file.
2480         * m4/__func__.m4: New file.
2481         * doc/gnulib.texi (__func__): Document __func__ module.
2482
2483 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2484
2485         * modules/byteswap (License): Re-license as LGPLv2+.
2486
2487 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2488
2489         * doc/Makefile: Add pdf target.
2490
2491 2008-03-05  Simon Josefsson  <simon@josefsson.org>
2492
2493         * modules/inline (License): Use 'unlimited', since there are only
2494         *.m4 files in this module.
2495
2496 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2497             Bruno Haible  <bruno@clisp.org>
2498
2499         Add support for HP C 7.1 on OpenVMS 8.3.
2500         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
2501
2502 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
2503
2504         Update VMS specifics.
2505         * lib/getopt.c [VMS]: Remove include of unixlib.h.
2506
2507 2008-03-02  Jim Meyering  <meyering@redhat.com>
2508
2509         Remove the last dependency on the "free" module.
2510         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
2511         Reported by Bob Proulx.
2512
2513         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
2514
2515         Remove useless "if" tests before free.  Deprecate "free" module.
2516         * doc/posix-functions/free.texi: Mention that this
2517         module is no longer useful.
2518         * modules/free (Notice): Say this module is obsolete.
2519         * modules/readutmp (Depends-on): Remove free.
2520         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
2521         * lib/putenv.c (putenv): Likewise.
2522         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
2523         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
2524         * tests/test-c-strcasestr.c (main): Likewise.
2525         * tests/test-c-strstr.c (main): Likewise.
2526         * tests/test-mbscasestr1.c (main): Likewise.
2527         * tests/test-mbscasestr2.c (main): Likewise.
2528         * tests/test-mbsstr1.c (main): Likewise.
2529         * tests/test-mbsstr2.c (main): Likewise.
2530         * tests/test-memmem.c (main): Likewise.
2531         * tests/test-strcasestr.c (main): Likewise.
2532         * tests/test-striconv.c (main): Likewise.
2533         * tests/test-striconveh.c (main): Likewise.
2534         * tests/test-striconveha.c (main): Likewise.
2535         * tests/test-strstr.c (main): Likewise.
2536
2537         * build-aux/git-version-gen: Adjust a comment and the Usage string.
2538
2539         bootstrap: sync from coreutils again
2540         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
2541
2542 2008-03-01  Jim Meyering  <meyering@redhat.com>
2543
2544         bootstrap: sync from coreutils
2545         * build-aux/bootstrap (update_po_files): Copy a .po file into place
2546         also when the target doesn't exist.
2547
2548 2008-03-01  Eric Blake  <ebb9@byu.net>
2549
2550         Fix bugs in last patch.
2551         * lib/memchr2.c (memchr2): Fix typo.
2552         * tests/test-memchr2.c: Test previous bug, and don't use GNU
2553         extension.
2554         Reported by Bruce Korb.
2555
2556         New module 'memchr2'.
2557         * modules/memchr2: New file.
2558         * modules/memchr2-tests: Likewise.
2559         * lib/memchr2.h: Likewise.
2560         * lib/memchr2.c: Likewise, based on memchr.c.
2561         * tests/test-memchr2.c: New test.
2562         * MODULES.html.sh (String handling): Add memchr2.
2563
2564 2008-02-29  Bruno Haible  <bruno@clisp.org>
2565
2566         * modules/freadseek-tests: New file.
2567         * tests/test-freadseek.sh: New file.
2568         * tests/test-freadseek.c: New file.
2569
2570         New module 'freadseek'.
2571         * modules/freadseek: New file.
2572         * lib/freadseek.h: New file.
2573         * lib/freadseek.c: New file.
2574         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
2575
2576 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2577
2578         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
2579         wydawca.
2580
2581         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
2582         program_invocation_name and program_invocation_short_name are
2583         present.
2584
2585 2008-02-28  Bruno Haible  <bruno@clisp.org>
2586
2587         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
2588         * tests/test-freadptr.sh: Also test non-seekable stdin.
2589
2590 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
2591
2592         * build-aux/bootstrap (source_base, m4_base)
2593         (doc_base, tests_base): New variables.
2594         (gnulib_tool_options): Do not hardcode base directories, use
2595         the above variables instead.
2596
2597 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
2598
2599         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
2600
2601 2008-02-28  Bruno Haible  <bruno@clisp.org>
2602
2603         * modules/freadptr-tests: New file.
2604         * tests/test-freadptr.sh: New file.
2605         * tests/test-freadptr.c: New file.
2606
2607         New module 'freadptr'.
2608         * modules/freadptr: New file.
2609         * lib/freadptr.h: New file.
2610         * lib/freadptr.c: New file.
2611         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
2612
2613 2008-02-26  Karl Berry  <karl@freefriends.org>
2614
2615         Sync from Libtool:
2616         * libltdl/argz.c (argz_add, argz_count): New functions.
2617         * libltdl/argz.in.h: Declare them.
2618         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
2619
2620 2008-02-22  Bruno Haible  <bruno@clisp.org>
2621
2622         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
2623         is a pointer type.  Needed for HP-UX 10.
2624         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
2625         * doc/posix-functions/gmtime_r.texi: Likewise.
2626         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2627
2628 2008-02-24  Bruno Haible  <bruno@clisp.org>
2629
2630         * modules/environ-tests: New file.
2631         * tests/test-environ.c: New file.
2632
2633         New module 'environ'.
2634         * modules/environ: New file.
2635         * lib/unistd.in.h (environ): New declaration.
2636         * m4/environ.m4: New file.
2637         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
2638         after use.
2639         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
2640         HAVE_DECL_ENVIRON.
2641         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
2642         HAVE_DECL_ENVIRON.
2643         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
2644         wrong claim that 'environ' is missing on some systems.
2645         * modules/execute (Depends-on): Add environ.
2646         * lib/execute.c (environ): Remove fallback declaration.
2647         * modules/pipe (Depends-on): Add environ.
2648         * lib/pipe.c (environ): Remove fallback declaration.
2649         * modules/setenv (Depends-on): Add environ.
2650         * lib/setenv.c (environ): Remove fallback declaration.
2651         * modules/unsetenv (Depends-on): Add environ.
2652         * lib/unsetenv.c (environ): Remove fallback declaration.
2653         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
2654         m4/environ.m4.
2655         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
2656         (gl_PREREQ_UNSETENV): Likewise.
2657
2658 2008-02-24  Bruno Haible  <bruno@clisp.org>
2659
2660         * doc/posix-functions/environ.texi: Document the MacOS X problem.
2661
2662 2008-02-20  Bob Proulx  <bob@proulx.com>
2663
2664         Enable use of older two part flavor 'git describe'.
2665         * build-aux/git-version-gen: If using the older two part flavor of
2666         git version then recreate the third part now present in the
2667         newer three part flavor of git describe.
2668
2669 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
2670
2671         * lib/fts.c (fts_build): Typo correction to comment.
2672
2673 2008-02-17  Bruno Haible  <bruno@clisp.org>
2674
2675         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
2676         generating no-op conflicts.
2677
2678 2008-02-17  Bruno Haible  <bruno@clisp.org>
2679
2680         Speed up by 10%.
2681         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
2682         result_entries, rather than an index-based loop.
2683
2684 2008-02-17  Bruno Haible  <bruno@clisp.org>
2685
2686         Speed up by 25%.
2687         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
2688         'hashcode_cached'.
2689         (entry_create): New function.
2690         (entry_hashcode): Use the cached hashcode if possible.
2691         (read_changelog_file, try_split_merged_entry): Use entry_create.
2692
2693 2008-02-17  Bruno Haible  <bruno@clisp.org>
2694
2695         Speed up from O(n^2) to O(n) for long ChangeLog files.
2696         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
2697         (read_changelog_file): Change implementation of entries_reversed list
2698         to rbtreehash.
2699         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
2700
2701 2008-02-17  Bruno Haible  <bruno@clisp.org>
2702
2703         New option --split-merged-entry.
2704         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
2705         (find_paragraph_end, try_split_merged_entry): New functions.
2706         (long_options): Add option --split-merged-entry.
2707         (usage): Document option --split-merged-entry.
2708         (main): Implement option --split-merged-entry.
2709         Reported by Eric Blake.
2710
2711 2008-02-17  Bruno Haible  <bruno@clisp.org>
2712
2713         * lib/git-merge-changelog.c: Include c-strstr.h.
2714         (main): Support the "git pull --rebase" situation.
2715         * modules/git-merge-changelog (Depends-on): Add c-strstr.
2716         Reported by Eric Blake.
2717
2718 2008-02-16  Eric Blake  <ebb9@byu.net>
2719
2720         Avoid doubling \ in common case of "c-maybe" quoting style.
2721         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
2722         eliding outer quotes.
2723         * lib/quotearg.h: Document this.
2724         * tests/test-quotearg.c (result_strings, inputs, results_g)
2725         (flag_results, locale_results): Test it by adding a new string to
2726         each test group.
2727         (compare_strings): Test new string.
2728
2729 2008-02-13  Eric Blake  <ebb9@byu.net>
2730
2731         Avoid trigraph quoting in default output.
2732         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
2733         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
2734         unless explicitly requested.
2735         * tests/test-quotearg.c (flag_results, main): Add additional tests.
2736
2737 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
2738
2739         Don't rely on signed integer overflowing to negative value.
2740         * lib/getugroups.c (getugroups): Include <limits.h>.
2741         Instead, compare against INT_MAX, and increment only if the test passes.
2742
2743 2008-02-13  Jim Meyering  <meyering@redhat.com>
2744         and Eric Blake  <ebb9@byu.net>
2745
2746         Avoid shadowing warning and compile errors on Linux.
2747         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
2748         forwarding macros on Linux.
2749         (dcgettext): Define a stub, for Linux.
2750         (results_g, main): Avoid warnings.
2751
2752 2008-02-12  Eric Blake  <ebb9@byu.net>
2753
2754         Silence warning in last patch.
2755         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
2756
2757         Quotearg part 4: add tests, fix c-maybe colon quoting.
2758         * lib/quotearg.h: Improve documentation.
2759         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
2760         escapes when adding outer quotes.  When quoting trigraphs, use
2761         valid C notation.  When quoting NUL, omit extra characters if next
2762         character is not digit.  Alter prototype.
2763         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
2764         callers.
2765         * modules/quotearg-tests: New module.
2766         * tests/test-quotearg.c: New test.
2767
2768 2008-02-07  Eric Blake  <ebb9@byu.net>
2769
2770         Quotearg part 3: add flag to control outer quote elision.
2771         * lib/quotearg.h (c_maybe_quoting_style): New style.
2772         (enum quoting_flags): Better documentation of flags.
2773         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
2774         c-maybe style.
2775         (quotearg_buffer_restyled): Handle new flag to elide outer
2776         quotes.
2777
2778         Quotearg part 2: add flag that can control NUL elision.
2779         * lib/quotearg.h (set_quoting_flags): New prototype.
2780         * lib/quotearg.c (struct quoting_options): Add flag field.
2781         (set_quoting_flags): New function.
2782         (quotearg_buffer_restyled): Add flags parameter.
2783         (quotearg_alloc_mem): Set the flag if length cannot be returned.
2784         (quotearg_n_options): Set the flag, since length cannot be
2785         returned.
2786         (quoting_options_from_style): Default flags correctly.
2787
2788         Quotearg part 1: more wrappers, restore quotearg_char state.
2789         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
2790         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
2791         (quotearg_colon_mem): New wrappers.
2792         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
2793         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
2794         functions.
2795         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
2796         (quotearg_colon_mem): New functions.
2797
2798 2008-02-11  Bruno Haible  <bruno@clisp.org>
2799
2800         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
2801         library in the current directory: it does not work with parallel make.
2802         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2803
2804 2008-02-11  Bruno Haible  <bruno@clisp.org>
2805
2806         * .gitattributes: New file.
2807
2808 2008-02-11  Jim Meyering  <meyering@redhat.com>
2809
2810         useless-if-before-free: Fix reversed exit values.
2811         * build-aux/useless-if-before-free: Use correct values
2812         for EXIT_MATCH and EXIT_NO_MATCH.
2813
2814         * build-aux/useless-if-before-free: Close stdout carefully.
2815
2816 2008-02-10  Bruno Haible  <bruno@clisp.org>
2817
2818         New module 'git-merge-changelog'.
2819         * modules/git-merge-changelog: New file.
2820         * lib/git-merge-changelog.c: New file.
2821
2822 2008-02-10  Jim Meyering  <meyering@redhat.com>
2823
2824         useless-if-before-free: New option: --list (-l).
2825
2826         useless-if-before-free: Don't exit immediately upon open failure.
2827         * build-aux/useless-if-before-free: Exit 2 for errors.
2828         Upon failure to open a file, don't exit immediately.
2829         Rather, just warn and continue with any remaining files.
2830
2831 2008-02-10  Bruno Haible  <bruno@clisp.org>
2832
2833         New abstract list operation 'node_set_value'.
2834         * lib/gl_list.h (gl_list_node_set_value): New function.
2835         (struct gl_list_implementation): New field node_set_value.
2836         * lib/gl_list.c (gl_list_node_set_value): New function.
2837         * lib/gl_array_list.c (gl_array_node_set_value): New function.
2838         (gl_array_list_implementation): Update.
2839         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
2840         (gl_carray_list_implementation): Update.
2841         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
2842         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2843         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2844         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
2845         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2846         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2847         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2848         Update.
2849         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2850         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
2851         (gl_sublist_list_implementation): Update.
2852
2853 2008-02-10  Bruno Haible  <bruno@clisp.org>
2854
2855         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
2856         Needed when ELEMENT is #defined to 'some_type *'.
2857
2858 2008-02-10  Jim Meyering  <meyering@redhat.com>
2859
2860         New script and module: useless-if-before-free
2861         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
2862         * build-aux/useless-if-before-free: New file.
2863         * modules/useless-if-before-free: New file.
2864
2865         * build-aux/gitlog-to-changelog: Use committer date, not author date.
2866
2867         xstrtol_error: Fix typo.
2868         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
2869         s/exit_failure/exit_status/.
2870
2871 2008-02-09  Jim Meyering  <meyering@redhat.com>
2872
2873         New script and module: gitlog-to-changelog
2874         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
2875         * modules/gitlog-to-changelog: New file.
2876         * build-aux/gitlog-to-changelog: New file.
2877
2878 2008-02-08  Jim Meyering  <meyering@redhat.com>
2879
2880         Avoid two "parameter unused" warnings.
2881         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
2882         Mark "st" as used.
2883
2884         Use "git COMMAND", not "git-COMMAND".
2885         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
2886         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
2887         * build-aux/git-version-gen: Use "git status", not "git-status".
2888
2889 2008-02-07  Bruno Haible  <bruno@clisp.org>
2890
2891         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
2892         Avoids a crash on Windows Vista.
2893         Reported by Adam Strzelecki <ono@java.pl> via
2894         Simon Josefsson <simon@josefsson.org>.
2895
2896 2008-02-06  Bruno Haible  <bruno@clisp.org>
2897
2898         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
2899         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
2900         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
2901         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
2902         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2903         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2904         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
2905         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
2906         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2907         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2908         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2909         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2910         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2911         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2912         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2913         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
2914         left-adjust flag.
2915         * tests/test-snprintf-posix.h (test_function): Likewise.
2916         * tests/test-sprintf-posix.h (test_function): Likewise.
2917         * tests/test-vasprintf-posix.c (test_function): Likewise.
2918         * doc/posix-functions/fprintf.texi: Update.
2919         * doc/posix-functions/printf.texi: Update.
2920         * doc/posix-functions/snprintf.texi: Update.
2921         * doc/posix-functions/sprintf.texi: Update.
2922         * doc/posix-functions/vfprintf.texi: Update.
2923         * doc/posix-functions/vprintf.texi: Update.
2924         * doc/posix-functions/vsnprintf.texi: Update.
2925         * doc/posix-functions/vsprintf.texi: Update.
2926         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2927
2928 2008-02-06  Bruno Haible  <bruno@clisp.org>
2929
2930         Fix bug introduced on 2008-01-26.
2931         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
2932
2933 2008-02-06  Bruno Haible  <bruno@clisp.org>
2934
2935         Fix bug introduced on 2007-06-10.
2936         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
2937         !NEED_PRINTF_FLAG_ZERO.
2938
2939 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
2940
2941         getloadavg: use libperfstat on AIX5
2942         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
2943
2944 2008-02-03  Bruno Haible  <bruno@clisp.org>
2945
2946         * lib/diffseq.h: Add comments about required #includes.
2947         Reported by Michael Biggs <gnulib@doubleplum.net>.
2948
2949 2008-02-01  Bruno Haible  <bruno@clisp.org>
2950
2951         * users.txt: Add gnuit.
2952
2953 2008-01-31  Bruno Haible  <bruno@clisp.org>
2954
2955         * lib/md4.c (set_uint32): Mark as inline.
2956         * lib/md5.c (set_uint32): Likewise.
2957         * lib/sha1.c (set_uint32): Likewise.
2958         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
2959         * m4/md5.m4 (gl_MD5): Likewise.
2960         * m4/sha1.m4 (gl_SHA1): Likewise.
2961
2962 2008-01-31  Jim Meyering  <meyering@redhat.com>
2963
2964         Use "sizeof VAR", rather than a literal "4".
2965         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
2966         * lib/md4.c (md4_read_ctx): Likewise.
2967         * lib/sha1.c (sha1_read_ctx): Likewise.
2968
2969 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2970
2971         * tests/test-sha1.c: New file, based on test-md5.c.
2972
2973         * modules/crypto/sha1-tests: New file.
2974
2975 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2976
2977         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
2978
2979 2008-01-31  Jim Meyering  <meyering@redhat.com>
2980
2981         Prefer "sizeof v" over the equivalent "4".
2982         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
2983         * lib/md5.c (set_uint32): Likewise.
2984         * lib/sha1.c (set_uint32): Likewise.
2985
2986 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2987
2988         * lib/sha1.c (set_uint32): Mark function as static.
2989
2990 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2991
2992         md2: clarify comments to say that alignment is not required.
2993         * lib/md2.h: Remove warning about alignment in comment.
2994         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
2995         never been required.
2996
2997 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2998
2999         md4: adapt alignment constraint fix from sha1.
3000         * lib/md4.c (set_uint32): New function, from sha1.c
3001         (md4_read_ctx): Use it.
3002         (md4_finish_ctx): Doc fix.
3003         * lib/md4.h: Doc fix.
3004
3005 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3006
3007         md5: adapt alignment constraint fix from sha1.
3008         * lib/md5.c (set_uint32): New function, from sha1.c
3009         (md5_read_ctx): Use it.
3010         (md5_finish_ctx): Doc fix.
3011         * lib/md5.h: Doc fix.
3012
3013 2008-01-30  Peter Palfrader  <weasel@debian.org>
3014
3015         sha1: remove the result buffer alignment constraint
3016         * lib/sha1.c (set_uint32): New function.
3017         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3018         constraint.
3019         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3020         * lib/sha1.h: Likewise.
3021
3022 2008-01-30  Andreas Schwab  <schwab@suse.de>
3023             Bruno Haible  <bruno@clisp.org>
3024
3025         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3026         correct definition of LDBL_MIN_EXP.
3027
3028 2008-01-30  Karl Berry  <karl@gnu.org>
3029
3030         * config/srclist-update: try to preserve x bit on updates.
3031         * config/srclistvars.sh: update for karl.
3032
3033 2008-01-29  Jim Meyering  <meyering@redhat.com>
3034
3035         vasnprintf.c: Avoid warning about unused label
3036         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3037         "overflow" label definition and associated code with the
3038         same cpp condition that guards the sole use of that label.
3039
3040 2008-01-26  Bruno Haible  <bruno@clisp.org>
3041
3042         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3043         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3044         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3045         * lib/isnanl-nolibm.h (isnanl): Likewise.
3046         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3047
3048 2008-01-26  Bruno Haible  <bruno@clisp.org>
3049
3050         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3051         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3052
3053 2008-01-26  Bruno Haible  <bruno@clisp.org>
3054
3055         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3056         GCC >= 4.0 built-in.
3057         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3058
3059 2008-01-26  Bruno Haible  <bruno@clisp.org>
3060
3061         Rename isnan, applicable to 'double' only, to isnand.
3062         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3063         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3064         (configure.ac): Update.
3065         (Include): Replace "isnan.h" with "isnand.h".
3066         * m4/isnand.m4: Renamed from m4/isnan.m4.
3067         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3068         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3069         instead of isnan.c.
3070         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3071         instead of HAVE_ISNAN_IN_LIBC.
3072         (isnand): Renamed from isnan.
3073         * lib/isnand.c: New file.
3074         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3075         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3076         (Makefile.am): Update.
3077         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3078         Include isnand.h instead of isnan.h.
3079         (main): Test isnand instead of isnan.
3080         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3081         isnan-nolibm.
3082         * modules/frexp (Depends-on): Likewise.
3083         * modules/frexp-tests (Depends-on): Likewise.
3084         * modules/frexp-nolibm (Depends-on): Likewise.
3085         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3086         * modules/isfinite (Depends-on): Likewise.
3087         * modules/round-tests (Depends-on): Likewise.
3088         * modules/signbit (Depends-on): Likewise.
3089         * modules/signbit-tests (Depends-on): Likewise.
3090         * modules/snprintf-posix (Depends-on): Likewise.
3091         * modules/sprintf-posix (Depends-on): Likewise.
3092         * modules/trunc-tests (Depends-on): Likewise.
3093         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3094         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3095         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3096         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3097         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3098         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3099         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3100         * modules/vasnprintf-posix (Depends-on): Likewise.
3101         * modules/vasprintf-posix (Depends-on): Likewise.
3102         * modules/vfprintf-posix (Depends-on): Likewise.
3103         * modules/vsnprintf-posix (Depends-on): Likewise.
3104         * modules/vsprintf-posix (Depends-on): Likewise.
3105         * lib/frexp.c: Include isnand.h instead of isnan.h.
3106         (ISNAN): Set to isnand instead of isnan.
3107         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3108         (gl_isfinited): Use isnand instead of isnan.
3109         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3110         (gl_signbitd): Use isnand instead of isnan.
3111         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3112         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3113         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3114         (main): Use isnand instead of isnan.
3115         * tests/test-round1.c: Include isnand.h.
3116         (main): Use isnand instead of isnan.
3117         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3118         (ISNAN): Set to isnand instead of isnan.
3119         * tests/test-trunc1.c: Include isnand.h.
3120         (main): Use isnand instead of isnan.
3121         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3122         (equal): Use isnand instead of isnan.
3123         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3124         isnand-nolibm.
3125         * NEWS: Mention the change.
3126
3127 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3128             Bruno Haible  <bruno@clisp.org>
3129
3130         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3131         the GCC builtins for signbits are present and set
3132         REPLACE_SIGNBIT_USING_GCC if so.
3133         * lib/math.in.h (signbit): Define using GCC builtins if
3134         REPLACE_SIGNBIT_USING_GCC is set.
3135         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3136         REPLACE_SIGNBIT_USING_GCC.
3137         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3138
3139 2008-01-25  Jim Meyering  <meyering@redhat.com>
3140
3141         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3142         * lib/poll.c: Include <config.h>, not "config.h".
3143         * tests/test-getaddrinfo.c: Likewise.
3144
3145 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3146
3147         * modules/sockets-tests: New file.
3148
3149 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3150
3151         * modules/sockets: New module, can be used to call WSA_Startup and
3152         WSA_Cleanup when needed.
3153
3154         * lib/sockets.h, lib/sockets.c: New files.
3155
3156         * m4/sockets.m4: New file.
3157
3158         * tests/test-sockets.c: New file.
3159
3160 2008-01-19  Bruno Haible  <bruno@clisp.org>
3161
3162         * doc/posix-headers: Renamed from doc/headers.
3163         * doc/posix-functions: Renamed from doc/functions.
3164         * doc/gnulib.texi: Update.
3165
3166 2008-01-19  Bruno Haible  <bruno@clisp.org>
3167
3168         * doc/glibc-functions/strcasestr.texi: Include contents of
3169         doc/functions/strcasestr.texi, fixing the list of platforms.
3170         * doc/functions/strcasestr.texi: Remove file.
3171
3172 2008-01-19  Bruno Haible  <bruno@clisp.org>
3173
3174         * doc/glibc-functions/memmem.texi: Include contents of
3175         doc/functions/memmem.texi.
3176         * doc/functions/memmem.texi: Remove file.
3177
3178 2008-01-18  Bruno Haible  <bruno@clisp.org>
3179
3180         * doc/glibc-functions/*.texi: New files.
3181         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3182         to use the new files.
3183
3184 2008-01-17  Bruno Haible  <bruno@clisp.org>
3185
3186         * tests/test-gethostname.c (main): Fix printf statement.
3187
3188 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3189
3190         * modules/gethostname-tests: New file.
3191
3192         * tests/test-gethostname.c: New file.
3193
3194 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3195
3196         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3197         used by the UNAME case.  Reported by Bruno Haible
3198         <bruno@clisp.org>.
3199
3200 2008-01-17  Eric Blake  <ebb9@byu.net>
3201
3202         Convert c-strcasestr to be more efficient.
3203         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3204         (Depends-on): Add c-strcase, remove malloca, strnlen.
3205         * tests/test-c-strcasestr.c (main): Enhance test.
3206         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3207
3208 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3209
3210         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3211         Use it in creating po/Makevars.
3212
3213 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3214
3215         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3216         Applications that requires it should initialize libgcrypt
3217         manually.
3218
3219 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3220
3221         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3222
3223 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3224
3225         Fix problem with getdate on mingw32 reported by Simon Josefsson
3226         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3227         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3228         tzname", when deciding whether to declare tzname.
3229         * lib/strftime.c (tzname): Likewise.
3230
3231 2008-01-15  Bruno Haible  <bruno@clisp.org>
3232
3233         Work around a MacOS X 10.5 bug in frexpl().
3234         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3235         * doc/functions/frexpl.texi: Document the bug.
3236         Reported by Elias Pipping <pipping@gentoo.org>.
3237
3238 2008-01-14  Eric Blake  <ebb9@byu.net>
3239
3240         Touch up previous patch.
3241         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3242         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3243
3244         Convert strcasestr module to use Two-Way algorithm.
3245         * modules/strcasestr-simple: New module, based on the old
3246         strcasestr, but with Two-Way rather than KMP.
3247         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3248         * lib/string.in.h (rpl_strcasestr): Declare.
3249         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3250         performance.
3251         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3252         * modules/string (Makefile.am): Support strcasestr.
3253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3254         * modules/strcasestr-tests (Depends-on): Check for alarm.
3255         * tests/test-strcasestr.c: Augment test.
3256         * lib/str-two-way.h: Clean up stray macro.
3257         * NEWS: Document new module.
3258         * MODULES.html.sh (string handling): Likewise.
3259         * doc/functions/strcasestr.texi: New file.
3260         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3261         here, since it is not a POSIX function.
3262
3263 2008-01-14  Colin Watson  <cjwatson@debian.org>
3264             Bruno Haible  <bruno@clisp.org>
3265
3266         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3267         works fine; if not, set REPLACE_STRSIGNAL.
3268         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3270         REPLACE_STRSIGNAL.
3271         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3272         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3273         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3274
3275 2008-01-14  Bruno Haible  <bruno@clisp.org>
3276
3277         * modules/strsignal (Include): Change to <string.h>.
3278
3279 2008-01-14  Colin Watson  <cjwatson@debian.org>
3280
3281         * modules/argp (Notice): Add a notice recommending to change
3282         XGETTEXT_OPTIONS.
3283         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3284
3285 2008-01-13  Colin Watson  <cjwatson@debian.org>
3286
3287         * modules/strsignal-tests: New file.
3288         * tests/test-strsignal.c: New file.
3289
3290         * lib/strsignal.c: New file, from glibc with modifications.
3291         * lib/siglist.h: New file, from glibc with modifications.
3292         * lib/string.in.h (strsignal): New declaration.
3293         * m4/strsignal.m4: New file.
3294         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3295         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3296         * modules/strsignal: New file.
3297         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3298         HAVE_DECL_STRSIGNAL.
3299
3300 2008-01-13  Bruno Haible  <bruno@clisp.org>
3301
3302         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3303         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3304         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3305         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3306
3307 2008-01-13  Bruno Haible  <bruno@clisp.org>
3308
3309         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3310         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3311         * lib/argp.h (__attribute__): Likewise.
3312         * lib/c-stack.c (__attribute__): Likewise.
3313         * lib/error.h (__attribute__): Likewise.
3314         * lib/fts.c (__attribute__): Likewise.
3315         * lib/openat.h (__attribute__): Likewise.
3316         * lib/stdio.in.h (__attribute__): Likewise.
3317         * lib/string.in.h (__attribute__): Likewise.
3318         * lib/utimens.c (__attribute__): Likewise.
3319         * lib/vasnprintf.h (__attribute__): Likewise.
3320         * lib/xalloc.h (__attribute__): Likewise.
3321         * lib/xprintf.h (__attribute__): Likewise.
3322         * lib/xstrtol.h (__attribute__): Likewise.
3323         * lib/xvasprintf.h (__attribute__): Likewise.
3324
3325 2008-01-12  Bruno Haible  <bruno@clisp.org>
3326
3327         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3328         * doc/glibc-headers/a.out.texi: New file.
3329         * doc/glibc-headers/aliases.texi: New file.
3330         * doc/glibc-headers/alloca.texi: New file.
3331         * doc/glibc-headers/ar.texi: New file.
3332         * doc/glibc-headers/argp.texi: New file.
3333         * doc/glibc-headers/argz.texi: New file.
3334         * doc/glibc-headers/byteswap.texi: New file.
3335         * doc/glibc-headers/crypt.texi: New file.
3336         * doc/glibc-headers/endian.texi: New file.
3337         * doc/glibc-headers/envz.texi: New file.
3338         * doc/glibc-headers/err.texi: New file.
3339         * doc/glibc-headers/error.texi: New file.
3340         * doc/glibc-headers/execinfo.texi: New file.
3341         * doc/glibc-headers/fpu_control.texi: New file.
3342         * doc/glibc-headers/fstab.texi: New file.
3343         * doc/glibc-headers/fts.texi: New file.
3344         * doc/glibc-headers/getopt.texi: New file.
3345         * doc/glibc-headers/ieee754.texi: New file.
3346         * doc/glibc-headers/ifaddrs.texi: New file.
3347         * doc/glibc-headers/libintl.texi: New file.
3348         * doc/glibc-headers/mcheck.texi: New file.
3349         * doc/glibc-headers/mntent.texi: New file.
3350         * doc/glibc-headers/obstack.texi: New file.
3351         * doc/glibc-headers/paths.texi: New file.
3352         * doc/glibc-headers/printf.texi: New file.
3353         * doc/glibc-headers/pty.texi: New file.
3354         * doc/glibc-headers/resolv.texi: New file.
3355         * doc/glibc-headers/shadow.texi: New file.
3356         * doc/glibc-headers/sysexits.texi: New file.
3357         * doc/glibc-headers/ttyent.texi: New file.
3358
3359 2008-01-12  Jim Meyering  <meyering@redhat.com>
3360
3361         announce-gen: emit Gnulib's git-based version string.
3362         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3363         New option --gnulib-version=V, where V is expected to be
3364         the output of running git describe in the gnulib directory.
3365         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3366         not useful, and plan to stop publishing an xdelta file with each
3367         coreutils release.
3368
3369         * build-aux/announce-gen: Also check for lzma-compressed files.
3370
3371 2008-01-11  Bruno Haible  <bruno@clisp.org>
3372
3373         * tests/test-memmem.c (main): Increase maximum allowed time.
3374         * tests/test-strstr.c (main): Likewise.
3375
3376 2008-01-11  Bruno Haible  <bruno@clisp.org>
3377
3378         * doc/functions/memmem.texi: Add more precisions about platforms.
3379         * doc/functions/strstr.texi: Likewise.
3380
3381 2008-01-10  Eric Blake  <ebb9@byu.net>
3382
3383         * m4/strstr.m4: Delete cruft from copy-n-paste.
3384         Reported by Bruno Haible.
3385
3386 2008-01-10  Bruno Haible  <bruno@clisp.org>
3387
3388         Make c-strstr rely on strstr.
3389         * lib/c-strstr.c: Don't include str-kmp.h.
3390         (c_strstr): Define in terms of strstr.
3391         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3392         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3393
3394 2008-01-10  Bruno Haible  <bruno@clisp.org>
3395
3396         * doc/gnulib.texi (String Functions in C Locale): New section.
3397         * doc/c-ctype.texi: New file.
3398         * doc/c-strcase.texi: New file.
3399         * doc/c-strcaseeq.texi: New file.
3400         * doc/c-strcasestr.texi: New file.
3401         * doc/c-strstr.texi: New file.
3402         * doc/c-strtod.texi: New file.
3403         * doc/c-strtold.texi: New file.
3404
3405 2008-01-10  Eric Blake  <ebb9@byu.net>
3406
3407         * lib/relocatable.h: Fix a comment.
3408
3409 2008-01-10  Eric Blake  <ebb9@byu.net>
3410
3411         Share two-way algorithm.
3412         * lib/str-two-way.h: New file, merged from...
3413         * lib/memmem.c: ...here...
3414         * lib/strstr.c: ...and here.
3415         * modules/memmem (Files): Use it.
3416         * modules/strstr (Files): Likewise.
3417
3418         Avoid quadratic strstr implementations.
3419         * lib/strstr.c: New file.
3420         * m4/strstr.m4: Likewise.
3421         * modules/strstr: Likewise.
3422         * modules/strstr-tests: Likewise.
3423         * tests/test-strstr.c: Likewise.
3424         * lib/string.in.h (rpl_strstr): Declare.
3425         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3426         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3427         * modules/string (Makefile.am): Likewise.
3428         * MODULES.html.sh (string handling): Mention new module.
3429         * doc/functions/strstr.texi (strstr): Document the bug.
3430
3431 2008-01-10  Bruno Haible  <bruno@clisp.org>
3432
3433         * lib/relocatable.h (relocate): State whether result is freshly
3434         allocated or not.
3435         * lib/relocatable.c (relocate): Return a freshly allocated string
3436         instead of a pointer to a privately held string.
3437         Reported by Sylvain Beucler <beuc@gnu.org>.
3438
3439 2008-01-10  Colin Watson  <cjwatson@debian.org>
3440
3441         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3442         s/S_ISNLK/S_ISLNK/.
3443
3444 2008-01-09  Bruno Haible  <bruno@clisp.org>
3445
3446         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3447         and other files.
3448         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3449         if it's only a guess.
3450         * modules/memmem: Simplify by depending on memmem-simple.
3451
3452 2008-01-09  Bruno Haible  <bruno@clisp.org>
3453
3454         Work around OpenBSD 4.0 tdelete() bug.
3455         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
3456         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
3457         macros and don't redefine the enum values.
3458         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
3459         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
3460         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
3461
3462 2008-01-09  Bruno Haible  <bruno@clisp.org>
3463
3464         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
3465         (main): Don't perform the tests if setlocale did not install a UTF-8
3466         locale. Needed on OpenBSD 4.0.
3467         * modules/wcwidth-tests (Depends-on): Add localcharset.
3468
3469 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3470
3471         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
3472         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
3473         * NEWS: announce this.
3474         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
3475
3476 2008-01-09  Simon Josefsson  <simon@josefsson.org>
3477         and Eric Blake  <ebb9@byu.net>
3478
3479         Add memmem-simple module.
3480         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
3481         (gl_FUNC_MEMMEM): Separate performance from presence checks.
3482         * modules/memmem-simple: New file.
3483         * modules/memmem (Description): Tweak.
3484         * MODULES.html.sh (string handling): Mention new module.
3485         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
3486         addressed by memmem-simple.
3487         * NEWS: Document the difference.
3488
3489 2008-01-09  Eric Blake  <ebb9@byu.net>
3490
3491         Give gcc some memmem optimization hints.
3492         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
3493         (strcasestr): Declare as pure.
3494         * modules/memmem (Maintainer): Claim my implementation.
3495
3496 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3497
3498         Support AIX 6.1 and higher.
3499         * build-aux/config.libpath: Likewise.
3500         * build-aux/config.rpath: Likewise.
3501
3502 2008-01-08  Jim Meyering  <meyering@redhat.com>
3503             Bruno Haible  <bruno@clisp.org>
3504
3505         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
3506         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
3507         Reported by Peter Fales in
3508         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
3509
3510 2008-01-08  Bruno Haible  <bruno@clisp.org>
3511
3512         * modules/unictype/category-of (Depends-on): Add
3513         unictype/category-none.
3514         * modules/unictype/category-and-tests (Depends-on): Add
3515         unictype/category-{L,N,Lu,Nd}.
3516         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
3517         * modules/unictype/category-or-tests (Depends-on): Add
3518         unictype/category-{L,N}.
3519         * modules/unictype/category-name-tests (Depends-on): Add
3520         unictype/category-{Z,Nl}.
3521         Reported by Simon Josefsson.
3522
3523 2008-01-08  Bruno Haible  <bruno@clisp.org>
3524
3525         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
3526         convention better.
3527         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
3528         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
3529         Reported by Peter Miller <millerp@canb.auug.org.au>.
3530
3531 2008-01-08  Eric Blake  <ebb9@byu.net>
3532
3533         Rewrite memmem to guarantee linear complexity without malloc.
3534         * lib/memmem.c (memmem): Use Two-Way rather than
3535         Knuth-Morris-Pratt, to allow O(1) space usage.
3536         (critical_factorization, two_way_short_needle)
3537         (two_way_long_needle): New functions.
3538         (knuth_morris_pratt): Delete.
3539         * modules/memmem (Depends-on): No longer need malloca or stdbool.
3540         Add stdint.
3541         * tests/test-memmem.c (main): Add tests for periodic needle and
3542         sublinear performance.
3543         * doc/functions/memmem.texi (memmem): Document other deficiencies
3544         in cygwin and older glibc.
3545
3546 2008-01-08  Bruno Haible  <bruno@clisp.org>
3547
3548         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
3549         augmentation.
3550
3551 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
3552
3553         Add a configure time option: --disable-acl.
3554         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
3555         AC_ARG_ENABLE(acl).
3556
3557 2008-01-06  Simon Josefsson  <simon@josefsson.org>
3558
3559         * tests/test-localename.c: Don't include obsolete "setenv.h".
3560
3561         * modules/localename-tests (Depends-on): Need unsetenv.
3562
3563 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3564
3565         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
3566
3567 2008-01-06  Colin Watson  <cjwatson@debian.org>
3568
3569         * users.txt: Add man-db.
3570
3571 2008-01-07  Bruno Haible  <bruno@clisp.org>
3572
3573         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
3574         previous section name.
3575
3576 2008-01-07  Bruno Haible  <bruno@clisp.org>
3577
3578         * lib/progname.c (set_program_name): Don't strip off a leading
3579         "lt-" prefix outside a .libs directory.
3580         Suggested by Paul Eggert.
3581
3582 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
3583             Bruno Haible  <bruno@clisp.org>
3584
3585         Improve memory cleanup in 'relocatable' module.
3586         * lib/relocatable.h (compute_curr_prefix): Change return type to
3587         'char *'.
3588         * lib/relocatable.c (compute_curr_prefix): Change return type to
3589         'char *'. Free curr_installdir after use.
3590         (relocate): Free curr_prefix_better after use.
3591         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
3592
3593 2008-01-01  Bruno Haible  <bruno@clisp.org>
3594
3595         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
3596         failure on older glibc systems.
3597         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3598
3599 2008-01-05  Eric Blake  <ebb9@byu.net>
3600
3601         Avoid quadratic system memmem.
3602         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
3603         Reported by Ralf Wildenhues.
3604
3605         Fix memmem test for mingw.
3606         * modules/memmem-tests (configure.ac): Check for alarm.
3607         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
3608         it.
3609         * doc/functions/memmem.texi: New file.
3610         * doc/gnulib.texi (Function Substitutes): Add memmem.
3611         Reported by Bruno Haible.
3612
3613 2008-01-04  Bruno Haible  <bruno@clisp.org>
3614
3615         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
3616         Require gl_HEADER_STRINGS_H_DEFAULTS, not
3617         gl_HEADER_STRING_H_DEFAULTS.
3618
3619 2008-01-04  Eric Blake  <ebb9@byu.net>
3620
3621         Shorten duration of memmem test.
3622         * tests/test-memmem.c (main): Use alarm to declare failure if test
3623         is taking too long.
3624         Reported by Ralf Wildenhues.
3625
3626 2007-12-21  Simon Josefsson  <simon@josefsson.org>
3627
3628         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
3629         string, needed by strerror.
3630
3631 2008-01-03  Colin Watson  <cjwatson@debian.org>
3632             Bruno Haible  <bruno@clisp.org>
3633
3634         * doc/gnulib-tool.texi (Localization): New section.
3635
3636 2008-01-02  Bruno Haible  <bruno@clisp.org>
3637
3638         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
3639         variables to 'unsigned char *' type.
3640         Reported by Paul Eggert.
3641
3642 2008-01-02  Jim Meyering  <jim@meyering.net>
3643
3644         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
3645
3646 2007-12-31  Jim Meyering  <jim@meyering.net>
3647
3648         Avoid use of private FTS type name.
3649         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
3650
3651 2007-12-30  Karl Berry  <karl@gnu.org>
3652
3653         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
3654         work around defect in Texinfo and/or the standalone Info browser.
3655
3656 2007-12-30  Bruno Haible  <bruno@clisp.org>
3657
3658         Unify 5 copies of the KMP code.
3659         * lib/str-kmp.h: New file.
3660         * lib/c-strcasestr.c: Include str-kmp.h.
3661         (knuth_morris_pratt): Remove function.
3662         (c_strcasestr): Update.
3663         * lib/c-strstr.c: Include str-kmp.h.
3664         (knuth_morris_pratt): Remove function.
3665         (c_strcasestr): Update.
3666         * lib/mbscasestr.c: Include str-kmp.h.
3667         (knuth_morris_pratt_unibyte): Remove function.
3668         * lib/mbsstr.c: Include str-kmp.h.
3669         (knuth_morris_pratt_unibyte): Remove function.
3670         * lib/strcasestr.c: Include str-kmp.h.
3671         (knuth_morris_pratt): Remove function.
3672         (strcasestr): Update.
3673         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
3674         * modules/c-strstr (Files): Likewise.
3675         * modules/mbscasestr (Files): Likewise.
3676         * modules/mbsstr (Files): Likewise.
3677         * modules/strcasestr (Files): Likewise.
3678         Suggested by Paul Eggert.
3679
3680 2007-12-30  Bruno Haible  <bruno@clisp.org>
3681
3682         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
3683         defined.
3684
3685 2007-12-30  Bruno Haible  <bruno@clisp.org>
3686
3687         * lib/xmalloca.h: Include xalloc.h.
3688         (xnmalloca): New macro.
3689
3690 2007-12-30  Bruno Haible  <bruno@clisp.org>
3691
3692         * lib/malloca.h (nmalloca): New macro.
3693         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
3694         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
3695         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
3696         knuth_morris_pratt_multibyte): Likewise.
3697         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
3698         knuth_morris_pratt_multibyte): Likewise.
3699         * lib/memmem.c (knuth_morris_pratt): Likewise.
3700         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
3701
3702 2007-12-25  Bruno Haible  <bruno@clisp.org>
3703
3704         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
3705         * lib/glob.c: Don't include openat.h.
3706         (link_exists2_p): Add back the code that deals with the
3707         !GLOB_ALTDIRFUNC case.
3708         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
3709         let it do the filename concatenation.
3710         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
3711         * modules/glob (Depends-on): Remove openat.
3712
3713 2007-12-31  Bruno Haible  <bruno@clisp.org>
3714
3715         * modules/dirfd (License): Change to LGPLv2+.
3716         Approved by Jim Meyering.
3717
3718 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3719
3720         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
3721         when multiplying M by sizeof (size_t).
3722
3723 2007-12-10  Martin Lambers  <marlam@marlam.de>
3724
3725         Override getpagesize on mingw.
3726         * lib/getpagesize.c: New file.
3727         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
3728         * modules/getpagesize (Files): Add lib/getpagesize.c.
3729         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
3730         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3731         REPLACE_GETPAGESIZE.
3732         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
3733
3734 2007-12-25  Bruno Haible  <bruno@clisp.org>
3735
3736         * modules/localcharset (Notice): New field.
3737         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
3738         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
3739
3740 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3741             Bruno Haible  <bruno@clisp.org>
3742
3743         Avoid using the syntax symbol() in formatted documentation.
3744         * MODULES.html.sh (func_module): When replacing symbol() with a
3745         hyperlink, remove the parentheses. Show an error if some remain.
3746         Recognize and render the '...' syntax.
3747         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
3748         Rework. Add paragraph about GCC's inlining.
3749         * doc/alloca.texi: Likewise.
3750         * doc/error.texi: Remove parentheses from symbol reference.
3751         * doc/gnulib-intro.texi: Likewise.
3752         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
3753         * modules/fnmatch (Description): Reword to say "the ... function".
3754         * modules/full-read (Description): Likewise.
3755         * modules/full-write (Description): Likewise.
3756         * modules/safe-read (Description): Likewise.
3757         * modules/safe-write (Description): Likewise.
3758         * modules/strchrnul (Description): Likewise.
3759         * modules/trim (Description): Likewise.
3760         * modules/error (Description): Remove parentheses from symbol
3761         references.
3762         * modules/verror (Description): Likewise.
3763         Reported by Karl Berry.
3764
3765 2007-12-25  Bruno Haible  <bruno@clisp.org>
3766
3767         Fixup after 2007-10-16 commit.
3768         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
3769
3770 2007-12-24  Bruno Haible  <bruno@clisp.org>
3771
3772         Make --enable-relocatable work with DESTDIR.
3773         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
3774         to compute installdir from destprog.
3775         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
3776         also set the RELOC_DESTDIR variable.
3777         Reported by Левашев Иван <octagram@bluebottle.com>.
3778
3779 2007-12-24  Bruno Haible  <bruno@clisp.org>
3780
3781         Fix link error due to xalloc_die().
3782         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
3783         of xreadlink.
3784         * lib/relocwrapper.c: Update comments.
3785         * build-aux/install-reloc: Remove xreadlink.c from file list.
3786         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
3787         xreadlink.c.
3788         Reported by Левашев Иван <octagram@bluebottle.com>.
3789
3790 2007-12-24  Bruno Haible  <bruno@clisp.org>
3791
3792         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
3793         * lib/setenv.h: Remove file.
3794         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
3795         lib/setenv.h.
3796         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
3797         (Depends-on): Add stdlib.
3798         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
3799         gl_FUNC_UNSETENV.
3800         (Include): Replace setenv.h with <stdlib.h>.
3801         * modules/unsetenv: New file.
3802         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
3803         * lib/unsetenv.c: Include <stdlib.h> first.
3804         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
3805         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
3806         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
3807         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
3808         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
3809         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3810         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
3811         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3812         * doc/functions/unsetenv.texi: Update.
3813         * modules/xsetenv (Depends-on): Add unsetenv.
3814         * modules/getdate (Depends-on): Likewise.
3815         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
3816         * lib/xsetenv.c: Don't include setenv.h.
3817         * lib/getdate.y: Likewise.
3818         * lib/relocwrapper.c: Likewise.
3819         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
3820         (Depends-on): Add stdlib.
3821         * NEWS: Mention the changes.
3822         Reported by Левашев Иван <octagram@bluebottle.com>.
3823
3824 2007-12-23  Bruno Haible  <bruno@clisp.org>
3825
3826         * lib/memmem.c (memmem): Use lowercase variable names. Tab
3827         indentation.
3828
3829 2007-12-23  Bruno Haible  <bruno@clisp.org>
3830
3831         * lib/c-strcasestr.c: Add more comments.
3832         * lib/c-strstr.c: Likewise.
3833         * lib/mbscasestr.c: Likewise.
3834         * lib/mbsstr.c: Likewise.
3835         * lib/strcasestr.c: Likewise.
3836         * lib/memmem.c: Likewise.
3837
3838 2007-12-23  Bruno Haible  <bruno@clisp.org>
3839
3840         * tests/test-memmem.c: Include <string.h> first.
3841
3842 2007-12-22  Bruno Haible  <bruno@clisp.org>
3843
3844         * gnulib-tool (func_create_testdir): Change $auxdir while generating
3845         the contents of $testsbase.
3846         Reported by Ralf Wildenhues.
3847
3848 2007-12-22  Bruno Haible  <bruno@clisp.org>
3849
3850         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
3851         two variables local_ldadd_before, local_ldadd_last.
3852
3853 2007-12-20  Eric Blake  <ebb9@byu.net>
3854
3855         Work around circular library issue when cross-compiling.
3856         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
3857         that progname.o does not need to pull in rpl_memcmp.
3858
3859 2007-12-19  Eric Blake  <ebb9@byu.net>
3860
3861         Fix memmem to avoid O(n^2) worst-case complexity.
3862         * lib/memmem.c (knuth_morris_pratt): New function.
3863         (memmem): Use it if first few naive iterations fail.
3864         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
3865         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
3866         * modules/memchr (License): Likewise.
3867         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
3868         malloca.
3869         * tests/test-memmem.c: Rewrite, borrowing ideas from
3870         test-mbsstr1.c; the old version wouldn't even compile!
3871         * modules/memmem-tests: New file.
3872         * lib/string.in.h (rpl_memmem): Add declaration.
3873         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
3874         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
3875         REPLACE_MEMMEM.
3876
3877 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3878
3879         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
3880         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
3881         before any system include files, and undef after them all.  This
3882         should fix a problem on VMS reported by John E. Malmberg in
3883         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
3884
3885 2007-12-17  Eric Blake  <ebb9@byu.net>
3886
3887         Revert addition of verify, for BSD/OS.
3888         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
3889         can't handle large files, for the sake of obsolete platforms.
3890         * modules/fseeko (Depends-on): Remove verify.
3891         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
3892         * doc/functions/ftello.texi (ftello): Likewise.
3893         * doc/functions/fgetpos.texi (fgetpos): Likewise.
3894         Reported by Larry Jones.
3895
3896 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
3897
3898         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
3899         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
3900
3901 2007-12-17  Jim Meyering  <meyering@redhat.com>
3902
3903         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
3904         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
3905         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
3906         * modules/getcwd (Depends-on): Add openat.
3907         Reported by Petr Salinger.
3908
3909 2007-12-17  Bruno Haible  <bruno@clisp.org>
3910
3911         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
3912         avoid a segmentation fault of the configure test on x86_64 systems.
3913
3914 2007-12-15  Jim Meyering  <meyering@redhat.com>
3915
3916         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
3917
3918 2007-12-13  Eric Blake  <ebb9@byu.net>
3919
3920         Another fseek test.
3921         * tests/test-fseek.c (main): Also test ungetc handling.
3922         * tests/test-fseeko.c (main): Likewise.
3923         * modules/fseeko (Depends-on): Add verify.
3924         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
3925         large.
3926         Reported by Larry Jones.
3927
3928         Fix fseeko on mingw.
3929         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
3930         seek.
3931
3932         Beef up fseek tests.
3933         * tests/test-fseek.c (main): Also test eof handling.
3934         * tests/test-fseeko.c (main): Likewise.
3935         Reported by Larry Jones.
3936
3937 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
3938
3939         Fix fseeko on BSD-based platforms.
3940         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
3941         successful seek.
3942
3943 2007-12-12  Eric Blake  <ebb9@byu.net>
3944
3945         Allow circular dependency of separate libtests.a
3946         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
3947         when use_libtests.
3948
3949 2007-12-11  Eric Blake  <ebb9@byu.net>
3950
3951         Fix bug with -0.0L in previous patch.
3952         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
3953         * tests/test-isnan.c (main): Also test on zeroes.
3954         * tests/test-isnanf.c (main): Likewise.
3955         * tests/test-isnanl.h (main): Likewise.
3956
3957         Detect pseudo-denormals on x86 even when cross-compiling.
3958         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
3959         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
3960         invalid bit patterns that happen to satisfy ==.
3961
3962         Avoid link failures with separate libtests.a.
3963         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
3964         last, to satisfy circular dependencies.
3965
3966 2007-12-11  Eric Blake  <ebb9@byu.net>
3967         and Bruno Haible  <bruno@clisp.org>
3968
3969         Fix OpenBSD 4.0 <float.h> handling of long double.
3970         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
3971         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
3972         * doc/headers/float.texi (float.h): Document OpenBSD bug.
3973
3974 2007-12-11  Jim Meyering  <meyering@redhat.com>
3975
3976         * users.txt: Add libvirt.
3977
3978         Support versions of autoconf prior to 2.59c.
3979         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
3980         if it is not already defined.
3981
3982 2007-12-09  Bruno Haible  <bruno@clisp.org>
3983
3984         Let 'gnulib-tool --import' collect sources needed for the tests in
3985         tests/ rather than in lib/.
3986         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
3987         argument. If true, add rules to generate libtests.a, and put libtests.a
3988         into $(LDADD). Consider source files in subdirectories and set
3989         uses_subdirs.
3990         (func_emit_initmacro_start, func_emit_initmacro_end,
3991         func_emit_initmacro_done): Pass all arguments explicitly.
3992         (func_import): Determine two module lists main_modules,
3993         testsrelated_modules. Determine use_libtests. Determine two variables
3994         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
3995         instead of just sed_transform_lib_file. Determine two variables
3996         main_files and testsrelated_files. Compute 'files' as the union of
3997         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
3998         func_add_or_update. In the generated gnulib-comp.m4, collect the
3999         object files for tests/ in different variables than those for lib/.
4000         Substitute LIBTESTS_LIBDEPS.
4001         (func_create_testdir): Combine the uses_subdirs results from
4002         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4003
4004 2007-12-09  Bruno Haible  <bruno@clisp.org>
4005
4006         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4007         the build-aux directory.
4008
4009 2007-12-09  Bruno Haible  <bruno@clisp.org>
4010
4011         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4012         introduced on 2006-09-09.
4013
4014 2007-12-07  Jim Meyering  <meyering@redhat.com>
4015
4016         Let these macros work also with autoconf-2.59.
4017         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4018         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4019         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4020
4021 2007-12-06  Jim Meyering  <meyering@redhat.com>
4022
4023         Avoid a configure-time syntax error in gl_FUNC_ACL.
4024         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4025         function in each branch, before testing the cache variable.
4026
4027 2007-12-04  Eric Blake  <ebb9@byu.net>
4028
4029         Make scripts executable.
4030         * build-aux/config.guess: Add execute permissions.
4031         * build-aux/config.sub: Likewise.
4032         * build-aux/gendocs.sh: Likewise.
4033
4034         Fix frexp on mingw.
4035         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4036         cross-compiling.
4037         * doc/functions/frexp.texi (frexp): Document the bug.
4038
4039         Make cygwin fseeko check more reliable.
4040         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4041         version numbers, rather than unrelated feature check.
4042         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4043         * doc/functions/ftello.texi (ftello): Likewise.
4044         Reported by Bruno Haible.
4045
4046         * m4/strerror.m4: Bump version number.
4047
4048 2007-12-03  Bruno Haible  <bruno@clisp.org>
4049
4050         * doc/functions/mprotect.texi: Mention the mingw problem.
4051
4052 2007-12-03  Eric Blake  <ebb9@byu.net>
4053
4054         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4055         REPLACE_STRERROR is initialized before this macro.
4056
4057 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4058
4059         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4060         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4061         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4062         put -lsec in even for programs other than 'ls'.  This fixes a problem
4063         for gettext reported by Bruno Haible in
4064         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4065         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4066         Add support for Solaris 10.  This isn't efficient, but should get the
4067         job done for now.
4068
4069 2007-12-03  James Youngman  <jay@gnu.org>
4070
4071         * doc/regexprops-generic.texi: change "an close-group" to "a
4072         close-group" and "illegal" to "not allowed".
4073
4074 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4075
4076         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4077         pr_byname.h. Needed for the rare case when the maintainer has done
4078         "make maintainer-clean" in the source directory and then attempts a
4079         build outside the source directory.
4080         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4081         scripts_byname.h.
4082
4083 2007-12-02  Martin Lambers <marlam@marlam.de>
4084             Bruno Haible  <bruno@clisp.org>
4085
4086         * lib/getpagesize.h: Remove file.
4087         * lib/unistd.in.h: Include declaration of getpagesize here.
4088         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4089         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4090         HAVE_SYS_PARAM_H.
4091         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4092         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4093         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4094         (Depends-on): Add unistd.
4095         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4096         (Include): Use <unistd.h> instead of getpagesize.h.
4097         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4098         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4099         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4100         gl_GETPAGESIZE invocation, already handled by module dependency.
4101         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4102
4103 2007-12-02  Bruno Haible  <bruno@clisp.org>
4104
4105         * modules/strings-tests: New file.
4106         * tests/test-strings.c: New file.
4107
4108         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4109         * lib/strings.in.h: New file.
4110         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4111         * m4/strings_h.m4: New file.
4112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4113         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4114         * modules/strings: New file.
4115         * modules/string (Makefile.am): Update.
4116         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4117         Reported by Karl Berry.
4118
4119 2007-12-01  Eric Blake  <ebb9@byu.net>
4120
4121         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4122         accomodate fix in cygwin 1.5.25.
4123
4124 2007-12-01  Jim Meyering  <meyering@redhat.com>
4125
4126         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4127         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4128         that would inhibit utf8-optimization of a regexp containing line-
4129         or buffer-anchors, e.g., `^', `$'.
4130
4131 2007-11-30  Bruno Haible  <bruno@clisp.org>
4132
4133         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4134         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4135         glthread_recursive_lock_init.
4136         * lib/lock.c (glthread_recursive_lock_init)
4137         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4138         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4139
4140 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         New function qset_acl, like set_acl but with syscall semantics.
4143         * lib/acl.h (qset_acl): New decl.
4144         * lib/acl.c (qset_acl): New function.
4145         (set_acl): Use new function.  Use more-consistent diagnostics.
4146
4147 2007-11-28  Jim Meyering  <meyering@redhat.com>
4148
4149         * modules/physmem (License): Change from GPL to LGPLv2+.
4150
4151 2007-11-26  Bruno Haible  <bruno@clisp.org>
4152
4153         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4154         'long double' type has excess precision.
4155         Reported by Jim Meyering in
4156         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4157
4158 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4159
4160         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4161         Sync from <http://gnu.org/licenses>.
4162         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4163         with license text from same location.
4164         * doc/maintain.texi, doc/standards.texi:  Sync from
4165         <http://savannah.gnu.org/projects/gnustandards>.
4166
4167 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
4168         and Jim Meyering  <meyering@redhat.com>
4169
4170         Adjust getdate' grammar to accept a slightly more regular language.
4171         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4172         Before, the former was rejected.
4173         * lib/getdate.y (digits_to_date_time): New function, factored
4174         out of ...
4175         (number): ...here.  Just call digits_to_date_time.
4176         (hybrid): New non-terminal to handle an <unsigned number,
4177         signed relative offset> sequence consistently.
4178
4179 2007-11-18  Jim Meyering  <meyering@redhat.com>
4180
4181         Pull my changes from coreutils:
4182         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4183         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4184         use of $gnulib_tool_option_extras, so that it's separated from the
4185         preceding argument.
4186
4187         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4188         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4189         parent destination directories before copying a file into place.
4190
4191 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4192
4193         bootstrap: work also with 4-argument variant of AC_INIT
4194         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4195
4196 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4197
4198         Port test-getaddrinfo to Solaris.
4199         Problem reported by Bruno Haible in
4200         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4201         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4202         explanation of setting 'hints'.
4203         Don't reject an implementation merely because it returns EAI_SERVICE.
4204         (EAI_SERVICE): Define to 0 if not defined.
4205
4206 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4207
4208         The license of gnu-make and posix-shell is now "GPLed build tool".
4209         * modules/gnu-make (License): Likewise.
4210         * modules/posix-shell (License): Likewise.
4211
4212         New module posix-shell, for determining a POSIX shell
4213         or perhaps something that is close enough to a POSIX shell.
4214         * m4/posix-shell.m4: New file.
4215         * modules/posix-shell: New file.
4216
4217         * MODULES.html.sh: Mention new module.
4218
4219         New module gnu-make, for determining whether we're using GNU Make.
4220         * m4/gnu-make.m4: New file.
4221         * modules/gnu-make: New file.
4222         * MODULES.html.sh: Mention new module.
4223
4224 2007-11-14  Jim Meyering  <meyering@redhat.com>
4225
4226         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4227         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4228         use this macro to create a function _definition_.
4229         Remove useless "#undef ARGMATCH_DIE".
4230
4231 2007-11-14  Bruno Haible  <bruno@clisp.org>
4232
4233         * lib/config.charset: Update for OpenBSD 4.1.
4234         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4235
4236 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4237
4238         Document 64-bit #if problems in stdint.texi.
4239         * doc/headers/stdint.texi (stdint.h): Mention problems with
4240         64-bit-#if, and how to work around them.
4241
4242         Don't insist on 'long long int' support in the preprocessor.  It
4243         breaks too many things.  For example, PRIdMAX still uses a 'long
4244         long int' format with the latest Sun compiler, even though
4245         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4246         preprocessor problem.  This causes the latest coreutils to dump
4247         core on Solaris 10 sparc with the Sun C compiler.
4248         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4249         the troublesome expressions at configure-time, not at #if-time.
4250         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4251         preprocessor.
4252         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4253         compile-time C checks, done at 'configure'-time.
4254         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4255         * modules/inttypes (Makefile): Substitute the new symbols that
4256         gl_INTTYPES_H now generates.
4257         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4258
4259 2007-11-12  Bruno Haible  <bruno@clisp.org>
4260
4261         Tests for Unicode character classification functions.
4262
4263         * modules/unictype/bidicategory-byname-tests: New file.
4264         * modules/unictype/bidicategory-name-tests: New file.
4265         * modules/unictype/bidicategory-of-tests: New file.
4266         * modules/unictype/bidicategory-test-tests: New file.
4267         * modules/unictype/block-list-tests: New file.
4268         * modules/unictype/block-of-tests: New file.
4269         * modules/unictype/block-test-tests: New file.
4270         * modules/unictype/category-C-tests: New file.
4271         * modules/unictype/category-Cc-tests: New file.
4272         * modules/unictype/category-Cf-tests: New file.
4273         * modules/unictype/category-Cn-tests: New file.
4274         * modules/unictype/category-Co-tests: New file.
4275         * modules/unictype/category-Cs-tests: New file.
4276         * modules/unictype/category-L-tests: New file.
4277         * modules/unictype/category-Ll-tests: New file.
4278         * modules/unictype/category-Lm-tests: New file.
4279         * modules/unictype/category-Lo-tests: New file.
4280         * modules/unictype/category-Lt-tests: New file.
4281         * modules/unictype/category-Lu-tests: New file.
4282         * modules/unictype/category-M-tests: New file.
4283         * modules/unictype/category-Mc-tests: New file.
4284         * modules/unictype/category-Me-tests: New file.
4285         * modules/unictype/category-Mn-tests: New file.
4286         * modules/unictype/category-N-tests: New file.
4287         * modules/unictype/category-Nd-tests: New file.
4288         * modules/unictype/category-Nl-tests: New file.
4289         * modules/unictype/category-No-tests: New file.
4290         * modules/unictype/category-P-tests: New file.
4291         * modules/unictype/category-Pc-tests: New file.
4292         * modules/unictype/category-Pd-tests: New file.
4293         * modules/unictype/category-Pe-tests: New file.
4294         * modules/unictype/category-Pf-tests: New file.
4295         * modules/unictype/category-Pi-tests: New file.
4296         * modules/unictype/category-Po-tests: New file.
4297         * modules/unictype/category-Ps-tests: New file.
4298         * modules/unictype/category-S-tests: New file.
4299         * modules/unictype/category-Sc-tests: New file.
4300         * modules/unictype/category-Sk-tests: New file.
4301         * modules/unictype/category-Sm-tests: New file.
4302         * modules/unictype/category-So-tests: New file.
4303         * modules/unictype/category-Z-tests: New file.
4304         * modules/unictype/category-Zl-tests: New file.
4305         * modules/unictype/category-Zp-tests: New file.
4306         * modules/unictype/category-Zs-tests: New file.
4307         * modules/unictype/category-and-not-tests: New file.
4308         * modules/unictype/category-and-tests: New file.
4309         * modules/unictype/category-byname-tests: New file.
4310         * modules/unictype/category-name-tests: New file.
4311         * modules/unictype/category-none-tests: New file.
4312         * modules/unictype/category-of-tests: New file.
4313         * modules/unictype/category-or-tests: New file.
4314         * modules/unictype/category-test-withtable-tests: New file.
4315         * modules/unictype/combining-class-tests: New file.
4316         * modules/unictype/ctype-alnum-tests: New file.
4317         * modules/unictype/ctype-alpha-tests: New file.
4318         * modules/unictype/ctype-blank-tests: New file.
4319         * modules/unictype/ctype-cntrl-tests: New file.
4320         * modules/unictype/ctype-digit-tests: New file.
4321         * modules/unictype/ctype-graph-tests: New file.
4322         * modules/unictype/ctype-lower-tests: New file.
4323         * modules/unictype/ctype-print-tests: New file.
4324         * modules/unictype/ctype-punct-tests: New file.
4325         * modules/unictype/ctype-space-tests: New file.
4326         * modules/unictype/ctype-upper-tests: New file.
4327         * modules/unictype/ctype-xdigit-tests: New file.
4328         * modules/unictype/decimal-digit-tests: New file.
4329         * modules/unictype/digit-tests: New file.
4330         * modules/unictype/mirror-tests: New file.
4331         * modules/unictype/numeric-tests: New file.
4332         * modules/unictype/property-alphabetic-tests: New file.
4333         * modules/unictype/property-ascii-hex-digit-tests: New file.
4334         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4335         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4336         * modules/unictype/property-bidi-block-separator-tests: New file.
4337         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4338         * modules/unictype/property-bidi-common-separator-tests: New file.
4339         * modules/unictype/property-bidi-control-tests: New file.
4340         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4341         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4342         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4343         * modules/unictype/property-bidi-european-digit-tests: New file.
4344         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4345         * modules/unictype/property-bidi-left-to-right-tests: New file.
4346         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4347         * modules/unictype/property-bidi-other-neutral-tests: New file.
4348         * modules/unictype/property-bidi-pdf-tests: New file.
4349         * modules/unictype/property-bidi-segment-separator-tests: New file.
4350         * modules/unictype/property-bidi-whitespace-tests: New file.
4351         * modules/unictype/property-byname-tests: New file.
4352         * modules/unictype/property-combining-tests: New file.
4353         * modules/unictype/property-composite-tests: New file.
4354         * modules/unictype/property-currency-symbol-tests: New file.
4355         * modules/unictype/property-dash-tests: New file.
4356         * modules/unictype/property-decimal-digit-tests: New file.
4357         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4358         * modules/unictype/property-deprecated-tests: New file.
4359         * modules/unictype/property-diacritic-tests: New file.
4360         * modules/unictype/property-extender-tests: New file.
4361         * modules/unictype/property-format-control-tests: New file.
4362         * modules/unictype/property-grapheme-base-tests: New file.
4363         * modules/unictype/property-grapheme-extend-tests: New file.
4364         * modules/unictype/property-grapheme-link-tests: New file.
4365         * modules/unictype/property-hex-digit-tests: New file.
4366         * modules/unictype/property-hyphen-tests: New file.
4367         * modules/unictype/property-id-continue-tests: New file.
4368         * modules/unictype/property-id-start-tests: New file.
4369         * modules/unictype/property-ideographic-tests: New file.
4370         * modules/unictype/property-ids-binary-operator-tests: New file.
4371         * modules/unictype/property-ids-trinary-operator-tests: New file.
4372         * modules/unictype/property-ignorable-control-tests: New file.
4373         * modules/unictype/property-iso-control-tests: New file.
4374         * modules/unictype/property-join-control-tests: New file.
4375         * modules/unictype/property-left-of-pair-tests: New file.
4376         * modules/unictype/property-line-separator-tests: New file.
4377         * modules/unictype/property-logical-order-exception-tests: New file.
4378         * modules/unictype/property-lowercase-tests: New file.
4379         * modules/unictype/property-math-tests: New file.
4380         * modules/unictype/property-non-break-tests: New file.
4381         * modules/unictype/property-not-a-character-tests: New file.
4382         * modules/unictype/property-numeric-tests: New file.
4383         * modules/unictype/property-other-alphabetic-tests: New file.
4384         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4385         * modules/unictype/property-other-grapheme-extend-tests: New file.
4386         * modules/unictype/property-other-id-continue-tests: New file.
4387         * modules/unictype/property-other-id-start-tests: New file.
4388         * modules/unictype/property-other-lowercase-tests: New file.
4389         * modules/unictype/property-other-math-tests: New file.
4390         * modules/unictype/property-other-uppercase-tests: New file.
4391         * modules/unictype/property-paired-punctuation-tests: New file.
4392         * modules/unictype/property-paragraph-separator-tests: New file.
4393         * modules/unictype/property-pattern-syntax-tests: New file.
4394         * modules/unictype/property-pattern-white-space-tests: New file.
4395         * modules/unictype/property-private-use-tests: New file.
4396         * modules/unictype/property-punctuation-tests: New file.
4397         * modules/unictype/property-quotation-mark-tests: New file.
4398         * modules/unictype/property-radical-tests: New file.
4399         * modules/unictype/property-sentence-terminal-tests: New file.
4400         * modules/unictype/property-soft-dotted-tests: New file.
4401         * modules/unictype/property-space-tests: New file.
4402         * modules/unictype/property-terminal-punctuation-tests: New file.
4403         * modules/unictype/property-test-tests: New file.
4404         * modules/unictype/property-titlecase-tests: New file.
4405         * modules/unictype/property-unassigned-code-value-tests: New file.
4406         * modules/unictype/property-unified-ideograph-tests: New file.
4407         * modules/unictype/property-uppercase-tests: New file.
4408         * modules/unictype/property-variation-selector-tests: New file.
4409         * modules/unictype/property-white-space-tests: New file.
4410         * modules/unictype/property-xid-continue-tests: New file.
4411         * modules/unictype/property-xid-start-tests: New file.
4412         * modules/unictype/property-zero-width-tests: New file.
4413         * modules/unictype/scripts-tests: New file.
4414         * modules/unictype/syntax-c-ident-tests: New file.
4415         * modules/unictype/syntax-c-whitespace-tests: New file.
4416         * modules/unictype/syntax-java-ident-tests: New file.
4417         * modules/unictype/syntax-java-whitespace-tests: New file.
4418         * tests/unictype/test-bidi_byname.c: New file.
4419         * tests/unictype/test-bidi_name.c: New file.
4420         * tests/unictype/test-bidi_of.c: New file.
4421         * tests/unictype/test-bidi_test.c: New file.
4422         * tests/unictype/test-block_list.c: New file.
4423         * tests/unictype/test-block_of.c: New file.
4424         * tests/unictype/test-block_test.c: New file.
4425         * tests/unictype/test-categ_and.c: New file.
4426         * tests/unictype/test-categ_and_not.c: New file.
4427         * tests/unictype/test-categ_byname.c: New file.
4428         * tests/unictype/test-categ_name.c: New file.
4429         * tests/unictype/test-categ_none.c: New file.
4430         * tests/unictype/test-categ_of.c: New file.
4431         * tests/unictype/test-categ_or.c: New file.
4432         * tests/unictype/test-categ_test_withtable.c: New file.
4433         * tests/unictype/test-combining.c: New file.
4434         * tests/unictype/test-decdigit.c: New file.
4435         * tests/unictype/test-digit.c: New file.
4436         * tests/unictype/test-mirror.c: New file.
4437         * tests/unictype/test-numeric.c: New file.
4438         * tests/unictype/test-pr_byname.c: New file.
4439         * tests/unictype/test-pr_test.c: New file.
4440         * tests/unictype/test-predicate-part1.h: New file.
4441         * tests/unictype/test-predicate-part2.h: New file.
4442         * tests/unictype/test-scripts.c: New file.
4443         * tests/unictype/test-sy_c_ident.c: New file.
4444         * tests/unictype/test-sy_java_ident.c: New file.
4445
4446         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4447         for Unicode 5.0.0.
4448         * tests/unictype/test-categ_Cc.c: Likewise.
4449         * tests/unictype/test-categ_Cf.c: Likewise.
4450         * tests/unictype/test-categ_Cn.c: Likewise.
4451         * tests/unictype/test-categ_Co.c: Likewise.
4452         * tests/unictype/test-categ_Cs.c: Likewise.
4453         * tests/unictype/test-categ_L.c: Likewise.
4454         * tests/unictype/test-categ_Ll.c: Likewise.
4455         * tests/unictype/test-categ_Lm.c: Likewise.
4456         * tests/unictype/test-categ_Lo.c: Likewise.
4457         * tests/unictype/test-categ_Lt.c: Likewise.
4458         * tests/unictype/test-categ_Lu.c: Likewise.
4459         * tests/unictype/test-categ_M.c: Likewise.
4460         * tests/unictype/test-categ_Mc.c: Likewise.
4461         * tests/unictype/test-categ_Me.c: Likewise.
4462         * tests/unictype/test-categ_Mn.c: Likewise.
4463         * tests/unictype/test-categ_N.c: Likewise.
4464         * tests/unictype/test-categ_Nd.c: Likewise.
4465         * tests/unictype/test-categ_Nl.c: Likewise.
4466         * tests/unictype/test-categ_No.c: Likewise.
4467         * tests/unictype/test-categ_P.c: Likewise.
4468         * tests/unictype/test-categ_Pc.c: Likewise.
4469         * tests/unictype/test-categ_Pd.c: Likewise.
4470         * tests/unictype/test-categ_Pe.c: Likewise.
4471         * tests/unictype/test-categ_Pf.c: Likewise.
4472         * tests/unictype/test-categ_Pi.c: Likewise.
4473         * tests/unictype/test-categ_Po.c: Likewise.
4474         * tests/unictype/test-categ_Ps.c: Likewise.
4475         * tests/unictype/test-categ_S.c: Likewise.
4476         * tests/unictype/test-categ_Sc.c: Likewise.
4477         * tests/unictype/test-categ_Sk.c: Likewise.
4478         * tests/unictype/test-categ_Sm.c: Likewise.
4479         * tests/unictype/test-categ_So.c: Likewise.
4480         * tests/unictype/test-categ_Z.c: Likewise.
4481         * tests/unictype/test-categ_Zl.c: Likewise.
4482         * tests/unictype/test-categ_Zp.c: Likewise.
4483         * tests/unictype/test-categ_Zs.c: Likewise.
4484         * tests/unictype/test-ctype_alnum.c: Likewise.
4485         * tests/unictype/test-ctype_alpha.c: Likewise.
4486         * tests/unictype/test-ctype_blank.c: Likewise.
4487         * tests/unictype/test-ctype_cntrl.c: Likewise.
4488         * tests/unictype/test-ctype_digit.c: Likewise.
4489         * tests/unictype/test-ctype_graph.c: Likewise.
4490         * tests/unictype/test-ctype_lower.c: Likewise.
4491         * tests/unictype/test-ctype_print.c: Likewise.
4492         * tests/unictype/test-ctype_punct.c: Likewise.
4493         * tests/unictype/test-ctype_space.c: Likewise.
4494         * tests/unictype/test-ctype_upper.c: Likewise.
4495         * tests/unictype/test-ctype_xdigit.c: Likewise.
4496         * tests/unictype/test-decdigit.h: Likewise.
4497         * tests/unictype/test-digit.h: Likewise.
4498         * tests/unictype/test-numeric.h: Likewise.
4499         * tests/unictype/test-pr_alphabetic.c: Likewise.
4500         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
4501         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
4502         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
4503         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
4504         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
4505         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
4506         * tests/unictype/test-pr_bidi_control.c: Likewise.
4507         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
4508         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
4509         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
4510         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
4511         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
4512         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
4513         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
4514         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
4515         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
4516         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
4517         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
4518         * tests/unictype/test-pr_combining.c: Likewise.
4519         * tests/unictype/test-pr_composite.c: Likewise.
4520         * tests/unictype/test-pr_currency_symbol.c: Likewise.
4521         * tests/unictype/test-pr_dash.c: Likewise.
4522         * tests/unictype/test-pr_decimal_digit.c: Likewise.
4523         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
4524         * tests/unictype/test-pr_deprecated.c: Likewise.
4525         * tests/unictype/test-pr_diacritic.c: Likewise.
4526         * tests/unictype/test-pr_extender.c: Likewise.
4527         * tests/unictype/test-pr_format_control.c: Likewise.
4528         * tests/unictype/test-pr_grapheme_base.c: Likewise.
4529         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
4530         * tests/unictype/test-pr_grapheme_link.c: Likewise.
4531         * tests/unictype/test-pr_hex_digit.c: Likewise.
4532         * tests/unictype/test-pr_hyphen.c: Likewise.
4533         * tests/unictype/test-pr_id_continue.c: Likewise.
4534         * tests/unictype/test-pr_id_start.c: Likewise.
4535         * tests/unictype/test-pr_ideographic.c: Likewise.
4536         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
4537         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
4538         * tests/unictype/test-pr_ignorable_control.c: Likewise.
4539         * tests/unictype/test-pr_iso_control.c: Likewise.
4540         * tests/unictype/test-pr_join_control.c: Likewise.
4541         * tests/unictype/test-pr_left_of_pair.c: Likewise.
4542         * tests/unictype/test-pr_line_separator.c: Likewise.
4543         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
4544         * tests/unictype/test-pr_lowercase.c: Likewise.
4545         * tests/unictype/test-pr_math.c: Likewise.
4546         * tests/unictype/test-pr_non_break.c: Likewise.
4547         * tests/unictype/test-pr_not_a_character.c: Likewise.
4548         * tests/unictype/test-pr_numeric.c: Likewise.
4549         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
4550         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
4551         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
4552         * tests/unictype/test-pr_other_id_continue.c: Likewise.
4553         * tests/unictype/test-pr_other_id_start.c: Likewise.
4554         * tests/unictype/test-pr_other_lowercase.c: Likewise.
4555         * tests/unictype/test-pr_other_math.c: Likewise.
4556         * tests/unictype/test-pr_other_uppercase.c: Likewise.
4557         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
4558         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
4559         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
4560         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
4561         * tests/unictype/test-pr_private_use.c: Likewise.
4562         * tests/unictype/test-pr_punctuation.c: Likewise.
4563         * tests/unictype/test-pr_quotation_mark.c: Likewise.
4564         * tests/unictype/test-pr_radical.c: Likewise.
4565         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
4566         * tests/unictype/test-pr_soft_dotted.c: Likewise.
4567         * tests/unictype/test-pr_space.c: Likewise.
4568         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
4569         * tests/unictype/test-pr_titlecase.c: Likewise.
4570         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
4571         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
4572         * tests/unictype/test-pr_uppercase.c: Likewise.
4573         * tests/unictype/test-pr_variation_selector.c: Likewise.
4574         * tests/unictype/test-pr_white_space.c: Likewise.
4575         * tests/unictype/test-pr_xid_continue.c: Likewise.
4576         * tests/unictype/test-pr_xid_start.c: Likewise.
4577         * tests/unictype/test-pr_zero_width.c: Likewise.
4578         * tests/unictype/test-sy_c_whitespace.c: Likewise.
4579         * tests/unictype/test-sy_java_whitespace.c: Likewise.
4580
4581 2007-11-12  Bruno Haible  <bruno@clisp.org>
4582
4583         Unicode character classification functions.
4584         * lib/unictype.h: New file.
4585         * modules/unictype/base: New file.
4586         * modules/unictype/category-L: New file.
4587         * modules/unictype/category-Lu: New file.
4588         * modules/unictype/category-Ll: New file.
4589         * modules/unictype/category-Lt: New file.
4590         * modules/unictype/category-Lm: New file.
4591         * modules/unictype/category-Lo: New file.
4592         * modules/unictype/category-M: New file.
4593         * modules/unictype/category-Mn: New file.
4594         * modules/unictype/category-Mc: New file.
4595         * modules/unictype/category-Me: New file.
4596         * modules/unictype/category-N: New file.
4597         * modules/unictype/category-Nd: New file.
4598         * modules/unictype/category-Nl: New file.
4599         * modules/unictype/category-No: New file.
4600         * modules/unictype/category-P: New file.
4601         * modules/unictype/category-Pc: New file.
4602         * modules/unictype/category-Pd: New file.
4603         * modules/unictype/category-Ps: New file.
4604         * modules/unictype/category-Pe: New file.
4605         * modules/unictype/category-Pi: New file.
4606         * modules/unictype/category-Pf: New file.
4607         * modules/unictype/category-Po: New file.
4608         * modules/unictype/category-S: New file.
4609         * modules/unictype/category-Sm: New file.
4610         * modules/unictype/category-Sc: New file.
4611         * modules/unictype/category-Sk: New file.
4612         * modules/unictype/category-So: New file.
4613         * modules/unictype/category-Z: New file.
4614         * modules/unictype/category-Zs: New file.
4615         * modules/unictype/category-Zl: New file.
4616         * modules/unictype/category-Zp: New file.
4617         * modules/unictype/category-C: New file.
4618         * modules/unictype/category-Cc: New file.
4619         * modules/unictype/category-Cf: New file.
4620         * modules/unictype/category-Cs: New file.
4621         * modules/unictype/category-Co: New file.
4622         * modules/unictype/category-Cn: New file.
4623         * modules/unictype/category-or: New file.
4624         * modules/unictype/category-of: New file.
4625         * modules/unictype/category-test: New file.
4626         * modules/unictype/category-test-withtable: New file.
4627         * modules/unictype/category-byname: New file.
4628         * modules/unictype/category-none: New file.
4629         * modules/unictype/category-and: New file.
4630         * modules/unictype/category-and-not: New file.
4631         * modules/unictype/category-name: New file.
4632         * modules/unictype/combining-class: New file.
4633         * modules/unictype/category-all: New file.
4634         * modules/unictype/bidicategory-all: New file.
4635         * modules/unictype/bidicategory-byname: New file.
4636         * modules/unictype/bidicategory-name: New file.
4637         * modules/unictype/bidicategory-of: New file.
4638         * modules/unictype/bidicategory-test: New file.
4639         * modules/unictype/decimal-digit: New file.
4640         * modules/unictype/digit: New file.
4641         * modules/unictype/numeric: New file.
4642         * modules/unictype/mirror: New file.
4643         * modules/unictype/property-white-space: New file.
4644         * modules/unictype/property-alphabetic: New file.
4645         * modules/unictype/property-other-alphabetic: New file.
4646         * modules/unictype/property-not-a-character: New file.
4647         * modules/unictype/property-default-ignorable-code-point: New file.
4648         * modules/unictype/property-other-default-ignorable-code-point: New
4649         file.
4650         * modules/unictype/property-deprecated: New file.
4651         * modules/unictype/property-logical-order-exception: New file.
4652         * modules/unictype/property-variation-selector: New file.
4653         * modules/unictype/property-private-use: New file.
4654         * modules/unictype/property-unassigned-code-value: New file.
4655         * modules/unictype/property-uppercase: New file.
4656         * modules/unictype/property-other-uppercase: New file.
4657         * modules/unictype/property-lowercase: New file.
4658         * modules/unictype/property-other-lowercase: New file.
4659         * modules/unictype/property-titlecase: New file.
4660         * modules/unictype/property-soft-dotted: New file.
4661         * modules/unictype/property-id-start: New file.
4662         * modules/unictype/property-other-id-start: New file.
4663         * modules/unictype/property-id-continue: New file.
4664         * modules/unictype/property-other-id-continue: New file.
4665         * modules/unictype/property-xid-start: New file.
4666         * modules/unictype/property-xid-continue: New file.
4667         * modules/unictype/property-pattern-white-space: New file.
4668         * modules/unictype/property-pattern-syntax: New file.
4669         * modules/unictype/property-join-control: New file.
4670         * modules/unictype/property-grapheme-base: New file.
4671         * modules/unictype/property-grapheme-extend: New file.
4672         * modules/unictype/property-other-grapheme-extend: New file.
4673         * modules/unictype/property-grapheme-link: New file.
4674         * modules/unictype/property-bidi-control: New file.
4675         * modules/unictype/property-bidi-left-to-right: New file.
4676         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
4677         * modules/unictype/property-bidi-arabic-right-to-left: New file.
4678         * modules/unictype/property-bidi-european-digit: New file.
4679         * modules/unictype/property-bidi-eur-num-separator: New file.
4680         * modules/unictype/property-bidi-eur-num-terminator: New file.
4681         * modules/unictype/property-bidi-arabic-digit: New file.
4682         * modules/unictype/property-bidi-common-separator: New file.
4683         * modules/unictype/property-bidi-block-separator: New file.
4684         * modules/unictype/property-bidi-segment-separator: New file.
4685         * modules/unictype/property-bidi-whitespace: New file.
4686         * modules/unictype/property-bidi-non-spacing-mark: New file.
4687         * modules/unictype/property-bidi-boundary-neutral: New file.
4688         * modules/unictype/property-bidi-pdf: New file.
4689         * modules/unictype/property-bidi-embedding-or-override: New file.
4690         * modules/unictype/property-bidi-other-neutral: New file.
4691         * modules/unictype/property-hex-digit: New file.
4692         * modules/unictype/property-ascii-hex-digit: New file.
4693         * modules/unictype/property-ideographic: New file.
4694         * modules/unictype/property-unified-ideograph: New file.
4695         * modules/unictype/property-radical: New file.
4696         * modules/unictype/property-ids-binary-operator: New file.
4697         * modules/unictype/property-ids-trinary-operator: New file.
4698         * modules/unictype/property-zero-width: New file.
4699         * modules/unictype/property-space: New file.
4700         * modules/unictype/property-non-break: New file.
4701         * modules/unictype/property-iso-control: New file.
4702         * modules/unictype/property-format-control: New file.
4703         * modules/unictype/property-dash: New file.
4704         * modules/unictype/property-hyphen: New file.
4705         * modules/unictype/property-punctuation: New file.
4706         * modules/unictype/property-line-separator: New file.
4707         * modules/unictype/property-paragraph-separator: New file.
4708         * modules/unictype/property-quotation-mark: New file.
4709         * modules/unictype/property-sentence-terminal: New file.
4710         * modules/unictype/property-terminal-punctuation: New file.
4711         * modules/unictype/property-currency-symbol: New file.
4712         * modules/unictype/property-math: New file.
4713         * modules/unictype/property-other-math: New file.
4714         * modules/unictype/property-paired-punctuation: New file.
4715         * modules/unictype/property-left-of-pair: New file.
4716         * modules/unictype/property-combining: New file.
4717         * modules/unictype/property-composite: New file.
4718         * modules/unictype/property-decimal-digit: New file.
4719         * modules/unictype/property-numeric: New file.
4720         * modules/unictype/property-diacritic: New file.
4721         * modules/unictype/property-extender: New file.
4722         * modules/unictype/property-ignorable-control: New file.
4723         * modules/unictype/property-test: New file.
4724         * modules/unictype/property-byname: New file.
4725         * modules/unictype/property-all: New file.
4726         * modules/unictype/scripts: New file.
4727         * modules/unictype/scripts-all: New file.
4728         * modules/unictype/block-of: New file.
4729         * modules/unictype/block-test: New file.
4730         * modules/unictype/block-list: New file.
4731         * modules/unictype/block-all: New file.
4732         * modules/unictype/syntax-c-whitespace: New file.
4733         * modules/unictype/syntax-java-whitespace: New file.
4734         * modules/unictype/syntax-c-ident: New file.
4735         * modules/unictype/syntax-java-ident: New file.
4736         * modules/unictype/ctype-alnum: New file.
4737         * modules/unictype/ctype-alpha: New file.
4738         * modules/unictype/ctype-cntrl: New file.
4739         * modules/unictype/ctype-digit: New file.
4740         * modules/unictype/ctype-graph: New file.
4741         * modules/unictype/ctype-lower: New file.
4742         * modules/unictype/ctype-print: New file.
4743         * modules/unictype/ctype-punct: New file.
4744         * modules/unictype/ctype-space: New file.
4745         * modules/unictype/ctype-upper: New file.
4746         * modules/unictype/ctype-xdigit: New file.
4747         * modules/unictype/ctype-blank: New file.
4748         * lib/unictype/bidi_byname.c: New file.
4749         * lib/unictype/bidi_name.c: New file.
4750         * lib/unictype/bidi_of.c: New file.
4751         * lib/unictype/bidi_test.c: New file.
4752         * lib/unictype/bitmap.h: New file.
4753         * lib/unictype/block_test.c: New file.
4754         * lib/unictype/blocks.c: New file.
4755         * lib/unictype/categ_C.c: New file.
4756         * lib/unictype/categ_Cc.c: New file.
4757         * lib/unictype/categ_Cf.c: New file.
4758         * lib/unictype/categ_Cn.c: New file.
4759         * lib/unictype/categ_Co.c: New file.
4760         * lib/unictype/categ_Cs.c: New file.
4761         * lib/unictype/categ_L.c: New file.
4762         * lib/unictype/categ_Ll.c: New file.
4763         * lib/unictype/categ_Lm.c: New file.
4764         * lib/unictype/categ_Lo.c: New file.
4765         * lib/unictype/categ_Lt.c: New file.
4766         * lib/unictype/categ_Lu.c: New file.
4767         * lib/unictype/categ_M.c: New file.
4768         * lib/unictype/categ_Mc.c: New file.
4769         * lib/unictype/categ_Me.c: New file.
4770         * lib/unictype/categ_Mn.c: New file.
4771         * lib/unictype/categ_N.c: New file.
4772         * lib/unictype/categ_Nd.c: New file.
4773         * lib/unictype/categ_Nl.c: New file.
4774         * lib/unictype/categ_No.c: New file.
4775         * lib/unictype/categ_P.c: New file.
4776         * lib/unictype/categ_Pc.c: New file.
4777         * lib/unictype/categ_Pd.c: New file.
4778         * lib/unictype/categ_Pe.c: New file.
4779         * lib/unictype/categ_Pf.c: New file.
4780         * lib/unictype/categ_Pi.c: New file.
4781         * lib/unictype/categ_Po.c: New file.
4782         * lib/unictype/categ_Ps.c: New file.
4783         * lib/unictype/categ_S.c: New file.
4784         * lib/unictype/categ_Sc.c: New file.
4785         * lib/unictype/categ_Sk.c: New file.
4786         * lib/unictype/categ_Sm.c: New file.
4787         * lib/unictype/categ_So.c: New file.
4788         * lib/unictype/categ_Z.c: New file.
4789         * lib/unictype/categ_Zl.c: New file.
4790         * lib/unictype/categ_Zp.c: New file.
4791         * lib/unictype/categ_Zs.c: New file.
4792         * lib/unictype/categ_and.c: New file.
4793         * lib/unictype/categ_and_not.c: New file.
4794         * lib/unictype/categ_byname.c: New file.
4795         * lib/unictype/categ_name.c: New file.
4796         * lib/unictype/categ_none.c: New file.
4797         * lib/unictype/categ_of.c: New file.
4798         * lib/unictype/categ_or.c: New file.
4799         * lib/unictype/categ_test.c: New file.
4800         * lib/unictype/combining.c: New file.
4801         * lib/unictype/ctype_alnum.c: New file.
4802         * lib/unictype/ctype_alpha.c: New file.
4803         * lib/unictype/ctype_blank.c: New file.
4804         * lib/unictype/ctype_cntrl.c: New file.
4805         * lib/unictype/ctype_digit.c: New file.
4806         * lib/unictype/ctype_graph.c: New file.
4807         * lib/unictype/ctype_lower.c: New file.
4808         * lib/unictype/ctype_print.c: New file.
4809         * lib/unictype/ctype_punct.c: New file.
4810         * lib/unictype/ctype_space.c: New file.
4811         * lib/unictype/ctype_upper.c: New file.
4812         * lib/unictype/ctype_xdigit.c: New file.
4813         * lib/unictype/decdigit.c: New file.
4814         * lib/unictype/digit.c: New file.
4815         * lib/unictype/identsyntaxmap.h: New file.
4816         * lib/unictype/mirror.c: New file.
4817         * lib/unictype/numeric.c: New file.
4818         * lib/unictype/pr_alphabetic.c: New file.
4819         * lib/unictype/pr_ascii_hex_digit.c: New file.
4820         * lib/unictype/pr_bidi_arabic_digit.c: New file.
4821         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
4822         * lib/unictype/pr_bidi_block_separator.c: New file.
4823         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
4824         * lib/unictype/pr_bidi_common_separator.c: New file.
4825         * lib/unictype/pr_bidi_control.c: New file.
4826         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
4827         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
4828         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
4829         * lib/unictype/pr_bidi_european_digit.c: New file.
4830         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
4831         * lib/unictype/pr_bidi_left_to_right.c: New file.
4832         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
4833         * lib/unictype/pr_bidi_other_neutral.c: New file.
4834         * lib/unictype/pr_bidi_pdf.c: New file.
4835         * lib/unictype/pr_bidi_segment_separator.c: New file.
4836         * lib/unictype/pr_bidi_whitespace.c: New file.
4837         * lib/unictype/pr_byname.c: New file.
4838         * lib/unictype/pr_byname.gperf: New file.
4839         * lib/unictype/pr_combining.c: New file.
4840         * lib/unictype/pr_composite.c: New file.
4841         * lib/unictype/pr_currency_symbol.c: New file.
4842         * lib/unictype/pr_dash.c: New file.
4843         * lib/unictype/pr_decimal_digit.c: New file.
4844         * lib/unictype/pr_default_ignorable_code_point.c: New file.
4845         * lib/unictype/pr_deprecated.c: New file.
4846         * lib/unictype/pr_diacritic.c: New file.
4847         * lib/unictype/pr_extender.c: New file.
4848         * lib/unictype/pr_format_control.c: New file.
4849         * lib/unictype/pr_grapheme_base.c: New file.
4850         * lib/unictype/pr_grapheme_extend.c: New file.
4851         * lib/unictype/pr_grapheme_link.c: New file.
4852         * lib/unictype/pr_hex_digit.c: New file.
4853         * lib/unictype/pr_hyphen.c: New file.
4854         * lib/unictype/pr_id_continue.c: New file.
4855         * lib/unictype/pr_id_start.c: New file.
4856         * lib/unictype/pr_ideographic.c: New file.
4857         * lib/unictype/pr_ids_binary_operator.c: New file.
4858         * lib/unictype/pr_ids_trinary_operator.c: New file.
4859         * lib/unictype/pr_ignorable_control.c: New file.
4860         * lib/unictype/pr_iso_control.c: New file.
4861         * lib/unictype/pr_join_control.c: New file.
4862         * lib/unictype/pr_left_of_pair.c: New file.
4863         * lib/unictype/pr_line_separator.c: New file.
4864         * lib/unictype/pr_logical_order_exception.c: New file.
4865         * lib/unictype/pr_lowercase.c: New file.
4866         * lib/unictype/pr_math.c: New file.
4867         * lib/unictype/pr_non_break.c: New file.
4868         * lib/unictype/pr_not_a_character.c: New file.
4869         * lib/unictype/pr_numeric.c: New file.
4870         * lib/unictype/pr_other_alphabetic.c: New file.
4871         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
4872         * lib/unictype/pr_other_grapheme_extend.c: New file.
4873         * lib/unictype/pr_other_id_continue.c: New file.
4874         * lib/unictype/pr_other_id_start.c: New file.
4875         * lib/unictype/pr_other_lowercase.c: New file.
4876         * lib/unictype/pr_other_math.c: New file.
4877         * lib/unictype/pr_other_uppercase.c: New file.
4878         * lib/unictype/pr_paired_punctuation.c: New file.
4879         * lib/unictype/pr_paragraph_separator.c: New file.
4880         * lib/unictype/pr_pattern_syntax.c: New file.
4881         * lib/unictype/pr_pattern_white_space.c: New file.
4882         * lib/unictype/pr_private_use.c: New file.
4883         * lib/unictype/pr_punctuation.c: New file.
4884         * lib/unictype/pr_quotation_mark.c: New file.
4885         * lib/unictype/pr_radical.c: New file.
4886         * lib/unictype/pr_sentence_terminal.c: New file.
4887         * lib/unictype/pr_soft_dotted.c: New file.
4888         * lib/unictype/pr_space.c: New file.
4889         * lib/unictype/pr_terminal_punctuation.c: New file.
4890         * lib/unictype/pr_test.c: New file.
4891         * lib/unictype/pr_titlecase.c: New file.
4892         * lib/unictype/pr_unassigned_code_value.c: New file.
4893         * lib/unictype/pr_unified_ideograph.c: New file.
4894         * lib/unictype/pr_uppercase.c: New file.
4895         * lib/unictype/pr_variation_selector.c: New file.
4896         * lib/unictype/pr_white_space.c: New file.
4897         * lib/unictype/pr_xid_continue.c: New file.
4898         * lib/unictype/pr_xid_start.c: New file.
4899         * lib/unictype/pr_zero_width.c: New file.
4900         * lib/unictype/scripts.c: New file.
4901         * lib/unictype/sy_c_ident.c: New file.
4902         * lib/unictype/sy_c_whitespace.c: New file.
4903         * lib/unictype/sy_java_ident.c: New file.
4904         * lib/unictype/sy_java_whitespace.c: New file.
4905
4906         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
4907         Unicode 5.0.0.
4908         * lib/unictype/blocks.h: Likewise.
4909         * lib/unictype/categ_C.h: Likewise.
4910         * lib/unictype/categ_Cc.h: Likewise.
4911         * lib/unictype/categ_Cf.h: Likewise.
4912         * lib/unictype/categ_Cn.h: Likewise.
4913         * lib/unictype/categ_Co.h: Likewise.
4914         * lib/unictype/categ_Cs.h: Likewise.
4915         * lib/unictype/categ_L.h: Likewise.
4916         * lib/unictype/categ_Ll.h: Likewise.
4917         * lib/unictype/categ_Lm.h: Likewise.
4918         * lib/unictype/categ_Lo.h: Likewise.
4919         * lib/unictype/categ_Lt.h: Likewise.
4920         * lib/unictype/categ_Lu.h: Likewise.
4921         * lib/unictype/categ_M.h: Likewise.
4922         * lib/unictype/categ_Mc.h: Likewise.
4923         * lib/unictype/categ_Me.h: Likewise.
4924         * lib/unictype/categ_Mn.h: Likewise.
4925         * lib/unictype/categ_N.h: Likewise.
4926         * lib/unictype/categ_Nd.h: Likewise.
4927         * lib/unictype/categ_Nl.h: Likewise.
4928         * lib/unictype/categ_No.h: Likewise.
4929         * lib/unictype/categ_P.h: Likewise.
4930         * lib/unictype/categ_Pc.h: Likewise.
4931         * lib/unictype/categ_Pd.h: Likewise.
4932         * lib/unictype/categ_Pe.h: Likewise.
4933         * lib/unictype/categ_Pf.h: Likewise.
4934         * lib/unictype/categ_Pi.h: Likewise.
4935         * lib/unictype/categ_Po.h: Likewise.
4936         * lib/unictype/categ_Ps.h: Likewise.
4937         * lib/unictype/categ_S.h: Likewise.
4938         * lib/unictype/categ_Sc.h: Likewise.
4939         * lib/unictype/categ_Sk.h: Likewise.
4940         * lib/unictype/categ_Sm.h: Likewise.
4941         * lib/unictype/categ_So.h: Likewise.
4942         * lib/unictype/categ_Z.h: Likewise.
4943         * lib/unictype/categ_Zl.h: Likewise.
4944         * lib/unictype/categ_Zp.h: Likewise.
4945         * lib/unictype/categ_Zs.h: Likewise.
4946         * lib/unictype/categ_of.h: Likewise.
4947         * lib/unictype/combining.h: Likewise.
4948         * lib/unictype/ctype_alnum.h: Likewise.
4949         * lib/unictype/ctype_alpha.h: Likewise.
4950         * lib/unictype/ctype_blank.h: Likewise.
4951         * lib/unictype/ctype_cntrl.h: Likewise.
4952         * lib/unictype/ctype_digit.h: Likewise.
4953         * lib/unictype/ctype_graph.h: Likewise.
4954         * lib/unictype/ctype_lower.h: Likewise.
4955         * lib/unictype/ctype_print.h: Likewise.
4956         * lib/unictype/ctype_punct.h: Likewise.
4957         * lib/unictype/ctype_space.h: Likewise.
4958         * lib/unictype/ctype_upper.h: Likewise.
4959         * lib/unictype/ctype_xdigit.h: Likewise.
4960         * lib/unictype/decdigit.h: Likewise.
4961         * lib/unictype/digit.h: Likewise.
4962         * lib/unictype/mirror.h: Likewise.
4963         * lib/unictype/numeric.h: Likewise.
4964         * lib/unictype/pr_alphabetic.h: Likewise.
4965         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
4966         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
4967         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
4968         * lib/unictype/pr_bidi_block_separator.h: Likewise.
4969         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
4970         * lib/unictype/pr_bidi_common_separator.h: Likewise.
4971         * lib/unictype/pr_bidi_control.h: Likewise.
4972         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
4973         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
4974         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
4975         * lib/unictype/pr_bidi_european_digit.h: Likewise.
4976         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
4977         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
4978         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
4979         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
4980         * lib/unictype/pr_bidi_pdf.h: Likewise.
4981         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
4982         * lib/unictype/pr_bidi_whitespace.h: Likewise.
4983         * lib/unictype/pr_combining.h: Likewise.
4984         * lib/unictype/pr_composite.h: Likewise.
4985         * lib/unictype/pr_currency_symbol.h: Likewise.
4986         * lib/unictype/pr_dash.h: Likewise.
4987         * lib/unictype/pr_decimal_digit.h: Likewise.
4988         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
4989         * lib/unictype/pr_deprecated.h: Likewise.
4990         * lib/unictype/pr_diacritic.h: Likewise.
4991         * lib/unictype/pr_extender.h: Likewise.
4992         * lib/unictype/pr_format_control.h: Likewise.
4993         * lib/unictype/pr_grapheme_base.h: Likewise.
4994         * lib/unictype/pr_grapheme_extend.h: Likewise.
4995         * lib/unictype/pr_grapheme_link.h: Likewise.
4996         * lib/unictype/pr_hex_digit.h: Likewise.
4997         * lib/unictype/pr_hyphen.h: Likewise.
4998         * lib/unictype/pr_id_continue.h: Likewise.
4999         * lib/unictype/pr_id_start.h: Likewise.
5000         * lib/unictype/pr_ideographic.h: Likewise.
5001         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5002         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5003         * lib/unictype/pr_ignorable_control.h: Likewise.
5004         * lib/unictype/pr_iso_control.h: Likewise.
5005         * lib/unictype/pr_join_control.h: Likewise.
5006         * lib/unictype/pr_left_of_pair.h: Likewise.
5007         * lib/unictype/pr_line_separator.h: Likewise.
5008         * lib/unictype/pr_logical_order_exception.h: Likewise.
5009         * lib/unictype/pr_lowercase.h: Likewise.
5010         * lib/unictype/pr_math.h: Likewise.
5011         * lib/unictype/pr_non_break.h: Likewise.
5012         * lib/unictype/pr_not_a_character.h: Likewise.
5013         * lib/unictype/pr_numeric.h: Likewise.
5014         * lib/unictype/pr_other_alphabetic.h: Likewise.
5015         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5016         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5017         * lib/unictype/pr_other_id_continue.h: Likewise.
5018         * lib/unictype/pr_other_id_start.h: Likewise.
5019         * lib/unictype/pr_other_lowercase.h: Likewise.
5020         * lib/unictype/pr_other_math.h: Likewise.
5021         * lib/unictype/pr_other_uppercase.h: Likewise.
5022         * lib/unictype/pr_paired_punctuation.h: Likewise.
5023         * lib/unictype/pr_paragraph_separator.h: Likewise.
5024         * lib/unictype/pr_pattern_syntax.h: Likewise.
5025         * lib/unictype/pr_pattern_white_space.h: Likewise.
5026         * lib/unictype/pr_private_use.h: Likewise.
5027         * lib/unictype/pr_punctuation.h: Likewise.
5028         * lib/unictype/pr_quotation_mark.h: Likewise.
5029         * lib/unictype/pr_radical.h: Likewise.
5030         * lib/unictype/pr_sentence_terminal.h: Likewise.
5031         * lib/unictype/pr_soft_dotted.h: Likewise.
5032         * lib/unictype/pr_space.h: Likewise.
5033         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5034         * lib/unictype/pr_titlecase.h: Likewise.
5035         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5036         * lib/unictype/pr_unified_ideograph.h: Likewise.
5037         * lib/unictype/pr_uppercase.h: Likewise.
5038         * lib/unictype/pr_variation_selector.h: Likewise.
5039         * lib/unictype/pr_white_space.h: Likewise.
5040         * lib/unictype/pr_xid_continue.h: Likewise.
5041         * lib/unictype/pr_xid_start.h: Likewise.
5042         * lib/unictype/pr_zero_width.h: Likewise.
5043         * lib/unictype/scripts.h: Likewise.
5044         * lib/unictype/scripts_byname.gperf: Likewise.
5045         * lib/unictype/sy_c_ident.h: Likewise.
5046         * lib/unictype/sy_c_whitespace.h: Likewise.
5047         * lib/unictype/sy_java_ident.h: Likewise.
5048         * lib/unictype/sy_java_whitespace.h: Likewise.
5049
5050         * lib/unictype/Makefile: New file.
5051         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5052         glibc.
5053         * lib/unictype/3level.h: New file, copied from glibc.
5054         * lib/unictype/3levelbit.h: New file.
5055
5056 2007-11-11  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/gperf: New file.
5059         * modules/iconv_open (Depends-on): Add it.
5060         (Makefile.am): Remove the GPERF definition.
5061
5062 2007-11-11  Bruno Haible  <bruno@clisp.org>
5063
5064         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5065         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5066
5067 2007-11-11  Bruno Haible  <bruno@clisp.org>
5068
5069         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5070         (usage): Remove function.
5071
5072 2007-11-11  Bruno Haible  <bruno@clisp.org>
5073
5074         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5075         gl_FUNC_CEILF_LIBS.
5076         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5077         gl_FUNC_CEIL_LIBS.
5078         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5079         gl_FUNC_CEILL_LIBS.
5080         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5081         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5082         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5083
5084 2007-11-11  Bruno Haible  <bruno@clisp.org>
5085
5086         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5087         roundf were declared but do not exist on functions.
5088         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5089         roundl were declared but do not exist on functions.
5090         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5091         HAVE_FLOORL_AND_CEILL, respectively.
5092         Needed for Sun C on Solaris 10.
5093
5094 2007-11-11  Bruno Haible  <bruno@clisp.org>
5095
5096         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5097         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5098         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5099         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5100         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5101         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5102         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5103         HAVE_DECL_ROUNDF.
5104         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5105         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5106         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5107         of HAVE_DECL_ROUND*.
5108         * modules/math (Makefile.am): Update.
5109
5110 2007-11-10  Bruno Haible  <bruno@clisp.org>
5111
5112         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5113         ptrdiff_t as m4/intl.m4.
5114
5115 2007-11-10  Jim Meyering  <meyering@redhat.com>
5116
5117         Avoid link failure for the argmatch test.
5118         * tests/test-argmatch.c (usage): Define function to avoid a link
5119         failure: argmatch_die requires a usage function.
5120
5121 2007-11-09  Bruno Haible  <bruno@clisp.org>
5122
5123         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5124         * doc/functions/vsnprintf.texi: Likewise.
5125         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5126         with a size argument < 2.
5127
5128 2007-11-09  Bruno Haible  <bruno@clisp.org>
5129
5130         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5131         buffer. Fixes an inefficiency introduced on 2007-11-03.
5132
5133 2007-11-09  Bruno Haible  <bruno@clisp.org>
5134
5135         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5136         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5137
5138 2007-11-08  Jim Meyering  <meyering@redhat.com>
5139
5140         Change cache variable name prefix "jm_" to "gl_" everywhere.
5141         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5142         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5143         * m4/uptime.m4: s/gl_/jm_/
5144
5145 2007-11-07  Bruno Haible  <bruno@clisp.org>
5146
5147         Update to GNU gettext 0.17.
5148         * m4/intl.m4: Update to GNU gettext 0.17.
5149         * m4/po.m4: Likewise.
5150         * modules/gettext (Files): Remove m4/ulonglong.m4.
5151         (configure.ac): Require gettext infrastructure from version 0.17.
5152
5153 2007-11-06  Bruno Haible  <bruno@clisp.org>
5154
5155         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5156         symbolic values are not defined in a public header.
5157         * lib/freadable.c (freadable) [QNX]: Likewise.
5158         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5159         * lib/freading.c (freading) [QNX]: Likewise.
5160         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5161         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5162         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5163         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5164         Reported by Alain Magloire.
5165
5166         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5167
5168 2007-11-05  Bruno Haible  <bruno@clisp.org>
5169
5170         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5171         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5172         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5173         Reported by Eric Blake.
5174
5175 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5176             Bruno Haible  <bruno@clisp.org>
5177
5178         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5179         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5180         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5181         (malloc): Undefine also before including <stdlib.h>.
5182         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5183         Needed on OSF/1 4.0.
5184
5185 2007-11-05  Jim Meyering  <meyering@redhat.com>
5186
5187         git-version-gen: sync from coreutils.
5188         * build-aux/git-version-gen: Add comments.
5189         Change the first '-' to '.' in the snapshot version string,
5190         e.g., 6.9-377-08144 -> 6.9.377-08144
5191         Remove first parameter.
5192         Don't declare a version "-dirty" merely because a time
5193         stamp has changed.
5194
5195 2007-11-04  Bruno Haible  <bruno@clisp.org>
5196
5197         * lib/lock.h: Protect all macro definitions containing an 'if'
5198         statement through a "do { ... } while (0)".
5199         * lib/tls.h: Likewise.
5200
5201 2007-11-04  Bruno Haible  <bruno@clisp.org>
5202
5203         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5204
5205 2007-11-04  Bruno Haible  <bruno@clisp.org>
5206
5207         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5208         * modules/fprintf-posix (Depends-on): Add nocrash.
5209         * modules/snprintf-posix (Depends-on): Likewise.
5210         * modules/sprintf-posix (Depends-on): Likewise.
5211         * modules/vasnprintf-posix (Depends-on): Likewise.
5212         * modules/vasprintf-posix (Depends-on): Likewise.
5213         * modules/vfprintf-posix (Depends-on): Likewise.
5214         * modules/vsnprintf-posix (Depends-on): Likewise.
5215         * modules/vsprintf-posix (Depends-on): Likewise.
5216         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5217         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5218         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5219         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5220         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5221         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5222         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5223
5224 2007-11-04  Bruno Haible  <bruno@clisp.org>
5225
5226         * modules/nocrash: New file.
5227         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5228         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5229
5230 2007-11-04  Bruno Haible  <bruno@clisp.org>
5231
5232         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5233         precision handling.
5234         * tests/test-vasprintf-posix.c (test_function): Likewise.
5235         * tests/test-snprintf-posix.h (test_function): Likewise.
5236         * tests/test-sprintf-posix.h (test_function): Likewise.
5237
5238         Fix *printf behaviour for large precisions on mingw and BeOS.
5239         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5240         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5241         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5242         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5243         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5244         gl_PRINTF_PRECISION and test its result. Invoke
5245         gl_PREREQ_VASNPRINTF_PRECISION.
5246         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5247         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5248         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5249         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5250         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5251         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5252         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5253         * doc/functions/fprintf.texi: Update.
5254         * doc/functions/printf.texi: Update.
5255         * doc/functions/snprintf.texi: Update.
5256         * doc/functions/sprintf.texi: Update.
5257         * doc/functions/vfprintf.texi: Update.
5258         * doc/functions/vprintf.texi: Update.
5259         * doc/functions/vsnprintf.texi: Update.
5260         * doc/functions/vsprintf.texi: Update.
5261
5262 2007-11-04  Bruno Haible  <bruno@clisp.org>
5263
5264         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5265
5266 2007-11-04  Bruno Haible  <bruno@clisp.org>
5267
5268         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5269         Reported by Sylvain Beucler <beuc@gnu.org>.
5270
5271 2007-11-03  Bruno Haible  <bruno@clisp.org>
5272
5273         * tests/test-fprintf-posix2.sh: New file.
5274         * tests/test-fprintf-posix2.c: New file.
5275         * modules/fprintf-posix-tests (Files): Add them.
5276         (TESTS): Add test-fprintf-posix2.sh.
5277         (configure.ac): Check for getrlimit and setrlimit.
5278         (check_PROGRAMS): Add test-fprintf-posix2.
5279
5280         * tests/test-printf-posix2.sh: New file.
5281         * tests/test-printf-posix2.c: New file.
5282         * modules/printf-posix-tests (Files): Add them.
5283         (TESTS): Add test-printf-posix2.sh.
5284         (configure.ac): Check for getrlimit and setrlimit.
5285         (check_PROGRAMS): Add test-printf-posix2.
5286
5287         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5288         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5289         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5290         (decode_double): New function, copied from decode_long_double.
5291         (scale10_round_decimal_decoded): New function, extracted from
5292         scale10_round_decimal_long_double.
5293         (scale10_round_decimal_long_double): Use it.
5294         (scale10_round_decimal_double): New function.
5295         (floorlog10): New function.
5296         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5297         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5298         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5299         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5300         gl_PRINTF_ENOMEM and test its result. Invoke
5301         gl_PREREQ_VASNPRINTF_ENOMEM.
5302         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5303         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5305         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5306         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5307         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5308         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5309         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5310         * modules/snprintf-posix (Depends-on): Likewise.
5311         * modules/sprintf-posix (Depends-on): Likewise.
5312         * modules/vasnprintf-posix (Depends-on): Likewise.
5313         * modules/vasprintf-posix (Depends-on): Likewise.
5314         * modules/vfprintf-posix (Depends-on): Likewise.
5315         * modules/vsnprintf-posix (Depends-on): Likewise.
5316         * modules/vsprintf-posix (Depends-on): Likewise.
5317         * doc/functions/fprintf.texi: Update.
5318         * doc/functions/printf.texi: Update.
5319         * doc/functions/snprintf.texi: Update.
5320         * doc/functions/sprintf.texi: Update.
5321         * doc/functions/vfprintf.texi: Update.
5322         * doc/functions/vprintf.texi: Update.
5323         * doc/functions/vsnprintf.texi: Update.
5324         * doc/functions/vsprintf.texi: Update.
5325
5326 2007-11-03  Bruno Haible  <bruno@clisp.org>
5327
5328         * modules/frexp-nolibm-tests: New file.
5329
5330         * modules/frexp-nolibm: New file.
5331         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5332
5333 2007-11-03  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5336         value is C99 compliant.
5337         Needed for OSF/1 5.1.
5338
5339 2007-11-03  Bruno Haible  <bruno@clisp.org>
5340
5341         Fix out-of-memory handling of vasnprintf.
5342         * lib/printf-parse.c: Include <errno.h>.
5343         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5344         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5345         is already set.
5346
5347 2007-11-02  Eric Blake  <ebb9@byu.net>
5348
5349         Fix tests on cygwin.
5350         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5351
5352 2007-11-01  Bruno Haible  <bruno@clisp.org>
5353
5354         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5355         warning.
5356         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5357         needed for POSIX compatibility.
5358
5359 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5360
5361         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5362         for compatibility with GNU.
5363
5364 2007-11-01  Bruno Haible  <bruno@clisp.org>
5365
5366         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5367         (putenv): Renamed from rpl_putenv. Change argument type from
5368         'const char *' to 'char *'.
5369         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5370         of defining putenv in config.h, just set REPLACE_PUTENV.
5371         * modules/putenv (Depends-on): Add stdlib.
5372         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5373         (Include): Use <stdlib.h>.
5374         * lib/stdlib.in.h (putenv): New declaration.
5375         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5376         REPLACE_PUTENV.
5377         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5378         REPLACE_PUTENV.
5379         Needed for MacOS X 10.5.0.
5380         Reported by Peter O'Gorman <peter@pogma.com>.
5381
5382 2007-11-01  Jim Meyering  <meyering@redhat.com>
5383
5384         Treat an empty date string exactly like "0".
5385         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5386         if the remaining date string (to be parsed) is empty, use "0".
5387         Reported by Mischa Molhoek and discussed in this thread:
5388         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5389
5390 2007-10-31  Bruno Haible  <bruno@clisp.org>
5391
5392         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5393         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5394         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5395         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5396         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5397         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5398
5399 2007-10-31  Bruno Haible  <bruno@clisp.org>
5400
5401         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5402         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5403         (AC_TYPE_LONG_LONG_INT): Use it.
5404         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5405         it as well.
5406         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5407         to m4/longlong.m4.
5408         * modules/stdint (Files): Remove m4/ulonglong.m4.
5409         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5410         m4/ulonglong.m4.
5411         * modules/strtoumax (Files): Likewise.
5412
5413 2007-10-30  Bruno Haible  <bruno@clisp.org>
5414
5415         * modules/xvasprintf-posix: New file.
5416         Suggested by Eric Blake.
5417
5418 2007-10-30  Bruno Haible  <bruno@clisp.org>
5419
5420         * modules/xprintf-posix-tests: New file.
5421         * tests/test-xprintf-posix.sh: New file.
5422         * tests/test-xprintf-posix.c: New file.
5423         * tests/test-xfprintf-posix.c: New file.
5424
5425         * modules/xprintf-posix: New file.
5426
5427 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5428
5429         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5430         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5431         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5432
5433 2007-10-29  Bruno Haible  <bruno@clisp.org>
5434
5435         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5436         contain the special marker '_cv_'.
5437         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5438         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5439         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5440         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5441         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5442         Reported by Ralf Wildenhues.
5443
5444 2007-10-29  Bruno Haible  <bruno@clisp.org>
5445
5446         * gnulib-tool (func_import): When --lgpl is not specified, set
5447         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5448         GPLv3.
5449         Reported by Simon Josefsson.
5450
5451 2007-10-28  Bruno Haible  <bruno@clisp.org>
5452
5453         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5454         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
5455         HAVE_DECL_ISFINITE.
5456         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5457         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
5458         HAVE_DECL_ISFINITE.
5459
5460 2007-10-28  Bruno Haible  <bruno@clisp.org>
5461
5462         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
5463         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
5464
5465 2007-10-28  Bruno Haible  <bruno@clisp.org>
5466
5467         Fix link errors with Sun C 5.0 on Solaris 10.
5468         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
5469         function is declared but not present in the compiler's libm.
5470         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
5471         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
5472         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
5473         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
5474         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
5475         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
5476         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
5477         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5478         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
5479         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
5480         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
5481         HAVE_DECL_FLOORL.
5482
5483 2007-10-28  Bruno Haible  <bruno@clisp.org>
5484
5485         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
5486         gl_FUNC_FLOORL. Cache the result.
5487         (gl_FUNC_FLOORL): Use it.
5488         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
5489         gl_FUNC_CEILL. Cache the result.
5490         (gl_FUNC_CEILL): Use it.
5491
5492         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
5493         gl_FUNC_FLOOR. Cache the result.
5494         (gl_FUNC_FLOOR): Use it.
5495         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
5496         gl_FUNC_CEIL. Cache the result.
5497         (gl_FUNC_CEIL): Use it.
5498
5499         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
5500         gl_FUNC_FLOORF. Cache the result.
5501         (gl_FUNC_FLOORF): Use it.
5502         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
5503         gl_FUNC_CEILF. Cache the result.
5504         (gl_FUNC_CEILF): Use it.
5505
5506 2007-10-28  Bruno Haible  <bruno@clisp.org>
5507
5508         * gnulib-tool: Allow specifying the LGPL version number through
5509         --lgpl=2 or --lgpl=3.
5510         (func_usage): Document --lgpl with argument.
5511         Handle --lgpl=... arguments.
5512         (func_import): Recognize also gl_LGPL calls with an argument. When
5513         --lgpl=2 is used and the module's license is just LGPL, report an
5514         error. Set sed_transform_lib_file according to the lgpl variable. In
5515         the generated files, use --lgpl or gl_LGPL invocations with argument,
5516         if necessary.
5517         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
5518         an LGPv2+ license.
5519         * doc/gnulib-tool.texi (Modified imports): Update explanation of
5520         gl_LGPL macro.
5521
5522 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5523             Bruno Haible  <bruno@clisp.org>
5524
5525         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
5526         (u16_uctomb_aux): Likewise.
5527         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
5528         !HAVE_INLINE.
5529         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
5530
5531 2007-10-28  Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
5534         Invoke AM_GETTEXT_OPTION if it exists.
5535         * modules/vasprintf: Likewise.
5536         * modules/verror: Likewise.
5537         * modules/xprintf: Likewise.
5538         * modules/xvasprintf: Likewise.
5539
5540 2007-10-27  Ben Pfaff  <blp@gnu.org>
5541
5542         * lib/math.in.h: Define isfinite macro and prototypes for
5543         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
5544         implementations.
5545         * m4/math_h.m4: New substitutions for isfinite module.
5546         * lib/isfinite.c: New file.
5547         * m4/isfinite.m4: New file.
5548         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
5549         * modules/isfinite: New file.
5550         * modules/isfinite-tests: New file.
5551         * tests/tests-isfinite.c: New file.
5552         * doc/functions/isfinite.texi: Mention isfinite module.
5553         * MODULES.html.sh: Mention new module.
5554
5555 2007-10-27  Ben Pfaff  <blp@gnu.org>
5556
5557         Ralf Wildenhues reported that Tru64 4.0D declares the round
5558         functions but does not have definitions.
5559         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
5560         cannot be found in any library, set the output variable to
5561         "missing" instead of "".
5562         * m4/round.m4: Also use our substitute if we cannot find round in
5563         any library, even if it is declared.
5564         * m4/roundf.m4: Likewise for roundf.
5565         * m4/roundl.m4: Likewise for roundl.
5566         * lib/math.in.h: Undefine roundf, round, roundl before defining
5567         their replacements, to allow for hypothetical systems where these
5568         may be defined as macros but not available in libraries.
5569
5570 2007-10-27  Bruno Haible  <bruno@clisp.org>
5571
5572         * doc/gnulib.texi: Invoke @firstparagraphindent.
5573         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
5574         changes in gnulib.
5575         (Source changes): New section.
5576
5577 2007-10-26  Bruno Haible  <bruno@clisp.org>
5578
5579         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
5580         borrowed from autoconf.
5581
5582 2007-10-26  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
5585         strerror returned the empty string. Needed on HP-UX 11.00.
5586
5587 2007-10-24  Micah Cowan  <micah@cowan.name>
5588
5589         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
5590         * build-aux/bootstrap: Remove support for now-unnecessary option,
5591         --cvs-user, and envvars CVS_USER, CVS_RSH.
5592
5593 2007-10-24  Jim Meyering  <meyering@redhat.com>
5594
5595         Avoid diagnostics from sha1sum when there is no cached checksum.
5596         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
5597         if the po.s1 file hasn't been created yet.
5598
5599         * build-aux/bootstrap: Sync from coreutils:
5600         2007-10-24  Jim Meyering  <meyering@redhat.com>
5601         Get gnulib from the git repository, not from an obsolete cvs one.
5602         * build-aux/bootstrap: Suggestion from Micah Cowan.
5603         2007-10-04  Jim Meyering  <jim@meyering.net>
5604         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
5605         (update_po_files): Work also when there are no .po files in po/.
5606
5607 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5608
5609         * README: Append ".git" to git and cg examples.
5610         Problem reported by Benoit Sigoure.
5611
5612 2007-10-23  Micah Cowan  <micah@cowan.name>
5613
5614         * users.txt: Add wget.
5615
5616 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5617
5618         Fix linking of some unistdio tests on FreeBSD.
5619         * modules/unistdio/u16-vsnprintf-tests
5620         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
5621         * modules/unistdio/u16-vsprintf-tests
5622         (test_u16_vsnprintf1_LDADD): Likewise.
5623         * modules/unistdio/u32-vsnprintf-tests
5624         (test_u32_vsnprintf1_LDADD): Likewise.
5625         * modules/unistdio/u32-vsprintf-tests
5626         (test_u32_vsprintf1_LDADD): Likewise.
5627         * modules/unistdio/u8-vsnprintf-tests
5628         (test_u8_vsnprintf1_LDADD): Likewise.
5629         * modules/unistdio/u8-vsprintf-tests
5630         (test_u8_vsprintf1_LDADD): Likewise.
5631         * modules/unistdio/ulc-vsnprintf-tests
5632         (test_ulc_vsnprintf1_LDADD): Likewise.
5633         * modules/unistdio/ulc-vsprintf-tests
5634         (test_ulc_vsprintf1_LDADD): Likewise.
5635
5636         Fix linking of some uniconv tests on FreeBSD.
5637         * modules/uniconv/u16-conv-from-enc-tests
5638         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
5639         * modules/uniconv/u16-conv-to-enc-tests
5640         (test_u16_conv_to_enc_LDADD): Likewise.
5641         * modules/uniconv/u16-strconv-from-enc-tests
5642         (test_u16_strconv_from_enc_LDADD): Likewise.
5643         * modules/uniconv/u16-strconv-to-enc-tests
5644         (test_u16_strconv_to_enc_LDADD): Likewise.
5645         * modules/uniconv/u32-conv-from-enc-tests
5646         (test_u32_conv_from_enc_LDADD): Likewise.
5647         * modules/uniconv/u32-conv-to-enc-tests
5648         (test_u32_conv_to_enc_LDADD): Likewise.
5649         * modules/uniconv/u32-strconv-from-enc-tests
5650         (test_u32_strconv_from_enc_LDADD): Likewise.
5651         * modules/uniconv/u32-strconv-to-enc-tests
5652         (test_u32_strconv_to_enc_LDADD): Likewise.
5653         * modules/uniconv/u8-conv-from-enc-tests
5654         (test_u8_conv_from_enc_LDADD): Likewise.
5655         * modules/uniconv/u8-conv-to-enc-tests
5656         (test_u8_conv_to_enc_LDADD): Likewise.
5657         * modules/uniconv/u8-strconv-from-enc-tests
5658         (test_u8_strconv_from_enc_LDADD): Likewise.
5659         * modules/uniconv/u8-strconv-to-enc-tests
5660         (test_u8_strconv_to_enc_LDADD): Likewise.
5661
5662 2007-10-22  Bruno Haible  <bruno@clisp.org>
5663
5664         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
5665         size.
5666
5667 2007-10-22  Eric Blake  <ebb9@byu.net>
5668
5669         Tweak x*printf documentation.
5670         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
5671         variable name and comments.
5672         Suggested by Bruno Haible.
5673
5674 2007-10-22  Bruno Haible  <bruno@clisp.org>
5675
5676         * lib/acl.c (copy_acl): Fix file name in comment.
5677
5678 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         Fix Tru64 problem with stdbool.h.
5681         * lib/stdbool.in.h (false, true):
5682         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
5683         Don't declare as an enum in this situation; it runs afoul of Tru64.
5684         Problem reported by Steven M. Schweda in
5685         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
5686
5687 2007-10-22  Eric Blake  <ebb9@byu.net>
5688
5689         Also wrap vf?printf.
5690         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
5691         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
5692         (xvprintf, xvfprintf): New functions.
5693
5694 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5695
5696         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
5697         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
5698
5699         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
5700         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
5701
5702 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
5703
5704         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
5705         by Bruno Haible.
5706
5707 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5708
5709         * lib/getloadavg.c
5710         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
5711         Undef `sys' after including sys/table.h, for Tru64 4.0D.
5712
5713         * tests/test-i-ring.c: Work for C89.
5714
5715 2007-10-22  Bruno Haible  <bruno@clisp.org>
5716
5717         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
5718         -1u, in preprocessor expression, so that we don't test for the bug
5719         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
5720         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
5721
5722 2007-10-22  Eric Blake  <ebb9@byu.net>
5723
5724         * tests/test-yesno.sh: Silence stderr during test.
5725
5726 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5727
5728         * modules/crypto/gc-camellia: New file.
5729
5730         * m4/gc-camellia.m4: New file.
5731
5732         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
5733
5734         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
5735
5736 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5737
5738         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
5739         --help to stdout.  Reported by sms@antinode.org (Steven
5740         M. Schweda).
5741
5742 2007-10-22  Simon Josefsson  <simon@josefsson.org>
5743
5744         * users.txt: Fix link to libksba.
5745
5746 2007-10-21  Ben Pfaff  <blp@gnu.org>
5747
5748         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
5749         round.c roundf implementation that depends on floorf and ceilf to
5750         be tested unconditionally.
5751
5752 2007-10-21  Ben Pfaff  <blp@gnu.org>
5753
5754         * m4/check-libm-func.m4: Removed.
5755         * m4/check-math-lib.m4: New file.
5756         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
5757         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
5758         definition and lack of AC_LIBOBJ([roundf]).
5759         * m4/roundl.m4: Ditto, and similarly for roundl.
5760         * modules/round: Reference new m4 file.
5761         * modules/roundf: Ditto.
5762         * modules/roundl: Ditto.
5763         * tests/test-round2.c (main): Use ROUND instead of round.
5764         Bug report from Bruno Haible.
5765
5766 2007-10-21  Bruno Haible  <bruno@clisp.org>
5767
5768         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
5769         context.
5770
5771 2007-10-21  Bruno Haible  <bruno@clisp.org>
5772
5773         * tests/test-wcwidth.c (main): Allow negative result for some control
5774         characters.
5775
5776         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
5777         Needed on OSF/1 5.1.
5778
5779 2007-10-21  Bruno Haible  <bruno@clisp.org>
5780
5781         * tests/test-floorf1.c: Include isnanf.h.
5782         (main): Use isnanf() instead of isnan().
5783         * tests/test-ceilf1.c: Include isnanf.h.
5784         (main): Use isnanf() instead of isnan().
5785         * tests/test-truncf1.c: Include isnanf.h.
5786         (main): Use isnanf() instead of isnan().
5787         * tests/test-roundf1.c: Include isnanf.h.
5788         (main): Use isnanf() instead of isnan().
5789
5790 2007-10-21  Eric Blake  <ebb9@byu.net>
5791
5792         * users.txt: Update URL for m4.
5793
5794 2007-10-21  Bruno Haible  <bruno@clisp.org>
5795
5796         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
5797
5798 2007-10-21  Bruno Haible  <bruno@clisp.org>
5799
5800         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
5801         Git's management files if the CVS files are not present.
5802
5803 2007-10-20  Bruno Haible  <bruno@clisp.org>
5804
5805         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
5806         gcc-3.4.x.
5807
5808 2007-10-20  Ben Pfaff  <blp@gnu.org>
5809
5810         * lib/math.in.h: Declare round, roundf, roundl if we are providing
5811         implementations.
5812         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
5813         * lib/round.c: New file.
5814         * lib/roundf.c: New file.
5815         * lib/roundl.c: New file.
5816         * m4/round.m4: New file.
5817         * m4/roundf.m4: New file.
5818         * m4/roundl.m4: New file.
5819         * m4/check-libm-func-m4: New file.
5820         * modules/math: Replace round, roundf, roundl related @VARS@ in
5821         math.in.h.
5822         * modules/round: New file.
5823         * modules/round-tests: New file.
5824         * modules/roundf: New file.
5825         * modules/roundf-tests: New file.
5826         * modules/roundl: New file.
5827         * modules/roundl-tests: New file.
5828         * tests/test-round1.c: New file.
5829         * tests/test-round2.c: New file.
5830         * tests/test-roundf1.c: New file.
5831         * tests/test-roundf2.c: New file.
5832         * tests/test-roundl.c: New file.
5833         * doc/functions/round.texi: Mention round module.
5834         * doc/functions/roundf.texi: Mention roundf module.
5835         * doc/functions/roundl.texi: Mention roundl module.
5836         * MODULES.html.sh: Mention new modules.
5837         Thanks to Bruno Haible for suggestions.
5838
5839 2007-10-20  Jim Meyering  <meyering@redhat.com>
5840
5841         * lib/xprintf.c: Include <config.h> unconditionally.
5842
5843         Change xprintf's license to GPL.
5844         * modules/xprintf (License): s/LGPL/GPL/, since this module
5845         depends on modules (exit and exitfail) which are GPL.
5846         Suggestion from Bruno Haible.
5847
5848         xprintf fixes.
5849         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
5850         Use a clearer diagnostic.
5851         Patch from Bruno Haible.
5852
5853 2007-10-20  Bruno Haible  <bruno@clisp.org>
5854
5855         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
5856         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
5857         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5858
5859 2007-10-20  Bruno Haible  <bruno@clisp.org>
5860
5861         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
5862         precision in the comparison result > x - 1 or similar.
5863         * tests/test-ceilf2.c (correct_result_p): Likewise.
5864         * tests/test-truncf2.c (correct_result_p): Likewise.
5865         * tests/test-trunc2.c (correct_result_p): Likewise.
5866         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5867
5868 2007-10-20  Bruno Haible  <bruno@clisp.org>
5869
5870         * modules/ceil: New file.
5871         * m4/ceil.m4: New file.
5872         * doc/functions/ceil.texi: Mention the 'ceil' module.
5873
5874 2007-10-20  Bruno Haible  <bruno@clisp.org>
5875
5876         * modules/floor: New file.
5877         * m4/floor.m4: New file.
5878         * doc/functions/floor.texi: Mention the 'floor' module.
5879
5880 2007-10-20  Bruno Haible  <bruno@clisp.org>
5881
5882         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
5883         of %a.
5884         * modules/floorf-tests (Depends-on): Likewise.
5885         * modules/truncf-tests (Depends-on): Likewise.
5886         * modules/trunc-tests (Depends-on): Likewise.
5887         Reported by Ben Pfaff.
5888
5889 2007-10-19  Jim Meyering  <meyering@redhat.com>
5890
5891         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
5892         Don't bother testing specific errno values.  Just test ferror.
5893
5894         New module: xprintf
5895         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
5896
5897 2007-10-19  Bruno Haible  <bruno@clisp.org>
5898
5899         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
5900         syntax.
5901         * modules/javaexec (Makefile.am): Likewise.
5902         * modules/relocatable-prog (Makefile.am): Likewise.
5903         Suggested by Jim Meyering.
5904
5905 2007-10-18  Bruno Haible  <bruno@clisp.org>
5906
5907         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
5908         Reported by Jim Meyering.
5909
5910 2007-10-18  Eric Blake  <ebb9@byu.net>
5911
5912         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
5913
5914 2007-10-18  Bruno Haible  <bruno@clisp.org>
5915
5916         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
5917         the format string into writable memory. Needed in Fortify conditions.
5918
5919 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
5920             Bruno Haible  <bruno@clisp.org>
5921
5922         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
5923         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
5924         * modules/trim (Depends-on): Add mbchar.
5925         (configure.ac): Add gl_FUNC_MBRTOWC.
5926         (Makefile.am): Augment lib_SOURCES.
5927
5928 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5929
5930         Modify glob.c to use fstatat and dirfd, to simplify it.
5931         Suggested by Eric Blake.
5932         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
5933         Don't include <stdbool.h>; not used.
5934         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
5935         (link_exists_p): Simplify implementation, since we can now assume
5936         dirfd and fstatat.
5937         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
5938
5939 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5940
5941         * gnulib-tool (func_get_dependencies): Fix sed script to
5942         match only tests.
5943
5944 2007-10-17  Bruno Haible  <bruno@clisp.org>
5945
5946         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
5947         allow locale names without encoding suffix.
5948         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5949         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5950
5951 2007-10-16  Bruno Haible  <bruno@clisp.org>
5952
5953         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
5954         * lib/getgroups.c (getgroups): Likewise.
5955         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
5956
5957 2007-10-16  Bruno Haible  <bruno@clisp.org>
5958
5959         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
5960         * modules/malloc-posix (License): Likewise.
5961         * modules/realloc-posix (License): Likewise.
5962         * modules/calloc-posix (License): Likewise.
5963         * modules/intprops (License): Change from GPL to LGPL, with
5964         Paul Eggert's approval.
5965
5966 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5967
5968         Merge glibc changes into lib/glob.c.
5969
5970         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
5971         2007-10-15 04:59:03 UTC.  Here are the changes:
5972
5973         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5974
5975         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
5976
5977         * lib/glob.c: Add some branch prediction throughout.
5978
5979         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5980
5981         [BZ #5103]
5982         * lib/glob.c (glob): Recognize patterns starting \/.
5983
5984         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5985
5986         [BZ #3996]
5987         * lib/glob.c (attribute_hidden): Define if not defined.
5988         (glob): Unescape dirname, filename or username when needed and not
5989         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5990         is NULL.  Handle unescaped [ in pattern without closing ].
5991         Don't pass GLOB_CHECK down to recursive glob for directories.
5992         (__glob_pattern_type): New function.
5993         (__glob_pattern_p): Implement using __glob_pattern_type.
5994         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5995         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5996         Remove unreachable code.
5997
5998         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5999
6000         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6001         explain why there are no leaks.
6002
6003         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6004
6005         [BZ #3253]
6006         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6007         time, rather allocate increasingly bigger arrays of pointers, if
6008         possible with alloca, if too large with malloc.
6009
6010 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6013         Problem reported by H.Merijn Brand in
6014         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6015         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6016         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6017
6018 2007-10-15  Bruno Haible  <bruno@clisp.org>
6019
6020         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6021         with explicit rpl_ prefix.
6022         * lib/fopen.c (fopen): Likewise.
6023         * lib/freopen.c (freopen): Likewise.
6024         * lib/iconv.c (iconv): Likewise.
6025         * lib/iconv_close.c (iconv_close): Likewise.
6026
6027 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6028
6029         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6030
6031 2007-10-15  Bruno Haible  <bruno@clisp.org>
6032
6033         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6034         <stddef.h> instead of <stdlib.h> since we only need NULL.
6035         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6036
6037 2007-10-15  Bruno Haible  <bruno@clisp.org>
6038
6039         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6040         Replace paragraph talking about LIBOBJS.
6041         Reported by Colin Watson <cjwatson@debian.org>.
6042
6043 2007-10-15  Bruno Haible  <bruno@clisp.org>
6044
6045         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6046         <stdlib.h> before using NULL.
6047
6048 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6049
6050         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6051         Reported by Albert Chin <china@thewrittenword.com>.
6052
6053 2007-10-14  Bruno Haible  <bruno@clisp.org>
6054
6055         * modules/iconv_open-utf-tests: New file.
6056         * tests/test-iconv-utf.c: New file.
6057
6058         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6059         * modules/iconv_open-utf: New file.
6060         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6061         (iconv, iconv_close): New declarations.
6062         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6063         be defined.
6064         (iconv_open): Add special handling of conversion between UTF-8 and
6065         UTF-{16,32}{BE,LE}.
6066         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6067         * lib/iconv_close.c: New file.
6068         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6069         gl_FUNC_ICONV_OPEN.
6070         (gl_FUNC_ICONV_OPEN): Use it.
6071         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6072         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6073         and REPLACE_ICONV_UTF.
6074         * modules/iconv_open (Depends-on): Add c-strcase.
6075         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6076         ICONV_CONST.
6077         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6078
6079 2007-10-13  Albert Chin  <china@thewrittenword.com>
6080             Bruno Haible  <bruno@clisp.org>
6081
6082         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6083         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6084
6085 2007-10-13  Bruno Haible  <bruno@clisp.org>
6086
6087         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6088         defined, use the ISO C99 inline semantics.
6089         * lib/argp.h (ARGP_EI): Likewise.
6090
6091 2007-10-13  Bruno Haible  <bruno@clisp.org>
6092
6093         Handle 'inline' change in gcc 4.3.0.
6094         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6095         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6096         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6097         argp_fmtstream_point): Disable 'extern' declaration if the function
6098         definition is going to be provided inline.
6099         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6100         semantics, not the ISO C99 inline semantics.
6101         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6102         'extern' declaration if the function definition is going to be provided
6103         inline.
6104         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6105         the GNU C inline semantics, not the ISO C99 inline semantics. With
6106         GCC 4.2, avoid a warning.
6107
6108 2007-10-13  Bruno Haible  <bruno@clisp.org>
6109
6110         * lib/freading.h (freading): Enable the use of __freading for
6111         glibc >= 2.7.
6112         * lib/freading.c (freading): Likewise.
6113
6114 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6115
6116         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6117         "warning: C99 inline functions are not supported; using GNU89".
6118
6119 2007-10-12  Bruno Haible  <bruno@clisp.org>
6120
6121         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6122         of 2.
6123         * tests/test-ceilf2.c: New file.
6124         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6125
6126         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6127         * modules/ceilf-tests: Update.
6128
6129 2007-10-12  Bruno Haible  <bruno@clisp.org>
6130
6131         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6132         of 2.
6133         * tests/test-floorf2.c: New file.
6134         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6135
6136         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6137         * modules/floorf-tests: Update.
6138
6139 2007-10-12  Bruno Haible  <bruno@clisp.org>
6140
6141         * tests/test-trunc2.c: New file.
6142         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6143
6144         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6145         * modules/trunc-tests: Update.
6146
6147 2007-10-12  Bruno Haible  <bruno@clisp.org>
6148
6149         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6150         of 2.
6151         * tests/test-truncf2.c: New file.
6152         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6153
6154         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6155         * modules/truncf-tests: Update.
6156
6157 2007-10-11  Eric Blake  <ebb9@byu.net>
6158
6159         Don't claim strerror is broken on Interix.
6160         * doc/functions/strerror.texi (strerror): Known broken systems are
6161         now Solaris 8, and not Interix.
6162         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6163         Interix on cross-compile.
6164         Reported by Martin Koeppe in
6165         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6166
6167 2007-10-11  Bruno Haible  <bruno@clisp.org>
6168
6169         * modules/i-ring-tests: New file.
6170         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6171         instead of assert.
6172
6173 2007-10-11  Bruno Haible  <bruno@clisp.org>
6174
6175         * modules/filenamecat-tests: New file.
6176         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6177         * lib/filenamecat.c: Remove test code.
6178
6179 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6180
6181         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6182
6183         * lib/strerror.c: Include <string.h> always, to test interface,
6184         and to remove the need for the dummy.
6185         Include intprops.h to compute width instead of doing it ourselves
6186         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6187         (strerror): Define it to return NULL if there's no system strerror.
6188         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6189         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6190         ancient pre-strerror Unix systems well any more.  Saying "unknown
6191         system error" is enough.
6192         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6193         simpler strerror.c implementation.
6194         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6195         Simplify the tests to reflect the simpler strerror implementation.
6196         * modules/strerror (Depends-on): Add intprops.
6197
6198 2007-10-09  Eric Blake  <ebb9@byu.net>
6199
6200         Silence test-fpending.
6201         * modules/fpending-tests (Files): Add wrapper script.
6202         * tests/test-fpending.sh: New file.
6203
6204 2007-10-09  Bruno Haible  <bruno@clisp.org>
6205
6206         * MODULES.html.sh (func_module): Don't create a hyperlink for
6207         function names like 'printf_frexp'.
6208         (Misc): Add crc, memxor.
6209         (Characteristics of floating types): New section.
6210         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6211         isnanf-nolibm, signbit, trunc, truncf, truncl.
6212         (Enhancements for ISO C 99 functions): New subsection Input/output.
6213         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6214         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6215         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6216         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6217         (Enhancements for POSIX:2001 functions): Add chdir-long.
6218         (File system functions): Add areadlink, chdir-safer, read-file.
6219         Remove cycle-check.
6220         (File system as inode set): New section.
6221         (Date and time): Add gethrxtime.
6222         (Multithreading): Add openmp.
6223         (Internationalization functions): Add localename.
6224         (Unicode string functions): Add unistr/u*-mbsnlen.
6225         (Support for maintaining and releasing projects): Add git-version-gen.
6226         (Lone files): Remove directories.
6227
6228 2007-10-08  Ben Pfaff  <blp@gnu.org>
6229
6230         * lib/xmalloca.h: Fix typo in comment.
6231
6232 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6233
6234         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6235         when avoiding problems with integer overflow.  Use a portable test
6236         instead.
6237
6238 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6239
6240         * modules/dummy (License): Change to LGPLv2+.
6241         * modules/float (License): Likewise
6242         * modules/realloc (License): Likewise
6243         * modules/stdlib (License): Likewise
6244
6245 2007-10-07  Bruno Haible  <bruno@clisp.org>
6246
6247         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6248         * floor.c (TWO_MANT_DIG): Likewise.
6249         * ceil.c (TWO_MANT_DIG): Likewise.
6250         Reported by Ben Pfaff.
6251
6252 2007-10-07  Bruno Haible  <bruno@clisp.org>
6253
6254         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6255         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6256         * lib/frexp.c (FUNC): Likewise.
6257         * lib/printf-frexp.h (printf_frexp): Likewise.
6258         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6259         * lib/printf-frexp.c (FUNC): Likewise.
6260         Suggested by Jim Meyering.
6261
6262 2007-10-07  Jim Meyering  <meyering@redhat.com>
6263
6264         Make xnanosleep's integer overflow test more robust.
6265         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6266         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6267
6268 2007-10-07  Bruno Haible  <bruno@clisp.org>
6269
6270         * NEWS: Mention the license change.
6271
6272         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6273         abbreviations in the modules files.
6274
6275         Change copyright notice from GPLv2+ to GPLv3+.
6276         * README: Change copyright notice.
6277         * MODULES.html.sh: Likewise.
6278         * build-aux/bootstrap.conf: Likewise.
6279         * build-aux/config.libpath: Likewise.
6280         * build-aux/csharpcomp.sh.in: Likewise.
6281         * build-aux/csharpexec.sh.in: Likewise.
6282         * build-aux/install-reloc: Likewise.
6283         * build-aux/javacomp.sh.in: Likewise.
6284         * build-aux/javaexec.sh.in: Likewise.
6285         * build-aux/ldd.sh.in: Likewise.
6286         * build-aux/reloc-ldflags: Likewise.
6287         * build-aux/relocatable.sh.in: Likewise.
6288         * build-aux/x-to-1.in: Likewise.
6289         * check-module: Likewise.
6290         * config/srclistvars.sh: Likewise.
6291         * gnulib-tool: Likewise.
6292         * lib/acl-internal.h: Likewise.
6293         * lib/acl.c: Likewise.
6294         * lib/acl.h: Likewise.
6295         * lib/acl_entries.c: Likewise.
6296         * lib/areadlink-with-size.c: Likewise.
6297         * lib/areadlink.c: Likewise.
6298         * lib/areadlink.h: Likewise.
6299         * lib/argmatch.c: Likewise.
6300         * lib/argmatch.h: Likewise.
6301         * lib/argp-ba.c: Likewise.
6302         * lib/argp-eexst.c: Likewise.
6303         * lib/argp-fmtstream.c: Likewise.
6304         * lib/argp-fmtstream.h: Likewise.
6305         * lib/argp-fs-xinl.c: Likewise.
6306         * lib/argp-help.c: Likewise.
6307         * lib/argp-namefrob.h: Likewise.
6308         * lib/argp-parse.c: Likewise.
6309         * lib/argp-pin.c: Likewise.
6310         * lib/argp-pv.c: Likewise.
6311         * lib/argp-pvh.c: Likewise.
6312         * lib/argp-xinl.c: Likewise.
6313         * lib/argp.h: Likewise.
6314         * lib/at-func.c: Likewise.
6315         * lib/atanl.c: Likewise.
6316         * lib/backupfile.c: Likewise.
6317         * lib/backupfile.h: Likewise.
6318         * lib/basename.c: Likewise.
6319         * lib/binary-io.h: Likewise.
6320         * lib/byteswap.in.h: Likewise.
6321         * lib/c-stack.c: Likewise.
6322         * lib/c-stack.h: Likewise.
6323         * lib/c-strcasestr.c: Likewise.
6324         * lib/c-strcasestr.h: Likewise.
6325         * lib/c-strstr.c: Likewise.
6326         * lib/c-strstr.h: Likewise.
6327         * lib/c-strtod.c: Likewise.
6328         * lib/calloc.c: Likewise.
6329         * lib/canon-host.c: Likewise.
6330         * lib/canon-host.h: Likewise.
6331         * lib/canonicalize-lgpl.c: Likewise.
6332         * lib/canonicalize.c: Likewise.
6333         * lib/canonicalize.h: Likewise.
6334         * lib/ceil.c: Likewise.
6335         * lib/ceilf.c: Likewise.
6336         * lib/ceill.c: Likewise.
6337         * lib/chdir-long.c: Likewise.
6338         * lib/chdir-long.h: Likewise.
6339         * lib/chdir-safer.c: Likewise.
6340         * lib/chdir-safer.h: Likewise.
6341         * lib/chown.c: Likewise.
6342         * lib/classpath.c: Likewise.
6343         * lib/classpath.h: Likewise.
6344         * lib/clean-temp.c: Likewise.
6345         * lib/clean-temp.h: Likewise.
6346         * lib/cloexec.c: Likewise.
6347         * lib/close-stream.c: Likewise.
6348         * lib/closein.c: Likewise.
6349         * lib/closein.h: Likewise.
6350         * lib/closeout.c: Likewise.
6351         * lib/closeout.h: Likewise.
6352         * lib/concat-filename.c: Likewise.
6353         * lib/copy-file.c: Likewise.
6354         * lib/copy-file.h: Likewise.
6355         * lib/count-one-bits.h: Likewise.
6356         * lib/crc.c: Likewise.
6357         * lib/crc.h: Likewise.
6358         * lib/creat-safer.c: Likewise.
6359         * lib/csharpcomp.c: Likewise.
6360         * lib/csharpcomp.h: Likewise.
6361         * lib/csharpexec.c: Likewise.
6362         * lib/csharpexec.h: Likewise.
6363         * lib/cycle-check.c: Likewise.
6364         * lib/cycle-check.h: Likewise.
6365         * lib/diacrit.c: Likewise.
6366         * lib/diacrit.h: Likewise.
6367         * lib/diffseq.h: Likewise.
6368         * lib/dirchownmod.c: Likewise.
6369         * lib/dirent.in.h: Likewise.
6370         * lib/dirfd.c: Likewise.
6371         * lib/dirfd.h: Likewise.
6372         * lib/dirname.c: Likewise.
6373         * lib/dirname.h: Likewise.
6374         * lib/dummy.c: Likewise.
6375         * lib/dup-safer.c: Likewise.
6376         * lib/dup2.c: Likewise.
6377         * lib/eealloc.h: Likewise.
6378         * lib/error.c: Likewise.
6379         * lib/error.h: Likewise.
6380         * lib/euidaccess.c: Likewise.
6381         * lib/exclude.c: Likewise.
6382         * lib/exclude.h: Likewise.
6383         * lib/execute.c: Likewise.
6384         * lib/execute.h: Likewise.
6385         * lib/exitfail.c: Likewise.
6386         * lib/exitfail.h: Likewise.
6387         * lib/expl.c: Likewise.
6388         * lib/fatal-signal.c: Likewise.
6389         * lib/fatal-signal.h: Likewise.
6390         * lib/fbufmode.c: Likewise.
6391         * lib/fbufmode.h: Likewise.
6392         * lib/fchdir.c: Likewise.
6393         * lib/fchmodat.c: Likewise.
6394         * lib/fchownat.c: Likewise.
6395         * lib/fcntl--.h: Likewise.
6396         * lib/fcntl-safer.h: Likewise.
6397         * lib/fcntl.in.h: Likewise.
6398         * lib/fd-safer.c: Likewise.
6399         * lib/fflush.c: Likewise.
6400         * lib/file-has-acl.c: Likewise.
6401         * lib/file-set.c: Likewise.
6402         * lib/file-type.c: Likewise.
6403         * lib/file-type.h: Likewise.
6404         * lib/fileblocks.c: Likewise.
6405         * lib/filemode.c: Likewise.
6406         * lib/filemode.h: Likewise.
6407         * lib/filename.h: Likewise.
6408         * lib/filenamecat.c: Likewise.
6409         * lib/filenamecat.h: Likewise.
6410         * lib/findprog.c: Likewise.
6411         * lib/findprog.h: Likewise.
6412         * lib/float.in.h: Likewise.
6413         * lib/floor.c: Likewise.
6414         * lib/floorf.c: Likewise.
6415         * lib/floorl.c: Likewise.
6416         * lib/fopen-safer.c: Likewise.
6417         * lib/fopen.c: Likewise.
6418         * lib/fpending.c: Likewise.
6419         * lib/fpending.h: Likewise.
6420         * lib/fprintf.c: Likewise.
6421         * lib/fprintftime.h: Likewise.
6422         * lib/fpucw.h: Likewise.
6423         * lib/fpurge.c: Likewise.
6424         * lib/fpurge.h: Likewise.
6425         * lib/freadable.c: Likewise.
6426         * lib/freadable.h: Likewise.
6427         * lib/freadahead.c: Likewise.
6428         * lib/freadahead.h: Likewise.
6429         * lib/freading.c: Likewise.
6430         * lib/freading.h: Likewise.
6431         * lib/free.c: Likewise.
6432         * lib/freopen.c: Likewise.
6433         * lib/frexp.c: Likewise.
6434         * lib/frexpl.c: Likewise.
6435         * lib/fseek.c: Likewise.
6436         * lib/fseterr.c: Likewise.
6437         * lib/fseterr.h: Likewise.
6438         * lib/fstatat.c: Likewise.
6439         * lib/fstrcmp.c: Likewise.
6440         * lib/fstrcmp.h: Likewise.
6441         * lib/fsusage.c: Likewise.
6442         * lib/fsusage.h: Likewise.
6443         * lib/ftell.c: Likewise.
6444         * lib/ftello.c: Likewise.
6445         * lib/fts-cycle.c: Likewise.
6446         * lib/fts.c: Likewise.
6447         * lib/fts_.h: Likewise.
6448         * lib/full-read.c: Likewise.
6449         * lib/full-read.h: Likewise.
6450         * lib/full-write.c: Likewise.
6451         * lib/full-write.h: Likewise.
6452         * lib/fwritable.c: Likewise.
6453         * lib/fwritable.h: Likewise.
6454         * lib/fwriteerror.c: Likewise.
6455         * lib/fwriteerror.h: Likewise.
6456         * lib/fwriting.c: Likewise.
6457         * lib/fwriting.h: Likewise.
6458         * lib/gcd.c: Likewise.
6459         * lib/gcd.h: Likewise.
6460         * lib/getcwd.c: Likewise.
6461         * lib/getdate.h: Likewise.
6462         * lib/getdate.y: Likewise.
6463         * lib/getdomainname.c: Likewise.
6464         * lib/getdomainname.h: Likewise.
6465         * lib/getgroups.c: Likewise.
6466         * lib/gethostname.c: Likewise.
6467         * lib/gethrxtime.c: Likewise.
6468         * lib/gethrxtime.h: Likewise.
6469         * lib/getloadavg.c: Likewise.
6470         * lib/getndelim2.c: Likewise.
6471         * lib/getndelim2.h: Likewise.
6472         * lib/getnline.c: Likewise.
6473         * lib/getnline.h: Likewise.
6474         * lib/getopt.c: Likewise.
6475         * lib/getopt.in.h: Likewise.
6476         * lib/getopt1.c: Likewise.
6477         * lib/getopt_int.h: Likewise.
6478         * lib/getpagesize.h: Likewise.
6479         * lib/getsubopt.c: Likewise.
6480         * lib/gettime.c: Likewise.
6481         * lib/getugroups.c: Likewise.
6482         * lib/getugroups.h: Likewise.
6483         * lib/getusershell.c: Likewise.
6484         * lib/gl_anyavltree_list1.h: Likewise.
6485         * lib/gl_anyavltree_list2.h: Likewise.
6486         * lib/gl_anyhash_list1.h: Likewise.
6487         * lib/gl_anyhash_list2.h: Likewise.
6488         * lib/gl_anylinked_list1.h: Likewise.
6489         * lib/gl_anylinked_list2.h: Likewise.
6490         * lib/gl_anyrbtree_list1.h: Likewise.
6491         * lib/gl_anyrbtree_list2.h: Likewise.
6492         * lib/gl_anytree_list1.h: Likewise.
6493         * lib/gl_anytree_list2.h: Likewise.
6494         * lib/gl_anytree_oset.h: Likewise.
6495         * lib/gl_anytreehash_list1.h: Likewise.
6496         * lib/gl_anytreehash_list2.h: Likewise.
6497         * lib/gl_array_list.c: Likewise.
6498         * lib/gl_array_list.h: Likewise.
6499         * lib/gl_array_oset.c: Likewise.
6500         * lib/gl_array_oset.h: Likewise.
6501         * lib/gl_avltree_list.c: Likewise.
6502         * lib/gl_avltree_list.h: Likewise.
6503         * lib/gl_avltree_oset.c: Likewise.
6504         * lib/gl_avltree_oset.h: Likewise.
6505         * lib/gl_avltreehash_list.c: Likewise.
6506         * lib/gl_avltreehash_list.h: Likewise.
6507         * lib/gl_carray_list.c: Likewise.
6508         * lib/gl_carray_list.h: Likewise.
6509         * lib/gl_linked_list.c: Likewise.
6510         * lib/gl_linked_list.h: Likewise.
6511         * lib/gl_linkedhash_list.c: Likewise.
6512         * lib/gl_linkedhash_list.h: Likewise.
6513         * lib/gl_list.c: Likewise.
6514         * lib/gl_list.h: Likewise.
6515         * lib/gl_oset.c: Likewise.
6516         * lib/gl_oset.h: Likewise.
6517         * lib/gl_rbtree_list.c: Likewise.
6518         * lib/gl_rbtree_list.h: Likewise.
6519         * lib/gl_rbtree_oset.c: Likewise.
6520         * lib/gl_rbtree_oset.h: Likewise.
6521         * lib/gl_rbtreehash_list.c: Likewise.
6522         * lib/gl_rbtreehash_list.h: Likewise.
6523         * lib/gl_sublist.c: Likewise.
6524         * lib/gl_sublist.h: Likewise.
6525         * lib/group-member.c: Likewise.
6526         * lib/group-member.h: Likewise.
6527         * lib/hard-locale.c: Likewise.
6528         * lib/hard-locale.h: Likewise.
6529         * lib/hash-pjw.c: Likewise.
6530         * lib/hash-pjw.h: Likewise.
6531         * lib/hash-triple.c: Likewise.
6532         * lib/hash.c: Likewise.
6533         * lib/hash.h: Likewise.
6534         * lib/human.c: Likewise.
6535         * lib/human.h: Likewise.
6536         * lib/i-ring.c: Likewise.
6537         * lib/i-ring.h: Likewise.
6538         * lib/idcache.c: Likewise.
6539         * lib/imaxabs.c: Likewise.
6540         * lib/imaxdiv.c: Likewise.
6541         * lib/inet_pton.c: Likewise.
6542         * lib/inet_pton.h: Likewise.
6543         * lib/intprops.h: Likewise.
6544         * lib/inttostr.c: Likewise.
6545         * lib/inttostr.h: Likewise.
6546         * lib/inttypes.in.h: Likewise.
6547         * lib/isapipe.c: Likewise.
6548         * lib/isdir.c: Likewise.
6549         * lib/isnan.c: Likewise.
6550         * lib/isnan.h: Likewise.
6551         * lib/isnanf.c: Likewise.
6552         * lib/isnanf.h: Likewise.
6553         * lib/isnanl-nolibm.h: Likewise.
6554         * lib/isnanl.c: Likewise.
6555         * lib/isnanl.h: Likewise.
6556         * lib/javacomp.c: Likewise.
6557         * lib/javacomp.h: Likewise.
6558         * lib/javaexec.c: Likewise.
6559         * lib/javaexec.h: Likewise.
6560         * lib/javaversion.c: Likewise.
6561         * lib/javaversion.h: Likewise.
6562         * lib/javaversion.java: Likewise.
6563         * lib/lbrkprop.h: Likewise.
6564         * lib/lchmod.h: Likewise.
6565         * lib/lchown.c: Likewise.
6566         * lib/ldexpl.c: Likewise.
6567         * lib/linebreak.c: Likewise.
6568         * lib/linebreak.h: Likewise.
6569         * lib/linebuffer.c: Likewise.
6570         * lib/linebuffer.h: Likewise.
6571         * lib/locale.in.h: Likewise.
6572         * lib/logl.c: Likewise.
6573         * lib/long-options.c: Likewise.
6574         * lib/long-options.h: Likewise.
6575         * lib/lstat.c: Likewise.
6576         * lib/lstat.h: Likewise.
6577         * lib/math.in.h: Likewise.
6578         * lib/mbchar.c: Likewise.
6579         * lib/mbchar.h: Likewise.
6580         * lib/mbfile.h: Likewise.
6581         * lib/mbiter.h: Likewise.
6582         * lib/mbscasecmp.c: Likewise.
6583         * lib/mbscasestr.c: Likewise.
6584         * lib/mbschr.c: Likewise.
6585         * lib/mbscspn.c: Likewise.
6586         * lib/mbslen.c: Likewise.
6587         * lib/mbsncasecmp.c: Likewise.
6588         * lib/mbsnlen.c: Likewise.
6589         * lib/mbspbrk.c: Likewise.
6590         * lib/mbspcasecmp.c: Likewise.
6591         * lib/mbsrchr.c: Likewise.
6592         * lib/mbssep.c: Likewise.
6593         * lib/mbsspn.c: Likewise.
6594         * lib/mbsstr.c: Likewise.
6595         * lib/mbstok_r.c: Likewise.
6596         * lib/mbswidth.c: Likewise.
6597         * lib/mbswidth.h: Likewise.
6598         * lib/mbuiter.h: Likewise.
6599         * lib/memcasecmp.c: Likewise.
6600         * lib/memcasecmp.h: Likewise.
6601         * lib/memchr.c: Likewise.
6602         * lib/memcmp.c: Likewise.
6603         * lib/memcoll.c: Likewise.
6604         * lib/memcoll.h: Likewise.
6605         * lib/memcpy.c: Likewise.
6606         * lib/memrchr.c: Likewise.
6607         * lib/mkancesdirs.c: Likewise.
6608         * lib/mkdir-p.c: Likewise.
6609         * lib/mkdir-p.h: Likewise.
6610         * lib/mkdir.c: Likewise.
6611         * lib/mkdirat.c: Likewise.
6612         * lib/mkdtemp.c: Likewise.
6613         * lib/mkstemp-safer.c: Likewise.
6614         * lib/mkstemp.c: Likewise.
6615         * lib/modechange.c: Likewise.
6616         * lib/modechange.h: Likewise.
6617         * lib/mountlist.c: Likewise.
6618         * lib/mountlist.h: Likewise.
6619         * lib/mpsort.c: Likewise.
6620         * lib/nanosleep.c: Likewise.
6621         * lib/obstack.c: Likewise.
6622         * lib/obstack.h: Likewise.
6623         * lib/open-safer.c: Likewise.
6624         * lib/open.c: Likewise.
6625         * lib/openat-die.c: Likewise.
6626         * lib/openat-priv.h: Likewise.
6627         * lib/openat-proc.c: Likewise.
6628         * lib/openat.c: Likewise.
6629         * lib/openat.h: Likewise.
6630         * lib/pagealign_alloc.c: Likewise.
6631         * lib/pagealign_alloc.h: Likewise.
6632         * lib/physmem.c: Likewise.
6633         * lib/physmem.h: Likewise.
6634         * lib/pipe-safer.c: Likewise.
6635         * lib/pipe.c: Likewise.
6636         * lib/pipe.h: Likewise.
6637         * lib/posixtm.c: Likewise.
6638         * lib/posixtm.h: Likewise.
6639         * lib/posixver.c: Likewise.
6640         * lib/printf-frexp.c: Likewise.
6641         * lib/printf-frexp.h: Likewise.
6642         * lib/printf-frexpl.c: Likewise.
6643         * lib/printf-frexpl.h: Likewise.
6644         * lib/printf.c: Likewise.
6645         * lib/progname.c: Likewise.
6646         * lib/progname.h: Likewise.
6647         * lib/progreloc.c: Likewise.
6648         * lib/putenv.c: Likewise.
6649         * lib/quote.c: Likewise.
6650         * lib/quote.h: Likewise.
6651         * lib/quotearg.c: Likewise.
6652         * lib/quotearg.h: Likewise.
6653         * lib/raise.c: Likewise.
6654         * lib/readline.c: Likewise.
6655         * lib/readline.h: Likewise.
6656         * lib/readlink.c: Likewise.
6657         * lib/readtokens.c: Likewise.
6658         * lib/readtokens.h: Likewise.
6659         * lib/readtokens0.c: Likewise.
6660         * lib/readtokens0.h: Likewise.
6661         * lib/readutmp.c: Likewise.
6662         * lib/readutmp.h: Likewise.
6663         * lib/realloc.c: Likewise.
6664         * lib/relocwrapper.c: Likewise.
6665         * lib/rename-dest-slash.c: Likewise.
6666         * lib/rename.c: Likewise.
6667         * lib/rmdir.c: Likewise.
6668         * lib/rpmatch.c: Likewise.
6669         * lib/safe-read.c: Likewise.
6670         * lib/safe-read.h: Likewise.
6671         * lib/safe-write.c: Likewise.
6672         * lib/safe-write.h: Likewise.
6673         * lib/same-inode.h: Likewise.
6674         * lib/same.c: Likewise.
6675         * lib/same.h: Likewise.
6676         * lib/save-cwd.c: Likewise.
6677         * lib/save-cwd.h: Likewise.
6678         * lib/savedir.c: Likewise.
6679         * lib/savedir.h: Likewise.
6680         * lib/savewd.c: Likewise.
6681         * lib/savewd.h: Likewise.
6682         * lib/search.in.h: Likewise.
6683         * lib/setenv.c: Likewise.
6684         * lib/setenv.h: Likewise.
6685         * lib/settime.c: Likewise.
6686         * lib/sh-quote.c: Likewise.
6687         * lib/sh-quote.h: Likewise.
6688         * lib/sig2str.c: Likewise.
6689         * lib/sig2str.h: Likewise.
6690         * lib/signal.in.h: Likewise.
6691         * lib/signbitd.c: Likewise.
6692         * lib/signbitf.c: Likewise.
6693         * lib/signbitl.c: Likewise.
6694         * lib/sigprocmask.c: Likewise.
6695         * lib/sincosl.c: Likewise.
6696         * lib/sleep.c: Likewise.
6697         * lib/sprintf.c: Likewise.
6698         * lib/sqrtl.c: Likewise.
6699         * lib/stat-time.h: Likewise.
6700         * lib/stdio--.h: Likewise.
6701         * lib/stdio-safer.h: Likewise.
6702         * lib/stdlib--.h: Likewise.
6703         * lib/stdlib-safer.h: Likewise.
6704         * lib/stdlib.in.h: Likewise.
6705         * lib/stpcpy.c: Likewise.
6706         * lib/stpncpy.c: Likewise.
6707         * lib/strchrnul.c: Likewise.
6708         * lib/strcspn.c: Likewise.
6709         * lib/strerror.c: Likewise.
6710         * lib/strftime.c: Likewise.
6711         * lib/strftime.h: Likewise.
6712         * lib/striconveh.c: Likewise.
6713         * lib/striconveh.h: Likewise.
6714         * lib/striconveha.c: Likewise.
6715         * lib/striconveha.h: Likewise.
6716         * lib/stripslash.c: Likewise.
6717         * lib/strnlen1.c: Likewise.
6718         * lib/strnlen1.h: Likewise.
6719         * lib/strtod.c: Likewise.
6720         * lib/strtoimax.c: Likewise.
6721         * lib/strtok_r.c: Likewise.
6722         * lib/strtol.c: Likewise.
6723         * lib/strtoll.c: Likewise.
6724         * lib/strtoul.c: Likewise.
6725         * lib/strtoull.c: Likewise.
6726         * lib/sysexits.in.h: Likewise.
6727         * lib/tempname.c: Likewise.
6728         * lib/tempname.h: Likewise.
6729         * lib/timespec.h: Likewise.
6730         * lib/tls.c: Likewise.
6731         * lib/tls.h: Likewise.
6732         * lib/tmpdir.c: Likewise.
6733         * lib/tmpdir.h: Likewise.
6734         * lib/tmpfile-safer.c: Likewise.
6735         * lib/tmpfile.c: Likewise.
6736         * lib/trigl.c: Likewise.
6737         * lib/trigl.h: Likewise.
6738         * lib/trim.c: Likewise.
6739         * lib/trim.h: Likewise.
6740         * lib/trunc.c: Likewise.
6741         * lib/truncf.c: Likewise.
6742         * lib/truncl.c: Likewise.
6743         * lib/tsearch.c: Likewise.
6744         * lib/unicodeio.c: Likewise.
6745         * lib/unicodeio.h: Likewise.
6746         * lib/unistd--.h: Likewise.
6747         * lib/unistd-safer.h: Likewise.
6748         * lib/unistdio/ulc-fprintf.c: Likewise.
6749         * lib/unistdio/ulc-vfprintf.c: Likewise.
6750         * lib/unlinkdir.c: Likewise.
6751         * lib/unlinkdir.h: Likewise.
6752         * lib/unlocked-io.h: Likewise.
6753         * lib/unsetenv.c: Likewise.
6754         * lib/userspec.c: Likewise.
6755         * lib/utime.c: Likewise.
6756         * lib/utimecmp.c: Likewise.
6757         * lib/utimecmp.h: Likewise.
6758         * lib/utimens.c: Likewise.
6759         * lib/verify.h: Likewise.
6760         * lib/verror.c: Likewise.
6761         * lib/verror.h: Likewise.
6762         * lib/version-etc-fsf.c: Likewise.
6763         * lib/version-etc.c: Likewise.
6764         * lib/version-etc.h: Likewise.
6765         * lib/vfprintf.c: Likewise.
6766         * lib/vprintf.c: Likewise.
6767         * lib/vsprintf.c: Likewise.
6768         * lib/w32spawn.h: Likewise.
6769         * lib/wait-process.c: Likewise.
6770         * lib/wait-process.h: Likewise.
6771         * lib/wcwidth.c: Likewise.
6772         * lib/write-any-file.c: Likewise.
6773         * lib/xalloc-die.c: Likewise.
6774         * lib/xalloc.h: Likewise.
6775         * lib/xasprintf.c: Likewise.
6776         * lib/xgetcwd.c: Likewise.
6777         * lib/xgetcwd.h: Likewise.
6778         * lib/xgetdomainname.c: Likewise.
6779         * lib/xgetdomainname.h: Likewise.
6780         * lib/xgethostname.c: Likewise.
6781         * lib/xmalloc.c: Likewise.
6782         * lib/xmalloca.c: Likewise.
6783         * lib/xmalloca.h: Likewise.
6784         * lib/xmemcoll.c: Likewise.
6785         * lib/xnanosleep.c: Likewise.
6786         * lib/xreadlink.c: Likewise.
6787         * lib/xreadlink.h: Likewise.
6788         * lib/xsetenv.c: Likewise.
6789         * lib/xsetenv.h: Likewise.
6790         * lib/xstriconv.c: Likewise.
6791         * lib/xstriconv.h: Likewise.
6792         * lib/xstrndup.c: Likewise.
6793         * lib/xstrndup.h: Likewise.
6794         * lib/xstrtod.c: Likewise.
6795         * lib/xstrtod.h: Likewise.
6796         * lib/xstrtol-error.c: Likewise.
6797         * lib/xstrtol.c: Likewise.
6798         * lib/xstrtol.h: Likewise.
6799         * lib/xtime.h: Likewise.
6800         * lib/xvasprintf.c: Likewise.
6801         * lib/xvasprintf.h: Likewise.
6802         * lib/yesno.c: Likewise.
6803         * lib/yesno.h: Likewise.
6804         * posix-modules: Likewise.
6805         * tests/test-alloca-opt.c: Likewise.
6806         * tests/test-arcfour.c: Likewise.
6807         * tests/test-arctwo.c: Likewise.
6808         * tests/test-argmatch.c: Likewise.
6809         * tests/test-argp-2.sh: Likewise.
6810         * tests/test-argp.c: Likewise.
6811         * tests/test-arpa_inet.c: Likewise.
6812         * tests/test-array_list.c: Likewise.
6813         * tests/test-array_oset.c: Likewise.
6814         * tests/test-atexit.c: Likewise.
6815         * tests/test-avltree_list.c: Likewise.
6816         * tests/test-avltree_oset.c: Likewise.
6817         * tests/test-avltreehash_list.c: Likewise.
6818         * tests/test-base64.c: Likewise.
6819         * tests/test-binary-io.c: Likewise.
6820         * tests/test-byteswap.c: Likewise.
6821         * tests/test-c-ctype.c: Likewise.
6822         * tests/test-c-strcasecmp.c: Likewise.
6823         * tests/test-c-strcasestr.c: Likewise.
6824         * tests/test-c-strncasecmp.c: Likewise.
6825         * tests/test-c-strstr.c: Likewise.
6826         * tests/test-canonicalize-lgpl.c: Likewise.
6827         * tests/test-canonicalize.c: Likewise.
6828         * tests/test-carray_list.c: Likewise.
6829         * tests/test-ceilf.c: Likewise.
6830         * tests/test-ceill.c: Likewise.
6831         * tests/test-count-one-bits.c: Likewise.
6832         * tests/test-crc.c: Likewise.
6833         * tests/test-dirname.c: Likewise.
6834         * tests/test-fbufmode.c: Likewise.
6835         * tests/test-fcntl.c: Likewise.
6836         * tests/test-fflush.c: Likewise.
6837         * tests/test-floorf.c: Likewise.
6838         * tests/test-floorl.c: Likewise.
6839         * tests/test-fopen.c: Likewise.
6840         * tests/test-fprintf-posix.c: Likewise.
6841         * tests/test-fprintf-posix.h: Likewise.
6842         * tests/test-fpurge.c: Likewise.
6843         * tests/test-freadable.c: Likewise.
6844         * tests/test-freadahead.c: Likewise.
6845         * tests/test-freading.c: Likewise.
6846         * tests/test-freopen.c: Likewise.
6847         * tests/test-frexp.c: Likewise.
6848         * tests/test-frexpl.c: Likewise.
6849         * tests/test-fseek.c: Likewise.
6850         * tests/test-fseeko.c: Likewise.
6851         * tests/test-fseterr.c: Likewise.
6852         * tests/test-fstrcmp.c: Likewise.
6853         * tests/test-ftell.c: Likewise.
6854         * tests/test-ftello.c: Likewise.
6855         * tests/test-fwritable.c: Likewise.
6856         * tests/test-fwriting.c: Likewise.
6857         * tests/test-getaddrinfo.c: Likewise.
6858         * tests/test-getpass.c: Likewise.
6859         * tests/test-gettimeofday.c: Likewise.
6860         * tests/test-hmac-md5.c: Likewise.
6861         * tests/test-hmac-sha1.c: Likewise.
6862         * tests/test-iconv.c: Likewise.
6863         * tests/test-iconvme.c: Likewise.
6864         * tests/test-inttypes.c: Likewise.
6865         * tests/test-isnan.c: Likewise.
6866         * tests/test-isnanf.c: Likewise.
6867         * tests/test-isnanl-nolibm.c: Likewise.
6868         * tests/test-isnanl.c: Likewise.
6869         * tests/test-isnanl.h: Likewise.
6870         * tests/test-ldexpl.c: Likewise.
6871         * tests/test-linked_list.c: Likewise.
6872         * tests/test-linkedhash_list.c: Likewise.
6873         * tests/test-locale.c: Likewise.
6874         * tests/test-localename.c: Likewise.
6875         * tests/test-lock.c: Likewise.
6876         * tests/test-lseek.c: Likewise.
6877         * tests/test-malloca.c: Likewise.
6878         * tests/test-math.c: Likewise.
6879         * tests/test-mbscasecmp.c: Likewise.
6880         * tests/test-mbscasestr1.c: Likewise.
6881         * tests/test-mbscasestr2.c: Likewise.
6882         * tests/test-mbscasestr3.c: Likewise.
6883         * tests/test-mbscasestr4.c: Likewise.
6884         * tests/test-mbschr.c: Likewise.
6885         * tests/test-mbscspn.c: Likewise.
6886         * tests/test-mbsncasecmp.c: Likewise.
6887         * tests/test-mbspbrk.c: Likewise.
6888         * tests/test-mbspcasecmp.c: Likewise.
6889         * tests/test-mbsrchr.c: Likewise.
6890         * tests/test-mbsspn.c: Likewise.
6891         * tests/test-mbsstr1.c: Likewise.
6892         * tests/test-mbsstr2.c: Likewise.
6893         * tests/test-mbsstr3.c: Likewise.
6894         * tests/test-md5.c: Likewise.
6895         * tests/test-memmem.c: Likewise.
6896         * tests/test-netinet_in.c: Likewise.
6897         * tests/test-open.c: Likewise.
6898         * tests/test-printf-frexp.c: Likewise.
6899         * tests/test-printf-frexpl.c: Likewise.
6900         * tests/test-printf-posix.c: Likewise.
6901         * tests/test-printf-posix.h: Likewise.
6902         * tests/test-rbtree_list.c: Likewise.
6903         * tests/test-rbtree_oset.c: Likewise.
6904         * tests/test-rbtreehash_list.c: Likewise.
6905         * tests/test-read-file.c: Likewise.
6906         * tests/test-rijndael.c: Likewise.
6907         * tests/test-search.c: Likewise.
6908         * tests/test-signbit.c: Likewise.
6909         * tests/test-sleep.c: Likewise.
6910         * tests/test-snprintf-posix.c: Likewise.
6911         * tests/test-snprintf-posix.h: Likewise.
6912         * tests/test-snprintf.c: Likewise.
6913         * tests/test-sprintf-posix.c: Likewise.
6914         * tests/test-sprintf-posix.h: Likewise.
6915         * tests/test-stat-time.c: Likewise.
6916         * tests/test-stdbool.c: Likewise.
6917         * tests/test-stdint.c: Likewise.
6918         * tests/test-stdio.c: Likewise.
6919         * tests/test-stdlib.c: Likewise.
6920         * tests/test-stpncpy.c: Likewise.
6921         * tests/test-strcasestr.c: Likewise.
6922         * tests/test-striconv.c: Likewise.
6923         * tests/test-striconveh.c: Likewise.
6924         * tests/test-striconveha.c: Likewise.
6925         * tests/test-string.c: Likewise.
6926         * tests/test-sys_select.c: Likewise.
6927         * tests/test-sys_socket.c: Likewise.
6928         * tests/test-sys_stat.c: Likewise.
6929         * tests/test-sys_time.c: Likewise.
6930         * tests/test-sysexits.c: Likewise.
6931         * tests/test-time.c: Likewise.
6932         * tests/test-tls.c: Likewise.
6933         * tests/test-trunc.c: Likewise.
6934         * tests/test-truncf.c: Likewise.
6935         * tests/test-truncl.c: Likewise.
6936         * tests/test-unistd.c: Likewise.
6937         * tests/test-vasnprintf-posix.c: Likewise.
6938         * tests/test-vasnprintf-posix2.c: Likewise.
6939         * tests/test-vasnprintf.c: Likewise.
6940         * tests/test-vasprintf-posix.c: Likewise.
6941         * tests/test-vasprintf.c: Likewise.
6942         * tests/test-verify.c: Likewise.
6943         * tests/test-vfprintf-posix.c: Likewise.
6944         * tests/test-vprintf-posix.c: Likewise.
6945         * tests/test-vsnprintf-posix.c: Likewise.
6946         * tests/test-vsnprintf.c: Likewise.
6947         * tests/test-vsprintf-posix.c: Likewise.
6948         * tests/test-wchar.c: Likewise.
6949         * tests/test-wctype.c: Likewise.
6950         * tests/test-wcwidth.c: Likewise.
6951         * tests/test-xstrtol.c: Likewise.
6952         * tests/test-xvasprintf.c: Likewise.
6953         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6954         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6955         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6956         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6957         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6958         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6959         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6960         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6961         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6962         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6963         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6964         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6965         * tests/uniname/test-uninames.c: Likewise.
6966         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6967         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
6968         * tests/unistdio/test-u16-printf1.h: Likewise.
6969         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6970         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6971         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6972         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6973         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6974         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6975         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6976         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
6977         * tests/unistdio/test-u32-printf1.h: Likewise.
6978         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6979         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6980         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6981         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6982         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6983         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6984         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6985         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
6986         * tests/unistdio/test-u8-printf1.h: Likewise.
6987         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6988         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6989         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6990         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6991         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6992         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6993         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6994         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
6995         * tests/unistdio/test-ulc-printf1.h: Likewise.
6996         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6997         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6998         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6999         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7000         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7001         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7002         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7003         * tests/uniwidth/test-u16-width.c: Likewise.
7004         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7005         * tests/uniwidth/test-u32-width.c: Likewise.
7006         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7007         * tests/uniwidth/test-u8-width.c: Likewise.
7008         * tests/uniwidth/test-uc_width.c: Likewise.
7009         * config/srclist-update: Likewise.
7010         (fixlicense): Update to GPLv3+.
7011
7012         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7013         * tests/test-tsearch.c: Change copyright notice.
7014
7015         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7016         * lib/c-strcaseeq.h: Change copyright notice.
7017         * lib/streq.h: Likewise.
7018         * lib/uniconv.h: Likewise.
7019         * lib/uniconv/u-conv-from-enc.h: Likewise.
7020         * lib/uniconv/u-conv-to-enc.h: Likewise.
7021         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7022         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7023         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7024         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7025         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7026         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7027         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7028         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7029         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7030         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7031         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7032         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7033         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7034         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7035         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7036         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7037         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7038         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7039         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7040         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7041         * lib/uniname.h: Likewise.
7042         * lib/uniname/uniname.c: Likewise.
7043         * lib/unistdio.h: Likewise.
7044         * lib/unistdio/u-asnprintf.h: Likewise.
7045         * lib/unistdio/u-asprintf.h: Likewise.
7046         * lib/unistdio/u-printf-args.c: Likewise.
7047         * lib/unistdio/u-printf-args.h: Likewise.
7048         * lib/unistdio/u-printf-parse.h: Likewise.
7049         * lib/unistdio/u-snprintf.h: Likewise.
7050         * lib/unistdio/u-sprintf.h: Likewise.
7051         * lib/unistdio/u-vasprintf.h: Likewise.
7052         * lib/unistdio/u-vsnprintf.h: Likewise.
7053         * lib/unistdio/u-vsprintf.h: Likewise.
7054         * lib/unistdio/u16-asnprintf.c: Likewise.
7055         * lib/unistdio/u16-asprintf.c: Likewise.
7056         * lib/unistdio/u16-printf-parse.c: Likewise.
7057         * lib/unistdio/u16-snprintf.c: Likewise.
7058         * lib/unistdio/u16-sprintf.c: Likewise.
7059         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7060         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7061         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7062         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7063         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7064         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7065         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7066         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7067         * lib/unistdio/u16-vasnprintf.c: Likewise.
7068         * lib/unistdio/u16-vasprintf.c: Likewise.
7069         * lib/unistdio/u16-vsnprintf.c: Likewise.
7070         * lib/unistdio/u16-vsprintf.c: Likewise.
7071         * lib/unistdio/u32-asnprintf.c: Likewise.
7072         * lib/unistdio/u32-asprintf.c: Likewise.
7073         * lib/unistdio/u32-printf-parse.c: Likewise.
7074         * lib/unistdio/u32-snprintf.c: Likewise.
7075         * lib/unistdio/u32-sprintf.c: Likewise.
7076         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7077         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7078         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7079         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7080         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7081         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7082         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7083         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7084         * lib/unistdio/u32-vasnprintf.c: Likewise.
7085         * lib/unistdio/u32-vasprintf.c: Likewise.
7086         * lib/unistdio/u32-vsnprintf.c: Likewise.
7087         * lib/unistdio/u32-vsprintf.c: Likewise.
7088         * lib/unistdio/u8-asnprintf.c: Likewise.
7089         * lib/unistdio/u8-asprintf.c: Likewise.
7090         * lib/unistdio/u8-printf-parse.c: Likewise.
7091         * lib/unistdio/u8-snprintf.c: Likewise.
7092         * lib/unistdio/u8-sprintf.c: Likewise.
7093         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7094         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7095         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7096         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7097         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7098         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7099         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7100         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7101         * lib/unistdio/u8-vasnprintf.c: Likewise.
7102         * lib/unistdio/u8-vasprintf.c: Likewise.
7103         * lib/unistdio/u8-vsnprintf.c: Likewise.
7104         * lib/unistdio/u8-vsprintf.c: Likewise.
7105         * lib/unistdio/ulc-asnprintf.c: Likewise.
7106         * lib/unistdio/ulc-asprintf.c: Likewise.
7107         * lib/unistdio/ulc-printf-parse.c: Likewise.
7108         * lib/unistdio/ulc-snprintf.c: Likewise.
7109         * lib/unistdio/ulc-sprintf.c: Likewise.
7110         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7111         * lib/unistdio/ulc-vasprintf.c: Likewise.
7112         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7113         * lib/unistdio/ulc-vsprintf.c: Likewise.
7114         * lib/unistr.h: Likewise.
7115         * lib/unistr/u-cpy-alloc.h: Likewise.
7116         * lib/unistr/u-cpy.h: Likewise.
7117         * lib/unistr/u-endswith.h: Likewise.
7118         * lib/unistr/u-move.h: Likewise.
7119         * lib/unistr/u-set.h: Likewise.
7120         * lib/unistr/u-startswith.h: Likewise.
7121         * lib/unistr/u-stpcpy.h: Likewise.
7122         * lib/unistr/u-stpncpy.h: Likewise.
7123         * lib/unistr/u-strcat.h: Likewise.
7124         * lib/unistr/u-strcpy.h: Likewise.
7125         * lib/unistr/u-strcspn.h: Likewise.
7126         * lib/unistr/u-strdup.h: Likewise.
7127         * lib/unistr/u-strlen.h: Likewise.
7128         * lib/unistr/u-strncat.h: Likewise.
7129         * lib/unistr/u-strncpy.h: Likewise.
7130         * lib/unistr/u-strnlen.h: Likewise.
7131         * lib/unistr/u-strpbrk.h: Likewise.
7132         * lib/unistr/u-strspn.h: Likewise.
7133         * lib/unistr/u-strstr.h: Likewise.
7134         * lib/unistr/u-strtok.h: Likewise.
7135         * lib/unistr/u16-check.c: Likewise.
7136         * lib/unistr/u16-chr.c: Likewise.
7137         * lib/unistr/u16-cmp.c: Likewise.
7138         * lib/unistr/u16-cpy-alloc.c: Likewise.
7139         * lib/unistr/u16-cpy.c: Likewise.
7140         * lib/unistr/u16-endswith.c: Likewise.
7141         * lib/unistr/u16-mblen.c: Likewise.
7142         * lib/unistr/u16-mbsnlen.c: Likewise.
7143         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7144         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7145         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7146         * lib/unistr/u16-mbtouc.c: Likewise.
7147         * lib/unistr/u16-mbtoucr.c: Likewise.
7148         * lib/unistr/u16-move.c: Likewise.
7149         * lib/unistr/u16-next.c: Likewise.
7150         * lib/unistr/u16-prev.c: Likewise.
7151         * lib/unistr/u16-set.c: Likewise.
7152         * lib/unistr/u16-startswith.c: Likewise.
7153         * lib/unistr/u16-stpcpy.c: Likewise.
7154         * lib/unistr/u16-stpncpy.c: Likewise.
7155         * lib/unistr/u16-strcat.c: Likewise.
7156         * lib/unistr/u16-strchr.c: Likewise.
7157         * lib/unistr/u16-strcmp.c: Likewise.
7158         * lib/unistr/u16-strcpy.c: Likewise.
7159         * lib/unistr/u16-strcspn.c: Likewise.
7160         * lib/unistr/u16-strdup.c: Likewise.
7161         * lib/unistr/u16-strlen.c: Likewise.
7162         * lib/unistr/u16-strmblen.c: Likewise.
7163         * lib/unistr/u16-strmbtouc.c: Likewise.
7164         * lib/unistr/u16-strncat.c: Likewise.
7165         * lib/unistr/u16-strncmp.c: Likewise.
7166         * lib/unistr/u16-strncpy.c: Likewise.
7167         * lib/unistr/u16-strnlen.c: Likewise.
7168         * lib/unistr/u16-strpbrk.c: Likewise.
7169         * lib/unistr/u16-strrchr.c: Likewise.
7170         * lib/unistr/u16-strspn.c: Likewise.
7171         * lib/unistr/u16-strstr.c: Likewise.
7172         * lib/unistr/u16-strtok.c: Likewise.
7173         * lib/unistr/u16-to-u32.c: Likewise.
7174         * lib/unistr/u16-to-u8.c: Likewise.
7175         * lib/unistr/u16-uctomb-aux.c: Likewise.
7176         * lib/unistr/u16-uctomb.c: Likewise.
7177         * lib/unistr/u32-check.c: Likewise.
7178         * lib/unistr/u32-chr.c: Likewise.
7179         * lib/unistr/u32-cmp.c: Likewise.
7180         * lib/unistr/u32-cpy-alloc.c: Likewise.
7181         * lib/unistr/u32-cpy.c: Likewise.
7182         * lib/unistr/u32-endswith.c: Likewise.
7183         * lib/unistr/u32-mblen.c: Likewise.
7184         * lib/unistr/u32-mbsnlen.c: Likewise.
7185         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7186         * lib/unistr/u32-mbtouc.c: Likewise.
7187         * lib/unistr/u32-mbtoucr.c: Likewise.
7188         * lib/unistr/u32-move.c: Likewise.
7189         * lib/unistr/u32-next.c: Likewise.
7190         * lib/unistr/u32-prev.c: Likewise.
7191         * lib/unistr/u32-set.c: Likewise.
7192         * lib/unistr/u32-startswith.c: Likewise.
7193         * lib/unistr/u32-stpcpy.c: Likewise.
7194         * lib/unistr/u32-stpncpy.c: Likewise.
7195         * lib/unistr/u32-strcat.c: Likewise.
7196         * lib/unistr/u32-strchr.c: Likewise.
7197         * lib/unistr/u32-strcmp.c: Likewise.
7198         * lib/unistr/u32-strcpy.c: Likewise.
7199         * lib/unistr/u32-strcspn.c: Likewise.
7200         * lib/unistr/u32-strdup.c: Likewise.
7201         * lib/unistr/u32-strlen.c: Likewise.
7202         * lib/unistr/u32-strmblen.c: Likewise.
7203         * lib/unistr/u32-strmbtouc.c: Likewise.
7204         * lib/unistr/u32-strncat.c: Likewise.
7205         * lib/unistr/u32-strncmp.c: Likewise.
7206         * lib/unistr/u32-strncpy.c: Likewise.
7207         * lib/unistr/u32-strnlen.c: Likewise.
7208         * lib/unistr/u32-strpbrk.c: Likewise.
7209         * lib/unistr/u32-strrchr.c: Likewise.
7210         * lib/unistr/u32-strspn.c: Likewise.
7211         * lib/unistr/u32-strstr.c: Likewise.
7212         * lib/unistr/u32-strtok.c: Likewise.
7213         * lib/unistr/u32-to-u16.c: Likewise.
7214         * lib/unistr/u32-to-u8.c: Likewise.
7215         * lib/unistr/u32-uctomb.c: Likewise.
7216         * lib/unistr/u8-check.c: Likewise.
7217         * lib/unistr/u8-chr.c: Likewise.
7218         * lib/unistr/u8-cmp.c: Likewise.
7219         * lib/unistr/u8-cpy-alloc.c: Likewise.
7220         * lib/unistr/u8-cpy.c: Likewise.
7221         * lib/unistr/u8-endswith.c: Likewise.
7222         * lib/unistr/u8-mblen.c: Likewise.
7223         * lib/unistr/u8-mbsnlen.c: Likewise.
7224         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7225         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7226         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7227         * lib/unistr/u8-mbtouc.c: Likewise.
7228         * lib/unistr/u8-mbtoucr.c: Likewise.
7229         * lib/unistr/u8-move.c: Likewise.
7230         * lib/unistr/u8-next.c: Likewise.
7231         * lib/unistr/u8-prev.c: Likewise.
7232         * lib/unistr/u8-set.c: Likewise.
7233         * lib/unistr/u8-startswith.c: Likewise.
7234         * lib/unistr/u8-stpcpy.c: Likewise.
7235         * lib/unistr/u8-stpncpy.c: Likewise.
7236         * lib/unistr/u8-strcat.c: Likewise.
7237         * lib/unistr/u8-strchr.c: Likewise.
7238         * lib/unistr/u8-strcmp.c: Likewise.
7239         * lib/unistr/u8-strcpy.c: Likewise.
7240         * lib/unistr/u8-strcspn.c: Likewise.
7241         * lib/unistr/u8-strdup.c: Likewise.
7242         * lib/unistr/u8-strlen.c: Likewise.
7243         * lib/unistr/u8-strmblen.c: Likewise.
7244         * lib/unistr/u8-strmbtouc.c: Likewise.
7245         * lib/unistr/u8-strncat.c: Likewise.
7246         * lib/unistr/u8-strncmp.c: Likewise.
7247         * lib/unistr/u8-strncpy.c: Likewise.
7248         * lib/unistr/u8-strnlen.c: Likewise.
7249         * lib/unistr/u8-strpbrk.c: Likewise.
7250         * lib/unistr/u8-strrchr.c: Likewise.
7251         * lib/unistr/u8-strspn.c: Likewise.
7252         * lib/unistr/u8-strstr.c: Likewise.
7253         * lib/unistr/u8-strtok.c: Likewise.
7254         * lib/unistr/u8-to-u16.c: Likewise.
7255         * lib/unistr/u8-to-u32.c: Likewise.
7256         * lib/unistr/u8-uctomb-aux.c: Likewise.
7257         * lib/unistr/u8-uctomb.c: Likewise.
7258         * lib/unitypes.h: Likewise.
7259         * lib/uniwidth.h: Likewise.
7260         * lib/uniwidth/cjk.h: Likewise.
7261         * lib/uniwidth/u16-strwidth.c: Likewise.
7262         * lib/uniwidth/u16-width.c: Likewise.
7263         * lib/uniwidth/u32-strwidth.c: Likewise.
7264         * lib/uniwidth/u32-width.c: Likewise.
7265         * lib/uniwidth/u8-strwidth.c: Likewise.
7266         * lib/uniwidth/u8-width.c: Likewise.
7267         * lib/uniwidth/width.c: Likewise.
7268
7269 2007-10-07  Bruno Haible  <bruno@clisp.org>
7270
7271         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7272         The file is still under LGPL (see modules/inttypes).
7273
7274 2007-10-06  Bruno Haible  <bruno@clisp.org>
7275
7276         * modules/trunc (Dependencies): Add 'extensions'.
7277         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7278         Reported by Ben Pfaff <blp@gnu.org>.
7279
7280 2007-10-06  Bruno Haible  <bruno@clisp.org>
7281
7282         * modules/freopen-tests: New file.
7283         * tests/test-freopen.c: New file.
7284
7285         * modules/fopen-tests: New file.
7286         * tests/test-fopen.c: New file.
7287
7288         * modules/fopen: New file.
7289         * lib/fopen.c: New file.
7290         * m4/fopen.m4: New file.
7291         * modules/freopen: New file.
7292         * lib/freopen.c: New file.
7293         * m4/freopen.m4: New file.
7294         * lib/stdio.in.h (fopen, freopen): New declarations.
7295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7296         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7297         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7298         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7299         * doc/functions/fopen.texi: Mention the 'fopen' module.
7300         * doc/functions/freopen.texi: Mention the 'freopen' module.
7301
7302 2007-10-06  Bruno Haible  <bruno@clisp.org>
7303
7304         * modules/open-tests: New file.
7305         * tests/test-open.c: New file.
7306
7307         * modules/open: New file.
7308         * lib/open.c: New file.
7309         * m4/open.m4: New file.
7310         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7311         lib/open.c does.
7312         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7313         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7314         macros.
7315         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7316         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7317         REPLACE_OPEN.
7318         * doc/functions/open.texi: Mention the 'open' module.
7319
7320 2007-10-04  Bruno Haible  <bruno@clisp.org>
7321
7322         * modules/ceill-tests: New file.
7323         * tests/test-ceill.c: New file.
7324
7325         * modules/ceill: New file.
7326         * lib/ceill.c: Replace entire file.
7327         * m4/ceill.m4: New file.
7328         * lib/math.in.h (ceill): Replace declaration.
7329         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7330         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7331         * doc/functions/ceill.texi: Mention the 'ceill' module.
7332         * modules/mathl (Files): Remove lib/ceill.c.
7333         (Depends-on): Add ceill.
7334
7335 2007-10-04  Bruno Haible  <bruno@clisp.org>
7336
7337         * modules/ceilf-tests: New file.
7338         * tests/test-ceilf.c: New file.
7339
7340         * modules/ceilf: New file.
7341         * lib/ceil.c: New file.
7342         * lib/ceilf.c: New file.
7343         * m4/ceilf.m4: New file.
7344         * lib/math.in.h (ceilf): New declaration.
7345         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7346         HAVE_DECL_CEILF.
7347         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7348         HAVE_DECL_CEILF.
7349         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7350
7351 2007-10-04  Bruno Haible  <bruno@clisp.org>
7352
7353         * modules/floorl-tests: New file.
7354         * tests/test-floorl.c: New file.
7355
7356         * modules/floorl: New file.
7357         * lib/floorl.c: Replace entire file.
7358         * m4/floorl.m4: New file.
7359         * lib/math.in.h (floorl): Replace declaration.
7360         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7361         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7362         * doc/functions/floorl.texi: Mention the 'floorl' module.
7363         * modules/mathl (Files): Remove lib/floorl.c.
7364         (Depends-on): Add floorl.
7365
7366 2007-10-04  Bruno Haible  <bruno@clisp.org>
7367
7368         * modules/floorf-tests: New file.
7369         * tests/test-floorf.c: New file.
7370
7371         * modules/floorf: New file.
7372         * lib/floor.c: New file.
7373         * lib/floorf.c: New file.
7374         * m4/floorf.m4: New file.
7375         * lib/math.in.h (floorf): New declaration.
7376         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7377         HAVE_DECL_FLOORF.
7378         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7379         HAVE_DECL_FLOORF.
7380         * doc/functions/floorf.texi: Mention the 'floorf' module.
7381
7382 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7383             Bruno Haible  <bruno@clisp.org>
7384
7385         Advertise for the Git server instead of the CVS server.
7386         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7387         repository instead of the CVS one.
7388         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7389         about all VCS systems generically.
7390         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7391
7392 2007-10-04  Bruno Haible  <bruno@clisp.org>
7393
7394         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7395         means.
7396         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7397
7398 2007-10-04  Bruno Haible  <bruno@clisp.org>
7399
7400         * modules/truncl-tests: New file.
7401         * tests/test-truncl.c: New file.
7402
7403         * modules/truncl: New file.
7404         * lib/truncl.c: New file.
7405         * m4/truncl.m4: New file.
7406         * lib/math.in.h (truncl): New declaration.
7407         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7408         HAVE_DECL_TRUNCL.
7409         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7410         HAVE_DECL_TRUNCL.
7411         * doc/functions/truncl.texi: Mention the 'truncl' module.
7412
7413 2007-10-04  Bruno Haible  <bruno@clisp.org>
7414
7415         * modules/truncf-tests: New file.
7416         * tests/test-truncf.c: New file.
7417
7418         * modules/truncf: New file.
7419         * lib/trunc.c: Make paramerizable through USE_* macros.
7420         * lib/truncf.c: New file.
7421         * m4/truncf.m4: New file.
7422         * lib/math.in.h (truncf): New declaration.
7423         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7424         HAVE_DECL_TRUNCF.
7425         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7426         HAVE_DECL_TRUNCF.
7427         * doc/functions/truncf.texi: Mention the 'truncf' module.
7428
7429 2007-10-03  Bruno Haible  <bruno@clisp.org>
7430
7431         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7432         augmentation also for tests modules.
7433         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7434         * modules/atexit-tests (Makefile.am): Likewise.
7435         * modules/binary-io-tests (Makefile.am): Likewise.
7436         * modules/c-strcase-tests (Makefile.am): Likewise.
7437         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7438         * modules/canonicalize-tests (Makefile.am): Likewise.
7439         * modules/closein-tests (Makefile.am): Likewise.
7440         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7441         * modules/freadahead-tests (Makefile.am): Likewise.
7442         * modules/fseek-tests (Makefile.am): Likewise.
7443         * modules/fseeko-tests (Makefile.am): Likewise.
7444         * modules/ftell-tests (Makefile.am): Likewise.
7445         * modules/ftello-tests (Makefile.am): Likewise.
7446         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7447         * modules/isnanl-tests (Makefile.am): Likewise.
7448         * modules/lseek-tests (Makefile.am): Likewise.
7449         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7450         * modules/mbscasestr-tests (Makefile.am): Likewise.
7451         * modules/mbschr-tests (Makefile.am): Likewise.
7452         * modules/mbscspn-tests (Makefile.am): Likewise.
7453         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7454         * modules/mbspbrk-tests (Makefile.am): Likewise.
7455         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
7456         * modules/mbsrchr-tests (Makefile.am): Likewise.
7457         * modules/mbsspn-tests (Makefile.am): Likewise.
7458         * modules/mbsstr-tests (Makefile.am): Likewise.
7459         * modules/printf-posix-tests (Makefile.am): Likewise.
7460         * modules/snprintf-posix-tests (Makefile.am): Likewise.
7461         * modules/sprintf-posix-tests (Makefile.am): Likewise.
7462         * modules/tsearch-tests (Makefile.am): Likewise.
7463         * modules/uniname/uniname-tests (Makefile.am): Likewise.
7464         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
7465         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
7466         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
7467         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
7468         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
7469         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
7470         * modules/vprintf-posix-tests (Makefile.am): Likewise.
7471         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
7472         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
7473         * modules/xstrtoimax-tests (Makefile.am): Likewise.
7474         * modules/xstrtol-tests (Makefile.am): Likewise.
7475         * modules/xstrtoumax-tests (Makefile.am): Likewise.
7476         * modules/yesno-tests (Makefile.am): Likewise.
7477
7478 2007-10-03  Bruno Haible  <bruno@clisp.org>
7479
7480         * modules/trunc-tests: New file.
7481         * tests/test-trunc.c: New file.
7482
7483         * modules/trunc: New file.
7484         * lib/trunc.c: New file.
7485         * m4/trunc.m4: New file.
7486         * lib/math.in.h (trunc): New declaration.
7487         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
7488         HAVE_DECL_TRUNC.
7489         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
7490         HAVE_DECL_TRUNC.
7491         * doc/functions/trunc.texi: Mention the 'trunc' module.
7492
7493 2007-10-03  Bruno Haible  <bruno@clisp.org>
7494
7495         * tests/test-fpending.c: New file, mostly copied
7496         from coreutils/lib/t-fpending.c.
7497         * modules/fpending-tests: New file.
7498
7499 2007-10-03  Bruno Haible  <bruno@clisp.org>
7500
7501         Port the stdio extensions to QNX (untested).
7502         * lib/fseterr.c (fseterr): Add support for QNX.
7503         * lib/fbufmode.c (fbufmode): Likewise.
7504         * lib/freadable.c (freadable): Likewise.
7505         * lib/fwritable.c (fwritable): Likewise.
7506         * lib/freading.c (freading): Likewise.
7507         * lib/fwriting.c (fwriting): Likewise.
7508         * lib/freadahead.c (freadahed): Likewise.
7509         * lib/fpurge.c (fpurge): Likewise.
7510         * lib/fseeko.c (rpl_fseeko): Likewise.
7511
7512 2007-10-03  Bruno Haible  <bruno@clisp.org>
7513             Jim Meyering  <jim@meyering.net>
7514             Eric Blake  <ebb9@byu.net>
7515
7516         * doc/relocatable.texi: Use @command instead of @program.
7517
7518 2007-10-02  Jim Meyering  <jim@meyering.net>
7519
7520         Perform one more "_.h" -> ".in.h" substitution.
7521         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
7522         instead of unistd_.h here, too.
7523
7524 2007-10-01  Bruno Haible  <bruno@clisp.org>
7525
7526         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
7527         Needed for the alloca-opt module.
7528
7529 2007-09-30  Bruno Haible  <bruno@clisp.org>
7530
7531         * lib/alloca.in.h: Renamed from lib/alloca_.h.
7532         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
7533         alloca_.h.
7534         * lib/argz.in.h: Renamed from lib/argz_.h.
7535         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
7536         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
7537         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
7538         byteswap_.h.
7539         * lib/dirent.in.h: Renamed from lib/dirent_.h.
7540         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
7541         dirent_.h.
7542         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
7543         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
7544         fcntl_.h.
7545         * lib/float.in.h: Renamed from lib/float_.h.
7546         * modules/float (Files, Makefile.am): Use float.in.h instead of
7547         float_.h.
7548         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
7549         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
7550         fnmatch_.h.
7551         * lib/getopt.in.h: Renamed from lib/getopt_.h.
7552         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
7553         getopt_.h.
7554         * lib/glob.in.h: Renamed from lib/glob_.h.
7555         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
7556         * lib/iconv.in.h: Renamed from lib/iconv_.h.
7557         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
7558         iconv_.h.
7559         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
7560         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
7561         inttypes_.h.
7562         * lib/locale.in.h: Renamed from lib/locale_.h.
7563         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
7564         locale_.h.
7565         * lib/math.in.h: Renamed from lib/math_.h.
7566         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
7567         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
7568         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
7569         of netinet_in_.h. Add dependency.
7570         * lib/poll.in.h: Renamed from lib/poll_.h.
7571         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
7572         * lib/search.in.h: Renamed from lib/search_.h.
7573         * modules/search (Files, Makefile.am): Use search.in.h instead of
7574         search_.h.
7575         * lib/signal.in.h: Renamed from lib/signal_.h.
7576         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
7577         _signal.h.
7578         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
7579         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
7580         stdbool_.h.
7581         * lib/stdint.in.h: Renamed from lib/stdint_.h.
7582         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
7583         stdint_.h.
7584         * lib/stdio.in.h: Renamed from lib/stdio_.h.
7585         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
7586         stdio_.h.
7587         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
7588         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
7589         stdlib_.h.
7590         * lib/string.in.h: Renamed from lib/string_.h.
7591         * modules/string (Files, Makefile.am): Use string.in.h instead of
7592         string_.h.
7593         * doc/gnulib-tool.texi (Initial import): Update.
7594         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
7595         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
7596         of sys_select_.h. Add dependency.
7597         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
7598         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
7599         of sys_socket_.h.
7600         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
7601         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
7602         sys_stat_.h.
7603         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
7604         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
7605         sys_time_.h.
7606         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
7607         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
7608         sysexits_.h.
7609         * lib/time.in.h: Renamed from lib/time_.h.
7610         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
7611         * lib/unistd.in.h: Renamed from lib/unistd_.h.
7612         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
7613         unistd_.h.
7614         * lib/wchar.in.h: Renamed from lib/wchar_.h.
7615         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
7616         wchar_.h.
7617         * lib/wctype.in.h: Renamed from lib/wctype_.h.
7618         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
7619         wctype_.h.
7620         * build-aux/bootstrap (slurp): Update.
7621         * lib/.cppi-disable: Update.
7622
7623 2007-09-30  Bruno Haible  <bruno@clisp.org>
7624
7625         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
7626         Needed on BeOS.
7627
7628 2007-09-30  Bruno Haible  <bruno@clisp.org>
7629
7630         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
7631
7632 2007-09-29  Bruno Haible  <bruno@clisp.org>
7633
7634         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
7635
7636 2007-09-29  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
7639         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
7640         * build-aux/install-reloc: Compile also areadlink.c.
7641         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
7642
7643 2007-09-29  Bruno Haible  <bruno@clisp.org>
7644
7645         * gnulib-tool (func_emit_initmacro_done): Indentation.
7646
7647 2007-09-29  Bruno Haible  <bruno@clisp.org>
7648
7649         * README: Add CVS checkout update instructions.
7650         Info from Bob Proulx <bob@proulx.com>.
7651
7652 2007-09-28  Eric Blake  <ebb9@byu.net>
7653
7654         Provide move-if-change.
7655         * build-aux/move-if-change: New file, based on best practice
7656         rather than any canonical upstream location.
7657
7658 2007-09-28  Jim Meyering  <jim@meyering.net>
7659
7660         Fix canonicalize loop-detection corner case.
7661         Do not attempt to stat the symlink values stored via seen_triple.
7662         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
7663         on linux-2.6.18, (but not 2.6.22).
7664         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
7665         triple_compare.  The former compares dev,ino,filename, while the latter
7666         would actually stat dirname(filename) when dev and ino were equal.
7667         * lib/hash-triple.c: Install <string.h>.
7668         (STREQ): Define.
7669         (triple_compare_ino_str): New function.
7670         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
7671
7672 2007-09-28  Eric Blake  <ebb9@byu.net>
7673
7674         Enforce that AC_REPLACE_FUNCS files exist.
7675         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
7676         override check for typos.
7677
7678         Fix test-closein on Solaris 10.
7679         * tests/test-closein.c (main): Don't assume stdin can be inherited
7680         closed on all systems.
7681         * tests/test-closein.sh: Likewise.
7682         Reported by Piotr Tarnowski.
7683
7684 2007-09-28  Jim Meyering  <jim@meyering.net>
7685
7686         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
7687
7688 2007-09-27  Jim Meyering  <jim@meyering.net>
7689
7690         canonicalize: Avoid a false-positive cycle failure.
7691         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
7692         Sort.  Remove cycle-check.
7693         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
7694         not cycle-check.h.
7695         (seen_triple): New function.
7696         (canonicalize_filename_mode): Use it instead of cycle-check.
7697         * tests/test-canonicalize.c: Add a test for this bug.
7698         * tests/test-canonicalize.sh: Set up and run the test.
7699
7700         New module, file-set, from coreutils.
7701         * modules/file-set: Define it.
7702         * lib/file-set.c, lib/file-set.h: Implement.
7703
7704         New module, hash-triple, from coreutils.
7705         * modules/hash-triple: Define it.
7706         * lib/hash-triple.c, lib/hash-triple.h: Implement.
7707
7708 2007-09-25  Eric Blake  <ebb9@byu.net>
7709
7710         Fix strerror on Interix.
7711         * lib/string_.h (strerror): Declare replacement.
7712         * doc/functions/strerror.texi (strerror): Document the Interix
7713         shortcoming.
7714         * modules/string (Makefile.am): Support new hooks.
7715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
7716         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
7717         gl_FUNC_STRERROR_SEPARATE.
7718         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
7719         * lib/strerror.c (rpl_strerror): Provide replacement.
7720         * modules/strerror (Depends-on): Add string.
7721         (configure.ac): Detect use of module.
7722         * tests/test-strerror.c: New file.
7723         * modules/strerror-tests: New test module.
7724         * modules/argp (Depends-on): Add strerror.
7725         * modules/error (Depends-on): Likewise.
7726         Reported by Martin Koeppe.
7727
7728 2007-09-24  Bruno Haible  <bruno@clisp.org>
7729
7730         * README: Update git instructions.
7731
7732 2007-09-24  Eric Blake  <ebb9@byu.net>
7733
7734         Revert fpending breakage from 2007-09-08.
7735         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
7736         __fpending.c.
7737
7738 2007-09-24  Jim Meyering  <jim@meyering.net>
7739
7740         filenamecat.c: Add a test.
7741         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
7742         showing how the function works when DIR is the empty string.
7743
7744 2007-09-21  Simon Josefsson  <simon@josefsson.org>
7745
7746         * tests/test-canonicalize.sh: Turn on executable bit.
7747
7748 2007-09-19  Eric Blake  <ebb9@byu.net>
7749
7750         * README: Update CVS instructions.
7751
7752 2007-09-18  Bruno Haible  <bruno@clisp.org>
7753
7754         * modules/areadlink: New file.
7755         * lib/areadlink.h (areadlink): New declaration.
7756         * lib/areadlink.c: New file, based on lib/xreadlink.c.
7757
7758 2007-09-17  Jim Meyering  <jim@meyering.net>
7759
7760         * lib/savewd.c (ESTALE) [!defined]: Define.
7761         Reported to be required on Interix by Martin Koeppe.
7762
7763 2007-09-17  Bruno Haible  <bruno@clisp.org>
7764
7765         * gnulib-tool (func_version): Use $version.
7766
7767 2007-09-16  Bruno Haible  <bruno@clisp.org>
7768
7769         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
7770         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
7771         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
7772         Reported by Greg Schafer <gschafer@zip.com.au>.
7773
7774 2007-09-15  Bruno Haible  <bruno@clisp.org>
7775
7776         * gnulib-tool (sed): Try a little harder to make bash understand the
7777         alias.
7778         Reported by Bruce Korb <bruce.korb@gmail.com>.
7779
7780 2007-09-13  Eric Blake  <ebb9@byu.net>
7781
7782         * ChangeLog: Remove conflict markers.
7783
7784 2007-09-13  Simon Josefsson  <simon@josefsson.org>
7785
7786         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
7787         Reported by Bruno Haible <bruno@clisp.org>.
7788
7789 2007-09-12  Bruno Haible  <bruno@clisp.org>
7790
7791         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
7792         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
7793         is not defined.
7794
7795 2007-09-12  Eric Blake  <ebb9@byu.net>
7796
7797         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
7798         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
7799         Autoconf definition.
7800         * modules/euidaccess (Depends-on): Add extensions, for
7801         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
7802         * modules/fnmatch (Depends-on): Likewise.
7803         * modules/getaddrinfo (Depends-on): Likewise.
7804         * modules/getdelim (Depends-on): Likewise.
7805         * modules/getline (Depends-on): Likewise.
7806         * modules/getsubopt (Depends-on): Likewise.
7807         * modules/gettext (Depends-on): Likewise.
7808         * modules/group-member (Depends-on): Likewise.
7809         * modules/mbchar (Depends-on): Likewise.
7810         * modules/memmem (Depends-on): Likewise.
7811         * modules/mempcpy (Depends-on): Likewise.
7812         * modules/memrchr (Depends-on): Likewise.
7813         * modules/pagealign_alloc (Depends-on): Likewise.
7814         * modules/readutmp (Depends-on): Likewise.
7815         * modules/stpcpy (Depends-on): Likewise.
7816         * modules/stpncpy (Depends-on): Likewise.
7817         * modules/strchrnul (Depends-on): Likewise.
7818         * modules/strndup (Depends-on): Likewise.
7819         * modules/strsep (Depends-on): Likewise.
7820         * modules/strverscmp (Depends-on): Likewise.
7821         * modules/vasprintf (Depends-on): Likewise.
7822         * modules/wcwidth (Depends-on): Likewise.
7823         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
7824         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
7825         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
7826         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
7827         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7828         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7829         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
7830         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7831         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
7832         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
7833         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7834         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7835         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7836         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
7837         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
7838         * m4/readutmp.m4 (gl_READUTMP): Likewise.
7839         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7840         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7841         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7842         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7843         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7844         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7845         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7846         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
7847         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
7848         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7849         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
7850         so that lock.m4 can be used in gettext without extensions module.
7851
7852 2007-09-11  Bruno Haible  <bruno@clisp.org>
7853
7854         * m4/isc-posix.m4: Remove file.
7855         Suggested by Eric Blake.
7856
7857 2007-09-11  Eric Blake  <ebb9@byu.net>
7858
7859         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
7860
7861 2007-09-10  Bruno Haible  <bruno@clisp.org>
7862
7863         * posix-modules: Fix typo in error message.
7864         Reported by Matt <mkraai@beckman.com>.
7865
7866 2007-09-09  Bruno Haible  <bruno@clisp.org>
7867
7868         * doc/functions/getdelim.texi: Update list of platforms lacking the
7869         function.
7870         * doc/functions/getline.texi: Likewise.
7871
7872 2007-09-09  Jim Meyering  <jim@meyering.net>
7873
7874         * lib/hash.c (hash_initialize): Detect calloc failure.
7875         Reported by Bruno Haible.
7876
7877 2007-09-09  Bruno Haible  <bruno@clisp.org>
7878
7879         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
7880         malloc or realloc fails.
7881
7882 2007-09-09  Bruno Haible  <bruno@clisp.org>
7883
7884         * modules/getcwd (Depends-on): Add malloc-posix.
7885         * modules/glob (Depends-on): Likewise.
7886         * modules/putenv (Depends-on): Likewise.
7887         * modules/strdup (Depends-on): Likewise.
7888         * modules/getdelim (Depends-on): Add realloc-posix.
7889         * modules/read-file (Depends-on): Likewise.
7890
7891 2007-09-09  Bruno Haible  <bruno@clisp.org>
7892
7893         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
7894         (gl_FUNC_MALLOC_POSIX): Require it.
7895         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
7896         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
7897         * modules/realloc (Files): Add m4/malloc.m4.
7898         * modules/calloc (Files): Likewise.
7899
7900 2007-09-09  Bruno Haible  <bruno@clisp.org>
7901
7902         * modules/malloc-posix: New file.
7903         * modules/malloc (Depends-on): Add malloc-posix.
7904         * lib/malloc.c: Include errno.h.
7905         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
7906         and a POSIX-compatible malloc into a single function. Set ENOMEM
7907         when returning NULL.
7908         * m4/malloc.m4: New file.
7909         * doc/functions/malloc.texi: Mention the malloc-posix module.
7910         * lib/stdlib_.h (malloc): New declaration.
7911         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7912         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
7913         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
7914         and HAVE_MALLOC_POSIX.
7915
7916 2007-09-09  Bruno Haible  <bruno@clisp.org>
7917
7918         * modules/realloc-posix: New file.
7919         * modules/realloc (Depends-on): Add realloc-posix.
7920         * lib/realloc.c: Include errno.h.
7921         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
7922         and a POSIX-compatible realloc into a single function. Set ENOMEM
7923         when returning NULL.
7924         * m4/realloc.m4: New file.
7925         * doc/functions/realloc.texi: Mention the realloc-posix module.
7926         * lib/stdlib_.h (realloc): New declaration.
7927         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7928         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
7929         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
7930         and HAVE_REALLOC_POSIX.
7931
7932 2007-09-09  Bruno Haible  <bruno@clisp.org>
7933
7934         * modules/calloc-posix: New file.
7935         * modules/calloc (Depends-on): Add calloc-posix.
7936         * lib/calloc.c: Include errno.h.
7937         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
7938         and a POSIX-compatible calloc into a single function. Set ENOMEM
7939         when returning NULL.
7940         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
7941         * doc/functions/calloc.texi: Mention the calloc-posix module.
7942         * lib/stdlib_.h (calloc): New declaration.
7943         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7944         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
7945         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
7946         and HAVE_CALLOC_POSIX.
7947
7948 2007-09-09  Bruno Haible  <bruno@clisp.org>
7949
7950         Allow for modules to show an arbitrary notice.
7951         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
7952         * gnulib-tool: New option --extract-notice.
7953         (func_usage): Document it.
7954         (sed_extract_prog): Update.
7955         (func_get_notice): New function.
7956         (func_modules_notice): New function.
7957         (func_import, func_create_testdir): Invoke it.
7958         Suggested by Jim Meyering.
7959
7960 2007-09-09  Bruno Haible  <bruno@clisp.org>
7961
7962         * gnulib-tool: New options --verbose, --quiet.
7963         (func_usage): Document them.
7964         (verbose): New variable.
7965         (func_execute_command): New function.
7966         (func_import): Don't show the module list and the file list if
7967         $verbose < 0.
7968         (func_create_testdir): Likewise. Use func_execute_command.
7969         (func_create_megatestdir): Use func_execute_command.
7970
7971 2007-09-08  Bruno Haible  <bruno@clisp.org>
7972
7973         * gnulib-tool (func_import): Prefer rsync over wget when available,
7974         for fetching the PO files.
7975
7976 2007-09-08  Bruno Haible  <bruno@clisp.org>
7977
7978         * posix-modules: New file. Portions copied from gnulib-tool.
7979         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
7980
7981 2007-09-08  Jim Meyering  <jim@meyering.net>
7982
7983         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
7984         * lib/fpending.h: Rename from __fpending.h.
7985         * lib/fpending.c: Rename from __fpending.c.
7986         Include "fpending.h", not "__fpending.h".
7987         * lib/__fpending.h, lib/__fpending.c: Remove files.
7988         * modules/fpending (Files): Reflect new file names.
7989         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
7990
7991 2007-09-08  Bruno Haible  <bruno@clisp.org>
7992
7993         * m4/inttypes-h.m4: Remove stub file.
7994
7995 2007-09-07  Simon Josefsson  <simon@josefsson.org>
7996
7997         * doc/headers/stdint.texi: Discuss #include_next issue.
7998
7999 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8000
8001         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8002
8003 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8004
8005         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8006         in variable name.
8007
8008 2007-09-03  Jim Meyering  <jim@meyering.net>
8009
8010         New module: git-version-gen.
8011         * modules/git-version-gen: New file.
8012
8013         Import changes from coreutils for bootstrap script.
8014
8015         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8016
8017         bootstrap: uses rsync to download the .po files
8018         * build-aux/bootstrap (po_download_command_format): New global.
8019         (download_po_files): Use rsync.
8020         (update_po_files): Don't remove .po files after download,
8021         so future rsync runs can take advantage of the copies.
8022
8023         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8024
8025         Solve the unnecessary-.po-file-regeneration problem once and for all.
8026         * build-aux/bootstrap (download_po_files): New function, renamed from
8027         get_translations.  Now, downloads, but doesn't update LINGUAS.
8028         (update_po_files): New function.
8029
8030         bootstrap: Ignore more.
8031         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8032         uniwidth to e.g., lib/.gitignore.
8033         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8034
8035         * build-aux/bootstrap: New setting: vc_ignore.
8036         (insert_sorted_if_absent): Create $file if absent.
8037         Adapt to new, possibly empty, list: $vc_ignore.
8038
8039         bootstrap: generate more ignorable names
8040         * build-aux/bootstrap (slurp): When generating ignorable names,
8041         also map .sin to .sed, .gperf to .c, and .y to .c.
8042
8043 2007-09-03  Jim Meyering  <jim@meyering.net>
8044
8045         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8046         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8047
8048 2007-09-02  Bruno Haible  <bruno@clisp.org>
8049
8050         Fix mis-recognition of 'mcs' on QNX 6.
8051         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8052         output contains the string "Mono".
8053         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8054         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8055
8056 2007-09-01  Bruno Haible  <bruno@clisp.org>
8057
8058         Fix collision between uniwidth/* and linebreak modules.
8059         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8060         u32_width): Remove declarations.
8061         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8062         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8063         streq3, streq2, streq1, streq0): Remove functions.
8064         (STREQ): Remove macro.
8065         (is_cjk_encoding): Remove function.
8066         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8067         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8068         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8069         * NEWS: Document the change.
8070
8071 2007-09-01  Bruno Haible  <bruno@clisp.org>
8072
8073         * lib/streq.h: Add double-inclusion guard.
8074
8075 2007-09-01  Karl Berry  <karl@gnu.org>
8076
8077         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8078
8079 2007-08-28  Jim Meyering  <jim@meyering.net>
8080
8081         Rename mreadlink_with_size to areadlink_with_size.
8082         * NEWS: Document the change.
8083         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8084         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8085         * lib/mreadlink.h: Rename this to...
8086         * lib/areadlink.h: ...this.
8087         * modules/mreadlink-with-size: Rename this to...
8088         * modules/areadlink-with-size: ...this.
8089         * lib/canonicalize.c: Reflect the renaming.
8090         * modules/canonicalize: Likewise.
8091
8092 2007-08-26  Bruno Haible  <bruno@clisp.org>
8093
8094         * gnulib-tool (func_import): When deciding which files to remove,
8095         consider also dangling symbolic links.
8096         Reported by Eric Blake.
8097
8098 2007-08-26  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8101
8102 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8103
8104         * lib/readline.c: Don't include getline.h, the prototype is now
8105         found in stdio.h.
8106
8107 2007-08-23  Jim Meyering  <jim@meyering.net>
8108
8109         Getdelim touchup.
8110         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8111         around the funlockfile call, since funlockfile never sets errno.
8112         Don't set errno upon failed realloc.
8113
8114 2007-08-22  Eric Blake  <ebb9@byu.net>
8115
8116         Getline touchups.
8117         * lib/getdelim.c (getdelim): Revert regression that required *n to
8118         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8119         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8120         getdelim, rather than whether implementation is missing.
8121         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8122         * lib/stdio_.h (getline): Also declare if replacement is
8123         required.
8124         * doc/functions/getdelim.texi: New file.
8125         * doc/functions/getline.texi: Likewise.
8126         * doc/gnulib.texi (Function Substitutes): Add new files.
8127         Reported by Bruno Haible.
8128
8129 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8130
8131         * users.txt: Add Guile.
8132
8133 2007-08-22  Eric Blake  <ebb9@byu.net>
8134
8135         * tests/test-getdelim.c (main): Use remove, not unlink.
8136         * tests/test-getline.c (main): Likewise.
8137
8138         Move getline and getdelim into stdio.h, per POSIX 200x.
8139         * modules/getline (Files): Remove getline.h.
8140         (Depends-on): Add stdio.
8141         (configure.ac): Add module indicator.
8142         * modules/getdelim (Files): Remove getdelim.h.
8143         (Depends-on): Add stdio.
8144         (configure.ac): Add module indicator.
8145         * modules/stdio (Makefile.am): Work with new indicators.
8146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8147         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8148         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8149         * lib/getdelim.h: Delete.
8150         * lib/getline.h: Delete.
8151         * lib/stdio_.h (getdelim, getline): Declare.
8152         * modules/getdelim-tests: New module.
8153         * modules/getline-tests: Likewise.
8154         * tests/test-getdelim.c: New file.
8155         * tests/test-getline.c: Likewise.
8156         * NEWS: Document the change.
8157         * lib/getline.c: Update choice of header.
8158         * lib/csharpcomp.c: Likewise.
8159         * lib/getpass.c: Likewise.
8160         * lib/javacomp.c: Likewise.
8161         * lib/javaversion.c: Likewise.
8162         * lib/yesno.c: Likewise.
8163         * lib/getdelim.c: Likewise.
8164         (getdelim): Set errno on failure, and avoid memory leak.
8165
8166 2007-08-19  Bruno Haible  <bruno@clisp.org>
8167
8168         * modules/closein (Depends-on): Add freadahead.
8169         * lib/closein.c: Include freadahead.h.
8170         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8171         is zero.
8172
8173 2007-08-19  Bruno Haible  <bruno@clisp.org>
8174
8175         * modules/freadahead-tests: New file.
8176         * tests/test-freadahead.sh: New file.
8177         * tests/test-freadahead.c: New file.
8178
8179         * modules/freadahead: New file.
8180         * lib/freadahead.h: New file.
8181         * lib/freadahead.c: New file.
8182         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8183         fbufmode, fpurge, freadable, fwritable.
8184
8185 2007-08-19  Eric Blake  <ebb9@byu.net>
8186
8187         Test yesno in combination with closein.
8188         * lib/yesno.c (yesno): Document use of stdin.
8189         * modules/yesno-tests (Files): New module.
8190         * tests/test-yesno.c (main): New file.
8191         * tests/test-yesno.sh: Likewise.
8192
8193 2007-08-19  Bruno Haible  <bruno@clisp.org>
8194
8195         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8196         * lib/fseeko.c (rpl_fseeko): Likewise.
8197         * lib/fseterr.c (fseterr): Likewise.
8198
8199 2007-08-19  Bruno Haible  <bruno@clisp.org>
8200
8201         * tests/test-lseek.c (main): Disable a test for BeOS.
8202         * doc/functions/lseek.texi: Document the BeOS bug.
8203
8204 2007-08-19  Bruno Haible  <bruno@clisp.org>
8205             Eric Blake  <ebb9@byu.net>
8206
8207         * lib/lseek.c: Include <sys/stat.h>.
8208         (rpl_lseek): Add workaround code also for Unix platforms.
8209         Needed for BeOS.
8210         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8211         * doc/functions/lseek.texi: Document BeOS definiency.
8212
8213 2007-08-18  Bruno Haible  <bruno@clisp.org>
8214
8215         * modules/fstrcmp-tests: New file.
8216         * tests/test-fstrcmp.c: New file.
8217
8218 2007-08-18  Bruno Haible  <bruno@clisp.org>
8219
8220         * modules/fstrcmp: New file, from GNU gettext with modifications.
8221         * lib/fstrcmp.h: New file, from GNU gettext.
8222         * lib/fstrcmp.c: New file, from GNU gettext.
8223         * MODULES.html.sh (String handling): Add fstrcmp.
8224
8225 2007-08-18  Bruno Haible  <bruno@clisp.org>
8226
8227         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8228         'bool'.
8229         (diag, compareseq): Remove const from the ctxt argument.
8230         (USE_HEURISTIC): Undefine at the end.
8231
8232 2007-08-18  Jim Meyering  <jim@meyering.net>
8233
8234         New file: lib/idcache.h
8235         * NEWS: Mention the addition.
8236         * modules/idcache (Files): Add lib/idcache.h
8237         * lib/idcache.c: Include "idcache.h".
8238         Don't include <sys/types.h>.
8239         Add a FIXME comment.
8240         Move file-scoped "static" declarations to the top.
8241         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8242
8243 2007-08-17  Bruno Haible  <bruno@clisp.org>
8244         and Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * MODULES.html.sh: Add diffseq.
8247         * modules/diffseq: New file.
8248         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8249         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8250
8251 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8252
8253         Import changes from coreutils for bootstrap script.
8254
8255         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8256
8257         * build-aux/bootstrap (slurp): Work even in environments where
8258         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8259         current code does not slurp files whose names start with ".", and
8260         this looks like it might be a troublesome area.
8261
8262         2007-07-11  Jim Meyering  <jim@meyering.net>
8263
8264         If there's a GPL vN copyright comment, require that N == 3.
8265
8266         2007-07-08  Jim Meyering  <jim@meyering.net>
8267
8268         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8269         * build-aux/bootstrap (mam_template): Move definition out of loop.
8270
8271         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8272
8273         * build-aux/bootstrap (symlink_to_dir): Rename function from
8274         symlink_to_gnulib.  Add a directory parameter.  Update all
8275         callers.
8276         (cp_mark_as_generated): Also check for -- and link to -- files in
8277         gl/.
8278
8279         2007-07-08  Jim Meyering  <jim@meyering.net>
8280
8281         Adapt to deeper hierarchy in gnulib.
8282         * build-aux/bootstrap (symlink_to_dir): If the destination
8283         directory doesn't exist, create it. This is required at least for
8284         "lib/uniwidth/cjk.h".
8285
8286         2007-05-15  Jim Meyering  <jim@meyering.net>
8287
8288         * build-aux/bootstrap: Now that generated Makefile.am files
8289         are no longer under version control, they must be created at
8290         bootstrap time.
8291
8292 2007-08-14  Ben Pfaff  <blp@gnu.org>
8293
8294         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8295
8296 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8297
8298         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8299         given the changes below.
8300         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8301         even on hosts that have padding bits beyond the supported 64.
8302
8303 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8306         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8307         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8308         depends on it.
8309         (xstrtol_error): Remove.
8310         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8311         but with a different signature.
8312         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8313         * lib/xstrtol-error.c: Include exitfail.h.
8314         (xstrtol_fatal): New function, with a different signature from the
8315         old xstrtol_error, so that the caller need not worry about passing
8316         in an exit status, or about storage management of the option argument.
8317         (xstrtol_error): Now a static function.  Redo signature to
8318         implement xstrtol_fatal.  Output the correct number of hyphens in
8319         front of the option so that the caller need not worry about
8320         storage management.
8321         (N_): New macro.
8322         (_): Remove; not used now.
8323         * modules/xstrtol: Depend on getopt.
8324         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8325         of old STRTOL_FATAL_ERROR macro.
8326         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8327         of test program.
8328         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8329         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8330
8331 2007-08-08  Eric Blake  <ebb9@byu.net>
8332
8333         * lib/xstrtol-error.c: Add missing include.
8334
8335         Move xstrtol messages into gnulib domain, when --pobase is used.
8336         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8337         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8338         * modules/xstrtol (Files): Distribute new file.
8339         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8340         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8341         * tests/test-xstrtol.c: ...into new file.
8342         * tests/test-xstrtoul.c: Also test xstrtoul.
8343         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8344         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8345         * tests/test-xstrtol.sh: Drive the tests.
8346         * tests/test-xstrtoimax.sh: Likewise.
8347         * tests/test-xstrtoumax.sh: Likewise.
8348         * modules/xstrtol-tests: New module.
8349         * modules/xstrtoimax-tests: Likewise.
8350         * modules/xstrtoumax-tests: Likewise.
8351
8352 2007-08-08  Jim Meyering  <jim@meyering.net>
8353
8354         New function: mfile_name_concat.
8355         * lib/filenamecat.c (mfile_name_concat): New function, just like
8356         file_name_concat, but return NULL upon failure rather than exiting
8357         with a diagnostic.
8358         * lib/filenamecat.h: Declare it.
8359
8360 2007-08-07  Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8363         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8364         warning from gcc.
8365         Reported by Eric Blake.
8366
8367 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8368
8369         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8370         * modules/crypto/arcfour (License): Likewise.
8371         * modules/crypto/des-tests (License): Likewise.
8372         * modules/crypto/gc-arctwo-tests (License): Likewise.
8373         * modules/crypto/gc-des-tests (License): Likewise.
8374         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8375         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8376         * modules/crypto/gc-md2-tests (License): Likewise.
8377         * modules/crypto/gc-md4-tests (License): Likewise.
8378         * modules/crypto/gc-md5-tests (License): Likewise.
8379         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8380         * modules/crypto/gc-rijndael-tests (License): Likewise.
8381         * modules/crypto/gc-sha1-tests (License): Likewise.
8382         * modules/crypto/gc-tests (License): Likewise.
8383         * modules/crypto/hmac-md5 (License): Likewise.
8384         * modules/crypto/hmac-sha1 (License): Likewise.
8385         * modules/crypto/md2-tests (License): Likewise.
8386         * modules/crypto/md4-tests (License): Likewise.
8387         * modules/crypto/md5 (License): Likewise.
8388         * modules/crypto/rijndael (License): Likewise.
8389         * modules/crypto/sha1 (License): Likewise.
8390         * modules/memxor (License): Likewise.
8391
8392 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8393         and Bruno Haible  <bruno@clisp.org>
8394
8395         * NEWS: Describe interface changes to human, xstrtol.
8396         * lib/human.h: Include <xstrtol.h>.
8397         (human_options): Return enum strtol_error, not int.  Remove
8398         bool arg; take int * instead.
8399         * lib/human.c: Don't include "gettext.h".
8400         (_): Remove; no longer used.
8401         Don't include <xstrtol.h>, since human.h does it.
8402         (human_options): Adjust to abovementioned interface changes.
8403         Do not report error to stderr; that's now the caller's
8404         responsibility.
8405         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8406         interface change.
8407         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8408         Str, Argument_type_string.  All uses changed.  Put " argument"
8409         in diagnostics to make them clearer.  Change wording of suffix
8410         message for clarity.
8411         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8412         Argument_type_string.
8413         (STRTOL_FATAL_WARN): Remove; no longer used.
8414         * modules/human (Depends-on): Remove gettext-h.
8415
8416 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8417
8418         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8419
8420 2007-07-31  Bruno Haible  <bruno@clisp.org>
8421
8422         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8423         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8424         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8425
8426 2007-07-31  Bruno Haible  <bruno@clisp.org>
8427
8428         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8429         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8430
8431 2007-07-30  Bruno Haible  <bruno@clisp.org>
8432
8433         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8434         * modules/c-ctype (License): Likewise.
8435         * modules/c-strcase (License): Likewise.
8436         * modules/check-version (License): Likewise.
8437         * modules/iconv (License): Likewise.
8438         * modules/iconv_open (License): Likewise.
8439         * modules/read-file (License): Likewise.
8440         * modules/striconv (License): Likewise.
8441         * modules/strverscmp (License): Likewise.
8442         * modules/vasprintf (License): Likewise.
8443         * modules/crypto/des (License): Likewise.
8444         * modules/crypto/gc (License): Likewise.
8445         * modules/crypto/gc-arcfour (License): Likewise.
8446         * modules/crypto/gc-arctwo (License): Likewise.
8447         * modules/crypto/gc-des (License): Likewise.
8448         * modules/crypto/gc-hmac-md5 (License): Likewise.
8449         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8450         * modules/crypto/gc-md2 (License): Likewise.
8451         * modules/crypto/gc-md4 (License): Likewise.
8452         * modules/crypto/gc-md5 (License): Likewise.
8453         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8454         * modules/crypto/gc-random (License): Likewise.
8455         * modules/crypto/gc-rijndael (License): Likewise.
8456         * modules/crypto/gc-sha1 (License): Likewise.
8457         * modules/crypto/md2 (License): Likewise.
8458         * modules/crypto/md4 (License): Likewise.
8459
8460 2007-07-30  Jim Meyering  <jim@meyering.net>
8461
8462         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
8463         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
8464         it has valid stat data.  This bug would cause du not to count the
8465         sizes of inaccessible directories.
8466         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
8467         in <http://bugzilla.redhat.com/250077>.
8468
8469 2007-07-25  Peter O'Gorman  <peter@pogma.com>
8470             Bruno Haible  <bruno@clisp.org>
8471
8472         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
8473         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
8474         #include_next, gives a diagnostic about it, but reports no error in
8475         the exit code.
8476         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8477
8478 2007-07-24  Ben Pfaff  <blp@gnu.org>
8479
8480         Improve name: "count-one-bits" is better than "popcount".
8481         * MODULES.html.sh: Update name.
8482         * lib/popcount.h: Renamed lib/count-one-bits.h.
8483         (popcount): Renamed count_one_bits.
8484         (popcountl): Renamed count_one_bits_l.
8485         (popcountll): Renamed count_one_bits_ll.
8486         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
8487         * modules/popcount: Renamed module/count-one-bits.
8488         * modules/popcount-tests: Renamed module/count-one-bits-tests.
8489         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
8490
8491 2007-07-23  Ben Pfaff  <blp@gnu.org>
8492
8493         * lib/popcount.h (popcount32): Reduce size of constants, to allow
8494         better code generation, and add U to large constants to avoid
8495         warnings, in non-GCC case.
8496         Suggested by Bruno Haible.
8497
8498 2007-07-23  Ben Pfaff  <blp@gnu.org>
8499
8500         * lib/popcount.h: Use verify_true instead of if...abort.
8501         * modules/popcount: Depend on verify module.
8502         Suggested by Jim Meyering.
8503
8504 2007-07-23  Bruno Haible  <bruno@clisp.org>
8505
8506         * gnulib-tool (func_import): Create a .cvsignore file also when the
8507         directory is not yet in CVS but the toplevel directory is. When
8508         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
8509         Reported by Karl Berry.
8510
8511 2007-07-22  Ben Pfaff  <blp@gnu.org>
8512
8513         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
8514         case.
8515         Suggested by Eric Blake.
8516
8517 2007-07-22  Ben Pfaff  <blp@gnu.org>
8518
8519         New module: popcount.
8520         * MODULES.html.sh: Add popcount.
8521         * modules/popcount: New file.
8522         * modules/popcount-tests: New file.
8523         * tests/test-popcount.c: New file.
8524         * lib/popcount.h: New file.
8525         * m4/popcount.m4: New file.
8526
8527 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * build-aux/announce-gen: Update to GPLv3.
8530
8531         * build-aux/config.guess: Update from config.
8532
8533 2007-07-21  Bruno Haible  <bruno@clisp.org>
8534
8535         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
8536         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
8537
8538 2007-07-20  Jim Meyering  <jim@meyering.net>
8539
8540         * check-module: Diagnose a self-dependency.
8541
8542 2007-07-19  Bruno Haible  <bruno@clisp.org>
8543
8544         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
8545         empty.
8546         Reported by Eric Blake.
8547
8548 2007-07-18  Bruno Haible  <bruno@clisp.org>
8549
8550         * gnulib-tool: New options --po-base, --po-domain.
8551         (func_usage): Document them.
8552         (pobase, po_domain): New variables.
8553         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
8554         DEFAULT_TEXT_DOMAIN.
8555         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
8556         (func_import): Consider pobase and po_domain. Create a po/ directory.
8557         (func_create_testdir): Set pobase and po_domain to empty.
8558         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
8559         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
8560
8561 2007-07-18  Bruno Haible  <bruno@clisp.org>
8562
8563         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8564         EXTRA_DIST augmentation for files in build-aux/.
8565
8566 2007-07-16  Bruno Haible  <bruno@clisp.org>
8567
8568         * modules/lseek (License): Use the synonymous term "LGPLv2+".
8569         * modules/getdelim (License): Likewise.
8570
8571 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8572
8573         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
8574         * modules/d-type (License): Likewise.
8575         * modules/extensions (License): Likewise.
8576         * modules/fnmatch (License): Likewise.
8577         * modules/fseeko (License): Likewise.
8578         * modules/getaddrinfo (License): Likewise.
8579         * modules/getline (License): Likewise.
8580         * modules/getlogin_r (License): Likewise.
8581         * modules/getpass (License): Likewise.
8582         * modules/gettimeofday (License): Likewise.
8583         * modules/glob (License): Likewise.
8584         * modules/inet_ntop (License): Likewise.
8585         * modules/malloc (License): Likewise.
8586         * modules/malloca (License): Likewise.
8587         * modules/memmem (License): Likewise.
8588         * modules/mempcpy (License): Likewise.
8589         * modules/memset (License): Likewise.
8590         * modules/minmax (License): Likewise.
8591         * modules/mktime (License): Likewise.
8592         * modules/netinet_in (License): Likewise.
8593         * modules/pathmax (License): Likewise.
8594         * modules/poll (License): Likewise.
8595         * modules/regex (License): Likewise.
8596         * modules/snprintf (License): Likewise.
8597         * modules/stdbool (License): Likewise.
8598         * modules/stdint (License): Likewise.
8599         * modules/stdio (License): Likewise.
8600         * modules/strcase (License): Likewise.
8601         * modules/strcasestr (License): Likewise.
8602         * modules/strdup (License): Likewise.
8603         * modules/string (License): Likewise.
8604         * modules/strndup (License): Likewise.
8605         * modules/strnlen (License): Likewise.
8606         * modules/strpbrk (License): Likewise.
8607         * modules/strptime (License): Likewise.
8608         * modules/strsep (License): Likewise.
8609         * modules/sys_select (License): Likewise.
8610         * modules/sys_socket (License): Likewise.
8611         * modules/sys_stat (License): Likewise.
8612         * modules/sys_time (License): Likewise.
8613         * modules/time (License): Likewise.
8614         * modules/time_r (License): Likewise.
8615         * modules/timegm (License): Likewise.
8616         * modules/unistd (License): Likewise.
8617         * modules/vsnprintf (License): Likewise.
8618         * modules/wctype (License): Likewise.
8619
8620 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8621
8622         * modules/argz (License): LGPLv2+.
8623
8624 2007-07-15  Karl Berry  <karl@gnu.org>
8625
8626         * doc/gnulib.texi: revise node structure per new fdl.texi.
8627
8628 2007-07-14  Bruno Haible  <bruno@clisp.org>
8629
8630         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
8631         the output file.
8632         * lib/uniname/uninames.h: Regenerated.
8633
8634 2007-07-14  Karl Berry  <karl@gnu.org>
8635
8636         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
8637         omitting sectioning and index commands.
8638
8639 2007-07-13  Bruno Haible  <bruno@clisp.org>
8640
8641         New gnulib-tool option --more-symlinks.
8642         * gnulib-tool (func_usage): Document --more-symlinks.
8643         (do_copyrights): New variable.
8644         Recognize option --more-symlinks.
8645         (func_import): Don't add a copyright notice transform to
8646         sed_transform_lib_file if do_copyrights is empty.
8647
8648 2007-07-13  Bruno Haible  <bruno@clisp.org>
8649
8650         * lib/vasnprintf.c (decimal_point_char): Define also if
8651         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
8652         && !NEED_PRINTF_DIRECTIVE_A.
8653         Reported by Clemens Koller <clemens.koller@anagramm.de> via
8654         Gary V. Vaughan <gary@gnu.org>.
8655
8656 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
8657
8658         * lib/inttypes_.h: Undo previous change, since it was fixed
8659         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
8660
8661 2007-07-13  Bruno Haible  <bruno@clisp.org>
8662
8663         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
8664         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
8665
8666 2007-07-13  Jim Meyering  <jim@meyering.net>
8667
8668         df: Don't fail for Tru64's "file-on-file mount".
8669         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
8670         so we fall through and use statfs instead.  Details here:
8671         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
8672         Reported by Albert Chin.
8673
8674 2007-07-13  Bruno Haible  <bruno@clisp.org>
8675
8676         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
8677         * modules/configmake (License): Likewise.
8678         * modules/gettext (License): Likewise.
8679         * modules/gettext-h (License): Likewise.
8680         * modules/include_next (License): Likewise.
8681         * modules/link-warning (License): Likewise.
8682         * modules/localcharset (License): Likewise.
8683         * modules/localename (License): Likewise.
8684         * modules/lock (License): Likewise.
8685         * modules/relocatable-lib-lgpl (License): Likewise.
8686         * modules/size_max (License): Likewise.
8687         * modules/vasnprintf (License): Likewise.
8688         * modules/wchar (License): Likewise.
8689         * modules/xsize (License): Likewise.
8690
8691 2007-07-13  Bruno Haible  <bruno@clisp.org>
8692
8693         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
8694         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
8695
8696 2007-07-12  Bruno Haible  <bruno@clisp.org>
8697
8698         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
8699         in the modules files.
8700
8701 2007-07-11  Karl Berry  <karl@gnu.org>
8702
8703         * MODULES.html.sh (func_module): use
8704          sed -e '\|^'"${includefile}"'$|d'
8705          instead of /.../d, to avoid errors on $includefile's containing /.
8706
8707 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8708
8709         * gnulib-tool (func_import): Avoid duplication of --avoid
8710         statements
8711         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
8712         names to `_' in variable names.
8713
8714 2007-07-10  Eric Blake  <ebb9@byu.net>
8715
8716         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
8717         * NEWS: Document this change.
8718
8719 2007-07-08  Bruno Haible  <bruno@clisp.org>
8720
8721         Update to Unicode 5.0.
8722         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
8723         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
8724         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
8725         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
8726         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
8727         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
8728         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
8729         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
8730         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
8731         U+10A3F, U+1D242..U+1D244.
8732         (nonspacing_table_ind): Update.
8733         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
8734         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
8735
8736 2007-07-08  Bruno Haible  <bruno@clisp.org>
8737
8738         Update to Unicode 5.0.
8739         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
8740         code transform. Extend the name index field of unicode_name_to_code and
8741         unicode_code_to_name from 16 to 24 bits.
8742         * lib/uniname/uniname.c (unicode_character_name,
8743         unicode_name_character): Add the range 0x12xxx to the code transform.
8744         * lib/uniname/uninames.h: Regenerated.
8745         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
8746
8747 2007-07-07  Bruno Haible  <bruno@clisp.org>
8748
8749         * modules/wcwidth-tests: New file.
8750         * tests/test-wcwidth.c: New file.
8751
8752         Work around MacOS X wcwidth() bug.
8753         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
8754         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
8755         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
8756         original wcwidth in non-UTF-8 locales.
8757         * modules/wcwidth (Depends-on): Add localcharset, streq,
8758         uniwidth/width.
8759         * doc/functions/wcwidth.texi: Update.
8760
8761 2007-07-07  Bruno Haible  <bruno@clisp.org>
8762
8763         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
8764         (wcwidth): New declaration.
8765         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
8766         macros.
8767         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
8768         here. Prepare for creating <wchar.h> unconditionally.
8769         * modules/wchar (Depends-on): Add link-warning.
8770         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
8771         REPLACE_WCWIDTH, and GL_LINK_WARNING.
8772         * lib/wcwidth.h: Remove file.
8773         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
8774         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
8775         * modules/wcwidth (Files): Remove lib/wcwidth.h.
8776         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
8777         (Include): Replace wcwidth.h with <wchar.h>.
8778         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
8779         * lib/mbchar.h: Don't include wcwidth.h.
8780         * lib/mbswidth.c: Likewise.
8781         * NEWS: Mention the change.
8782
8783 2007-07-07  Bruno Haible  <bruno@clisp.org>
8784
8785         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
8786         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
8787         definition with an external declaration.
8788         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
8789         defined as a function. Remove AC_C_INLINE requirement.
8790         * modules/wcwidth (Files): Add lib/wcwidth.c.
8791         (Makefile.am): Remove redundant statement.
8792
8793 2007-07-07  Bruno Haible  <bruno@clisp.org>
8794
8795         * MODULES.html.sh (Unicode string functions): Add the new modules.
8796
8797         * tests/uniwidth/test-u32-strwidth.c: New file.
8798         * modules/uniwidth/u32-strwidth-tests: New file.
8799
8800         * lib/uniwidth/u32-strwidth.c: New file.
8801         * modules/uniwidth/u32-strwidth: New file.
8802
8803         * tests/uniwidth/test-u16-strwidth.c: New file.
8804         * modules/uniwidth/u16-strwidth-tests: New file.
8805
8806         * lib/uniwidth/u16-strwidth.c: New file.
8807         * modules/uniwidth/u16-strwidth: New file.
8808
8809         * tests/uniwidth/test-u8-strwidth.c: New file.
8810         * modules/uniwidth/u8-strwidth-tests: New file.
8811
8812         * lib/uniwidth/u8-strwidth.c: New file.
8813         * modules/uniwidth/u8-strwidth: New file.
8814
8815         * tests/uniwidth/test-u32-width.c: New file.
8816         * modules/uniwidth/u32-width-tests: New file.
8817
8818         * lib/uniwidth/u32-width.c: New file.
8819         * modules/uniwidth/u32-width: New file.
8820
8821         * tests/uniwidth/test-u16-width.c: New file.
8822         * modules/uniwidth/u16-width-tests: New file.
8823
8824         * lib/uniwidth/u16-width.c: New file.
8825         * modules/uniwidth/u16-width: New file.
8826
8827         * tests/uniwidth/test-u8-width.c: New file.
8828         * modules/uniwidth/u8-width-tests: New file.
8829
8830         * lib/uniwidth/u8-width.c: New file.
8831         * modules/uniwidth/u8-width: New file.
8832
8833         * tests/uniwidth/test-uc_width.c: New file.
8834         * modules/uniwidth/width-tests: New file.
8835
8836         * lib/uniwidth/width.c: New file, from GNU libiconv.
8837         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
8838         * modules/uniwidth/width: New file.
8839
8840         * lib/uniwidth.h: New file, from GNU libiconv.
8841         * modules/uniwidth/base: New file.
8842
8843 2007-07-07  Bruno Haible  <bruno@clisp.org>
8844
8845         * lib/uniname.h: New file, from GNU gettext.
8846         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
8847         * lib/uniname/uninames.h: New file, from GNU gettext.
8848         * lib/uniname/uniname.c: New file, from GNU gettext.
8849         * tests/uniname/test-uninames.sh: New file.
8850         * tests/uniname/test-uninames.c: New file, from GNU gettext.
8851         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
8852         * modules/uniname/base: New file.
8853         * modules/uniname/uniname: New file.
8854         * modules/uniname/uniname-tests: New file.
8855         * MODULES.html.sh (Unicode string functions): Add the new modules.
8856
8857 2007-07-06  Bruno Haible  <bruno@clisp.org>
8858
8859         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
8860
8861 2007-07-06  Bruno Haible  <bruno@clisp.org>
8862
8863         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
8864         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
8865         includes <cygwin/sys_time.h> which includes <sys/select.h> which
8866         include <sys/time.h>.
8867         Reported by Eric Blake.
8868
8869 2007-07-06  Eric Blake  <ebb9@byu.net>
8870
8871         Fix testing canonicalize on cygwin.
8872         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8873         Revert patch from 2007-06-19.
8874         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
8875         canonicalize module is also in use.
8876         * tests/test-canonicalize.c: New file.
8877         * tests/test-canonicalize.sh: Likewise.
8878         * modules/canonicalize-tests: Likewise.
8879
8880 2007-07-06  Jim Meyering  <jim@meyering.net>
8881
8882         * lib/getugroups.c (getugroups): Detect getgrent failure.
8883         Adjust comment to reflect reality: this function may return -1.
8884
8885 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
8886
8887         * build-aux/bootstrap (TP_URL,get_translations): Update to use
8888         the new TP address.
8889         (usage): Fix typo
8890         (gnulib_mk): New variable.
8891
8892 2007-07-05  Jim Meyering  <jim@meyering.net>
8893
8894         Don't let endgrent clobber errno, no matter how improbable.
8895         * lib/getugroups.c (getugroups): Save and restore errno around
8896         endgrent call.
8897
8898         Close the group DB even when failing with 2^31 or more members.
8899         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
8900
8901 2007-07-04  Jim Meyering  <jim@meyering.net>
8902
8903         * lib/getugroups.h: New file.
8904         * lib/getugroups.c: Include "getugroups.h".
8905         Remove uses of "register" keyword.
8906         Move local variable, "cp", down into scope where used.
8907         Give "username" parameter the "const" attribute.
8908         * modules/getugroups (Files): Add lib/getugroups.h
8909
8910 2007-07-04  Karl Berry  <karl@gnu.org>
8911
8912         * MODULES.html.sh (func_all_modules): Complete rename of
8913         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
8914
8915 2007-07-02  Bruno Haible  <bruno@clisp.org>
8916
8917         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
8918         mode, when inttypes.h comes from gnulib.
8919         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8920
8921 2007-07-02  Simon Josefsson  <simon@josefsson.org>
8922
8923         * NEWS: Mention lgpl module name change.
8924
8925         * modules/lgpl-2.1: Renamed from lgpl.
8926
8927         * NEWS: Mention gpl module name change.
8928
8929         * modules/gpl-3.0: New file, based on gpl-2.0.
8930
8931         * modules/gpl-2.0: Renamed from gpl.
8932
8933         * modules/gpl: Fix filename, doc/gpl.texi is now found at
8934         doc/gpl-2.0.texi.
8935
8936 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
8939         #define __STDC_LIMIT_MACROS temporarily while including
8940         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
8941         Problem reported by Joel E. Denny in
8942         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
8943
8944 2007-07-01  Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/unistdio.h: New file.
8947         * lib/unistdio/u-asnprintf.h: New file.
8948         * lib/unistdio/u-asprintf.h: New file.
8949         * lib/unistdio/u-printf-args.c: New file.
8950         * lib/unistdio/u-printf-args.h: New file.
8951         * lib/unistdio/u-printf-parse.h: New file.
8952         * lib/unistdio/u-snprintf.h: New file.
8953         * lib/unistdio/u-sprintf.h: New file.
8954         * lib/unistdio/u-vasprintf.h: New file.
8955         * lib/unistdio/u-vsnprintf.h: New file.
8956         * lib/unistdio/u-vsprintf.h: New file.
8957         * lib/unistdio/ulc-asnprintf.c: New file.
8958         * lib/unistdio/ulc-asprintf.c: New file.
8959         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
8960         * lib/unistdio/ulc-printf-parse.c: New file.
8961         * lib/unistdio/ulc-snprintf.c: New file.
8962         * lib/unistdio/ulc-sprintf.c: New file.
8963         * lib/unistdio/ulc-vasnprintf.c: New file.
8964         * lib/unistdio/ulc-vasprintf.c: New file.
8965         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
8966         * lib/unistdio/ulc-vsnprintf.c: New file.
8967         * lib/unistdio/ulc-vsprintf.c: New file.
8968         * lib/unistdio/u8-asnprintf.c: New file.
8969         * lib/unistdio/u8-asprintf.c: New file.
8970         * lib/unistdio/u8-printf-parse.c: New file.
8971         * lib/unistdio/u8-snprintf.c: New file.
8972         * lib/unistdio/u8-sprintf.c: New file.
8973         * lib/unistdio/u8-vasnprintf.c: New file.
8974         * lib/unistdio/u8-vasprintf.c: New file.
8975         * lib/unistdio/u8-vsnprintf.c: New file.
8976         * lib/unistdio/u8-vsprintf.c: New file.
8977         * lib/unistdio/u8-u8-asnprintf.c: New file.
8978         * lib/unistdio/u8-u8-asprintf.c: New file.
8979         * lib/unistdio/u8-u8-snprintf.c: New file.
8980         * lib/unistdio/u8-u8-sprintf.c: New file.
8981         * lib/unistdio/u8-u8-vasnprintf.c: New file.
8982         * lib/unistdio/u8-u8-vasprintf.c: New file.
8983         * lib/unistdio/u8-u8-vsnprintf.c: New file.
8984         * lib/unistdio/u8-u8-vsprintf.c: New file.
8985         * lib/unistdio/u16-asnprintf.c: New file.
8986         * lib/unistdio/u16-asprintf.c: New file.
8987         * lib/unistdio/u16-printf-parse.c: New file.
8988         * lib/unistdio/u16-snprintf.c: New file.
8989         * lib/unistdio/u16-sprintf.c: New file.
8990         * lib/unistdio/u16-vasnprintf.c: New file.
8991         * lib/unistdio/u16-vasprintf.c: New file.
8992         * lib/unistdio/u16-vsnprintf.c: New file.
8993         * lib/unistdio/u16-vsprintf.c: New file.
8994         * lib/unistdio/u16-u16-asnprintf.c: New file.
8995         * lib/unistdio/u16-u16-asprintf.c: New file.
8996         * lib/unistdio/u16-u16-snprintf.c: New file.
8997         * lib/unistdio/u16-u16-sprintf.c: New file.
8998         * lib/unistdio/u16-u16-vasnprintf.c: New file.
8999         * lib/unistdio/u16-u16-vasprintf.c: New file.
9000         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9001         * lib/unistdio/u16-u16-vsprintf.c: New file.
9002         * lib/unistdio/u32-asnprintf.c: New file.
9003         * lib/unistdio/u32-asprintf.c: New file.
9004         * lib/unistdio/u32-printf-parse.c: New file.
9005         * lib/unistdio/u32-snprintf.c: New file.
9006         * lib/unistdio/u32-sprintf.c: New file.
9007         * lib/unistdio/u32-vasnprintf.c: New file.
9008         * lib/unistdio/u32-vasprintf.c: New file.
9009         * lib/unistdio/u32-vsnprintf.c: New file.
9010         * lib/unistdio/u32-vsprintf.c: New file.
9011         * lib/unistdio/u32-u32-asnprintf.c: New file.
9012         * lib/unistdio/u32-u32-asprintf.c: New file.
9013         * lib/unistdio/u32-u32-snprintf.c: New file.
9014         * lib/unistdio/u32-u32-sprintf.c: New file.
9015         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9016         * lib/unistdio/u32-u32-vasprintf.c: New file.
9017         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9018         * lib/unistdio/u32-u32-vsprintf.c: New file.
9019         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9020         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9021         * tests/unistdio/test-ulc-printf1.h: New file.
9022         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9023         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9024         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9025         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9026         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9027         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9028         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9029         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9030         * tests/unistdio/test-u8-asnprintf1.c: New file.
9031         * tests/unistdio/test-u8-asnprintf1.h: New file.
9032         * tests/unistdio/test-u8-printf1.h: New file.
9033         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9034         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9035         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9036         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9037         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9038         * tests/unistdio/test-u8-vasprintf1.c: New file.
9039         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9040         * tests/unistdio/test-u8-vsprintf1.c: New file.
9041         * tests/unistdio/test-u16-asnprintf1.c: New file.
9042         * tests/unistdio/test-u16-asnprintf1.h: New file.
9043         * tests/unistdio/test-u16-printf1.h: New file.
9044         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9045         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9046         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9047         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9048         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9049         * tests/unistdio/test-u16-vasprintf1.c: New file.
9050         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9051         * tests/unistdio/test-u16-vsprintf1.c: New file.
9052         * tests/unistdio/test-u32-asnprintf1.c: New file.
9053         * tests/unistdio/test-u32-asnprintf1.h: New file.
9054         * tests/unistdio/test-u32-printf1.h: New file.
9055         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9056         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9057         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9058         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9059         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9060         * tests/unistdio/test-u32-vasprintf1.c: New file.
9061         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9062         * tests/unistdio/test-u32-vsprintf1.c: New file.
9063         * modules/unistdio/base: New file.
9064         * modules/unistdio/u-printf-args: New file.
9065         * modules/unistdio/ulc-asnprintf: New file.
9066         * modules/unistdio/ulc-asprintf: New file.
9067         * modules/unistdio/ulc-fprintf: New file.
9068         * modules/unistdio/ulc-printf-parse: New file.
9069         * modules/unistdio/ulc-snprintf: New file.
9070         * modules/unistdio/ulc-sprintf: New file.
9071         * modules/unistdio/ulc-vasnprintf: New file.
9072         * modules/unistdio/ulc-vasprintf: New file.
9073         * modules/unistdio/ulc-vfprintf: New file.
9074         * modules/unistdio/ulc-vsnprintf: New file.
9075         * modules/unistdio/ulc-vsprintf: New file.
9076         * modules/unistdio/u8-asnprintf: New file.
9077         * modules/unistdio/u8-asprintf: New file.
9078         * modules/unistdio/u8-printf-parse: New file.
9079         * modules/unistdio/u8-snprintf: New file.
9080         * modules/unistdio/u8-sprintf: New file.
9081         * modules/unistdio/u8-vasnprintf: New file.
9082         * modules/unistdio/u8-vasprintf: New file.
9083         * modules/unistdio/u8-vsnprintf: New file.
9084         * modules/unistdio/u8-vsprintf: New file.
9085         * modules/unistdio/u8-u8-asnprintf: New file.
9086         * modules/unistdio/u8-u8-asprintf: New file.
9087         * modules/unistdio/u8-u8-snprintf: New file.
9088         * modules/unistdio/u8-u8-sprintf: New file.
9089         * modules/unistdio/u8-u8-vasnprintf: New file.
9090         * modules/unistdio/u8-u8-vasprintf: New file.
9091         * modules/unistdio/u8-u8-vsnprintf: New file.
9092         * modules/unistdio/u8-u8-vsprintf: New file.
9093         * modules/unistdio/u16-asnprintf: New file.
9094         * modules/unistdio/u16-asprintf: New file.
9095         * modules/unistdio/u16-printf-parse: New file.
9096         * modules/unistdio/u16-snprintf: New file.
9097         * modules/unistdio/u16-sprintf: New file.
9098         * modules/unistdio/u16-vasnprintf: New file.
9099         * modules/unistdio/u16-vasprintf: New file.
9100         * modules/unistdio/u16-vsnprintf: New file.
9101         * modules/unistdio/u16-vsprintf: New file.
9102         * modules/unistdio/u16-u16-asnprintf: New file.
9103         * modules/unistdio/u16-u16-asprintf: New file.
9104         * modules/unistdio/u16-u16-snprintf: New file.
9105         * modules/unistdio/u16-u16-sprintf: New file.
9106         * modules/unistdio/u16-u16-vasnprintf: New file.
9107         * modules/unistdio/u16-u16-vasprintf: New file.
9108         * modules/unistdio/u16-u16-vsnprintf: New file.
9109         * modules/unistdio/u16-u16-vsprintf: New file.
9110         * modules/unistdio/u32-asnprintf: New file.
9111         * modules/unistdio/u32-asprintf: New file.
9112         * modules/unistdio/u32-printf-parse: New file.
9113         * modules/unistdio/u32-snprintf: New file.
9114         * modules/unistdio/u32-sprintf: New file.
9115         * modules/unistdio/u32-vasnprintf: New file.
9116         * modules/unistdio/u32-vasprintf: New file.
9117         * modules/unistdio/u32-vsnprintf: New file.
9118         * modules/unistdio/u32-vsprintf: New file.
9119         * modules/unistdio/u32-u32-asnprintf: New file.
9120         * modules/unistdio/u32-u32-asprintf: New file.
9121         * modules/unistdio/u32-u32-snprintf: New file.
9122         * modules/unistdio/u32-u32-sprintf: New file.
9123         * modules/unistdio/u32-u32-vasnprintf: New file.
9124         * modules/unistdio/u32-u32-vasprintf: New file.
9125         * modules/unistdio/u32-u32-vsnprintf: New file.
9126         * modules/unistdio/u32-u32-vsprintf: New file.
9127         * modules/unistdio/ulc-asnprintf-tests: New file.
9128         * modules/unistdio/ulc-vasnprintf-tests: New file.
9129         * modules/unistdio/ulc-vasprintf-tests: New file.
9130         * modules/unistdio/ulc-vsnprintf-tests: New file.
9131         * modules/unistdio/ulc-vsprintf-tests: New file.
9132         * modules/unistdio/u8-asnprintf-tests: New file.
9133         * modules/unistdio/u8-vasnprintf-tests: New file.
9134         * modules/unistdio/u8-vasprintf-tests: New file.
9135         * modules/unistdio/u8-vsnprintf-tests: New file.
9136         * modules/unistdio/u8-vsprintf-tests: New file.
9137         * modules/unistdio/u16-asnprintf-tests: New file.
9138         * modules/unistdio/u16-vasnprintf-tests: New file.
9139         * modules/unistdio/u16-vasprintf-tests: New file.
9140         * modules/unistdio/u16-vsnprintf-tests: New file.
9141         * modules/unistdio/u16-vsprintf-tests: New file.
9142         * modules/unistdio/u32-asnprintf-tests: New file.
9143         * modules/unistdio/u32-vasnprintf-tests: New file.
9144         * modules/unistdio/u32-vasprintf-tests: New file.
9145         * modules/unistdio/u32-vsnprintf-tests: New file.
9146         * modules/unistdio/u32-vsprintf-tests: New file.
9147         * MODULES.html.sh (Unicode string functions): Add the new modules.
9148
9149 2007-07-01  Bruno Haible  <bruno@clisp.org>
9150
9151         * lib/sprintf.c (sprintf): Limit the available length estimation,
9152         to avoid address wraparound.
9153         * lib/vsprintf.c (vsprintf): Likewise.
9154         * modules/sprintf-posix (Dependencies): Add stdint.
9155         * modules/vsprintf-posix (Dependencies): Likewise.
9156
9157 2007-07-01  Bruno Haible  <bruno@clisp.org>
9158
9159         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9160         Windows PATH as well. Conservative double-quoting. Comments.
9161
9162 2007-07-01  Bruno Haible  <bruno@clisp.org>
9163             Eric Blake  <ebb9@byu.net>
9164             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9165
9166         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9167         empty components in $PATH, denoting '.'.
9168
9169 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9170
9171         * gnulib-tool: Fix indentation.
9172         (func_create_megatestdir): Likewise.
9173         Report by Bruno Haible.
9174
9175 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9176
9177         Sync from Automake.
9178         * build-aux/gnupload: Fix shell portability issues with for loops.
9179         Report by Karl Berry.
9180
9181 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9182
9183         * build-aux/maint.mk (POURL): Use translationproject.org.
9184
9185 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9186             Bruno Haible  <bruno@clisp.org>
9187
9188         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9189         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9190         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9191         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9192         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9193
9194 2007-06-27  Bruno Haible  <bruno@clisp.org>
9195
9196         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9197         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9198
9199 2007-06-26  Karl Berry  <karl@gnu.org>
9200
9201         * MODULES.html.sh: remove xreadlink-with-size.
9202
9203 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9204
9205         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9206         method that I hope also handles the double-include problem noted
9207         by Bruno Haible in
9208         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9209
9210 2007-06-23  Bruno Haible  <bruno@clisp.org>
9211
9212         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9213         Don't let the 'mostlyclean' target fail if the last subdirectory could
9214         not be removed.
9215         Reported by Karl Berry.
9216
9217 2007-06-23  Bruno Haible  <bruno@clisp.org>
9218
9219         * gnulib-tool (echo): Add a speedier workaround for ksh.
9220         * tests/test-echo.sh: Likewise.
9221
9222 2007-06-23  Bruno Haible  <bruno@clisp.org>
9223
9224         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9225         * tests/test-echo.sh: Likewise.
9226
9227 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9228
9229         * gnulib-tool (IFS): Initialize early, so we don't set it to
9230         empty later.
9231         (self_abspathname): Rewrite algorithm to set it, reindent.
9232         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9233         (func_create_megatestdir): Merge some sed scripts.
9234
9235 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9238         exposed by Sun Studio 11 cc on Solaris 8.
9239
9240 2007-06-22  Bruno Haible  <bruno@clisp.org>
9241
9242         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9243         backslashes.
9244         * tests/test-echo.sh: New file.
9245
9246 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9247
9248         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9249         simplify `sed_replace_build_aux' scripts, they are portable but
9250         echoing them with `echo' is not.
9251         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9252
9253 2007-06-21  Karl Berry  <karl@gnu.org>
9254
9255         * config/srclist.txt: guess we can't handle the licenses via
9256         srclist at the moment.
9257
9258 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9259
9260         * MODULES.html.sh: Add include_next.
9261         * modules/include_next: New file.
9262
9263 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9266         INCLUDE_NEXT.
9267         (gl_CHECK_NEXT_HEADERS): New macro.
9268         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9269         the obsolescent gl_ABSOLUTE_HEADER.
9270         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9271         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9272         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9273         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9274         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9275         * m4/math_h.m4 (gl_MATH_H): Likewise.
9276         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9277         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9278         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9279         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9280         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9281         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9282         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9283         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9284         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9285         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9286         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9287         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9288         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9289         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9290         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9291         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9292         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9293         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9294         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9295         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9296         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9297         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9298         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9299         * lib/float_.h: Likewise.
9300         * lib/inttypes_.h: Likewise.
9301         * lib/math_.h: Likewise.
9302         * lib/search_.h: Likewise.
9303         * lib/signal_.h: Likewise.
9304         * lib/stdint_.h: Likewise.
9305         * lib/stdio_.h: Likewise.
9306         * lib/stdlib_.h: Likewise.
9307         * lib/string_.h: Likewise.
9308         * lib/sys_stat_.h: Likewise.
9309         * lib/sys_time_.h: Likewise.
9310         * lib/time_.h: Likewise.
9311         * lib/unistd_.h: Likewise.
9312         * lib/wchar_.h: Likewise.
9313         * lib/wctype_.h: Likewise.
9314         * lib/dirent_.h: Likewise.
9315         * lib/iconv_.h: Likewise.
9316         * lib/locale_.h: Likewise.
9317         * lib/netinet_in_.h: Likewise.
9318         * lib/sys_select_.h: Likewise.
9319         * lib/sys_socket_.h: Likewise.
9320         * lib/sysexits_.h: Likewise.
9321         * modules/fcntl (Depends-on): Depend on include_next, not
9322         absolute_header.
9323         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9324         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9325         * modules/fchdir: Likewise.
9326         * modules/float: Likewise.
9327         * modules/iconv_open: Likewise.
9328         * modules/inttypes: Likewise.
9329         * modules/locale: Likewise.
9330         * modules/math: Likewise.
9331         * modules/netinet_in: Likewise.
9332         * modules/search: Likewise.
9333         * modules/signal: Likewise.
9334         * modules/stdint: Likewise.
9335         * modules/stdio: Likewise.
9336         * modules/stdlib: Likewise.
9337         * modules/string: Likewise.
9338         * modules/sys_select: Likewise.
9339         * modules/sys_socket: Likewise.
9340         * modules/sys_stat: Likewise.
9341         * modules/sys_time: Likewise.
9342         * modules/sysexits: Likewise.
9343         * modules/time: Likewise.
9344         * modules/unistd: Likewise.
9345         * modules/wchar: Likewise.
9346         * modules/wctype: Likewise.
9347         * modules/sys_stat: Change maintainer to "all".
9348         * modules/unistd: Likewise.
9349
9350 2007-06-20  Karl Berry  <karl@gnu.org>
9351
9352         * config/srclist.txt: track www changes in license files.
9353
9354 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9355
9356         * build-aux/bootstrap: Remove stray dot.
9357         Make sure build_aux settings are honored when linking
9358         gnulib_extra_files.
9359
9360 2007-06-19  Eric Blake  <ebb9@byu.net>
9361
9362         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9363         Allow compilation on cygwin.
9364
9365 2007-06-19  Jim Meyering  <jim@meyering.net>
9366
9367         xreadlink-with-size: Remove module.  No longer used.
9368         Ex-callers now use xreadlink or mreadlink-with-size.
9369         * modules/xreadlink-with-size: Remove module.
9370         * lib/xreadlink-with-size.c: Remove file.
9371         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9372         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9373         just before the function definition *is* accurate.
9374
9375         Eliminate one way canonicalize_filename_mode could exit.
9376         * lib/canonicalize.c (canonicalize_filename_mode):
9377         Use mreadlink_with_size, not xreadlink_with_size.
9378
9379 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9380
9381         Detect porting problems to FreeBSD/arm, which has time_t wider than
9382         long int.  Original problem reported for GNU diff by Xin Li in
9383         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9384         * modules/getdate (Depends-on): Add intprops, verify.
9385         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9386         is an integer type no wider than long int.
9387
9388 2007-06-18  Jim Meyering  <jim@meyering.net>
9389
9390         New module: mreadlink-with-size.
9391         * MODULES.html.sh: Add mreadlink-with-size.
9392         * modules/mreadlink-with-size: New module
9393         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9394         not xreadlink-with-size.
9395         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9396
9397 2007-06-16  Bruno Haible  <bruno@clisp.org>
9398
9399         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9400         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9401         Reported by Gary V. Vaughan <gary@gnu.org>.
9402
9403 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9404
9405         Revamp lchown so that it lives in unistd.h where it belongs.
9406         * lib/lchown.h: Remove.
9407         * lib/dirchownmod.c: Don't include lib/lchown.h.
9408         * lib/fchownat.c: Likewise.
9409         * lib/openat.c: Likewise.
9410         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9411         does not follow symlinks.
9412         (EOPNOTSUPP): Define if not defined.
9413         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9414         is defined to 0.
9415         (lchown): New decl.
9416         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9417         Do not check for lchown decl.
9418         Set REPLACE_LCHOWN.
9419         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9420         REPLACE_LCHOWN.
9421         * modules/chown: Make it clear it follows symlinks.
9422         * modules/lchown: Make it clear it doesn't follow symlinks.
9423         (Files): Remove lib/lchown.h
9424         (Depends-on): Add unistd.
9425         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9426         (Include): Include <unistd.h>, not "lchown.h".
9427         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9428         REPLACE_LCHOWN.
9429
9430 2007-06-15  Jim Meyering  <jim@meyering.net>
9431
9432         Change license (GPL to LGPL) of fsusage and dependents.
9433         * modules/fsusage (License): Change to LGPL.
9434         * modules/full-read (License): Likewise.
9435         * modules/full-write (License): Likewise.
9436         * modules/safe-read (License): Likewise.
9437         * modules/safe-write (License): Likewise.
9438
9439 2007-06-14  Ben Pfaff  <blp@gnu.org>
9440
9441         Missing part of allocsa -> malloca transition.
9442         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9443         gl_MALLOCA.
9444
9445 2007-06-12  Bruno Haible  <bruno@clisp.org>
9446
9447         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9448         to ia64, x86_64, i386.
9449         Reported by Eric Blake.
9450
9451 2007-06-12  Bruno Haible  <bruno@clisp.org>
9452
9453         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9454         cross-compiling to x86_64.
9455
9456 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
9457
9458         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
9459         glitch reported by Ralf Wildenhues in
9460         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
9461
9462         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
9463         Vin Shelton.
9464
9465 2007-06-11  Bruno Haible  <bruno@clisp.org>
9466
9467         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
9468         replacement string.
9469         Reported by Eric Blake.
9470
9471 2007-06-10  Bruno Haible  <bruno@clisp.org>
9472
9473         Prepare vasnprintf code for use with Unicode strings.
9474         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
9475         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
9476         TYPE_U32_STRING.
9477         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
9478         a_u32_string variants.
9479         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9480         * lib/printf-args.c: Don't include config.h and the specification
9481         header if PRINTF_FETCHARGS is already defined.
9482         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
9483         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
9484         TYPE_U16_STRING, TYPE_U32_STRING.
9485         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
9486         u16_directive, u16_directives, u32_directive, u32_directives): New
9487         types.
9488         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
9489         New declarations.
9490         * lib/printf-parse.c: Don't include config.h and the specification
9491         header if PRINTF_PARSE is already defined. Eliminate the set of
9492         parameters for WIDE_CHAR_VERSION; the user of this file must provide
9493         them now. Include c-ctype.h.
9494         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
9495         directive and CHAR_T_ONLY_ASCII.
9496         * lib/vasnprintf.c: Don't include config.h and the specification header
9497         if VASNPRINTF is already defined.
9498         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
9499         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
9500         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
9501         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
9502         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
9503         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
9504         code accordingly.
9505         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
9506         pad_ourselves also in this case, with the 'c' and 's' directives, and
9507         with a different notion of "width".
9508         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
9509
9510 2007-06-10  Bruno Haible  <bruno@clisp.org>
9511
9512         * modules/unistr/u32-mbsnlen: New file.
9513         * lib/unistr/u32-mbsnlen.c: New file.
9514
9515         * modules/unistr/u16-mbsnlen: New file.
9516         * lib/unistr/u16-mbsnlen.c: New file.
9517
9518         * modules/unistr/u8-mbsnlen: New file.
9519         * lib/unistr/u8-mbsnlen.c: New file.
9520
9521         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
9522         declarations.
9523
9524 2007-06-10  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/string_.h (mbsnlen): New declaration.
9527         * lib/mbsnlen.c: New file.
9528         * m4/mbsnlen.m4: New file.
9529         * modules/mbsnlen: New file.
9530         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
9531         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
9532         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
9533
9534 2007-06-10  Bruno Haible  <bruno@clisp.org>
9535
9536         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
9537
9538 2007-06-10  Bruno Haible  <bruno@clisp.org>
9539
9540         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
9541         * lib/mbuiter.h: Likewise.
9542
9543 2007-06-10  Bruno Haible  <bruno@clisp.org>
9544
9545         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
9546         declaration.
9547
9548 2007-06-10  Karl Berry  <karl@gnu.org>
9549
9550         * config/srclist.txt: remove gettext entries, Bruno prefers
9551         to update individually.
9552
9553 2007-06-10  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
9556         'maxlen'. Ensure only length + width bytes are allocated, not
9557         length + 1 + width.
9558
9559 2007-06-09  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
9562         (CHAR_T): Remove macro.
9563         (VASNPRINTF): Update.
9564
9565 2007-06-09  Bruno Haible  <bruno@clisp.org>
9566
9567         * MODULES.html.sh (Unicode string functions): Add the new modules.
9568
9569         * modules/uniconv/u32-conv-to-enc: New file.
9570         * lib/uniconv/u32-conv-to-enc.c: New file.
9571         * modules/uniconv/u32-conv-to-enc-tests: New file.
9572         * tests/uniconv/test-u32-conv-to-enc.c: New file.
9573
9574         * modules/uniconv/u16-conv-to-enc: New file.
9575         * lib/uniconv/u16-conv-to-enc.c: New file.
9576         * lib/uniconv/u-conv-to-enc.h: New file.
9577         * modules/uniconv/u16-conv-to-enc-tests: New file.
9578         * tests/uniconv/test-u16-conv-to-enc.c: New file.
9579
9580         * modules/uniconv/u8-conv-to-enc: New file.
9581         * lib/uniconv/u8-conv-to-enc.c: New file.
9582         * modules/uniconv/u8-conv-to-enc-tests: New file.
9583         * tests/uniconv/test-u8-conv-to-enc.c: New file.
9584
9585         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9586         u32_conv_to_encoding): New declarations.
9587
9588 2007-06-09  Bruno Haible  <bruno@clisp.org>
9589
9590         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
9591
9592 2007-06-09  Bruno Haible  <bruno@clisp.org>
9593
9594         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
9595         * modules/malloca: Renamed from modules/allocsa, updated.
9596         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
9597         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
9598         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
9599         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
9600         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
9601         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
9602         * modules/xmalloca: Renamed from modules/xallocsa, updated.
9603         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
9604         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
9605         * modules/c-strcasestr (Depends-on): Update.
9606         * lib/c-strcasestr.c: Update.
9607         * modules/c-strstr (Depends-on): Update.
9608         * lib/c-strstr.c: Update.
9609         * modules/canonicalize-lgpl (Depends-on): Update.
9610         * lib/canonicalize-lgpl.c: Update.
9611         * modules/clean-temp (Depends-on): Update.
9612         * lib/clean-temp.c: Update.
9613         * modules/csharpcomp (Depends-on): Update.
9614         * lib/csharpcomp.c: Update.
9615         * modules/csharpexec (Depends-on): Update.
9616         * lib/csharpexec.c: Update.
9617         * modules/javacomp (Depends-on): Update.
9618         * lib/javacomp.c: Update.
9619         * modules/javaexec (Depends-on): Update.
9620         * lib/javaexec.c: Update.
9621         * modules/mbscasestr (Depends-on): Update.
9622         * lib/mbscasestr.c: Update.
9623         * modules/mbsstr (Depends-on): Update.
9624         * lib/mbsstr.c: Update.
9625         * modules/setenv (Depends-on): Update.
9626         * lib/setenv.c: Update.
9627         * modules/strcasestr (Depends-on): Update.
9628         * lib/strcasestr.c: Update.
9629         * modules/striconveha (Depends-on): Update.
9630         * lib/striconveha.c: Update.
9631         * modules/relocatable-prog-wrapper (Files): Update.
9632         * lib/relocwrapper.c: Update.
9633         * build-aux/install-reloc: Update.
9634         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
9635
9636 2007-06-08  Bruno Haible  <bruno@clisp.org>
9637
9638         Port to uClibc.
9639         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
9640         * lib/fpurge.c (fpurge): Likewise.
9641         * lib/freading.c (freading): Likewise.
9642         * lib/fseeko.c (rpl_fseeko): Likewise.
9643         * lib/fseterr.c (fseterr): Likewise.
9644         * lib/fwriting.c (fwriting): Likewise.
9645         * tests/test-fflush.c (main): Avoid a failure on uClibc.
9646
9647 2007-06-08  Bruno Haible  <bruno@clisp.org>
9648
9649         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
9650         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
9651         * modules/gettext (Files): Add m4/intlmacosx.m4.
9652
9653 2007-06-07  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/localename-tests: New file.
9656         * tests/test-localename.c: New file.
9657
9658         New module 'localename'.
9659         * lib/localename.h: New file.
9660         * lib/localename.c: New file, from GNU gettext.
9661         * m4/localename.m4: New file.
9662         * modules/localename: New file.
9663
9664 2007-06-07  Bruno Haible  <bruno@clisp.org>
9665
9666         Work around the lack of <wchar.h> on some builds of uClibc.
9667         * doc/headers/wchar.texi: Update.
9668         * lib/wchar_.h: Include <wchar.h> only if it exists.
9669         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
9670         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
9671         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
9672         doesn't exist.
9673         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
9674         * modules/mbfile (Depends-on): Add wchar.
9675         * modules/mbiter (Depends-on): Likewise.
9676         * modules/mbuiter (Depends-on): Likewise.
9677         Reported by Simon Josefsson.
9678
9679 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
9680
9681         Work around problem reported by Steven M. Schweda in
9682         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
9683         Tru64 5.1B with the Compaq compiler environment installed declares
9684         an 'isblank' function but does not define it in the C library.
9685         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
9686         * lib/regex_internal.h (isblank): Likewise.
9687         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
9688         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9689
9690 2007-06-05  Bruno Haible  <bruno@clisp.org>
9691
9692         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
9693         ia64.
9694         * modules/printf-safe: New file.
9695         * modules/fprintf-posix (Depends-on): Add printf-safe.
9696         * modules/printf-posix (Depends-on): Likewise.
9697         * modules/snprintf-posix (Depends-on): Likewise.
9698         * modules/sprintf-posix (Depends-on): Likewise.
9699         * modules/vasnprintf-posix (Depends-on): Likewise.
9700         * modules/vasprintf-posix (Depends-on): Likewise.
9701         * modules/vfprintf-posix (Depends-on): Likewise.
9702         * modules/vprintf-posix (Depends-on): Likewise.
9703         * modules/vsnprintf-posix (Depends-on): Likewise.
9704         * modules/vsprintf-posix (Depends-on): Likewise.
9705         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
9706         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
9707         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
9708         "no" on i386, x86_64, ia64.
9709         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
9710         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9711         on i386, x86_64, ia64.
9712         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
9713         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9714         on i386, x86_64, ia64.
9715         * tests/test-vasnprintf-posix.c: Include float.h.
9716         (LDBL80_WORDS): New macro.
9717         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9718         on i386, x86_64, ia64.
9719         * tests/test-vasprintf-posix.c: Include float.h.
9720         (LDBL80_WORDS): New macro.
9721         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
9722         on i386, x86_64, ia64.
9723         * tests/test-snprintf-posix.c: Include float.h.
9724         * tests/test-sprintf-posix.c: Likewise.
9725         * tests/test-vsnprintf-posix.c: Likewise.
9726         * tests/test-vsprintf-posix.c: Likewise.
9727
9728 2007-06-05  Bruno Haible  <bruno@clisp.org>
9729
9730         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
9731         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
9732         non-IEEE numbers on i386, x86_64, ia64.
9733         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
9734         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
9735         * tests/test-isnanl.h: Include float.h.
9736         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
9737
9738 2007-06-05  Bruno Haible  <bruno@clisp.org>
9739
9740         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
9741         also the %a / %A. Handle the %a / %A code before this extra handling.
9742
9743 2007-06-05  Bruno Haible  <bruno@clisp.org>
9744
9745         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
9746         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
9747
9748 2007-06-05  Bruno Haible  <bruno@clisp.org>
9749
9750         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
9751         typo in variable name.
9752
9753 2007-06-05  Eric Blake  <ebb9@byu.net>
9754
9755         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
9756         Reported by Simon Josefsson.
9757
9758 2007-06-04  Bruno Haible  <bruno@clisp.org>
9759
9760         Avoid test failures on some PowerPC platforms.
9761         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
9762         Define differently for PowerPC.
9763         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
9764         Reported by Gary V. Vaughan <gary@gnu.org>.
9765
9766 2007-06-02  Bruno Haible  <bruno@clisp.org>
9767
9768         Fix test-stdint failure on FreeBSD/ia64.
9769         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
9770         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
9771         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
9772         * doc/headers/stdint.texi: Update.
9773
9774 2007-06-01  Bruno Haible  <bruno@clisp.org>
9775
9776         * tests/test-binary-io.c (main): Pass a third argument to open().
9777         Reported by Gary V. Vaughan <gary@gnu.org>.
9778
9779 2007-06-01  Bruno Haible  <bruno@clisp.org>
9780
9781         * doc/functions/frexpl.texi: Update for mingw.
9782
9783 2007-06-01  Bruno Haible  <bruno@clisp.org>
9784
9785         * tests/test-lseek.c (main): Disable test of errno for invalid third
9786         argument.
9787         * doc/functions/lseek.texi: Update.
9788         Reported by Gary V. Vaughan <gary@gnu.org>.
9789
9790 2007-05-28  Bruno Haible  <bruno@clisp.org>
9791
9792         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
9793
9794 2007-05-31  Eric Blake  <ebb9@byu.net>
9795
9796         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
9797         cross compiling.
9798
9799 2007-05-30  Eric Blake  <ebb9@byu.net>
9800         and Bruno Haible  <bruno@clisp.org>
9801
9802         Work around mingw test failures exposed by m4-1.4.9b.
9803         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
9804         * tests/test-unistd.c: Disable uid_t and git_t tests for the
9805         moment.
9806
9807 2007-05-30  Bruno Haible  <bruno@clisp.org>
9808
9809         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
9810         assuming that they are closed. Needed on HP-UX 11.
9811
9812 2007-05-29  Bruno Haible  <bruno@clisp.org>
9813
9814         Fix a problem with #include_next.
9815         * lib/dirent_.h: Split the double-inclusion guard.
9816         * lib/fcntl_.h: Likewise.
9817         * lib/float_.h: Likewise.
9818         * lib/iconv_.h: Likewise.
9819         * lib/inttypes_.h: Likewise.
9820         * lib/locale_.h: Likewise.
9821         * lib/math_.h: Likewise.
9822         * lib/netinet_in_.h: Likewise.
9823         * lib/search_.h: Likewise.
9824         * lib/signal_.h: Likewise.
9825         * lib/stdint_.h: Likewise.
9826         * lib/stdio_.h: Likewise.
9827         * lib/stdlib_.h: Likewise.
9828         * lib/string_.h: Likewise.
9829         * lib/sys_select_.h: Likewise.
9830         * lib/sys_socket_.h: Likewise.
9831         * lib/sys_stat_.h: Likewise.
9832         * lib/sys_time_.h: Likewise.
9833         * lib/sysexits_.h: Likewise.
9834         * lib/time_.h: Likewise.
9835         * lib/unistd_.h: Likewise.
9836         * lib/wchar_.h: Likewise.
9837         * lib/wctype_.h: Likewise.
9838
9839 2007-05-29  Bruno Haible  <bruno@clisp.org>
9840
9841         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
9842         for the moment.
9843
9844 2007-05-29  Bruno Haible  <bruno@clisp.org>
9845
9846         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
9847         invocation.
9848         Reported by Eric Blake.
9849
9850 2007-05-29  Bruno Haible  <bruno@clisp.org>
9851
9852         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
9853         compiling case.
9854
9855 2007-05-29  Eric Blake  <ebb9@byu.net>
9856             Bruno Haible  <bruno@clisp.org>
9857
9858         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
9859         cross compiles.
9860
9861 2007-05-28  Eric Blake  <ebb9@byu.net>
9862
9863         * modules/closein-tests (test_closein_LDADD): Support test on
9864         cygwin with libtool.
9865
9866 2007-05-28  Bruno Haible  <bruno@clisp.org>
9867
9868         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
9869         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9870         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9871         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9872         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9873         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9874         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9875         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9876         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9877
9878 2007-05-28  Eric Blake  <ebb9@byu.net>
9879
9880         Unconditionally include <config.h> in unit tests.
9881         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
9882         * tests/test-allocsa.c, tests/test-arcfour.c,
9883         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
9884         tests/test-array_list.c, tests/test-array_oset.c,
9885         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
9886         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
9887         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
9888         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
9889         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
9890         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
9891         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
9892         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
9893         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
9894         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
9895         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
9896         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
9897         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
9898         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
9899         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
9900         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
9901         test-md5.c, test-memmem.c, test-printf-posix.c,
9902         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
9903         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
9904         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
9905         test-strcasestr.c, test-striconv.c, test-striconveh.c,
9906         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
9907         test-vasnprintf-posix2.c, test-vasnprintf.c,
9908         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
9909         test-vfprintf-posix.c, test-vprintf-posix.c,
9910         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
9911         test-xvasprintf.c: Likewise.
9912
9913 2007-05-28  Bruno Haible  <bruno@clisp.org>
9914
9915         * gnulib-tool (func_import): Remember the --with-tests command-line
9916         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
9917         Reported by Eric Blake.
9918
9919 2007-05-28  Bruno Haible  <bruno@clisp.org>
9920
9921         * modules/ftell-tests: New file.
9922         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
9923         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
9924
9925         * lib/ftell.c: New file.
9926         * modules/ftell: New file.
9927         * m4/ftell.m4: New file.
9928         * doc/functions/ftell.texi: Update.
9929         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
9930         REPLACE_FTELL.
9931         * lib/stdio_.h (rpl_ftell): New declaration.
9932         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
9933         REPLACE_FTELL.
9934
9935 2007-05-28  Eric Blake  <ebb9@byu.net>
9936
9937         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
9938
9939 2007-05-28  Bruno Haible  <bruno@clisp.org>
9940
9941         * modules/fseek-tests: New file.
9942         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
9943         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
9944
9945         * lib/fseek.c: New file.
9946         * modules/fseek: New file.
9947         * m4/fseek.m4: New file.
9948         * doc/functions/fseek.texi: Update.
9949         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
9950         REPLACE_FSEEK.
9951         * lib/stdio_.h (rpl_fseek): New declaration.
9952         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
9953         REPLACE_FSEEK.
9954
9955 2007-05-28  Bruno Haible  <bruno@clisp.org>
9956
9957         * lib/stdio_.h (fflush): More comments.
9958
9959 2007-05-28  Bruno Haible  <bruno@clisp.org>
9960
9961         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
9962         runtime test.
9963
9964 2007-05-28  Eric Blake  <ebb9@byu.net>
9965
9966         Improve lseek module.
9967         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
9968         * lib/unistd_.h (lseek): Scale back link warning message.
9969         * tests/test-lseek.c: Beef up test.
9970         * tests/test-lseek.sh: Exercise more facets of lseek.
9971         Reported by Bruno Haible.
9972
9973 2007-05-28  Bruno Haible  <bruno@clisp.org>
9974
9975         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
9976         to define.
9977
9978 2007-05-27  Bruno Haible  <bruno@clisp.org>
9979
9980         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
9981
9982 2007-05-27  Bruno Haible  <bruno@clisp.org>
9983
9984         * modules/openmp: New file.
9985         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
9986         Noah Misch.
9987
9988 2007-05-26  Bruno Haible  <bruno@clisp.org>
9989
9990         * modules/chdir-long (Depends-on): Add fchdir.
9991         * modules/chdir-safer (Depends-on): Likewise.
9992         * modules/fts (Depends-on): Likewise.
9993         * modules/fts-lgpl (Depends-on): Likewise.
9994         * modules/openat (Depends-on): Likewise.
9995         * modules/savewd (Depends-on): Likewise.
9996
9997 2007-05-24  Eric Blake  <ebb9@byu.net>
9998
9999         Fix lseek on mingw.
10000         * modules/lseek: New module.
10001         * m4/lseek.m4: New file.
10002         * lib/lseek.c: New file.
10003         * modules/lseek-tests: New file.
10004         * tests/test-lseek.c: New file.
10005         * tests/test-lseek.sh: New file.
10006         * MODULES.html.sh: Document lseek module.
10007         * modules/fflush (Depends-on): Add lseek, fseeko.
10008         * modules/fseeko (Depends-on): Likewise.
10009         * modules/ftello (Depends-on): Likewise.
10010         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10011         broken.
10012         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10013         broken.
10014         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10015         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10016         * lib/ftello.c (rpl_ftello): Likewise.
10017         * tests/test-fseeko.c (main): Test this.
10018         * tests/test-fseeko.sh: Likewise.
10019         * tests/test-ftello.c (main): Likewise.
10020         * tests/test-ftello.sh: Likewise.
10021         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10022         implies replacing fseek.
10023         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10024         HAVE_FTELLO.
10025         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10026         * modules/unistd (Makefile.am): Likewise.
10027         * lib/unistd_.h (lseek): Declare a replacement.
10028         * doc/functions/lseek.texi (lseek): Document this fix.
10029         * doc/functions/fseek.texi (fseek): Likewise.
10030         * doc/functions/ftell.texi (ftell): Likewise.
10031
10032 2007-05-24  Bruno Haible  <bruno@clisp.org>
10033
10034         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10035         in the printed representation of a NaN.
10036         * tests/test-vasprintf-posix.c (test_function): Likewise.
10037         * tests/test-snprintf-posix.h (test_function): Likewise.
10038         * tests/test-sprintf-posix.h (test_function): Likewise.
10039         Reported by Eric Blake.
10040
10041 2007-05-23  Eric Blake  <ebb9@byu.net>
10042
10043         Fix fseeko/ftello on cygwin 1.5.24.
10044         * doc/functions/fseeko.texi (fseeko): Document the fix.
10045         * doc/functions/ftello.texi (ftello): Document the fix.
10046         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10047         * doc/functions/stdout.text (stdout): New file.
10048         * doc/functions/stderr.text (stderr): New file.
10049         * doc/gnulib.texi (Function Substitutes): Use new files.
10050         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10051         prior to 1.7.0.
10052         * tests/test-ftello.c (main): Likewise for ftello.
10053         * tests/test-fseeko.sh: New file.
10054         * tests/test-ftello.sh: New file.
10055         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10056         with seekable stdin.
10057         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10058         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10059         (gl_REPLACE_FSEEKO): New macro.
10060         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10061         * modules/fseeko (Files): Distribute fseeko.c.
10062         * modules/ftello (Files): Distribute ftello.c.
10063         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10064         mode.
10065         * lib/ftello.c (rpl_ftello): New file.
10066         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10067         fseeko, ftello.
10068         (gl_STDIN_LARGE_OFFSET): New macro.
10069         * modules/stdio (Makefile.am): Perform the replacement.
10070         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10071
10072 2007-05-23  Bruno Haible  <bruno@clisp.org>
10073
10074         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10075         GNULIB_POSIXCHECK is defined.
10076
10077 2007-05-21  Bruno Haible  <bruno@clisp.org>
10078
10079         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10080         Check also the output for NaN arguments. When cross-compiling, guess
10081         no on IRIX.
10082         * lib/vasnprintf.c: Update comments.
10083         * tests/test-vasnprintf-posix.c (strisnan): New function.
10084         (test_function): Use it.
10085         * tests/test-vasprintf-posix.c (strisnan): New function.
10086         (test_function): Use it.
10087         * tests/test-snprintf-posix.h (strisnan): New function.
10088         (test_function): Use it.
10089         * tests/test-sprintf-posix.h (strisnan): New function.
10090         (test_function): Use it.
10091         Reported by Eric Blake.
10092
10093 2007-05-20  Bruno Haible  <bruno@clisp.org>
10094
10095         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10096         numbers that fails on BeOS.
10097         * doc/functions/frexpl.texi: Update.
10098
10099 2007-05-20  Jim Meyering  <jim@meyering.net>
10100
10101         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10102         forced upon us by glibc-2.6.
10103
10104 2007-05-20  Bruno Haible  <bruno@clisp.org>
10105
10106         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10107         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10108         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10109         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10110         NEED_PRINTF_INFINITE.
10111         (is_infinitel): New function.
10112         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10113         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10114         gl_PREREQ_VASNPRINTF_INFINITE.
10115         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10116         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10117         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10118         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10119         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10120         gl_PREREQ_VASNPRINTF_INFINITE.
10121         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10122         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10123         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10124         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10125         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10126         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10127         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10128         * doc/functions/fprintf.texi: Update.
10129         * doc/functions/printf.texi: Update.
10130         * doc/functions/snprintf.texi: Update.
10131         * doc/functions/sprintf.texi: Update.
10132         * doc/functions/vfprintf.texi: Update.
10133         * doc/functions/vprintf.texi: Update.
10134         * doc/functions/vsnprintf.texi: Update.
10135         * doc/functions/vsprintf.texi: Update.
10136
10137 2007-05-20  Bruno Haible  <bruno@clisp.org>
10138
10139         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10140         was not found in libc.
10141         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10142
10143 2007-05-20  Bruno Haible  <bruno@clisp.org>
10144
10145         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10146         printed as "-nan" instead of "nan".
10147         * tests/test-vasprintf-posix.c (test_function): Likewise.
10148         * tests/test-snprintf-posix.h (test_function): Likewise.
10149         * tests/test-sprintf-posix.h (test_function): Likewise.
10150         Needed for HP-UX 11.
10151
10152 2007-05-20  Jim Meyering  <jim@meyering.net>
10153
10154         Fix buggy test for the fchownat-deref bug.
10155         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10156         symlink required for the run-test.  Without it, this test would
10157         always declare that fchownat doesn't work, and client code would
10158         unnecessarily use the replacement function with fixed libc.
10159         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10160         Reported by Greg Schafer.
10161
10162 2007-05-19  Bruno Haible  <bruno@clisp.org>
10163
10164         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10165         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10166         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10167         Needed for IRIX 6.5 and Solaris 2.5.1.
10168
10169 2007-05-19  Bruno Haible  <bruno@clisp.org>
10170
10171         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10172         (test_function): Skip tests involving -0.0 on platforms where
10173         -0.0 = 0.0.
10174         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10175         (test_function): Skip tests involving -0.0 on platforms where
10176         -0.0 = 0.0.
10177         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10178         (test_function): Skip tests involving -0.0 on platforms where
10179         -0.0 = 0.0.
10180         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10181         (test_function): Skip tests involving -0.0 on platforms where
10182         -0.0 = 0.0.
10183         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10184         tests.
10185         * tests/test-printf-posix.h (test_function): Likewise.
10186         * tests/test-printf-posix.output: Remove all -0.0 related results.
10187         Needed for IRIX 6.5.
10188
10189 2007-05-19  Bruno Haible  <bruno@clisp.org>
10190
10191         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10192         printed as "nan0x7fffffff" instead of "nan".
10193         * tests/test-vasprintf-posix.c (test_function): Likewise.
10194         * tests/test-snprintf-posix.h (test_function): Likewise.
10195         * tests/test-sprintf-posix.h (test_function): Likewise.
10196         * tests/test-fprintf-posix.h (NaN): Remove macro.
10197         (test_function): Remove all NaN related tests.
10198         * tests/test-printf-posix.h (NaN): Remove macro.
10199         (test_function): Remove all NaN related tests.
10200         * tests/test-printf-posix.output: Remove all NaN related results.
10201         Needed for IRIX 6.5.
10202
10203 2007-05-19  Bruno Haible  <bruno@clisp.org>
10204
10205         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10206         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10207
10208 2007-05-19  Bruno Haible  <bruno@clisp.org>
10209
10210         * lib/float_.h: New file.
10211         * m4/float_h.m4: New file.
10212         * modules/float: New file.
10213         * modules/isnanl (Dependencies): Add float.
10214         * modules/isnanl-nolibm (Dependencies): Likewise.
10215         * modules/mathl (Dependencies): Likewise.
10216         * modules/printf-frexpl (Dependencies): Likewise.
10217         * modules/signbit (Dependencies): Likewise.
10218         * modules/vasnprintf (Dependencies): Likewise.
10219         * doc/headers/float.texi: Update.
10220
10221 2007-05-19  Jim Meyering  <jim@meyering.net>
10222
10223         * lib/utimens.c (gl_futimens): Rename from futimens,
10224         now that glibc-2.6 declares futimens.
10225         * lib/utimens.h: Likewise.
10226
10227 2007-05-19  Bruno Haible  <bruno@clisp.org>
10228
10229         Avoid test failures on mingw.
10230         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10231         * tests/test-printf-posix.sh: Likewise.
10232         * tests/test-vfprintf-posix.sh: Likewise.
10233         * tests/test-vprintf-posix.sh: Likewise.
10234
10235 2007-05-19  Bruno Haible  <bruno@clisp.org>
10236
10237         Fix *printf result for NaN, Inf, -0.0 on mingw.
10238         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10239         * lib/vasnprintf.c: Include math.h and isnan.h.
10240         (is_infinite_or_zero): New function.
10241         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10242         values in the %f, %F, %e, %E, %g, %G directives.
10243         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10244         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10245         gl_PRINTF_INFINITE and test its result. Invoke
10246         gl_PREREQ_VASNPRINTF_INFINITE.
10247         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10248         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10249         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10250         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10251         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10252         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10253         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10254         * doc/functions/fprintf.texi: Update.
10255         * doc/functions/printf.texi: Update.
10256         * doc/functions/snprintf.texi: Update.
10257         * doc/functions/sprintf.texi: Update.
10258         * doc/functions/vfprintf.texi: Update.
10259         * doc/functions/vprintf.texi: Update.
10260         * doc/functions/vsnprintf.texi: Update.
10261         * doc/functions/vsprintf.texi: Update.
10262
10263 2007-05-19  Bruno Haible  <bruno@clisp.org>
10264
10265         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10266         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10267         Instead of multiplying with 10^k, set extra_zeroes to k.
10268         (scale10_round_long_double): Remove function.
10269
10270 2007-05-18  Bruno Haible  <bruno@clisp.org>
10271
10272         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10273         introduced on 2007-05-06.
10274
10275 2007-05-18  Bruno Haible  <bruno@clisp.org>
10276
10277         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10278         %g directives.
10279         * tests/test-vasprintf-posix.c (test_function): Likewise.
10280         * tests/test-snprintf-posix.h (test_function): Likewise.
10281         * tests/test-sprintf-posix.h (test_function): Likewise.
10282
10283 2007-05-18  Bruno Haible  <bruno@clisp.org>
10284
10285         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10286         (strmatch): New function.
10287         (test_function): Test the %f directive on numbers of various exponents.
10288         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10289         (strmatch): New function.
10290         (test_function): Test the %f directive on numbers of various exponents.
10291         * tests/test-snprintf-posix.h (strmatch): New function.
10292         (test_function): Test the %f directive on numbers of various exponents.
10293         * tests/test-sprintf-posix.h (strmatch): New function.
10294         (test_function): Test the %f directive on numbers of various exponents.
10295         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10296         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10297         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10298         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10299
10300 2007-05-18  Bruno Haible  <bruno@clisp.org>
10301
10302         Add support for 'long double' number output.
10303         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10304         * lib/vasnprintf.c: Include math.h and float+.h.
10305         (mp_limb_t): New type.
10306         (GMP_LIMB_BITS): New macro.
10307         (mp_twolimb_t): New type.
10308         (GMP_TWOLIMB_BITS): New macro.
10309         (mpn_t): New type.
10310         (multiply, divide, convert_to_decimal, decode_long_double,
10311         scale10_round_long_double, scale10_round_decimal_long_double,
10312         floorlog10l): New functions.
10313         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10314         for the %f, %F, %e, %E, %g, %G directives.
10315         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10316         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10317         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10318         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10319         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10320         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10321         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10322         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10323         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10324         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10325         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10326         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10327         * modules/snprintf-posix (Depends-on): Likewise.
10328         * modules/sprintf-posix (Depends-on): Likewise.
10329         * modules/vasnprintf-posix (Depends-on): Likewise.
10330         * modules/vasprintf-posix (Depends-on): Likewise.
10331         * modules/vfprintf-posix (Depends-on): Likewise.
10332         * modules/vsnprintf-posix (Depends-on): Likewise.
10333         * modules/vsprintf-posix (Depends-on): Likewise.
10334         * modules/vasnprintf (Files): Add lib/float+.h.
10335         * doc/functions/fprintf.texi: Update.
10336         * doc/functions/printf.texi: Update.
10337         * doc/functions/snprintf.texi: Update.
10338         * doc/functions/sprintf.texi: Update.
10339         * doc/functions/vfprintf.texi: Update.
10340         * doc/functions/vprintf.texi: Update.
10341         * doc/functions/vsnprintf.texi: Update.
10342         * doc/functions/vsprintf.texi: Update.
10343
10344 2007-05-18  Bruno Haible  <bruno@clisp.org>
10345
10346         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10347
10348 2007-05-18  Bruno Haible  <bruno@clisp.org>
10349
10350         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10351         for printing 64-bit integers. Needed for mingw.
10352
10353 2007-05-18  Bruno Haible  <bruno@clisp.org>
10354
10355         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10356         gl_FUNC_FREXPL_WORKS.
10357         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10358
10359 2007-05-18  Bruno Haible  <bruno@clisp.org>
10360
10361         * modules/frexpl-nolibm-tests: New file.
10362
10363         * modules/frexpl-nolibm: New file.
10364         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10365
10366 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10367
10368         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10369         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10370         GCC 4.2, which otherwise issues a lot of warnings.
10371         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10372         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10373         Likewise.
10374         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10375         * modules/iconv_open (iconv.h): Likewise.
10376         * modules/locale (locale.h): Likewise.
10377         * modules/netinet_in (netinet/in.h): Likewise.
10378         * modules/sys_select (sys_select.h): Likewise.
10379         * modules/sys_socket (sys/socket.h): Likewise.
10380         * modules/sys_stat (sys/stat.h): Likewise.
10381         * modules/sysexits (sysexits.h): Likewise.
10382         * modules/unistd (unistd.h): Likewise.
10383
10384 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10385
10386         * modules/closein-tests (Makefile.am): Distribute
10387         `test-closein.sh'.
10388
10389 2007-05-17  Bruno Haible  <bruno@clisp.org>
10390
10391         * tests/test-printf-posix.output: Renamed from
10392         tests/test-fprintf-posix.out.
10393         * modules/fprintf-posix-tests: Update.
10394         * modules/printf-posix-tests: Update.
10395         * modules/vfprintf-posix-tests: Update.
10396         * modules/vprintf-posix-tests: Update.
10397         * tests/test-fprintf-posix.sh: Update.
10398         * tests/test-printf-posix.sh: Update.
10399         * tests/test-vfprintf-posix.sh: Update.
10400         * tests/test-vprintf-posix.sh: Update.
10401         Reported by Ralf Wildenhues.
10402
10403 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10404
10405         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10406         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10407         GCC 4.2, which otherwise issues a lot of warnings.
10408         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10409         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10410         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10411         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10412         it should no longer be needed.
10413         * lib/string_.h: Likewise.
10414         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10415         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10416         * modules/inttypes (inttypes.h): Likewise.
10417         * modules/math (math.h): Likewise.
10418         * modules/search (search.h): Likewise.
10419         * modules/signal (signal.h): Likewise.
10420         * modules/stdint (stdint.h): Likewise.
10421         * modules/stdio (stdio.h): Likewise.
10422         * modules/stdlib (stdlib.h): Likewise.
10423         * modules/string (string.h): Likewise.
10424         * modules/sys_time (sys/time.h): Likewise.
10425         * modules/time (time.h): Likewise.
10426         * modules/wchar (wchar.h): Likewise.
10427         * modules/wctype (wtype.h): Likewise.
10428
10429 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10430
10431         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10432
10433 2007-05-13  Bruno Haible  <bruno@clisp.org>
10434
10435         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10436         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10437         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10438         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10439         (gl_PREREQ_STRTOK_R): Don't require it here.
10440
10441 2007-05-13  Bruno Haible  <bruno@clisp.org>
10442
10443         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10444         when used in C++ mode.
10445
10446 2007-05-12  Bruno Haible  <bruno@clisp.org>
10447
10448         * lib/linebuffer.h: Tweak doc.
10449         * lib/linebuffer.c: Likewise.
10450
10451 2007-05-12  James Youngman  <jay@gnu.org>
10452
10453         * lib/linebuffer.c (readlinebuffer_delim): New function,
10454         like readlinebuffer, but use a caller-specified delimiter.
10455         (readlinebuffer): Just call readlinebuffer_delim with '\n'
10456         as the delimiter.
10457         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
10458
10459 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10460
10461         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
10462         * modules/openat (Files): Remove openat-die.c.
10463         (Depends-on): Add openat-die.
10464         * modules/openat-die: New module.
10465
10466 2007-05-06  Bruno Haible  <bruno@clisp.org>
10467
10468         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
10469         Update with info about Cygwin.
10470         * doc/functions/fprintf.texi: Update.
10471         * doc/functions/printf.texi: Update.
10472         * doc/functions/snprintf.texi: Update.
10473         * doc/functions/sprintf.texi: Update.
10474         * doc/functions/vfprintf.texi: Update.
10475         * doc/functions/vprintf.texi: Update.
10476         * doc/functions/vsnprintf.texi: Update.
10477         * doc/functions/vsprintf.texi: Update.
10478         Reported by Eric Blake.
10479
10480 2007-05-06  Bruno Haible  <bruno@clisp.org>
10481
10482         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
10483         padding ourselves for the floating-point directives.
10484         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
10485         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
10486         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10487         gl_PRINTF_FLAG_ZERO and test its result. Invoke
10488         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
10489         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10490         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10491         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10492         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10493         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10494         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10495         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10496         * tests/test-snprintf-posix.h (test_function): Also check the width
10497         and some flags in the %f directive.
10498         * tests/test-sprintf-posix.h (test_function): Likewise.
10499         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10500         * tests/test-vasprintf-posix.c (test_function): Likewise.
10501         * doc/functions/fprintf.texi: Update.
10502         * doc/functions/printf.texi: Update.
10503         * doc/functions/snprintf.texi: Update.
10504         * doc/functions/sprintf.texi: Update.
10505         * doc/functions/vfprintf.texi: Update.
10506         * doc/functions/vprintf.texi: Update.
10507         * doc/functions/vsnprintf.texi: Update.
10508         * doc/functions/vsprintf.texi: Update.
10509
10510 2007-05-06  Bruno Haible  <bruno@clisp.org>
10511
10512         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
10513         pass the ' flag character to sprintf or snprintf.
10514         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
10515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
10516         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10517         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
10518         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
10519         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10520         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
10521         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10522         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10523         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10524         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10525         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10526         * tests/test-snprintf-posix.h (test_function): Also check the grouping
10527         flag.
10528         * tests/test-sprintf-posix.h (test_function): Likewise.
10529         * tests/test-vasnprintf-posix.c (test_function): Likewise.
10530         * tests/test-vasprintf-posix.c (test_function): Likewise.
10531         * doc/functions/fprintf.texi: Update.
10532         * doc/functions/printf.texi: Update.
10533         * doc/functions/snprintf.texi: Update.
10534         * doc/functions/sprintf.texi: Update.
10535         * doc/functions/vfprintf.texi: Update.
10536         * doc/functions/vprintf.texi: Update.
10537         * doc/functions/vsnprintf.texi: Update.
10538         * doc/functions/vsprintf.texi: Update.
10539
10540 2007-05-01  Bruno Haible  <bruno@clisp.org>
10541
10542         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
10543
10544 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
10545
10546         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
10547         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
10548
10549 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10550
10551         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
10552         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
10553         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
10554
10555 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
10556
10557         * lib/argp-help.c (struct hol_entry): New member `ord'.
10558         (HOL_ENTRY_PTRCMP): Use ord for comparison
10559         (hol_sort): Initialize ord.
10560
10561 2007-05-01  Bruno Haible  <bruno@clisp.org>
10562
10563         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
10564         Reported by Eric Blake.
10565         * doc/gnulib.texi (Function Substitutes): Update.
10566
10567 2007-05-01  Bruno Haible  <bruno@clisp.org>
10568
10569         * doc/functions.texi: Remove file, now redundant through
10570         doc/functions/*.texi.
10571
10572 2007-05-01  Bruno Haible  <bruno@clisp.org>
10573
10574         * modules/argp (Depends-on): Add sleep.
10575
10576 2007-05-01  Bruno Haible  <bruno@clisp.org>
10577
10578         * modules/sleep-tests: New file.
10579         * tests/test-sleep.c: New file.
10580
10581         * modules/sleep: New file.
10582         * lib/sleep.c: New file.
10583         * m4/sleep.m4: New file.
10584         * lib/unistd_.h (sleep): New declaration.
10585         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
10586         HAVE_SLEEP.
10587         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
10588         * doc/functions/sleep.texi: Document the sleep module.
10589
10590 2007-05-01  Bruno Haible  <bruno@clisp.org>
10591
10592         * lib/sigprocmask.h: Remove file.
10593         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
10594         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
10595         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
10596         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
10597         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
10598         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
10599         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
10600         HAVE_SIGSET_T as a shell variable.
10601         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
10602         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
10603         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
10604         (Depends-on): Add signal. Remove verify.
10605         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
10606         (Include): Mention <signal.h> instead of sigprocmask.h.
10607         * NEWS: Mention the change.
10608         * lib/fatal-signal.c: Don't include sigprocmask.h.
10609
10610 2007-05-01  Bruno Haible  <bruno@clisp.org>
10611
10612         * modules/signal: New file.
10613         * lib/signal_.h: New file.
10614         * m4/signal_h.m4: New file.
10615
10616 2007-05-01  Bruno Haible  <bruno@clisp.org>
10617
10618         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
10619         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
10620         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
10621         HAVE_WCTYPE_CTMP_BUG into wctype.h.
10622
10623 2007-05-01  Bruno Haible  <bruno@clisp.org>
10624
10625         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
10626         configure time.
10627         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
10628         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
10629         * modules/sys_stat (Makefile.am): Substitute their values into
10630         sys/stat.h.
10631
10632 2007-05-01  Bruno Haible  <bruno@clisp.org>
10633
10634         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
10635         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
10636         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
10637
10638 2007-05-01  Bruno Haible  <bruno@clisp.org>
10639
10640         * doc/header/assert.texi: Undo last change: don't mention the gnulib
10641         'assert' module here.
10642
10643 2007-05-01  Bruno Haible  <bruno@clisp.org>
10644
10645         * doc/functions/*.texi: New files.
10646         * doc/functions/google-ranking.txt: New file.
10647         * doc/gnulib.texi (Function Substitutes): New chapter.
10648         (ctime, inet_ntoa): Remove sections.
10649         * doc/ctime.texi: Remove file.
10650         * doc/inet_ntoa.texi: Remove file.
10651         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
10652         dependencies.
10653         (%.info): New rule, specifying a --reference-limit.
10654
10655 2007-05-01  Bruno Haible  <bruno@clisp.org>
10656
10657         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
10658
10659 2007-05-01  Bruno Haible  <bruno@clisp.org>
10660
10661         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
10662         the portability of 'mkdir' to mingw systems.
10663
10664 2007-05-01  Bruno Haible  <bruno@clisp.org>
10665
10666         * doc/headers/google-ranking.txt: New file.
10667
10668 2007-04-30  Eric Blake  <ebb9@byu.net>
10669
10670         Prefer fseeko to fseek.
10671         * modules/getpass (Depends-on): Add fseeko.
10672         * lib/getpass.c (getpass): Use fseeko, not fseek.
10673
10674 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
10675
10676         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
10677         assumes the sorting is stable, while most qsort implementations
10678         are not.  Use argument addresses to ensure they never compare as
10679         equal.
10680
10681         * tests/test-argp-2.sh (usage-indent test): Fix output
10682         (func_compare): Restore diff options
10683         * tests/test-argp.c: Restore #include "progname.h"
10684
10685 2007-04-29  Bruno Haible  <bruno@clisp.org>
10686
10687         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
10688         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10689         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
10690         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10691         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
10692         (configure.ac): Define CHECK_SNPRINTF_POSIX.
10693         (TESTS, check_PROGRAMS): Add test-snprintf.
10694         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
10695         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
10696         (TESTS, check_PROGRAMS): Add test-vsnprintf.
10697         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
10698         assertions that fail on HP-UX, OSF/1, or IRIX.
10699         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
10700
10701 2007-04-29  Bruno Haible  <bruno@clisp.org>
10702
10703         * MODULES.html.sh (posix_functions): Remove 'contents'.
10704
10705 2007-04-29  Karl Berry  <karl@gnu.org>
10706
10707         * config/srclist.txt (gendocs_template_min): new entry.
10708
10709 2007-04-29  Bruno Haible  <bruno@clisp.org>
10710
10711         Work around fpurge bug on BSD systems.
10712         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
10713         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
10714         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
10715         fpurge to rpl_fpurge if the system already has this function.
10716         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
10717         the case where the system already has this function. Correct invariants
10718         on BSD systems.
10719         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
10720         BSD systems.
10721
10722 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10723
10724         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
10725         proposed by Sven Verdoolaege.
10726
10727         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
10728         options.
10729         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
10730         (usage and help tests): Update
10731
10732 2007-04-29  Bruno Haible  <bruno@clisp.org>
10733
10734         * tests/test-fflush.c (main): Use a file of size 17, not 10.
10735         Print more information in case of failure. Disable a test on BeOS.
10736
10737 2007-04-29  Bruno Haible  <bruno@clisp.org>
10738
10739         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
10740         This helps debugging on systems on which no gdb is available.
10741
10742 2007-04-29  Bruno Haible  <bruno@clisp.org>
10743
10744         * lib/freading.h: Improve comments.
10745         * lib/fwriting.h: Likewise.
10746         * tests/test-freading.c (main): Don't check freading immediately after
10747         repositioning. Needed for glibc.
10748
10749 2007-04-29  Bruno Haible  <bruno@clisp.org>
10750
10751         * lib/freading.c (freading): Trivial simplification.
10752
10753 2007-04-28  Bruno Haible  <bruno@clisp.org>
10754
10755         * tests/test-fwriting.c (main): Also test the interaction between
10756         fflush and fwriting.
10757         * modules/fwriting-tests (Depends-on): Add fflush.
10758
10759         * tests/test-freading.c (main): Also test the interaction between
10760         fflush and freading.
10761         * modules/freading-tests (Depends-on): Add fflush.
10762
10763 2007-04-28  Bruno Haible  <bruno@clisp.org>
10764
10765         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
10766         fseeko and ftello.
10767         Suggested by Eric Blake.
10768
10769 2007-04-28  Jim Meyering  <jim@meyering.net>
10770
10771         Avoid false-negative in gl_STDINT_H's C99 conformance test.
10772         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
10773         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
10774
10775 2007-04-27  Eric Blake  <ebb9@byu.net>
10776
10777         * doc/headers/assert.texi (assert.h): Document assert module use.
10778
10779 2007-04-27  Bruno Haible  <bruno@clisp.org>
10780
10781         * doc/headers/*.texi: New files.
10782         * doc/gnulib.texi (Header File Substitutes): New chapter.
10783         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
10784         dependencies.
10785         (standards.info ,standards.html, standards.dvi): Update dependencies.
10786         (mostlyclean, clean): New targets.
10787
10788 2007-04-27  Bruno Haible  <bruno@clisp.org>
10789
10790         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
10791         * modules/sysexits (Files, Makefile.am): Update.
10792
10793         * lib/sys_socket_.h: Renamed from lib/socket_.h.
10794         * modules/sys_socket (Files, Makefile.am): Update.
10795
10796         * lib/sys_stat_.h: Renamed from lib/stat_.h.
10797         * modules/sys_stat (Files, Makefile.am): Update.
10798
10799 2007-04-27  Eric Blake  <ebb9@byu.net>
10800
10801         * lib/freading.h: Improve comments.
10802         * lib/fwriting.h: Likewise.
10803         * lib/fflush.c: Likewise.
10804
10805         Fix closein for mingw.
10806         * modules/closein-tests: Add tests for closein.
10807         * tests/test-closein.c: New file.
10808         * tests/test-closein.sh: Likewise.
10809         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
10810         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
10811
10812 2007-04-27  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
10815         version is < 6.
10816         * lib/math_.h [__DECC]: Likewise.
10817         * lib/stdio_.h [__DECC]: Likewise.
10818         * lib/stdlib_.h [__DECC]: Likewise.
10819         * lib/string_.h [__DECC]: Likewise.
10820         * lib/time_.h [__DECC]: Likewise.
10821         * lib/wchar_.h [__DECC]: Likewise.
10822         * lib/wctype_.h [__DECC]: Likewise.
10823
10824 2007-04-27  Bruno Haible  <bruno@clisp.org>
10825
10826         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
10827
10828 2007-04-27  Bruno Haible  <bruno@clisp.org>
10829
10830         * lib/fflush.c: Add comments.
10831         * modules/fpurge-tests (Depends-on): Add fflush.
10832         * modules/freadable-tests (Depends-on): Likewise.
10833         * modules/fwritable-tests (Depends-on): Likewise.
10834
10835 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
10836
10837         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
10838         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
10839         Report by Bruno Haible <bruno@clisp.org>.
10840
10841 2007-04-26  Eric Blake  <ebb9@byu.net>
10842
10843         Fix fflush on mingw.
10844         * modules/fflush (Depends-on): Add freading.
10845         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
10846         but unread data.
10847
10848 2007-04-26  Eric Blake  <ebb9@byu.net>
10849         and Bruno Haible  <bruno@clisp.org>
10850
10851         Implement freading and fwriting.
10852         * lib/freading.c: New file.
10853         * lib/freading.h: Likewise.
10854         * m4/freading.m4: Likewise.
10855         * modules/freading: Likewise.
10856         * modules/freading-tests: Likewise.
10857         * tests/test-freading.c: Likewise.
10858         * lib/fwriting.c: New file.
10859         * lib/fwriting.h: Likewise.
10860         * m4/fwriting.m4: Likewise.
10861         * modules/fwriting: Likewise.
10862         * modules/fwriting-tests: Likewise.
10863         * tests/test-fwriting.c: Likewise.
10864         * MODULES.html.sh (File stream based Input/Output): Mention them.
10865
10866 2007-04-26  Bruno Haible  <bruno@clisp.org>
10867
10868         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
10869         'long' when we assume it.
10870         Suggested by Eric Blake.
10871
10872 2007-04-26  Bruno Haible  <bruno@clisp.org>
10873
10874         Ensure fseeko, ftello are declared on glibc systems.
10875         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
10876         * modules/fseeko (configure.ac-early): Likewise.
10877         * modules/ftello (configure.ac-early): Likewise.
10878         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
10879         AC_FUNC_FSEEKO for this.
10880         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
10881         (gl_CHECK_FSEEKO): Remove macro.
10882
10883 2007-04-26  Bruno Haible  <bruno@clisp.org>
10884
10885         * tests/test-fflush.c (main): Also check the ftell result after
10886         fflush and fseek/fseeko.
10887         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
10888         file descriptor position cache in the stream.
10889         * lib/fseeko.c (rpl_fseeko): Likewise.
10890
10891 2007-04-26  Bruno Haible  <bruno@clisp.org>
10892
10893         * modules/fflush-tests (Depends-on): Add fseeko.
10894
10895 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
10896             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10897
10898         * lib/argz_.h: ensure error_t definition is obtained in same
10899         mechanism system argz.h would have.
10900         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
10901         argz facilities are known bad.  Err on the side of caution if
10902         cross-compiling.
10903
10904 2007-04-25  Eric Blake  <ebb9@byu.net>
10905
10906         * lib/fpurge.c (includes): Use stdlib.h for free.
10907         * tests/test-fflush.c (main): Also test fflush-fseeko.
10908
10909 2007-04-25  Bruno Haible  <bruno@clisp.org>
10910
10911         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
10912         * lib/fseeko.c: New file.
10913         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
10914         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
10915         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
10916         gl_FUNC_FSEEKO.
10917         (gl_FUNC_FSEEKO): Invoke it.
10918         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
10919         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
10920         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
10921
10922 2007-04-25  Bruno Haible  <bruno@clisp.org>
10923
10924         * modules/fflush (Depends-on): Add ftello.
10925
10926 2007-04-25  Bruno Haible  <bruno@clisp.org>
10927
10928         * modules/ftello-tests: New file.
10929         * tests/test-ftello.c: New file.
10930
10931         * modules/ftello: New file.
10932         * m4/ftello.m4: New file.
10933         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
10934         HAVE_FTELLO.
10935         * lib/stdio_.h (ftello): New declaration.
10936         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
10937         HAVE_FTELLO.
10938
10939 2007-04-25  Bruno Haible  <bruno@clisp.org>
10940
10941         * modules/fseeko-tests: New file.
10942         * tests/test-fseeko.c: New file.
10943
10944         * modules/fseeko: New file.
10945         * m4/fseeko.m4: New file.
10946         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
10947         HAVE_FSEEKO.
10948         * lib/stdio_.h (fseeko): New declaration.
10949         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
10950         HAVE_FSEEKO.
10951
10952 2007-04-25  Bruno Haible  <bruno@clisp.org>
10953
10954         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
10955
10956 2007-04-25  Bruno Haible  <bruno@clisp.org>
10957
10958         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
10959         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
10960         * tests/test-unistd.c: Likewise.
10961         * tests/test-fcntl.c: Likewise.
10962
10963 2007-04-23  Eric Blake  <ebb9@byu.net>
10964
10965         * lib/fflush.c: Fix missing include.
10966         Reported by Bruno Haible.
10967
10968 2007-04-23  Bruno Haible  <bruno@clisp.org>
10969
10970         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
10971         Reported by Eric Blake.
10972
10973 2007-04-23  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
10976
10977 2007-04-23  Bruno Haible  <bruno@clisp.org>
10978
10979         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
10980
10981 2007-04-23  Bruno Haible  <bruno@clisp.org>
10982
10983         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
10984         Needed on HP-UX 11.
10985
10986 2007-04-16  Eric Blake  <ebb9@byu.net>
10987
10988         Make fflush rely on fpurge.
10989         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
10990         open coding all variants.
10991         * modules/fflush (Depends-on): Add fpurge and unistd.
10992         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
10993         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
10994
10995         Fix --with-tests compilation on cygwin.
10996         * modules/argmatch-tests (Makefile.am): List gnulib library first
10997         in LDADD.
10998         * modules/argp-tests (Makefile.am): Likewise.
10999         * modules/array-list-tests (Makefile.am): Likewise.
11000         * modules/array-oset-tests (Makefile.am): Likewise.
11001         * modules/avltree-list-tests (Makefile.am): Likewise.
11002         * modules/avltree-oset-tests (Makefile.am): Likewise.
11003         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11004         * modules/carray-list-tests (Makefile.am): Likewise.
11005         * modules/dirname-tests (Makefile.am): Likewise.
11006         * modules/frexp-tests (Makefile.am): Likewise.
11007         * modules/isnanl-tests (Makefile.am): Likewise.
11008         * modules/linked-list-tests (Makefile.am): Likewise.
11009         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11010         * modules/lock-tests (Makefile.am): Likewise.
11011         * modules/rbtree-list-tests (Makefile.am): Likewise.
11012         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11013         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11014         * modules/tls-tests (Makefile.am): Likewise.
11015         * modules/tsearch-tests (Makefile.am): Likewise.
11016         * modules/xvasprintf-tests (Makefile.am): Likewise.
11017
11018         Fix fpurge for cygwin.
11019         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11020         value.
11021         * modules/fpurge-tests (Depends-on): Clean up trash.
11022
11023 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11024
11025         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11026
11027         * m4/autobuild.m4: Re-indent.
11028
11029 2007-04-13  Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/fpurge-tests: New file.
11032         * tests/test-fpurge.c: New file.
11033
11034         * modules/fpurge: New file.
11035         * lib/fpurge.h: New file.
11036         * lib/fpurge.c: New file.
11037         * m4/fpurge.m4: New file.
11038
11039 2007-04-13  Bruno Haible  <bruno@clisp.org>
11040
11041         * modules/fbufmode-tests: New file.
11042         * tests/test-fbufmode.c: New file.
11043
11044         * modules/fbufmode: New file.
11045         * lib/fbufmode.h: New file.
11046         * lib/fbufmode.c: New file.
11047         * m4/fbufmode.m4: New file.
11048
11049 2007-04-13  Bruno Haible  <bruno@clisp.org>
11050
11051         * modules/fwritable-tests: New file.
11052         * tests/test-fwritable.c: New file.
11053
11054         * modules/fwritable: New file.
11055         * lib/fwritable.h: New file.
11056         * lib/fwritable.c: New file.
11057         * m4/fwritable.m4: New file.
11058
11059 2007-04-13  Bruno Haible  <bruno@clisp.org>
11060
11061         * modules/freadable-tests: New file.
11062         * tests/test-freadable.c: New file.
11063
11064         * modules/freadable: New file.
11065         * lib/freadable.h: New file.
11066         * lib/freadable.c: New file.
11067         * m4/freadable.m4: New file.
11068
11069 2007-04-13  Bruno Haible  <bruno@clisp.org>
11070
11071         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11072         MOSTLYCLEANFILES.
11073
11074 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11077         gzip bootstrap.conf to avoid dragging in i18n machinery.
11078         (gnulib_tool_option): Use it.
11079
11080 2007-04-13  Bruno Haible  <bruno@clisp.org>
11081
11082         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11083         %F directives.
11084         * tests/test-vasprintf-posix.c (test_function): Likewise.
11085         * tests/test-snprintf-posix.h (test_function): Likewise.
11086         * tests/test-sprintf-posix.h (test_function): Likewise.
11087         * tests/test-fprintf-posix.h (test_function): Likewise.
11088         * tests/test-printf-posix.h (test_function): Likewise.
11089         * tests/test-fprintf-posix.out: Likewise.
11090
11091 2007-04-13  Bruno Haible  <bruno@clisp.org>
11092
11093         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11094         * modules/tls-tests (configure.ac): Likewise.
11095         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11096
11097 2007-04-13  Bruno Haible  <bruno@clisp.org>
11098
11099         * lib/tls.c (glthread_tls_get): Fix return type.
11100         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11101
11102 2007-04-12  Eric Blake  <ebb9@byu.net>
11103
11104         * modules/gettime (Depends-on): Remove gettime.
11105         Reported by Dmitry V. Levin.
11106
11107 2007-04-12  Bruno Haible  <bruno@clisp.org>
11108
11109         * modules/fflush (Include): Mention <stdio.h>.
11110         * modules/strtoimax (Include): Mention <inttypes.h>.
11111         * modules/strtoumax (Include): Likewise.
11112
11113 2007-04-12  Eric Blake  <ebb9@byu.net>
11114
11115         * .cvsignore: New file.
11116         * .gitignore: Likewise.
11117
11118 2007-04-12  Bruno Haible  <bruno@clisp.org>
11119
11120         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11121         not before, since $(LDADD) often contains libgnu.a.
11122         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11123         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11124         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11125         Needed on Cygwin.
11126
11127 2007-04-12  Eric Blake  <ebb9@byu.net>
11128
11129         Work around glibc's failure to flush stdin on fclose.
11130         * lib/closein.c (close_stdin): Flush stdin before closing.
11131
11132         Work around glibc's failure to reset seekable stdin on exit.
11133         * modules/closein: New module.
11134         * lib/closein.c: New file.
11135         * lib/closein.h: Likewise.
11136         * m4/closein.m4: Likewise.
11137         * MODULES.html.sh (File stream based Input/Output): Document it.
11138
11139 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11140
11141         * gnulib-tool: Rename generated 'autobuild' script to
11142         'do-autobuild' in --create-megatestdir output.
11143
11144         * doc/gnulib.texi (Build robot for gnulib): Fix.
11145
11146 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11147
11148         * modules/sysexits (Depends-on): Add absolute-header.
11149
11150 2007-04-12  Eric Blake  <ebb9@byu.net>
11151
11152         No need to preserve errno on success.
11153         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11154         Reported by Bruno Haible.
11155
11156 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11157
11158         * MODULES.html.sh (Support for maintaining and releasing
11159         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11160
11161 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11162
11163         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11164
11165 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11166
11167         * modules/autobuild: New module.
11168
11169         * m4/autobuild.m4: New file.
11170
11171 2007-04-11  Bruno Haible  <bruno@clisp.org>
11172
11173         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11174         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11175         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11176         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11177         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11178         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11179         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11180         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11181         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11182         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11183         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11184         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11185         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11186         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11187         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11188         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11189         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11190         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11191         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11192         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11193         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11194         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11195         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11196         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11197         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11198         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11199         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11200         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11201         Reported by Eric Blake.
11202
11203 2007-04-11  Bruno Haible  <bruno@clisp.org>
11204
11205         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11206
11207 2007-04-10  Bruno Haible  <bruno@clisp.org>
11208
11209         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11210         for NaN and Infinity. Needed on FreeBSD 6.1.
11211         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11212         regarding results for "%010a" of Infinity and NaN.
11213         * tests/test-vasprintf-posix.c (test_function): Likewise.
11214         * tests/test-snprintf-posix.h (test_function): Likewise.
11215         * tests/test-sprintf-posix.h (test_function): Likewise.
11216         * tests/test-fprintf-posix.h (test_function): Likewise.
11217         * tests/test-printf-posix.h (test_function): Likewise.
11218         * tests/test-fprintf-posix.out: Likewise.
11219
11220 2007-04-10  Bruno Haible  <bruno@clisp.org>
11221
11222         * modules/locale-tests: New file.
11223         * tests/test-locale.c: New file.
11224
11225         * modules/locale: New file.
11226         * lib/locale_.h: New file.
11227         * m4/locale_h.m4: New file.
11228
11229 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11230             Bruno Haible  <bruno@clisp.org>
11231
11232         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11233         be determined, test for availability of the copysignf, copysign,
11234         copysignl functions.
11235         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11236         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11237         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11238
11239 2007-04-09  Eric Blake  <ebb9@byu.net>
11240
11241         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11242         * modules/stdio (Makefile.am): Support fflush.
11243         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11244         * modules/fflush: New file.
11245         * lib/fflush.c: Likewise.
11246         * m4/fflush.m4: Likewise.
11247         * modules/fflush-tests: New test.
11248         * tests/test-fflush.c: Likewise.
11249         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11250
11251 2007-04-06  Bruno Haible  <bruno@clisp.org>
11252
11253         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11254         (VASNPRINTF): Use signbit for faster determination whether to print a
11255         minus sign.
11256         * modules/vasnprintf (Files): Remove lib/float+.h.
11257         * modules/fprintf-posix (Depends-on): Add signbit.
11258         * modules/snprintf-posix (Depends-on): Likewise.
11259         * modules/sprintf-posix (Depends-on): Likewise.
11260         * modules/vasnprintf-posix (Depends-on): Likewise.
11261         * modules/vasprintf-posix (Depends-on): Likewise.
11262         * modules/vfprintf-posix (Depends-on): Likewise.
11263         * modules/vsnprintf-posix (Depends-on): Likewise.
11264         * modules/vsprintf-posix (Depends-on): Likewise.
11265
11266 2007-04-06  Bruno Haible  <bruno@clisp.org>
11267
11268         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11269         * tests/test-frexpl.c (main): Likewise.
11270         * tests/test-ldexpl.c (main): Likewise.
11271         * modules/frexp-tests (Depends-on): Add signbit.
11272         * modules/frexpl-tests (Depdends-on): Likewise.
11273         * modules/ldexpl-tests (Depdends-on): Likewise.
11274
11275 2007-04-06  Bruno Haible  <bruno@clisp.org>
11276
11277         * modules/signbit-tests: New file.
11278         * tests/test-signbit.c: New file.
11279
11280         * modules/signbit: New file.
11281         * lib/signbitf.c: New file.
11282         * lib/signbitd.c: New file.
11283         * lib/signbitl.c: New file.
11284         * m4/signbit.m4: New file.
11285         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11286         (signbit): New macro.
11287         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11288         REPLACE_SIGNBIT.
11289         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11290         REPLACE_FREXPL into math.h.
11291
11292 2007-04-06  Bruno Haible  <bruno@clisp.org>
11293
11294         * modules/isnanf-nolibm-tests: New file.
11295         * tests/test-isnanf.c: New file.
11296
11297         * modules/isnanf-nolibm: New file.
11298         * lib/isnanf.h: New file.
11299         * lib/isnanf.c: New file.
11300         * lib/isnan.c: Consider the USE_FLOAT macro.
11301         * m4/isnanf.m4: New file.
11302
11303 2007-04-06  Bruno Haible  <bruno@clisp.org>
11304
11305         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11306         (Link): New section.
11307
11308         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11309
11310 2007-04-06  Bruno Haible  <bruno@clisp.org>
11311
11312         Assume the 'long double' type.
11313         * m4/longdouble.m4: Remove file.
11314         * config/srclist.txt: Don't mention longdouble.m4.
11315         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11316         * lib/float+.h: Likewise.
11317         * lib/frexp.c: Likewise.
11318         * lib/printf-args.h: Likewise.
11319         * lib/printf-args.c: Likewise.
11320         * lib/printf-frexp.c: Likewise.
11321         * lib/printf-parse.c: Likewise.
11322         * lib/vasnprintf.c: Likewise.
11323         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11324         * m4/intl.m4: Likewise.
11325         * m4/isnanl.m4: Likewise.
11326         * m4/printf.m4: Likewise.
11327         * m4/printf-frexpl.m4: Likewise.
11328         * m4/vasnprintf.m4: Likewise.
11329         * modules/allocsa (Files): Remove m4/longdouble.m4.
11330         * modules/gettext (Files): Likewise.
11331         * modules/relocatable-prog-wrapper (Files): Likewise.
11332         * modules/vasnprintf (Files): Likewise.
11333         * modules/isnanl (Files): Likewise.
11334         (Include): Simplify.
11335         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11336         (Include): Simplify.
11337         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11338         (Include): Simplify.
11339         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11340         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11341         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11342         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11343         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11344         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11345         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11346         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11347         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11348         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11349         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11350         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11351         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11352         * tests/test-isnanl.c: Likewise.
11353         * tests/test-snprintf-posix.h: Likewise.
11354         * tests/test-sprintf-posix.h: Likewise.
11355         * tests/test-vasnprintf-posix.c: Likewise.
11356         * tests/test-vasnprintf-posix2.c: Likewise.
11357         * tests/test-vasprintf-posix.c: Likewise.
11358
11359 2007-04-06  Bruno Haible  <bruno@clisp.org>
11360
11361         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11362         * lib/math_.h [__DECC]: Include the overridden include file through
11363         #include_next, outside the double-inclusion guard.
11364         * lib/stdio_.h [__DECC]: Likewise.
11365         * lib/stdlib_.h [__DECC]: Likewise.
11366         * lib/string_.h [__DECC]: Likewise.
11367         * lib/time_.h [__DECC]: Likewise.
11368         * lib/wchar_.h [__DECC]: Likewise.
11369         * lib/wctype_.h [__DECC]: Likewise.
11370         * lib/inttypes_.h [__DECC]: Likewise.
11371         Reported by Albert Chin <china@thewrittenword.com> in
11372         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11373
11374 2007-04-04  Eric Blake  <ebb9@byu.net>
11375
11376         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11377         1.5.x.
11378
11379 2007-04-04  Bruno Haible  <bruno@clisp.org>
11380
11381         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11382         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11383
11384 2007-04-04  Bruno Haible  <bruno@clisp.org>
11385
11386         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11387         results for "%010a" of Infinity and NaN.
11388         * tests/test-vasprintf-posix.c (test_function): Likewise.
11389         * tests/test-snprintf-posix.h (test_function): Likewise.
11390         * tests/test-sprintf-posix.h (test_function): Likewise.
11391         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11392         * tests/test-printf-posix.h (test_function): Likewise.
11393         * tests/test-fprintf-posix.out: Update.
11394         Needed for FreeBSD 6.1.
11395
11396 2007-04-04  Bruno Haible  <bruno@clisp.org>
11397
11398         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11399         directly used by the gnulib modules nor by gnulib-tool.
11400
11401 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11402
11403         * DEPENDENCIES: Give overall description of version dependency
11404         desirability.  Use more-typical names for apps.
11405         Add shell, coreutils, diffutils, grep, tar, gzip.
11406
11407 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11408
11409         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11410
11411 2007-04-04  Karl Berry  <karl@gnu.org>
11412
11413         * MODULES.html.sh (func_module): missing '.
11414
11415 2007-04-03  Bruno Haible  <bruno@clisp.org>
11416
11417         * modules/argmatch-tests (Makefile.am): New variable
11418         test_argmatch_LDADD.
11419         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11420         * modules/array-list-tests (Makefile.am): New variable
11421         test_array_list_LDADD.
11422         * modules/array-oset-tests (Makefile.am): New variable
11423         test_array_oset_LDADD.
11424         * modules/avltree-list-tests (Makefile.am): New variable
11425         test_avltree_list_LDADD.
11426         * modules/avltree-oset-tests (Makefile.am): New variable
11427         test_avltree_oset_LDADD.
11428         * modules/avltreehash-list-tests (Makefile.am): New variable
11429         test_avltreehash_list_LDADD.
11430         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11431         test_canonicalize_lgpl_LDADD.
11432         * modules/carray-list-tests (Makefile.am): New variable
11433         test_carray_list_LDADD.
11434         * modules/dirname-tests (Makefile.am): New variable
11435         test_dirname_LDADD.
11436         * modules/linked-list-tests (Makefile.am): New variable
11437         test_linked_list_LDADD.
11438         * modules/linkedhash-list-tests (Makefile.am): New variable
11439         test_linkedhash_list_LDADD.
11440         * modules/rbtree-list-tests (Makefile.am): New variable
11441         test_rbtree_list_LDADD.
11442         * modules/rbtree-oset-tests (Makefile.am): New variable
11443         test_rbtree_oset_LDADD.
11444         * modules/rbtreehash-list-tests (Makefile.am): New variable
11445         test_rbtreehash_list_LDADD.
11446         * modules/xvasprintf-tests (Makefile.am): New variable
11447         test_xvasprintf_LDADD.
11448         Reported by Eric Blake.
11449
11450 2007-04-03  Eric Blake  <ebb9@byu.net>
11451
11452         * DEPENDENCIES: Weaken m4 requirements.
11453
11454 2007-04-03  Bruno Haible  <bruno@clisp.org>
11455
11456         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
11457         * modules/isnanl-tests (configure.ac): Likewise.
11458
11459 2007-04-03  Ben Pfaff  <blp@gnu.org>
11460
11461         * modules/iconv_open: Add $(srcdir)/ to source directory
11462         references in Makefile fragments that call gperf, to fix VPATH
11463         builds.
11464
11465 2007-04-03  Bruno Haible  <bruno@clisp.org>
11466
11467         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
11468         * lib/ldexpl.c: Undo last change.
11469
11470 2007-04-03  Bruno Haible  <bruno@clisp.org>
11471
11472         * modules/printf-frexpl (Depends-on): Undo last change.
11473         (Files): Add m4/ldexpl.m4.
11474
11475 2007-04-03  Bruno Haible  <bruno@clisp.org>
11476
11477         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
11478         * modules/isnanl (Link): New section.
11479
11480         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
11481         * modules/frexp (Link): New section.
11482
11483         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
11484         * modules/frexpl (Link): New section.
11485
11486         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
11487         * modules/ldexpl (Link): New section.
11488
11489 2007-04-03  Bruno Haible  <bruno@clisp.org>
11490
11491         * modules/TEMPLATE-EXTENDED: New file.
11492         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
11493
11494 2007-04-03  Bruno Haible  <bruno@clisp.org>
11495
11496         * DEPENDENCIES: New file.
11497         Suggested by Simon Josefsson.
11498
11499 2007-04-03  Bruno Haible  <bruno@clisp.org>
11500
11501         * doc/gnulib.texi: Escape @.
11502
11503 2007-04-03  James Youngman  <jay@gnu.org>
11504         and Paul Eggert  <eggert@cs.ucla.edu>
11505
11506         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
11507         birthtime on all systems that have birthtime, not just those which
11508         use st_birthtimensec rather than st_birthtim.  Putting zero in
11509         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
11510         that the birth time is not available for files on an NFS mount.
11511
11512 2007-04-03  Simon Josefsson  <simon@josefsson.org>
11513
11514         * modules/memxor: Move back from crypto/, suggested by Bruno.
11515         * modules/crypto/hmac-sha1: Fix memxor dependency.
11516
11517         * modules/crypto/gc: Moved from ../.
11518
11519 2007-04-02  Eric Blake  <ebb9@byu.net>
11520
11521         * lib/ldexpl.c (includes): Avoid libm.
11522
11523         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
11524
11525 2007-04-02  Bruno Haible  <bruno@clisp.org>
11526
11527         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
11528         on IRIX.
11529
11530 2007-04-02  Bruno Haible  <bruno@clisp.org>
11531
11532         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
11533         x86 or x86_64 platforms running MacOS X.
11534         Reported by Ryan Schmidt <@ryandesign.com>.
11535
11536 2007-04-02  Bruno Haible  <bruno@clisp.org>
11537
11538         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
11539         i386.
11540
11541 2007-04-01  Simon Josefsson  <simon@josefsson.org>
11542
11543         * modules/crypto/arcfour: Moved from ../.
11544         * modules/crypto/arcfour-tests: Moved from ../.
11545         * modules/crypto/arctwo: Moved from ../.
11546         * modules/crypto/arctwo-tests: Moved from ../.
11547         * modules/crypto/des: Moved from ../.
11548         * modules/crypto/des-tests: Moved from ../.
11549         * modules/crypto/gc-arcfour: Moved from ../.
11550         * modules/crypto/gc-arcfour-tests: Moved from ../.
11551         * modules/crypto/gc-arctwo: Moved from ../.
11552         * modules/crypto/gc-arctwo-tests: Moved from ../.
11553         * modules/crypto/gc-des: Moved from ../.
11554         * modules/crypto/gc-des-tests: Moved from ../.
11555         * modules/crypto/gc-hmac-md5: Moved from ../.
11556         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
11557         * modules/crypto/gc-hmac-sha1: Moved from ../.
11558         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
11559         * modules/crypto/gc-md2: Moved from ../.
11560         * modules/crypto/gc-md2-tests: Moved from ../.
11561         * modules/crypto/gc-md4: Moved from ../.
11562         * modules/crypto/gc-md4-tests: Moved from ../.
11563         * modules/crypto/gc-md5: Moved from ../.
11564         * modules/crypto/gc-md5-tests: Moved from ../.
11565         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
11566         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
11567         * modules/crypto/gc-random: Moved from ../.
11568         * modules/crypto/gc-rijndael: Moved from ../.
11569         * modules/crypto/gc-rijndael-tests: Moved from ../.
11570         * modules/crypto/gc-sha1: Moved from ../.
11571         * modules/crypto/gc-sha1-tests: Moved from ../.
11572         * modules/crypto/gc-tests: Moved from ../.
11573         * modules/crypto/hmac-md5: Moved from ../.
11574         * modules/crypto/hmac-md5-tests: Moved from ../.
11575         * modules/crypto/hmac-sha1: Moved from ../.
11576         * modules/crypto/hmac-sha1-tests: Moved from ../.
11577         * modules/crypto/md2: Moved from ../.
11578         * modules/crypto/md2-tests: Moved from ../.
11579         * modules/crypto/md4: Moved from ../.
11580         * modules/crypto/md4-tests: Moved from ../.
11581         * modules/crypto/md5: Moved from ../.
11582         * modules/crypto/md5-tests: Moved from ../.
11583         * modules/crypto/memxor: Moved from ../.
11584         * modules/crypto/rijndael: Moved from ../.
11585         * modules/crypto/rijndael-tests: Moved from ../.
11586         * modules/crypto/sha1: Moved from ../.
11587
11588 2007-03-30  James Youngman  <jay@gnu.org>
11589
11590         * tests/test-stat-time.c (prepare_test): use chmod() rather than
11591         rename() to change the ctime of a file (because ctime is unaffected
11592         by rename on jfs2 on AIX 5.1).
11593         (main): Start by doing cleanup, in case a previous run failed leaving
11594         test files behind.
11595
11596 2007-03-31  Bruno Haible  <bruno@clisp.org>
11597
11598         Support old proprietary implementations of iconv.
11599         * modules/iconv_open: New file.
11600         * lib/iconv_.h: New file.
11601         * m4/iconv_h.m4: New file.
11602         * lib/iconv_open.c: New file.
11603         * lib/iconv_open-aix.gperf: New file.
11604         * lib/iconv_open-hpux.gperf: New file.
11605         * lib/iconv_open-irix.gperf: New file.
11606         * lib/iconv_open-osf.gperf: New file.
11607         * m4/iconv_open.m4: New file.
11608         * modules/linebreak (Depends-on): Add iconv_open.
11609         * modules/striconv (Depends-on): Likewise.
11610         * modules/striconveh (Depends-on): Likewise.
11611         * modules/unicodeio (Depends-on): Likewise.
11612         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
11613         (iconv_t)(-1).
11614         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
11615         conversion if cd is (iconv_t)(-1).
11616         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
11617         is not possible.
11618
11619 2007-03-31  Bruno Haible  <bruno@clisp.org>
11620
11621         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11622         work on Solaris either. Protect also second use of "autodetect_jp".
11623
11624 2007-03-31  Bruno Haible  <bruno@clisp.org>
11625
11626         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
11627         the function is not present.
11628
11629 2007-03-31  Bruno Haible  <bruno@clisp.org>
11630
11631         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
11632         the function is not present.
11633
11634 2007-03-31  Bruno Haible  <bruno@clisp.org>
11635
11636         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
11637         a bug in HP-UX iconv_open().
11638
11639 2007-03-31  Bruno Haible  <bruno@clisp.org>
11640
11641         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
11642         (Mathematics <math.h>): New section, add fpieee.
11643         (Input/output <stdio.h>): Add fseterr.
11644         (Mathematics <math.h>): New section, add printf-frexp.
11645         (Container data structures): Add sublist.
11646         (Core language properties): Add fpucw, inline.
11647         (Functions for greatest-width integer types <inttypes.h>): Add
11648         imaxabs, imaxdiv, inttypes.
11649         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
11650         isnanl-nolibm, ldexp.
11651         (Mathematics <math.h>): New section, add printf-frexpl.
11652         (Support for systems lacking POSIX:2001): Add fprintf-posix,
11653         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
11654         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
11655         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
11656         (Unicode string functions): Add unistr/u*-mbtoucr.
11657         (Java): Add javacomp-script, javaexec-script.
11658         (C#): Add csharpcomp-script, csharpexec-script.
11659         (Support for building libraries and executables): Add havelib,
11660         relocatable-*.
11661         (Support for maintaining and releasing projects): Renamed from
11662         'Support for maintaining and release projects'. Add announce-gen.
11663
11664 2007-03-31  Bruno Haible  <bruno@clisp.org>
11665
11666         * README: Talk primarily about git.
11667         (git and CVS): Renamed from CVS.
11668         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
11669         gnulib is available through git.
11670         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
11671
11672 2007-03-30  Bruno Haible  <bruno@clisp.org>
11673
11674         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
11675         * lib/poll_.h: Likewise.
11676         * lib/stat_.h: Likewise.
11677         * lib/sys_time_.h: Likewise.
11678         * lib/sysexit_.h: Likewise.
11679         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
11680         * lib/stdbool_.h: Likewise.
11681         * lib/byteswap_.h: Add double-inclusion guard.
11682
11683 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
11684
11685         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
11686
11687 2007-03-30  Karl Berry  <karl@gnu.org>
11688
11689         * config/srclist-update: double space after USA in the license
11690         substitution, since that's how it's usually (?) written.
11691
11692 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11693
11694         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
11695         reported by Bruno Haible.
11696
11697 2007-03-29  Bruno Haible  <bruno@clisp.org>
11698
11699         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
11700         a bug in AIX iconv().
11701
11702 2007-03-29  Bruno Haible  <bruno@clisp.org>
11703
11704         * modules/ldexpl-tests: New file.
11705         * tests/test-ldexpl.c: New file.
11706
11707 2007-03-29  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/ldexpl.c: Include fpucw.h.
11710         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
11711         multiplication.
11712         * modules/ldexpl (Depends-on): Add fpucw.
11713
11714 2007-03-29  Bruno Haible  <bruno@clisp.org>
11715
11716         * modules/ldexpl: New file.
11717         * m4/ldexpl.m4: New file.
11718         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
11719         set.
11720         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
11721         REPLACE_LDEXPL.
11722         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
11723         REPLACE_LDEXPL.
11724         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11725         gl_FUNC_LDEXPL_WORKS.
11726         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
11727         * modules/mathl (Files): Remove lib/ldexpl.c.
11728         (Depends-on): Add ldexpl.
11729
11730 2007-03-29  Bruno Haible  <bruno@clisp.org>
11731
11732         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
11733
11734 2007-03-29  Bruno Haible  <bruno@clisp.org>
11735
11736         * tests/test-striconveh.c (main): Don't assume that a direct conversion
11737         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
11738         and possibly also HP-UX.
11739         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
11740         work on AIX, IRIX, HP-UX, OSF/1.
11741         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11742         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11743         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11744         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11745         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
11746         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11747
11748 2007-03-29  Bruno Haible  <bruno@clisp.org>
11749
11750         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
11751
11752 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
11755         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
11756
11757 2007-03-29  Eric Blake  <ebb9@byu.net>
11758
11759         * lib/acl-internal.h: Remove redundant include.
11760         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
11761         Cygwin when a file is locked.
11762
11763 2007-03-29  Bruno Haible  <bruno@clisp.org>
11764
11765         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
11766         file.
11767         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
11768
11769 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11770
11771         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
11772         try to remove a parent directory if the child couldn't be removed
11773         (except for the first rmdir, which could fail because the child
11774         doesn't exist).  Problem reported by Jeff Blaine in
11775         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
11776
11777 2007-03-28  Bruno Haible  <bruno@clisp.org>
11778
11779         * lib/striconveh.c (utf8conv_carefully): New function.
11780         (mem_cd_iconveh_internal): Invoke it.
11781
11782 2007-03-28  Bruno Haible  <bruno@clisp.org>
11783
11784         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
11785         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
11786         input.
11787         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
11788         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
11789         unistr/u8-uctomb.
11790
11791 2007-03-28  Bruno Haible  <bruno@clisp.org>
11792
11793         * modules/unistr/u8-mbtoucr: New file.
11794         * lib/unistr/u8-mbtoucr.c: New file.
11795         * modules/unistr/u16-mbtoucr: New file.
11796         * lib/unistr/u16-mbtoucr.c: New file.
11797         * modules/unistr/u16-mbtoucr: New file.
11798         * lib/unistr/u16-mbtoucr.c: New file.
11799         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
11800
11801 2007-03-27  Simon Josefsson  <simon@josefsson.org>
11802             Bruno Haible  <bruno@clisp.org>
11803
11804         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
11805         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
11806         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
11807
11808         * m4/stdio_h.m4: Add stubs for vasprintf too.
11809
11810         * modules/stdio: Support vasprintf in sed command.
11811
11812         * modules/vasprintf: Depend on stdio for prototypes.  Remove
11813         vasprintf.h.  Add stdio module indicator.
11814
11815         * lib/stdio_.h: Declare asprintf and vasprintf, based on
11816         vasprintf.h.
11817
11818         * lib/vasprintf.h: File removed.
11819
11820         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
11821         * lib/vasprintf.c: Ditto.
11822         * lib/xvasprintf.c: Ditto.
11823         * tests/test-vasprintf-posix.c: Ditto.
11824         * tests/test-vasprintf.c: Ditto.
11825
11826 2007-03-27  Bruno Haible  <bruno@clisp.org>
11827
11828         Make vasnprintf multithread-safe.
11829         * lib/vasnprintf.c (decimal_point_char): New function.
11830         (VASNPRINTF): Use it.
11831         Suggested by Simon Josefsson.
11832
11833 2007-03-27  Eric Blake  <ebb9@byu.net>
11834
11835         Support sub-second birthtime on cygwin.
11836         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
11837         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
11838         (get_stat_birthtime): Also work with st_birthtim.
11839
11840 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
11841
11842         * lib/stat-time.h (USE_BIRTHTIME): Remove.
11843         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
11844         (get_stat_birthtime_ns): Do not try to use "spare" fields.
11845         (get_stat_birthtime_ns): Simplify compile-time tests.
11846         (get_stat_birthtime): Change the API to look like
11847         get_stat_mtime etc., except return a negative tv_nsec on error.
11848         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
11849         Don't check for "spare" fields.
11850         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
11851         or for struct stat.st_birthtime, as these tests aren't used.
11852         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
11853
11854 2007-03-27  Bruno Haible  <bruno@clisp.org>
11855
11856         * lib/stat-time.h: Include <sys/stat.h>.
11857
11858 2007-03-27  James Youngman  <jay@gnu.org>
11859
11860         * lib/stat-time.h (get_stat_birthtime): New function for
11861           retrieving st_birthtime as provided by UFS2 (hence *BSD).
11862         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
11863           and its variants.
11864         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
11865         * modules/stat-time-test: New file.
11866         * tests/test-stat-time.c: New test, devised by Bruno Haible.
11867
11868 2007-03-26  Bruno Haible  <bruno@clisp.org>
11869
11870         Better support of signalling NaNs.
11871         * lib/atanl.c: Include isnanl.h.
11872         (atanl): Perform test for NaN at the beginning of the function and
11873         through a call to isnanl.
11874         * lib/cosl.c: Include isnanl.h.
11875         (cosl): Perform test for NaN at the beginning of the function and
11876         through a call to isnanl.
11877         * lib/ldexpl.c: Include isnanl.h.
11878         (ldexpl): Perform test for NaN through a call to isnanl.
11879         * lib/logl.c: Include isnanl.h.
11880         (logl): Perform test for NaN at the beginning of the function and
11881         through a call to isnanl.
11882         * lib/sinl.c: Include isnanl.h.
11883         (sinl): Perform test for NaN at the beginning of the function and
11884         through a call to isnanl.
11885         * lib/sqrtl.c: Include isnanl.h.
11886         (sqrtl): Perform test for NaN at the beginning of the function and
11887         through a call to isnanl.
11888         * lib/tanl.c: Include isnanl.h.
11889         (tanl): Perform test for NaN at the beginning of the function and
11890         through a call to isnanl.
11891         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
11892         * modules/mathl (Depends-on): Add isnanl.
11893
11894 2007-03-26  Eric Blake  <ebb9@byu.net>
11895
11896         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
11897         regression in logic sense of previous patch.
11898
11899 2007-03-26  Bruno Haible  <bruno@clisp.org>
11900
11901         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
11902         unportable shell command "if ! ...".
11903         Reported by Ralf Wildenhues.
11904
11905 2007-03-25  Bruno Haible  <bruno@clisp.org>
11906
11907         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
11908         <sysexits.h> file, and only add EX_CONFIG.
11909         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
11910         absolute file name and whether it is sufficient. Substitute also
11911         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
11912         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
11913         ABSOLUTE_SYSEXITS_H into sysexits.h.
11914
11915 2007-03-25  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
11918         hints is NULL.
11919
11920 2007-03-25  Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
11923         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
11924
11925 2007-03-25  Bruno Haible  <bruno@clisp.org>
11926
11927         * lib/vasnprintf.c: Include langinfo.h.
11928         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
11929         multithread-safe.
11930         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
11931         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
11932         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11933         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11934         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11935         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11936         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11937         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
11938         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11939         Reported by Simon Josefsson.
11940
11941 2007-03-25  Bruno Haible  <bruno@clisp.org>
11942
11943         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
11944         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
11945         * modules/vasnprintf (Depends-on): Add stdint.
11946
11947 2007-03-25  Bruno Haible  <bruno@clisp.org>
11948
11949         * modules/fpieee: New file.
11950         * m4/fpieee.m4: New file.
11951         * modules/isnan-nolibm (Depends-on): Add fpieee.
11952         * modules/isnanl-nolibm (Depends-on): Add fpieee.
11953         * modules/isnanl (Depends-on): Add fpieee.
11954
11955 2007-03-25  Bruno Haible  <bruno@clisp.org>
11956
11957         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
11958
11959 2007-03-25  Bruno Haible  <bruno@clisp.org>
11960
11961         Avoid test failures on IRIX 6.5.
11962         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
11963         (main): Use it.
11964         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
11965         macros.
11966         (main): Use them.
11967
11968 2007-03-25  Bruno Haible  <bruno@clisp.org>
11969
11970         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
11971         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
11972         exists but doesn't work.
11973         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
11974         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
11975         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
11976         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
11977
11978 2007-03-25  Bruno Haible  <bruno@clisp.org>
11979
11980         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
11981         returns inf. Needed on IRIX 6.5.
11982
11983 2007-03-25  Bruno Haible  <bruno@clisp.org>
11984
11985         * tests/test-frexpl.c: Include isnanl-nolibm.h.
11986         (main): Use isnanl instead of x != x idiom.
11987         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
11988
11989         * tests/test-frexp.c: Include isnan.h.
11990         (main): Use isnan instead of x != x idiom.
11991         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
11992
11993 2007-03-25  Bruno Haible  <bruno@clisp.org>
11994
11995         * tests/test-frexp.c (NaN): New function/macro.
11996         (main): Use it instead of 0.0 / 0.0.
11997         * tests/test-isnan.c (NaN): New function/macro.
11998         (main): Use it instead of 0.0 / 0.0.
11999         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12000         (test_function): Use it instead of 0.0 / 0.0.
12001         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12002         (test_function): Use it instead of 0.0 / 0.0.
12003         * tests/test-snprintf-posix.h (NaN): New function/macro.
12004         (test_function): Use it instead of 0.0 / 0.0.
12005         * tests/test-sprintf-posix.h (NaN): New function/macro.
12006         (test_function): Use it instead of 0.0 / 0.0.
12007         * tests/test-fprintf-posix.h (NaN): New function/macro.
12008         (test_function): Use it instead of 0.0 / 0.0.
12009         * tests/test-printf-posix.h (NaN): New function/macro.
12010         (test_function): Use it instead of 0.0 / 0.0.
12011
12012         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12013
12014 2007-03-25  Bruno Haible  <bruno@clisp.org>
12015
12016         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12017
12018 2007-03-25  Bruno Haible  <bruno@clisp.org>
12019
12020         * lib/regexec.c (merge_state_with_log): Make static.
12021
12022 2007-03-25  Bruno Haible  <bruno@clisp.org>
12023
12024         * lib/trigl.c (kernel_rem_pio2): Make static.
12025
12026 2007-03-25  Bruno Haible  <bruno@clisp.org>
12027
12028         * lib/sincosl.c (sincosl_table): Make static.
12029
12030 2007-03-25  Bruno Haible  <bruno@clisp.org>
12031
12032         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12033         if the compiler does not support C99.
12034
12035 2007-03-25  Bruno Haible  <bruno@clisp.org>
12036
12037         * modules/time (Makefile.am): Ensure all rule action lines start with a
12038         tab.
12039
12040 2007-03-24  Bruno Haible  <bruno@clisp.org>
12041
12042         * modules/tsearch-tests: New file.
12043         * tests/test-tsearch.sh: New file.
12044         * tests/test-tsearch.c: New file, mostly copied from glibc.
12045
12046         * modules/search-tests: New file.
12047         * tests/test-search.c: New file.
12048
12049         * modules/search: New file.
12050         * lib/search_.h: New file, incorporating lib/tsearch.h.
12051         * m4/search_h.m4: New file.
12052         * lib/tsearch.h: Remove file.
12053         * lib/tsearch.c: Include search.h instead of tsearch.h.
12054         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12055         HAVE_TSEARCH.
12056         * modules/tsearch (Files): Remove lib/tsearch.h.
12057         (Depends-on): Add search.
12058         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12059         (Include): Change tsearch.h into search.h.
12060
12061 2007-03-24  Bruno Haible  <bruno@clisp.org>
12062
12063         * modules/fpucw: New file.
12064         * lib/fpucw.h: New file.
12065         * lib/frexp.c: Include fpucw.h.
12066         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12067         (FUNC): Use them.
12068         * lib/printf-frexp.c: Include fpucw.h.
12069         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12070         (FUNC): Use them.
12071         * lib/vasnprintf.c: Include fpucw.h.
12072         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12073         'long double' calculations.
12074         * tests/test-frexpl.c: Include fpucw.h.
12075         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12076         * tests/test-printf-frexpl.c: Include fpucw.h.
12077         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12078         * modules/frexpl (Depends-on): Add fpucw.
12079         * modules/printf-frexpl (Depends-on): Likewise.
12080         * modules/fprintf-posix (Depends-on): Likewise.
12081         * modules/snprintf-posix (Depends-on): Likewise.
12082         * modules/sprintf-posix (Depends-on): Likewise.
12083         * modules/vasnprintf-posix (Depends-on): Likewise.
12084         * modules/vasprintf-posix (Depends-on): Likewise.
12085         * modules/vfprintf-posix (Depends-on): Likewise.
12086         * modules/vsnprintf-posix (Depends-on): Likewise.
12087         * modules/vsprintf-posix (Depends-on): Likewise.
12088         * modules/frexpl-tests (Depends-on): Likewise.
12089         * modules/printf-frexpl-tests (Depends-on): Likewise.
12090
12091 2007-03-24  Bruno Haible  <bruno@clisp.org>
12092
12093         * lib/float+.h: New file.
12094         * lib/isnan.c: Include float+.h.
12095         (SIZE): New macro.
12096         (FUNC): Compare only SIZE bytes of the value.
12097         * lib/vasnprintf.c: Include float+.h.
12098         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12099         SIZEOF_LDBL or SIZEOF_DBL bytes.
12100         * modules/isnan-nolibm (Files): Add lib/float+.h.
12101         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12102         * modules/isnanl (Files): Add lib/float+.h.
12103         * modules/vasnprintf (Files): Add lib/float+.h.
12104
12105 2007-03-24  Bruno Haible  <bruno@clisp.org>
12106
12107         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12108         include isnanl-nolibm.h.
12109
12110 2007-03-24  Bruno Haible  <bruno@clisp.org>
12111
12112         * tests/test-read-file.c (main): Don't produce spurious output for
12113         expected situations. Make the test fail if it encountered unexpected
12114         results.
12115
12116 2007-03-24  Bruno Haible  <bruno@clisp.org>
12117
12118         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12119         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12120
12121 2007-03-24  Bruno Haible  <bruno@clisp.org>
12122
12123         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12124
12125 2007-03-24  Bruno Haible  <bruno@clisp.org>
12126
12127         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12128         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12129
12130         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12131         * modules/utf8-ucs4: Turn into a symbolic link to module
12132         unistr/u8-mbtouc.
12133
12134         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12135         utf8-ucs4-unsafe.
12136         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12137         unistr/u8-mbtouc-unsafe.
12138
12139         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12140         * modules/utf16-ucs4: Turn into a symbolic link to module
12141         unistr/u16-mbtouc.
12142
12143         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12144         utf16-ucs4-unsafe.
12145         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12146         unistr/u16-mbtouc-unsafe.
12147
12148         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12149         * modules/ucs4-utf8: Turn into a symbolic link to module
12150         unistr/u8-ubtomb.
12151
12152         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12153         * modules/ucs4-utf16: Turn into a symbolic link to module
12154         unistr/u16-ubtomb.
12155
12156 2007-03-24  Bruno Haible  <bruno@clisp.org>
12157
12158         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12159         Enable the function only if HAVE_INLINE.
12160         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12161         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12162         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12163         Enable the function only if HAVE_INLINE.
12164         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12165         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12166         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12167         Enable the function only if HAVE_INLINE.
12168         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12169         Enable the function only if HAVE_INLINE.
12170         * modules/utf8-ucs4: Update.
12171         * modules/utf8-ucs4-unsafe: Update.
12172         * modules/utf16-ucs4: Update.
12173         * modules/utf16-ucs4-unsafe: Update.
12174         * modules/ucs4-utf8: Update.
12175         * modules/ucs4-utf16: Update.
12176
12177 2007-03-24  Bruno Haible  <bruno@clisp.org>
12178
12179         * lib/utf8-ucs4.h: Remove file.
12180         * lib/utf8-ucs4-unsafe.h: Remove file.
12181         * lib/utf16-ucs4.h: Remove file.
12182         * lib/utf16-ucs4-unsafe.h: Remove file.
12183         * lib/ucs4-utf8.h: Remove file.
12184         * lib/ucs4-utf16.h: Remove file.
12185         * lib/unistr.h: Include their previous contents.
12186         * m4/utf-ucs4.m4: Remove file.
12187         * m4/ucs4-utf.m4: Remove file.
12188         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12189         (Depends-on): Add unistr/base.
12190         (configure.ac): Remove gl_UTF_UCS4.
12191         (Makefile.am): Update.
12192         (Include): Change to unistr.h.
12193         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12194         (Depends-on): Add unistr/base.
12195         (configure.ac): Remove gl_UTF_UCS4.
12196         (Makefile.am): Update.
12197         (Include): Change to unistr.h.
12198         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12199         (Depends-on): Add unistr/base.
12200         (configure.ac): Remove gl_UTF_UCS4.
12201         (Makefile.am): Update.
12202         (Include): Change to unistr.h.
12203         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12204         (Depends-on): Add unistr/base.
12205         (configure.ac): Remove gl_UTF_UCS4.
12206         (Makefile.am): Update.
12207         (Include): Change to unistr.h.
12208         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12209         (Depends-on): Add unistr/base.
12210         (configure.ac): Remove gl_UCS4_UTF.
12211         (Makefile.am): Update.
12212         (Include): Change to unistr.h.
12213         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12214         (Depends-on): Add unistr/base.
12215         (configure.ac): Remove gl_UCS4_UTF.
12216         (Makefile.am): Update.
12217         (Include): Change to unistr.h.
12218         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12219         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12220         utf8-ucs4-unsafe.h.
12221         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12222         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12223         utf16-ucs4-unsafe.h.
12224         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12225         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12226         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12227         * lib/unistr/u8-strchr.c: Likewise.
12228         * lib/unistr/u8-strrchr.c: Likewise.
12229         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12230         * lib/unistr/u16-strchr.c: Likewise.
12231         * lib/unistr/u16-strrchr.c: Likewise.
12232         * lib/striconveh.c: Update.
12233         * lib/linebreak.c: Update.
12234
12235 2007-03-24  Bruno Haible  <bruno@clisp.org>
12236
12237         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12238         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12239
12240 2007-03-22  Bruno Haible  <bruno@clisp.org>
12241
12242         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12243
12244 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * MODULES.html.sh (File system functions): New module write-any-file.
12247         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12248         * m4/write-any-file.m4: New files.
12249
12250 2007-03-23  Eric Blake  <ebb9@byu.net>
12251
12252         * gnulib-tool: Rearrange space-tab sequences, since some editors
12253         like to eat them.
12254
12255 2007-03-23  Eric Blake  <ebb9@byu.net>
12256
12257         * lib/version-etc.c (version_etc_va): Update license wording to
12258         be more concise.  Recommended by Richard Stallman.
12259
12260 2007-03-22  Bruno Haible  <bruno@clisp.org>
12261
12262         * lib/poll.c (MSG_PEEK): New fallback definition.
12263
12264 2007-03-22  Bruno Haible  <bruno@clisp.org>
12265
12266         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12267         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12268         (main): Update.
12269         Fixes a compilation error on BeOS.
12270
12271 2007-03-22  Bruno Haible  <bruno@clisp.org>
12272
12273         * modules/frexpl-tests: New file.
12274         * tests/test-frexpl.c: New file.
12275
12276         * modules/frexpl: New file.
12277         * m4/frexpl.m4: New file.
12278         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12279         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12280         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12281         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12282         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12283         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12284
12285 2007-03-22  Bruno Haible  <bruno@clisp.org>
12286
12287         * lib/frexpl.c: Share code with lib/frexp.c.
12288         * modules/mathl (Files): Add lib/frexp.c.
12289         (Depends-on): Add isnanl-nolibm.
12290
12291 2007-03-22  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/printf-frexp (Files): Add m4/frexp.m4.
12294         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12295         only if the found frexp function actually works.
12296
12297 2007-03-22  Bruno Haible  <bruno@clisp.org>
12298
12299         * lib/frexp.c: Remove older implementation that uses divisions.
12300
12301 2007-03-21  Bruno Haible  <bruno@clisp.org>
12302
12303         * modules/frexp-tests: New file.
12304         * tests/test-frexp.c: New file.
12305
12306         * modules/frexp: New file.
12307         * lib/frexp.c: New file.
12308         * m4/frexp.m4: New file.
12309         * lib/math_.h (frexp): New declaration.
12310         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12311         REPLACE_FREXP.
12312         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12313
12314 2007-03-21  Bruno Haible  <bruno@clisp.org>
12315
12316         * modules/isnanl-tests: New file.
12317         * tests/test-isnanl.c: New file.
12318
12319         * modules/isnanl: New file.
12320         * lib/isnanl.h: New file.
12321         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12322         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12323         gl_FUNC_ISNANL_WORKS.
12324         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12325         New macros.
12326
12327 2007-03-21  Bruno Haible  <bruno@clisp.org>
12328
12329         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12330         lib/isnanl.h.
12331         (Include): Update.
12332         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12333         * lib/vasnprintf.c: Update.
12334         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12335         tests/test-isnanl.h, remove tests/test-isnanl.c.
12336         (Makefile.am): Update.
12337         * tests/test-isnanl-nolibm.c: New file.
12338         * tests/test-isnanl.h: New file.
12339         * tests/test-isnanl.c: Remove file.
12340
12341 2007-03-21  Jim Meyering  <jim@meyering.net>
12342
12343         When trying to open ".", treat ESTALE like EACCES.
12344         * lib/savewd.c (savewd_save): Resort to forking not just upon
12345         failure with EACCES, but also when errno is ESTALE.
12346
12347 2007-03-20  Bruno Haible  <bruno@clisp.org>
12348
12349         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12350         Needed on AIX 5.1. Reported by Matthew Woehlke.
12351
12352 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         Suggestions by Bruno Haible:
12355         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12356         our own.
12357         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12358         * modules/acl (Depends-on): Add gettext.
12359
12360 2007-03-19  Bruno Haible  <bruno@clisp.org>
12361
12362         * modules/iconvme: Remove file.
12363         * lib/iconvme.h: Remove file.
12364         * lib/iconvme.c: Remove file.
12365         * m4/iconvme.m4: Remove file.
12366
12367 2007-03-19  Bruno Haible  <bruno@clisp.org>
12368
12369         * doc/relocatable-maint.texi: Break long shell script line.
12370         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12371
12372 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12373
12374         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12375         handle file_has_acl.
12376         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12377         * lib/acl.c: Move header inclusions and related macro defns into
12378         lib/acl-internal.h.
12379         (S_ISLNK): Remove defn, since that's now done for us.
12380         (file_has_acl): Move to lib/file-has-acl.c.
12381         Call acl_trivial if available.  This is the crucial part of the fix.
12382         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12383         shared within the library.  Rewrite a bit, partly to make it compatible
12384         with the GNU coding style.
12385         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12386         Remove unnecessary double-quotes.
12387         Don't test for acl_to_text; the build will catch that.
12388         Replace acl_entries if it doesn't exist and it is needed.
12389         Check for -lsec and acl_trivial (as used on Solaris 10).
12390         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12391         lib/file-has-acl.c.
12392         (Depends-on): Add sys_stat, for S_ISLNK.
12393
12394 2007-03-19  Ben Pfaff  <blp@gnu.org>
12395
12396         * doc/gnulib.texi: Fix typos.
12397         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12398
12399 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12400
12401         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12402         If size is zero here, buf must be zero.
12403
12404 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12405
12406         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12407         <bruno@clisp.org>.
12408
12409 2007-03-18  Bruno Haible  <bruno@clisp.org>
12410
12411         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12412         Suggested by Eric Blake.
12413
12414 2007-03-18  Ben Pfaff  <blp@gnu.org>
12415
12416         * doc/relocatable.texi: Recommend using as prefix a directory
12417         that does not exist and will never be created.  Based on
12418         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12419         and others.
12420
12421 2007-03-17  Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/fchownat.c: Include lchown.h.
12424
12425 2007-03-17  Bruno Haible  <bruno@clisp.org>
12426
12427         Fix endless loop when the given allocated size was > INT_MAX.
12428         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12429         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12430         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12431         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12432         * lib/sprintf.c (sprintf): Likewise.
12433
12434 2007-03-17  Bruno Haible  <bruno@clisp.org>
12435
12436         * tests/test-argp-2.sh (func_compare): Output a context diff.
12437
12438 2007-03-17  Bruno Haible  <bruno@clisp.org>
12439
12440         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12441         locale's decimal-point character.
12442
12443 2007-03-17  Bruno Haible  <bruno@clisp.org>
12444
12445         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12446         before comparing it. Needed because on some platforms (e.g. x86) a
12447         'long double' occupies less bytes than sizeof (long double).
12448
12449 2007-03-17  Bruno Haible  <bruno@clisp.org>
12450
12451         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12452         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12453         * tests/test-getaddrinfo.c (simple): Likewise.
12454         * tests/test-read-file.c (main): Likewise.
12455
12456 2007-03-17  Bruno Haible  <bruno@clisp.org>
12457
12458         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
12459
12460 2007-03-17  Bruno Haible  <bruno@clisp.org>
12461
12462         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
12463         unused variable.
12464
12465 2007-03-17  Bruno Haible  <bruno@clisp.org>
12466
12467         * tests/test-c-strcasecmp.c: Include c-strcase.h.
12468         * tests/test-c-strncasecmp.c: Likewise.
12469
12470 2007-03-17  Bruno Haible  <bruno@clisp.org>
12471
12472         * modules/stdlib (Depends-on): Add unistd.
12473         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
12474         Needed for MacOS X 10.3.
12475
12476 2007-03-17  Bruno Haible  <bruno@clisp.org>
12477
12478         * lib/unistr/u-strdup.h: Include <stdlib.h>.
12479
12480 2007-03-17  Bruno Haible  <bruno@clisp.org>
12481
12482         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
12483
12484 2007-03-17  Bruno Haible  <bruno@clisp.org>
12485
12486         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
12487         to reflect files copied from gnulib (with or without modifications).
12488         Suggested by Jim Meyering.
12489
12490 2007-03-17  Eric Blake  <ebb9@byu.net>
12491
12492         * NEWS: Document stdlib change from 2007-02-18.
12493
12494 2007-03-17  Jim Meyering  <jim@meyering.net>
12495
12496         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
12497         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
12498         someone uses a name containing shell meta-characters.
12499         Reported by Alfred M. Szmidt.
12500
12501         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
12502
12503 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12504
12505         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
12506         and copy gettext configuration files only if configure.ac contains
12507         a use of AM_GNU_GETTEXT_VERSION.
12508
12509 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
12510
12511         * build-aux/bootstrap (gnulib_name): New variable.
12512         (gnulib_tool_options): Use it.
12513
12514 2007-03-13  Simon Josefsson  <simon@josefsson.org>
12515
12516         * tests/test-des.c: Use new namespace.
12517
12518 2007-03-15  Bruno Haible  <bruno@clisp.org>
12519
12520         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
12521         Reported by James Youngman <jay@gnu.org>.
12522
12523 2007-03-15  Bruno Haible  <bruno@clisp.org>
12524
12525         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
12526         declared prototype. Needed with cc on OSF/1 5.1.
12527
12528 2007-03-15  Bruno Haible  <bruno@clisp.org>
12529
12530         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
12531         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
12532         (struct gl_list_implementation): Add dispose_fn argument to the
12533         'create_empty', 'create' methods.
12534         (struct gl_list_impl_base): Add field 'dispose_fn'.
12535         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
12536         argument.
12537         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
12538         dispose_fn argument.
12539         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
12540         dispose_fn on the dropped values.
12541         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
12542         dispose_fn argument.
12543         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
12544         dropped values.
12545         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
12546         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12547         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
12548         (gl_tree_remove_node): Call dispose_fn on the dropped value.
12549         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
12550         argument.
12551         (gl_tree_list_free): Call dispose_fn on the dropped values.
12552         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
12553         the dropped values.
12554         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
12555         Add dispose_fn argument.
12556         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
12557         Call dispose_fn on the dropped values.
12558         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
12559         Add dispose_fn argument.
12560         (gl_sublist_create): Initialize the 'dispose_fn' field.
12561         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
12562         * tests/test-array_list.c (main): Update.
12563         * tests/test-carray_list.c (main): Update.
12564         * tests/test-avltree_list.c (main): Update.
12565         * tests/test-rbtree_list.c (main): Update.
12566         * tests/test-avltreehash_list.c (main): Update.
12567         * tests/test-rbtreehash_list.c (main): Update.
12568         * tests/test-linked_list.c (main): Update.
12569         * tests/test-linkedhash_list.c (main): Update.
12570         * tests/test-array_oset.c (main): Update.
12571
12572 2007-03-15  Bruno Haible  <bruno@clisp.org>
12573
12574         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
12575         (gl_oset_create_empty): Add dispose_fn argument.
12576         (struct gl_oset_implementation): Add dispose_fn argument to
12577         'create_empty' method.
12578         (struct gl_oset_impl_base): Add dispose_fn field.
12579         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
12580         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
12581         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
12582         values.
12583         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
12584         (gl_tree_oset_free): Call dispose_fn on the dropped values.
12585         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12586         dropped value.
12587         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
12588         dropped value.
12589         * tests/test-array_oset.c (main): Update.
12590         * tests/test-avltree_oset.c (main): Update.
12591         * tests/test-rbtree_oset.c (main): Update.
12592         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
12593
12594 2007-03-13  Bruno Haible  <bruno@clisp.org>
12595
12596         * tests/test-stdbool.c (i): Update after last patch.
12597
12598 2007-03-12  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/quotearg.c: Include <wctype.h> early, before the definition of
12601         the iswprint macro. Needed on Solaris 2.5.1.
12602
12603 2007-03-12  Bruno Haible  <bruno@clisp.org>
12604
12605         * tests/test-printf-frexp.c (main): Declare x as volatile.
12606
12607 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12608
12609         * doc/gnulib.texi (Build robot for gnulib): New section.
12610
12611 2007-03-12  Jim Meyering  <jim@meyering.net>
12612
12613         * build-aux/bootstrap: New file.
12614         * build-aux/bootstrap.conf: New file, from coreutils.
12615
12616 2007-03-11  Bruno Haible  <bruno@clisp.org>
12617
12618         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
12619
12620 2007-03-12  Simon Josefsson  <simon@josefsson.org>
12621
12622         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
12623         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
12624         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
12625
12626 2007-03-11  Bruno Haible  <bruno@clisp.org>
12627
12628         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
12629         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
12630
12631 2007-03-11  Bruno Haible  <bruno@clisp.org>
12632
12633         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
12634         formula. Needed for SunPRO C 5.0.
12635
12636 2007-03-11  Bruno Haible  <bruno@clisp.org>
12637
12638         * modules/long-options (Depends-on): Add getopt.
12639
12640 2007-03-11  Bruno Haible  <bruno@clisp.org>
12641
12642         * modules/modechange (Depends-on): Add stdbool.
12643
12644 2007-03-11  Bruno Haible  <bruno@clisp.org>
12645
12646         * modules/i-ring (Depends-on): Add stdbool.
12647
12648 2007-03-11  Bruno Haible  <bruno@clisp.org>
12649
12650         * modules/gc-des (Depends-on): Add stdbool.
12651
12652 2007-03-11  Bruno Haible  <bruno@clisp.org>
12653
12654         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
12655
12656 2007-03-11  Bruno Haible  <bruno@clisp.org>
12657
12658         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
12659
12660 2007-03-11  Bruno Haible  <bruno@clisp.org>
12661
12662         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
12663
12664 2007-03-11  Bruno Haible  <bruno@clisp.org>
12665
12666         * lib/vasnprintf.c (sprintf): Undefine.
12667
12668 2007-03-11  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
12671         initializers in SunPRO C and Compaq C compilers.
12672
12673 2007-03-11  Bruno Haible  <bruno@clisp.org>
12674
12675         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
12676         decrementing code ANSI C compliant.
12677
12678 2007-03-11  Bruno Haible  <bruno@clisp.org>
12679
12680         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
12681         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
12682
12683 2007-03-11  Bruno Haible  <bruno@clisp.org>
12684
12685         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
12686         <stdbool.h> substitute doesn't pass.
12687
12688 2007-03-11  Bruno Haible  <bruno@clisp.org>
12689
12690         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
12691
12692 2007-03-11  Bruno Haible  <bruno@clisp.org>
12693
12694         * gnulib-tool (func_create_megatestdir): Create also an autobuild
12695         script, for submission to autobuild.josefsson.org.
12696
12697 2007-03-10  Bruno Haible  <bruno@clisp.org>
12698
12699         * modules/canonicalize-lgpl-tests: New file.
12700         * tests/test-canonicalize-lgpl.sh: New file.
12701         * tests/test-canonicalize-lgpl.c: New file.
12702
12703         * modules/c-strcase-tests: New file.
12704         * tests/test-c-strcase.sh: New file.
12705         * tests/test-c-strcasecmp.c: New file.
12706         * tests/test-c-strncasecmp.c: New file.
12707
12708         * modules/atexit-tests: New file.
12709         * tests/test-atexit.sh: New file.
12710         * tests/test-atexit.c: New file.
12711
12712 2007-03-10  Bruno Haible  <bruno@clisp.org>
12713
12714         * tests/test-binary-io.sh: Use temporary filenames that are not so
12715         likely to clash with those of other tests (in a parallel make).
12716         * tests/test-binary-io.c: Likewise.
12717
12718 2007-03-10  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
12721         fallback; use #error instead.
12722         Suggested by Simon Josefsson.
12723
12724 2007-03-10  Bruno Haible  <bruno@clisp.org>
12725
12726         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
12727         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
12728         first and the last.
12729
12730 2007-03-10  Bruno Haible  <bruno@clisp.org>
12731
12732         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
12733
12734 2007-03-10  Bruno Haible  <bruno@clisp.org>
12735
12736         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
12737         "make distcheck".
12738         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
12739         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
12740         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
12741
12742 2007-03-10  Bruno Haible  <bruno@clisp.org>
12743
12744         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
12745         variable.
12746         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
12747         variable.
12748
12749 2007-03-09  Eric Blake  <ebb9@byu.net>
12750         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
12751
12752         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
12753         types are not being provided by gnulib.
12754         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
12755         types are supported.
12756
12757 2007-03-10  Bruno Haible  <bruno@clisp.org>
12758
12759         * lib/stdio_.h (__attribute__): New macro.
12760         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
12761         vsprintf): Specify __attribute__ __format__ for GCC.
12762         Suggested by Eric Blake.
12763
12764 2007-03-09  Bruno Haible  <bruno@clisp.org>
12765
12766         * modules/printf-posix-tests: New file.
12767         * tests/test-printf-posix.sh: New file.
12768         * tests/test-printf-posix.c: New file.
12769
12770         * modules/printf-posix: New file.
12771         * lib/printf.c: New file.
12772         * m4/printf-posix-rpl.m4: New file.
12773         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
12774         REPLACE_PRINTF.
12775         * lib/stdio_.h (printf): New declaration.
12776         (format, __format__, ____printf____, ____scanf____, ____strftime____,
12777         ____strfmon____): New macros.
12778         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
12779         REPLACE_PRINTF.
12780
12781 2007-03-09  Bruno Haible  <bruno@clisp.org>
12782
12783         * tests/test-vasnprintf-posix2.sh: New file.
12784         * tests/test-vasnprintf-posix2.c: New file.
12785         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
12786         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12787         (Makefile.am): Activate test-vasnprintf-posix2.sh.
12788
12789         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
12790         a locale dependent decimal point, rather than always '.'.
12791
12792 2007-03-09  Eric Blake  <ebb9@byu.net>
12793
12794         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
12795         spite of platforms like Tandem/NSK that define it to -1.
12796
12797 2007-03-08  Bruno Haible  <bruno@clisp.org>
12798
12799         * modules/vprintf-posix-tests: New file.
12800         * tests/test-vprintf-posix.sh: New file.
12801         * tests/test-vprintf-posix.c: New file.
12802         * tests/test-printf-posix.h: New file.
12803
12804         * modules/vprintf-posix: New file.
12805         * lib/vprintf.c: New file.
12806         * m4/vprintf-posix.m4: New file.
12807         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
12808         REPLACE_VPRINTF.
12809         * lib/stdio_.h (vprintf): New declaration.
12810         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
12811         REPLACE_VPRINTF.
12812
12813 2007-03-08  Bruno Haible  <bruno@clisp.org>
12814
12815         * modules/fprintf-posix-tests: New file.
12816         * tests/test-fprintf-posix.sh: New file.
12817         * tests/test-fprintf-posix.c: New file.
12818
12819         * modules/fprintf-posix: New file.
12820         * lib/fprintf.c: New file.
12821         * m4/fprintf-posix.m4: New file.
12822         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
12823         REPLACE_FPRINTF.
12824         * lib/stdio_.h (fprintf): New declaration.
12825         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
12826         REPLACE_FPRINTF.
12827
12828 2007-03-08  Bruno Haible  <bruno@clisp.org>
12829
12830         * modules/vfprintf-posix-tests: New file.
12831         * tests/test-vfprintf-posix.sh: New file.
12832         * tests/test-vfprintf-posix.c: New file.
12833         * tests/test-fprintf-posix.h: New file.
12834         * tests/test-fprintf-posix.out: New file.
12835
12836         * modules/vfprintf-posix: New file.
12837         * lib/vfprintf.c: New file.
12838         * m4/vfprintf-posix.m4: New file.
12839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
12840         REPLACE_VFPRINTF.
12841         * lib/stdio_.h (vfprintf): New declaration.
12842         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
12843         REPLACE_VFPRINTF.
12844
12845 2007-03-08  Bruno Haible  <bruno@clisp.org>
12846
12847         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
12848
12849 2007-03-08  Bruno Haible  <bruno@clisp.org>
12850
12851         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
12852         instead of 'expr' invocations.
12853         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12854         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12855         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12856         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12857         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12858         Suggested by Paul Eggert.
12859
12860 2007-03-08  Bruno Haible  <bruno@clisp.org>
12861
12862         * modules/fseterr-tests: New file.
12863         * tests/test-fseterr.c: New file.
12864
12865         * modules/fseterr: New file.
12866         * lib/fseterr.h: New file.
12867         * lib/fseterr.c: New file.
12868
12869 2007-03-08  Bruno Haible  <bruno@clisp.org>
12870
12871         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
12872         * lib/getopt_.h: Likewise.
12873         * lib/mbswidth.h: Likewise.
12874         * lib/setenv.h: Likewise.
12875         * lib/vasnprintf.h: Likewise.
12876         * lib/vasprintf.h: Likewise.
12877         * lib/verror.h: Likewise.
12878         * lib/xsetenv.h: Likewise.
12879         * lib/xvasprintf.h: Likewise.
12880
12881 2007-03-08  Jim Meyering  <jim@meyering.net>
12882
12883         * users.txt: Add parted.
12884
12885         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
12886
12887 2007-03-07  Bruno Haible  <bruno@clisp.org>
12888
12889         * m4/printf.m4: Make the shell script snippets copy&pastable.
12890
12891 2007-03-02  Bruno Haible  <bruno@clisp.org>
12892
12893         * lib/netinet_in_.h: New file.
12894         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
12895         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
12896         * modules/netinet_in (Files): Add lib/netinet_in_.h.
12897         (Depends-on): Add absolute-header.
12898         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
12899         into netinet/in.h.
12900
12901 2007-03-03  Bruno Haible  <bruno@clisp.org>
12902
12903         * lib/sys_select_.h: New file.
12904         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
12905         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
12906         * modules/sys_select (Files): Add lib/sys_select_.h.
12907         (Depends-on): Add absolute-header.
12908         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
12909         into sys/select.h.
12910
12911 2007-03-02  Bruno Haible  <bruno@clisp.org>
12912
12913         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
12914         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
12915         values.
12916         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
12917         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
12918         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
12919         * modules/sys_socket (Depends-on): Add absolute-header.
12920         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
12921         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
12922         (Include): Remove requirement of inclusion of <sys/types.h>.
12923
12924 2007-03-02  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/byteswap_.h (bswap_32): Fix formula.
12927
12928 2007-03-06  Bruno Haible  <bruno@clisp.org>
12929
12930         * modules/sprintf-posix-tests: New file.
12931         * tests/test-sprintf-posix.c: New file.
12932
12933         * modules/sprintf-posix: New file.
12934         * lib/sprintf.c: New file.
12935         * m4/sprintf-posix.m4: New file.
12936         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
12937         REPLACE_SPRINTF.
12938         * lib/stdio_.h (sprintf): New declaration.
12939         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
12940         REPLACE_SPRINTF.
12941
12942 2007-03-06  Bruno Haible  <bruno@clisp.org>
12943
12944         * modules/vsprintf-posix-tests: New file.
12945         * tests/test-vsprintf-posix.c: New file.
12946         * tests/test-sprintf-posix.h: New file.
12947
12948         * modules/vsprintf-posix: New file.
12949         * lib/vsprintf.c: New file.
12950         * m4/vsprintf-posix.m4: New file.
12951         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
12952         REPLACE_VSPRINTF.
12953         * lib/stdio_.h (vsprintf): New declaration.
12954         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
12955         REPLACE_VSPRINTF.
12956
12957 2007-03-06  Bruno Haible  <bruno@clisp.org>
12958
12959         * modules/vsnprintf (Depend-on): Remove minmax.
12960
12961 2007-03-06  Bruno Haible  <bruno@clisp.org>
12962
12963         * modules/snprintf-posix-tests: New file.
12964         * tests/test-snprintf-posix.c: New file.
12965
12966         * modules/snprintf-posix: New file.
12967         * m4/snprintf-posix.m4: New file.
12968         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
12969         gl_FUNC_SNPRINTF.
12970         (gl_FUNC_SNPRINTF): Invoke it.
12971         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
12972         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
12973         is set.
12974         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
12975
12976 2007-03-06  Bruno Haible  <bruno@clisp.org>
12977
12978         * modules/vsnprintf-posix-tests: New file.
12979         * tests/test-vsnprintf-posix.c: New file.
12980         * tests/test-snprintf-posix.h: New file.
12981
12982         * modules/vsnprintf-posix: New file.
12983         * m4/vsnprintf-posix.m4: New file.
12984         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
12985         gl_FUNC_VSNPRINTF.
12986         (gl_FUNC_VSNPRINTF): Invoke it.
12987         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
12988         * lib/stdio_.h (vsnprintf): Define as a replacement if
12989         REPLACE_VSNPRINTF is set.
12990         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
12991
12992 2007-03-06  Bruno Haible  <bruno@clisp.org>
12993
12994         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
12995         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
12996
12997 2007-03-06  Bruno Haible  <bruno@clisp.org>
12998
12999         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13000         (asinl): Declare also if HAVE_DECL_ASINL is set.
13001         (atanl): Declare also if HAVE_DECL_ATANL is set.
13002         (ceill): Declare also if HAVE_DECL_CEILL is set.
13003         (cosl): Declare also if HAVE_DECL_COSL is set.
13004         (expl): Declare also if HAVE_DECL_EXPL is set.
13005         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13006         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13007         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13008         (logl): Declare also if HAVE_DECL_LOGL is set.
13009         (sinl): Declare also if HAVE_DECL_SINL is set.
13010         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13011         (tanl): Declare also if HAVE_DECL_TANL is set.
13012         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13013         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13014         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13015         declaration of frexpl, ldexpl.
13016         * modules/printf-frexpl (Depends-on): Add math.
13017         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13018
13019 2007-03-05  Bruno Haible  <bruno@clisp.org>
13020
13021         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13022         frexpl and ldexpl are declared.
13023         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13024
13025 2007-03-05  Bruno Haible  <bruno@clisp.org>
13026
13027         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13028         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13029
13030 2007-03-05  Bruno Haible  <bruno@clisp.org>
13031
13032         * lib/stdio_.h: Include <stddef.h>.
13033
13034 2007-03-05  Bruno Haible  <bruno@clisp.org>
13035
13036         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13037
13038 2007-03-05  Bruno Haible  <bruno@clisp.org>
13039
13040         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13041         NetBSD 4, from Ralf Wildenhues.
13042
13043 2007-03-04  Bruno Haible  <bruno@clisp.org>
13044
13045         * lib/vasprintf.h: Update #if logic for the case when the functions
13046         exist but are overridden.
13047
13048 2007-03-04  Bruno Haible  <bruno@clisp.org>
13049
13050         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13051         implementations: glibc-2.4 and MacOS X 10.3.
13052         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13053         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13054         * tests/test-vasprintf-posix.c (test_function): Likewise.
13055
13056 2007-03-04  Bruno Haible  <bruno@clisp.org>
13057
13058         * modules/vasprintf-posix-tests: New file.
13059         * tests/test-vasprintf-posix.c: New file.
13060
13061         * modules/vasprintf-posix: New file.
13062         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13063         defined.
13064         * m4/vasprintf-posix.m4: New file.
13065         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13066         gl_FUNC_VASPRINTF.
13067         (gl_FUNC_VASPRINTF): Invoke it.
13068         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13069         here.
13070         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13071
13072 2007-03-04  Bruno Haible  <bruno@clisp.org>
13073
13074         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13075         REPLACE_GETTIMEOFDAY.
13076         * modules/sys_time (Makefile.am): Likewise.
13077         * m4/sys_time_h.m4: Likewise.
13078         * m4/gettimeofday.m4: Likewise.
13079
13080 2007-03-04  Bruno Haible  <bruno@clisp.org>
13081
13082         * modules/vasnprintf-posix-tests: New file.
13083         * tests/test-vasnprintf-posix.c: New file.
13084
13085         * modules/vasnprintf-posix: New file.
13086         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13087         printf-frexpl.h.
13088         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13089         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13090         REPLACE_VASNPRINTF is defined.
13091         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13092         gl_FUNC_VASNPRINTF.
13093         (gl_FUNC_VASNPRINTF): Invoke it.
13094         * m4/vasnprintf-posix.m4: New file.
13095         * m4/printf.m4: New file.
13096
13097 2007-03-04  Bruno Haible  <bruno@clisp.org>
13098
13099         Compile progreloc.c only if --enable-relocatable is specified.
13100         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13101         if --enable-relocatable was specified.
13102         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13103         lib_SOURCES.
13104
13105 2007-03-04  Jim Meyering  <jim@meyering.net>
13106
13107         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13108         Use it consistently, rather than enumerating errno constants.
13109
13110 2007-03-04  Bruno Haible  <bruno@clisp.org>
13111
13112         * modules/xvasprintf-tests: New file.
13113         * tests/test-xvasprintf.c: New file.
13114
13115         * modules/vasprintf-tests: New file.
13116         * tests/test-vasprintf.c: New file.
13117
13118         * modules/vasnprintf-tests: New file.
13119         * tests/test-vasnprintf.c: New file.
13120
13121         * modules/vsnprintf-tests: New file.
13122         * tests/test-vsnprintf.c: New file.
13123
13124         * modules/snprintf-tests: New file.
13125         * tests/test-snprintf.c: New file.
13126
13127 2007-03-04  Bruno Haible  <bruno@clisp.org>
13128
13129         Compile relocatable.c only if --enable-relocatable is specified.
13130         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13131         gl_RELOCATABLE_LIBRARY.
13132         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13133         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13134         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13135         gl_RELOCATABLE_LIBRARY.
13136         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13137         (Makefile.am): Remove lib_SOURCES.
13138         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13139         gl_RELOCATABLE_LIBRARY.
13140         (Makefile.am): Remove lib_SOURCES.
13141         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13142         always.
13143         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13144         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13145
13146 2007-03-04  Bruno Haible  <bruno@clisp.org>
13147
13148         * modules/argmatch-tests: New file.
13149         * tests/test-argmatch.c: New file.
13150
13151         * tests/test-allocsa.c (main): Halve the number of loop runs.
13152
13153         * modules/alloca-opt-tests: New file.
13154         * tests/test-alloca-opt.c: New file.
13155
13156 2007-03-04  Jim Meyering  <jim@meyering.net>
13157
13158         Work around difference between Linux ACLs and Solaris 10 ZFS.
13159         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13160         for EINVAL.
13161
13162 2007-03-03  Bruno Haible  <bruno@clisp.org>
13163
13164         * modules/relocatable-prog (Depends-on): Add back progreloc's
13165         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13166
13167 2007-03-03  Bruno Haible  <bruno@clisp.org>
13168
13169         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13170         * modules/relocatable-lib: New file.
13171
13172 2007-03-03  Bruno Haible  <bruno@clisp.org>
13173
13174         * modules/relocatable-prog: Renamed from modules/relocatable.
13175         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13176
13177 2007-03-03  Bruno Haible  <bruno@clisp.org>
13178
13179         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13180         m4/relocatable-lib.m4.
13181         (Depends-on): Remove 'relocatable'.
13182         (configure.ac): Add gl_RELOCATABLE_NOP.
13183
13184 2007-03-03  Bruno Haible  <bruno@clisp.org>
13185
13186         * modules/relocatable-prog-wrapper: New file.
13187         * modules/relocatable (Depends-on): Add it. Remove all other
13188         dependencies except progname.
13189         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13190
13191         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13192         (gl_FUNC_STRERROR): Nop.
13193         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13194
13195         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13196         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13197
13198         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13199         (gl_FUNC_READLINK): Update.
13200
13201         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13202
13203 2007-03-03  Bruno Haible  <bruno@clisp.org>
13204
13205         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13206         * modules/xreadlink (Depends-on): Add unistd.
13207         * modules/xreadlink-with-size (Depends-on): Likewise.
13208
13209 2007-03-03  Bruno Haible  <bruno@clisp.org>
13210
13211         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13212         extracted from gt_FUNC_SETENV.
13213         (gt_FUNC_SETENV): Remove macro.
13214         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13215         remove gt_FUNC_SETENV.
13216
13217 2007-03-03  Bruno Haible  <bruno@clisp.org>
13218
13219         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13220         ENABLE_RELOCATABLE here.
13221         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13222
13223 2007-03-03  Bruno Haible  <bruno@clisp.org>
13224
13225         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13226         * tests/test-rbtreehash_list.c: Include progname.h.
13227         (main): Call set_program_name.
13228
13229         * modules/rbtree-oset-tests (Depends-on): Add progname.
13230         * tests/test-rbtree_oset.c: Include progname.h.
13231         (main): Call set_program_name.
13232
13233         * modules/rbtree-list-tests (Depends-on): Add progname.
13234         * tests/test-rbtree_list.c: Include progname.h.
13235         (main): Call set_program_name.
13236
13237         * modules/linked-list-tests (Depends-on): Add progname.
13238         * tests/test-linked_list.c: Include progname.h.
13239         (main): Call set_program_name.
13240
13241 2007-03-03  Bruno Haible  <bruno@clisp.org>
13242
13243         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13244         All uses of __restrict changed to _Restrict_.
13245         * lib/glob_.h (__restrict): Remove macro.
13246
13247 2007-03-02  Bruno Haible  <bruno@clisp.org>
13248
13249         * modules/gettext (configure.ac): Require gettext infrastructure
13250         from version 0.16.1.
13251
13252 2007-03-02  Bruno Haible  <bruno@clisp.org>
13253
13254         * modules/linkedhash-list-tests (Depends-on): Add progname.
13255         * tests/test-linkedhash_list.c: Include progname.h.
13256         (main): Call set_program_name.
13257
13258         * modules/carray-list-tests (Depends-on): Add progname.
13259         * tests/test-carray_list.c: Include progname.h.
13260         (main): Call set_program_name.
13261
13262         * modules/avltreehash-list-tests (Depends-on): Add progname.
13263         * tests/test-avltreehash_list.c: Include progname.h.
13264         (main): Call set_program_name.
13265
13266         * modules/avltree-oset-tests (Depends-on): Add progname.
13267         * tests/test-avltree_oset.c: Include progname.h.
13268         (main): Call set_program_name.
13269
13270         * modules/avltree-list-tests (Depends-on): Add progname.
13271         * tests/test-avltree_list.c: Include progname.h.
13272         (main): Call set_program_name.
13273
13274         * modules/array-oset-tests (Depends-on): Add progname.
13275         * tests/test-array_oset.c: Include progname.h.
13276         (main): Call set_program_name.
13277
13278         * modules/array-list-tests (Depends-on): Add progname.
13279         * tests/test-array_list.c: Include progname.h.
13280         (main): Call set_program_name.
13281
13282         * modules/argp-tests (Depends-on): Add progname.
13283         * tests/test-argp.c: Include argp.h first. Include progname.h.
13284         (main): Call set_program_name.
13285
13286 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13287
13288         * doc/gnulib-tool.texi (Initial import): Reword description of
13289         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13290         limited effect even if defined after the first system include.
13291
13292 2007-03-01  Bruno Haible  <bruno@clisp.org>
13293
13294         * build-aux/config.libpath: Update to libtool-1.5.22.
13295         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13296
13297 2007-03-01  Bruno Haible  <bruno@clisp.org>
13298
13299         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13300         foo_CFLAGS.
13301         Reported by Ralf Wildenhues.
13302
13303 2007-03-01  Bruno Haible  <bruno@clisp.org>
13304
13305         * build-aux/install-reloc: Remove object files left over by some
13306         compilers.
13307         Reported by Ralf Wildenhues.
13308
13309 2007-03-01  Bruno Haible  <bruno@clisp.org>
13310
13311         * build-aux/install-reloc: Break long lines.
13312
13313 2007-03-01  Bruno Haible  <bruno@clisp.org>
13314
13315         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13316         Reported by Ralf Wildenhues.
13317
13318 2007-03-01  Bruno Haible  <bruno@clisp.org>
13319
13320         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13321         include ordering constraints.
13322
13323 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13324
13325         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13326         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13327         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13328         as another example.
13329         * lib/time_.h: Fix misspelling.
13330         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13331         Require gl_HEADER_TIME_H_DEFAULTS.
13332         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13333         * m4/time_r.m4 (gl_TIME_R): Likewise.
13334         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13335
13336 2007-03-01  Bruno Haible  <bruno@clisp.org>
13337
13338         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13339         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13340
13341 2007-03-01  Jim Meyering  <jim@meyering.net>
13342
13343         * modules/xreadlink (Maintainer): Add my name.
13344         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13345
13346 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13347             Bruno Haible  <bruno@clisp.org>
13348
13349         * build-aux/install-reloc: Compile also c-ctype.c.
13350         * build-aux/relocatable.sh.in: New file.
13351         * doc/relocatable.texi: New file.
13352         * doc/relocatable-maint.texi: New file.
13353         * doc/gnulib.texi: Include relocatable-maint.texi.
13354         * lib/progreloc.c: Include unistd.h unconditionally.
13355         * lib/relocwrapper.c: Include unistd.h unconditionally.
13356         Include c-ctype.h.
13357         (add_dotbin): Use c_tolower.
13358         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13359         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13360         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13361         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13362         to m4/relocatable-lib.m4.
13363         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13364         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13365         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13366         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13367         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13368         * modules/relocatable: New file.
13369         * modules/relocatable-lib: New file.
13370         * modules/relocatable-script: New file.
13371
13372 2007-02-28  Bruno Haible  <bruno@clisp.org>
13373
13374         Import --enable-relocatable infrastructure.
13375         * build-aux/config.libpath: New file, from GNU gettext.
13376         * build-aux/install-reloc: New file, from GNU gettext.
13377         * build-aux/reloc-ldflags: New file, from GNU gettext.
13378         * lib/relocatable.h: New file, from GNU gettext.
13379         * lib/relocatable.c: New file, from GNU gettext.
13380         * lib/relocwrapper.c: New file, from GNU gettext.
13381         * m4/relocatable.m4: New file, from GNU gettext.
13382
13383 2007-02-28  Bruno Haible  <bruno@clisp.org>
13384
13385         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13386
13387         * modules/xreadlink: New file, from GNU gettext with modifications.
13388         * lib/xreadlink.c: New file, from GNU gettext.
13389         * lib/xreadlink.h: Add comments.
13390         (xreadlink): New declaration.
13391
13392         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13393         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13394         lib/xreadlink-with-size.c.
13395         (configure.ac): Remove gl_XREADLINK invocation.
13396         (Makefile.am): Augment lib_SOURCES.
13397         * m4/xreadlink.m4: Remove file.
13398         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13399         (xreadlink_with_size): Renamed from xreadink.
13400         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13401         * modules/canonicalize (Depends-on): Replace xreadlink with
13402         xreadlink-with-size.
13403         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13404
13405 2007-02-25  Jim Meyering  <jim@meyering.net>
13406
13407         * build-aux/announce-gen: When complaining about excess arguments,
13408         list them.
13409
13410 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13411
13412         * README: Document signed integer overflow situation more
13413         accurately.
13414
13415 2007-02-25  Bruno Haible  <bruno@clisp.org>
13416
13417         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13418         'a' or 'A' conversion.
13419
13420 2007-02-25  Bruno Haible  <bruno@clisp.org>
13421
13422         * modules/filename: Renamed from modules/pathname.
13423         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13424         lib/concatpath.c with lib/concat-filename.c.
13425         (Makefile.am): Update.
13426         (Include): Replace pathname.h with filename.h.
13427         * lib/filename.h: Renamed from lib/pathname.h.
13428         (concatenated_filename): Renamed from concatenated_pathname.
13429         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13430         (concatenated_filename): Renamed from concatenated_pathname.
13431         * lib/findprog.c: Include filename.h instead of pathname.h.
13432         (find_in_path): Update.
13433         * lib/javacomp.c: Include filename.h instead of pathname.h.
13434         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13435         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13436         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13437         is_oldgcj_14_13_usable, is_javac_usable): Update.
13438         * lib/javaexec.c: Include filename.h instead of pathname.h.
13439         (execute_java_class): Update.
13440         * modules/findprog: Update.
13441         * modules/javacomp: Update.
13442         * modules/javaexec: Update.
13443         * MODULES.html.sh (File system functions): Add 'filename', remove
13444         'pathname'.
13445
13446 2007-02-25  Bruno Haible  <bruno@clisp.org>
13447
13448         * modules/printf-frexpl-tests: New file.
13449         * tests/test-printf-frexpl.c: New file.
13450
13451         * modules/printf-frexpl: New file.
13452         * lib/printf-frexpl.h: New file.
13453         * lib/printf-frexpl.c: New file.
13454         * m4/printf-frexpl.m4: New file.
13455
13456 2007-02-25  Bruno Haible  <bruno@clisp.org>
13457
13458         * modules/printf-frexp-tests: New file.
13459         * tests/test-printf-frexp.c: New file.
13460
13461         * modules/printf-frexp: New file.
13462         * lib/printf-frexp.h: New file.
13463         * lib/printf-frexp.c: New file.
13464         * m4/printf-frexp.m4: New file.
13465
13466 2007-02-25  Bruno Haible  <bruno@clisp.org>
13467
13468         Assume automake >= 1.10 for the tests.
13469         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
13470         * modules/arctwo-tests: Likewise.
13471         * modules/argp-tests: Likewise.
13472         * modules/avltree-list-tests: Likewise.
13473         * modules/avltree-oset-tests: Likewise.
13474         * modules/avltreehash-list-tests: Likewise.
13475         * modules/carray-list-tests: Likewise.
13476         * modules/crc-tests: Likewise.
13477         * modules/des-tests: Likewise.
13478         * modules/gc-arcfour-tests: Likewise.
13479         * modules/gc-arctwo-tests: Likewise.
13480         * modules/gc-des-tests: Likewise.
13481         * modules/gc-hmac-md5-tests: Likewise.
13482         * modules/gc-hmac-sha1-tests: Likewise.
13483         * modules/gc-md2-tests: Likewise.
13484         * modules/gc-md4-tests: Likewise.
13485         * modules/gc-md5-tests: Likewise.
13486         * modules/gc-pbkdf2-sha1-tests: Likewise.
13487         * modules/gc-rijndael-tests: Likewise.
13488         * modules/gc-sha1-tests: Likewise.
13489         * modules/gc-tests: Likewise.
13490         * modules/getaddrinfo-tests: Likewise.
13491         * modules/hmac-md5-tests: Likewise.
13492         * modules/hmac-sha1-tests: Likewise.
13493         * modules/linked-list-tests: Likewise.
13494         * modules/linkedhash-list-tests: Likewise.
13495         * modules/lock-tests: Likewise.
13496         * modules/md2-tests: Likewise.
13497         * modules/md4-tests: Likewise.
13498         * modules/md5-tests: Likewise.
13499         * modules/rbtree-list-tests: Likewise.
13500         * modules/rbtree-oset-tests: Likewise.
13501         * modules/rbtreehash-list-tests: Likewise.
13502         * modules/read-file-tests: Likewise.
13503         * modules/rijndael-tests: Likewise.
13504         * modules/stdint-tests: Likewise.
13505         * modules/tls-tests: Likewise.
13506
13507 2007-02-24  Bruno Haible  <bruno@clisp.org>
13508
13509         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
13510         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
13511         function; instead check whether isnan with a double argument links.
13512         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
13513         function; instead check whether isnan with a 'long double' argument
13514         links.
13515         Reported by Eric Blake <ebb9@byu.net>.
13516
13517 2007-02-24  Bruno Haible  <bruno@clisp.org>
13518
13519         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
13520         defined.
13521         * lib/isnanl.c: Remove all code. Just include isnan.c.
13522         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
13523
13524 2007-02-25  Jim Meyering  <jim@meyering.net>
13525
13526         Avoid conflicting types for 'unsetenv' on FreeBSD.
13527         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
13528         conflicting with FreeBSD's (5.0 and 6.1) function declaration
13529         in stdlib.h.
13530
13531 2007-02-24  Bruno Haible  <bruno@clisp.org>
13532
13533         * modules/isnanl-nolibm-tests: New file.
13534         * tests/test-isnanl.c: New file.
13535
13536         * modules/isnanl-nolibm: New file.
13537         * lib/isnanl.h: New file.
13538         * lib/isnanl.c: New file.
13539         * m4/isnanl.m4: New file.
13540
13541 2007-02-24  Bruno Haible  <bruno@clisp.org>
13542
13543         * modules/isnan-nolibm-tests: New file.
13544         * tests/test-isnan.c: New file.
13545
13546         * modules/isnan-nolibm: New file.
13547         * lib/isnan.h: New file.
13548         * lib/isnan.c: New file.
13549         * m4/isnan.m4: New file.
13550
13551 2007-02-24  Bruno Haible  <bruno@clisp.org>
13552
13553         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
13554         assume that an exponent fits in 20 bits.
13555
13556 2007-02-24  Jim Meyering  <jim@meyering.net>
13557
13558         * m4/regex.m4: Update the description of the configure-time option,
13559         --without-included-regex, to state accurately what the defaults are,
13560         and perhaps to give people an idea why using this option is risky.
13561
13562 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
13565         loops on small arguments.  This attempts to avoid the problem
13566         Bruno Haible reported for AIX 4.3.2 in
13567         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
13568
13569 2007-02-23  Bruno Haible  <bruno@clisp.org>
13570
13571         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
13572         Needed for help2man.
13573
13574 2007-02-23  Karl Berry  <karl@gnu.org>
13575
13576         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
13577         exists, foo.h should be cvs-ignored, not committed.
13578
13579 2007-02-23  Eric Blake  <ebb9@byu.net>
13580
13581         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
13582         * lib/stat-time.h (includes): Likewise.
13583         * lib/utimecmp.c (includes): Likewise.
13584         * lib/utimens.h (includes): Likewise.
13585         * lib/getdate.y (includes): Also include "timespec.h" for use
13586         internal to the module.
13587         * modules/utimens (Depends-on): Revert yesterday's patch.
13588         * modules/nanosleep (Depends-on): Add missing dependency.
13589
13590 2007-02-22  Bruno Haible  <bruno@clisp.org>
13591
13592         * lib/glob.c: Don't include getlogin_r.h.
13593
13594 2007-02-22  Jim Meyering  <jim@meyering.net>
13595
13596         * modules/utimens (Depends-on): Add timespec, required for
13597         utimens.h's inclusion of timespec.h.
13598
13599 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
13600
13601         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
13602         long unreadable paths in GNU/Linux.  Problem reported by Andreas
13603         Schwab in
13604         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
13605         I'll try to think of a better way to fix the Solaris problem.
13606
13607         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
13608         like glibc; on Solaris 10, it fails with errno == EINVAL.
13609         POSIX says the behavior is unspecified if the first argument is NULL,
13610         so play it safe and never pass NULL to the system getcwd.
13611
13612 2007-02-21  Jim Meyering  <jim@meyering.net>
13613
13614         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
13615         of gettimeofday.  It would conflict with the one now always
13616         provided via sys_time_.h.  Reported by Matthew Woehlke, as
13617         an IRIX 6.5 build failure.
13618
13619 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
13620
13621         Minor fixups to port to Solaris 10 with Sun C 5.8.
13622         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
13623         * modules/getcwd (Depends-on): Add dirfd.
13624         * lib/putenv.c (putenv): #undef it.
13625         (rpl_putenv): New decl.
13626         (malloc, free): Include <stdlib.h> rather than prototyping separately.
13627
13628 2007-02-20  Bruno Haible  <bruno@clisp.org>
13629
13630         * modules/stdio-tests: New file.
13631         * tests/test-stdio.c: New file.
13632
13633         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
13634         (Depends-on): Add stdio.
13635         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13636         (Include): Use <stdio.h> instead of vsnprintf.h.
13637         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13638         HAVE_DECL_VSNPRINTF.
13639         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
13640
13641         * modules/snprintf (Files): Remove lib/snprintf.h.
13642         (Depends-on): Add stdio.
13643         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
13644         (Include): Use <stdio.h> instead of snprintf.h.
13645         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
13646         HAVE_DECL_SNPRINTF.
13647         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
13648         * lib/getaddrinfo.c: Likewise.
13649
13650         * modules/stdio: New file.
13651         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
13652         * lib/snprintf.h: Remove file.
13653         * lib/vsnprintf.h: Remove file.
13654         * lib/.cppi-disable: Remove snprintf.h.
13655         * m4/stdio_h.m4: New file.
13656         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
13657
13658 2007-02-20  Jim Meyering  <jim@meyering.net>
13659
13660         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
13661         used by e.g., mingw.  From Bruno Haible.
13662
13663 2007-02-19  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
13666         warnings.
13667         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13668
13669 2007-02-19  Bruno Haible  <bruno@clisp.org>
13670
13671         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
13672         from mingw users.
13673
13674 2007-02-19  Bruno Haible  <bruno@clisp.org>
13675
13676         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
13677         warnings.
13678         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
13679
13680 2007-02-19  Jim Meyering  <jim@meyering.net>
13681
13682         Don't use FD after a successful "fdopendir (fd)".
13683         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
13684         Reset it by calling dirfd on the just-obtained DIR*.
13685
13686         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
13687         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
13688
13689 2007-02-18  Bruno Haible  <bruno@clisp.org>
13690
13691         * lib/readlink.c: Include <unistd.h>.
13692         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
13693         HAVE_READLINK.
13694         * modules/readlink (Depends-on): Add unistd.
13695         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13696         (Include): Add <unistd.h>.
13697
13698         * lib/getlogin_r.h: Remove file.
13699         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
13700         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
13701         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
13702         HAVE_DECL_GETLOGIN_R.
13703         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
13704         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13705         (Include): Use <unistd.h> instead of getlogin_r.h.
13706
13707         * lib/getcwd.h: Remove file.
13708         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
13709         * lib/xgetcwd.c: Likewise.
13710         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
13711         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
13712         * modules/getcwd (Files): Remove lib/getcwd.h.
13713         (Depends-on): Add unistd.
13714         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13715         (Include): Use <unistd.h> instad of getcwd.h.
13716
13717         * lib/ftruncate.c: Include <unistd.h> first.
13718         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
13719         Set HAVE_FTRUNCATE.
13720         * modules/ftruncate (Depends-on): Add unistd.
13721         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13722
13723         * lib/fchdir.c: Include <unistd.h> first.
13724         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
13725         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
13726         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
13727         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13728         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
13729
13730         * lib/dup2.c: Include <unistd.h> first.
13731         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
13732         HAVE_DUP2.
13733         * modules/dup2 (Depends-on): Add unistd.
13734         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13735
13736         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
13737         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
13738         REPLACE_CHOWN. Don't define chown as a macro here.
13739         * modules/chown (Depends-on): Add unistd.
13740         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13741
13742         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
13743         Add definition for GL_LINK_WARNING.
13744         (chown, dup2): New declarations.
13745         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
13746         link warning.
13747         (ftruncate): New declaration.
13748         (getcwd): New declaration, taken from old getcwd.h.
13749         (getlogin_r): New declaration, taken from old getlogin_r.h.
13750         (readlink): New declaration.
13751         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
13752         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
13753         (gl_PREREQ_UNISTD): Remove macro.
13754         (gl_UNISTD_MODULE_INDICATOR): New macro.
13755         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
13756         many new variables. Don't set UNISTD_H.
13757         * modules/unistd (Description): Change.
13758         (Depends-on): Add link-warning.
13759         (configure.ac): Update.
13760         (Makefile.am): Create unistd.h always. Substitute many new variables
13761         into it.
13762
13763 2007-02-18  Bruno Haible  <bruno@clisp.org>
13764
13765         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
13766         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
13767         HAVE_GETSUBOPT.
13768         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
13769         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
13770         * lib/getsubopt.h: Remove file.
13771         * modules/getsubopt (Files): Remove lib/getsubopt.h.
13772         (Depends-on): Add stdlib.
13773         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13774         (Includes): Use <stdlib.h> instead of getsubopt.h.
13775         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
13776         Set HAVE_GETSUBOPT.
13777         * lib/getsubopt.c: Don't include getsubopt.h.
13778
13779 2007-02-18  Bruno Haible  <bruno@clisp.org>
13780
13781         * modules/fchdir (Depends-on): Add dup2.
13782
13783 2007-02-18  Bruno Haible  <bruno@clisp.org>
13784
13785         * lib/stdlib_.h: Handle glibc's special invocation convention
13786         specially.
13787
13788 2007-02-18  Bruno Haible  <bruno@clisp.org>
13789
13790         * modules/stdlib-tests: New file.
13791         * tests/test-stdlib.c: New file.
13792
13793         * modules/mkstemp (Files): Remove lib/mkstemp.h.
13794         (Depends-on): Add stdlib.
13795         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13796         (Includes): Use <stdlib.h> instead of mkstemp.h.
13797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13798         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
13799         * lib/mkstemp.c: Don't include mkstemp.h.
13800         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
13801         * lib/stdlib--.h: Don't include mkstemp.h.
13802
13803         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
13804         (Depends-on): Add stdlib.
13805         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13806         (Includes): Use <stdlib.h> instead of mkdtemp.h.
13807         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13808         HAVE_MKDTEMP.
13809         * lib/mkdtemp.c: Don't include mkdtemp.h.
13810         * lib/clean-temp.c: Don't include mkdtemp.h.
13811
13812         * modules/exit (Files): Remove lib/exit.h.
13813         (Depends-on): Add stdlib.
13814         (Makefile.am): Remove lib_SOURCES.
13815         (Include): Use <stdlib.h> instead of exit.h.
13816         * lib/argmatch.c: Don't include exit.h.
13817         * lib/execute.c: Likewise.
13818         * lib/pagealign_alloc.c: Likewise.
13819         * lib/pipe.c: Likewise.
13820         * lib/wait-process.c: Likewise.
13821         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
13822         * lib/exitfail.c: Likewise.
13823         * lib/savewd.c: Likewise.
13824         * lib/xsetenv.c: Likewise.
13825
13826         * modules/stdlib: New file.
13827         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
13828         and extra comments about mkstemp().
13829         * lib/exit.h: Remove file.
13830         * lib/mkdtemp.h: Remove file.
13831         * lib/mkstemp.h: Remove file.
13832         * m4/stdlib_h.m4: New file.
13833         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
13834
13835 2007-02-18  Bruno Haible  <bruno@clisp.org>
13836
13837         * modules/math-tests: New file.
13838         * tests/test-math.c: New file.
13839
13840         * modules/math: New file.
13841         * modules/mathl (Files): Remove lib/mathl.h.
13842         (Depends-on): Add math.
13843         (Makefile.am): Don't mention mathl.h.
13844         (Include): Use <math.h> instead of mathl.h.
13845         * lib/math_.h: New file.
13846         * lib/mathl.h: Remove file.
13847         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
13848         mathl.h.
13849         * lib/asinl.c: Likewise.
13850         * lib/atanl.c: Likewise.
13851         * lib/ceill.c: Likewise.
13852         * lib/cosl.c: Likewise.
13853         * lib/expl.c: Likewise.
13854         * lib/floorl.c: Likewise.
13855         * lib/frexpl.c: Likewise.
13856         * lib/ldexpl.c: Likewise.
13857         * lib/logl.c: Likewise.
13858         * lib/sincosl.c: Likewise.
13859         * lib/sinl.c: Likewise.
13860         * lib/sqrtl.c: Likewise.
13861         * lib/tanl.c: Likewise.
13862         * lib/trigl.c: Likewise.
13863         * m4/math_h.m4: New file.
13864         * MODULES.html.sh (Mathematics): Add math.
13865
13866 2007-02-17  Bruno Haible  <bruno@clisp.org>
13867
13868         * modules/wctype-tests: New file.
13869         * tests/test-wctype.c: New file.
13870
13871         * modules/wchar-tests: New file.
13872         * tests/test-wchar.c: New file.
13873
13874         * modules/unistd-tests: New file.
13875         * tests/test-unistd.c: New file.
13876
13877         * modules/time-tests: New file.
13878         * tests/test-time.c: New file.
13879
13880         * modules/sysexits-tests: New file.
13881         * tests/test-sysexits.c: New file.
13882
13883         * modules/sys_time-tests: New file.
13884         * tests/test-sys_time.c: New file.
13885
13886         * modules/sys_stat-tests: New file.
13887         * tests/test-sys_stat.c: New file.
13888
13889         * modules/sys_socket-tests: New file.
13890         * tests/test-sys_socket.c: New file.
13891
13892         * modules/sys_select-tests: New file.
13893         * tests/test-sys_select.c: New file.
13894
13895         * modules/string-tests: New file.
13896         * tests/test-string.c: New file.
13897
13898         * modules/stdbool-tests: New file.
13899         * tests/test-stdbool.c: New file.
13900
13901         * modules/netinet_in-tests: New file.
13902         * tests/test-netinet_in.c: New file.
13903
13904         * modules/inttypes-tests: New file.
13905         * tests/test-inttypes.c: New file.
13906
13907         * modules/fcntl-tests: New file.
13908         * tests/test-fcntl.c: New file.
13909
13910         * modules/byteswap-tests: New file.
13911         * tests/test-byteswap.c: New file.
13912
13913         * modules/arpa_inet-tests: New file.
13914         * tests/test-arpa_inet.c: New file.
13915
13916 2007-02-17  Bruno Haible  <bruno@clisp.org>
13917
13918         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
13919         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
13920         if the corresponding module is not enabled. Emit link warnings if
13921         the function is used nevertheless.
13922         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13923         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
13924         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
13925         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
13926         * modules/inttypes (Depends-on): Add link-warning.
13927         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13928         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
13929         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
13930         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
13931         * modules/imaxdiv (configure.ac): Likewise.
13932         * modules/strtoimax (configure.ac): Likewise.
13933         * modules/strtoumax (configure.ac): Likewise.
13934
13935 2007-02-17  Bruno Haible  <bruno@clisp.org>
13936
13937         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
13938         gl_STRING_MODULE_INDICATOR_DEFAULTS.
13939         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
13940         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
13941
13942 2007-02-17  Bruno Haible  <bruno@clisp.org>
13943
13944         * modules/link-warning: New file.
13945         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
13946         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13947         * modules/string (Depends-on): Add link-warning.
13948         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13949         string.h.
13950         * MODULES.html.sh (Support for building libraries and executables): Add
13951         link-warning.
13952
13953 2007-02-17  Bruno Haible  <bruno@clisp.org>
13954
13955         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
13956         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
13957         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
13958         long lines.
13959
13960 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
13961             Bruno Haible  <bruno@clisp.org>
13962
13963         * modules/tmpfile: New file.
13964         * lib/tmpfile.c: New file.
13965         * m4/tmpfile.m4: New file.
13966         * MODULES.html.sh (func_all_modules): New section "Input/output".
13967
13968 2007-02-15  Bruno Haible  <bruno@clisp.org>
13969
13970         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
13971         (supports_delete_on_close): New function.
13972         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
13973
13974 2007-02-14  Bruno Haible  <bruno@clisp.org>
13975
13976         * modules/mbspcasecmp-tests: New file.
13977         * tests/test-mbspcasecmp.sh: New file.
13978         * tests/test-mbspcasecmp.c: New file.
13979
13980         New module mbspcasecmp.
13981         * modules/mbspcasecmp: New file.
13982         * lib/mbspcasecmp.c: New file.
13983         * lib/string_.h (strncasecmp): Change warning message.
13984         (mbspcasecmp): New declaration.
13985         * m4/mbspcasecmp.m4: New file.
13986         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13987         GNULIB_MBSPCASECMP.
13988         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
13989         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
13990
13991 2007-02-14  Bruno Haible  <bruno@clisp.org>
13992
13993         * modules/mbsncasecmp-tests: New file.
13994         * tests/test-mbsncasecmp.sh: New file.
13995         * tests/test-mbsncasecmp.c: New file.
13996
13997         New module mbsncasecmp.
13998         * modules/mbsncasecmp: New file.
13999         * lib/mbsncasecmp.c: New file.
14000         * lib/string_.h (mbsncasecmp): New declaration.
14001         * m4/mbsncasecmp.m4: New file.
14002         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14003         GNULIB_MBSNCASECMP.
14004         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14005         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14006
14007 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14008
14009         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14010         Verify that it doesn't overlap with our flags.
14011         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14012         do not have the desired effect in multibyte locales; instead, use
14013         mbscasecmp.
14014         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14015         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14016         we don't require GNU fnmatch ourselves (if our users require it, they
14017         should do so explicitly).
14018
14019         Fix regex code so it doesn't rely on strcasecmp.
14020         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14021         Otherwise, include gnulib's langinfo.h.
14022         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14023         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14024         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14025         * modules/regex (FILES): Remove m4/codeset.m4.
14026         (Depends-on): Add localcharset.  Remove strcase.
14027
14028 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14029
14030         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14031         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14032
14033 2007-02-13  Bruno Haible  <bruno@clisp.org>
14034
14035         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14036         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14037
14038 2007-02-12  Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14041         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14042         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14043         time warning rather than a link error.
14044
14045 2007-02-12  Bruno Haible  <bruno@clisp.org>
14046
14047         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14048         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14049         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14050
14051 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14052
14053         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14054         args, not 2.
14055
14056 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         New module 'time', so that apps can include <time.h> as per
14059         POSIX and GNU instead of separate include files like time_r.h
14060         and timegm.h.  This implementation tries out a simpler approach
14061         for replacing decls in standard include files (as compared to
14062         the string module), somewhat as an experiment.
14063
14064         * config/srclist.txt: Comment out mktime.c for now.
14065         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14066         since it doesn't apply any more.  Use generic wording instead.
14067         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14068         'time'.
14069         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14070         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14071         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14072         Don't include <sys/types.h>; no longer needed since we assume C89.
14073         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14074         * lib/strftime.c: Likewise.
14075         * lib/time_r.c: Likewise.
14076         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14077         * lib/nanosleep.c: Include <time.h> first, to check interface.
14078         * lib/strptime.c: Likewise.
14079         * lib/time_r.c: Likewise.
14080         * lib/timegm.c: Likewise.
14081         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14082         needed.
14083         * lib/timegm.c: Don't include timegm.h; no longer needed.
14084         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14085         time.h now handles any problems in that area.
14086         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14087         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14088         that time.h defines struct timespec.
14089         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14090         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14091         handles that.
14092         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14093         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14094         needed.  Set REPLACE_LOCALTIME.
14095         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14096         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14097         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14098         nanosleep; time_h.m4 now does that.  Don't require
14099         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14100         module handles this now.
14101         * modules/getdate (Depends-on): Remove timespec.  Add time.
14102         * modules/nanosleep (Depends-on): Likewise.
14103         * modules/stat-time (Depends-on): Likewise.
14104         * modules/nanosleep (Include): Include time.h, not timespec.h.
14105         * modules/strptime (Files): Remove lib/strptime.h.
14106         (Depends-on): Add extensions, time.
14107         (Include): Include time.h, not strptime.h.
14108         * modules/time_r (Files): Remove lib/time_r.h.
14109         (Depends-on): Add time.
14110         (Include): Include time.h, not time_r.h.
14111         * modules/timegm: Likewise.
14112         * modules/timespec (Description): Now does timespec-related decls
14113         of our own, instead of struct timespec itself.
14114         (Depends-on): Add time; remove extensions.
14115         (Maintainer): Add self.
14116         * modules/utimecmp (Depends-on): Add time; remove timespec.
14117         * modules/utimens (Depends-on): Likewise.
14118         * modules/xnanosleep (Depends-on): Likewise.
14119
14120 2007-02-11  Bruno Haible  <bruno@clisp.org>
14121
14122         * lib/c-strstr.c: Include allocsa.h.
14123         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14124         * lib/c-strcasestr.c: Include allocsa.h.
14125         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14126         * lib/strcasestr.c: Include allocsa.h.
14127         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14128         * lib/mbsstr.c: Include allocsa.h.
14129         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14130         allocsa/freesa instead of malloc/free.
14131         * lib/mbscasestr.c: Include allocsa.h.
14132         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14133         allocsa/freesa instead of malloc/free.
14134         * modules/c-strstr (Depends-on): Add allocsa.
14135         * modules/c-strcasestr (Depends-on): Likewise.
14136         * modules/strcasestr (Depends-on): Likewise.
14137         * modules/mbsstr (Depends-on): Likewise.
14138         * modules/mbscasestr (Depends-on): Likewise.
14139
14140 2007-02-11  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14143
14144         * modules/mbsspn-tests: New file.
14145         * tests/test-mbsspn.sh: New file.
14146         * tests/test-mbsspn.c: New file.
14147
14148 2007-02-11  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14151
14152         * modules/mbspbrk-tests: New file.
14153         * tests/test-mbspbrk.sh: New file.
14154         * tests/test-mbspbrk.c: New file.
14155
14156 2007-02-11  Bruno Haible  <bruno@clisp.org>
14157
14158         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14159         unneeded cast.
14160
14161         * modules/mbscspn-tests: New file.
14162         * tests/test-mbscspn.sh: New file.
14163         * tests/test-mbscspn.c: New file.
14164
14165 2007-02-11  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/mbscasecmp-tests: New file.
14168         * tests/test-mbscasecmp.sh: New file.
14169         * tests/test-mbscasecmp.c: New file.
14170
14171 2007-02-11  Bruno Haible  <bruno@clisp.org>
14172
14173         Ensure O(n) worst-case complexity of mbscasestr.
14174         * lib/mbscasestr.c: Include stdbool.h.
14175         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14176         functions.
14177         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14178         the bookkeeping indicates that it's worth it.
14179         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14180
14181         * modules/mbscasestr-tests: New file.
14182         * tests/test-mbscasestr1.c: New file.
14183         * tests/test-mbscasestr2.sh: New file.
14184         * tests/test-mbscasestr2.c: New file.
14185         * tests/test-mbscasestr3.sh: New file.
14186         * tests/test-mbscasestr3.c: New file.
14187         * tests/test-mbscasestr4.sh: New file.
14188         * tests/test-mbscasestr4.c: New file.
14189         * m4/locale-tr.m4: New file.
14190
14191 2007-02-11  Bruno Haible  <bruno@clisp.org>
14192
14193         Ensure O(n) worst-case complexity of mbsstr.
14194         * lib/mbsstr.c: Include stdbool.h.
14195         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14196         functions.
14197         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14198         bookkeeping indicates that it's worth it.
14199         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14200
14201         * modules/mbsstr-tests: New file.
14202         * tests/test-mbsstr1.c: New file.
14203         * tests/test-mbsstr2.sh: New file.
14204         * tests/test-mbsstr2.c: New file.
14205         * tests/test-mbsstr3.sh: New file.
14206         * tests/test-mbsstr3.c: New file.
14207         * m4/locale-fr.m4: New file.
14208
14209 2007-02-11  Bruno Haible  <bruno@clisp.org>
14210
14211         * lib/mbsrchr.c (mbsrchr): Fix bug.
14212
14213         * modules/mbsrchr-tests: New file.
14214         * tests/test-mbsrchr.sh: New file.
14215         * tests/test-mbsrchr.c: New file.
14216
14217 2007-02-11  Bruno Haible  <bruno@clisp.org>
14218
14219         * lib/mbschr.c (mbschr): Fix bug.
14220
14221         * modules/mbschr-tests: New file.
14222         * tests/test-mbschr.sh: New file.
14223         * tests/test-mbschr.c: New file.
14224         * m4/locale-zh.m4: New file.
14225
14226 2007-02-11  Bruno Haible  <bruno@clisp.org>
14227
14228         Support for copying multibyte string iterators.
14229         * lib/mbiter.h: Include <string.h>.
14230         (mbiter_multi_copy): New function.
14231         (mbi_copy): New macro.
14232         * lib/mbuiter.h: Include <string.h>.
14233         (mbuiter_multi_copy): New function.
14234         (mbui_copy): New macro.
14235
14236 2007-02-11  Bruno Haible  <bruno@clisp.org>
14237
14238         New module mbslen.
14239         * modules/mbslen: New file.
14240         * lib/mbslen.c: New file.
14241         * lib/string_.h (mbslen): New declaration.
14242         * m4/mbslen.m4: New file.
14243         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14244         GNULIB_MBSLEN.
14245         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14246         * MODULES.html.sh (Internationalization functions): Add mbslen.
14247
14248 2007-02-11  Bruno Haible  <bruno@clisp.org>
14249
14250         Ensure O(n) worst-case complexity of strcasestr substitute.
14251         * lib/strcasestr.c: Include stdbool.h.
14252         (knuth_morris_pratt): New function.
14253         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14254         bookkeeping indicates that it's worth it.
14255         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14256
14257         * modules/strcasestr-tests: New file.
14258         * tests/test-strcasestr.c: New file.
14259
14260 2007-02-11  Bruno Haible  <bruno@clisp.org>
14261
14262         Ensure O(n) worst-case complexity of c_strcasestr.
14263         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14264         (knuth_morris_pratt): New function.
14265         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14266         the bookkeeping indicates that it's worth it.
14267         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14268
14269         * modules/c-strcasestr-tests: New file.
14270         * tests/test-c-strcasestr.c: New file.
14271
14272 2007-02-11  Bruno Haible  <bruno@clisp.org>
14273
14274         Ensure O(n) worst-case complexity of c_strstr.
14275         * lib/c-strstr.c: Include stdbool.h, string.h.
14276         (knuth_morris_pratt): New function.
14277         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14278         bookkeeping indicates that it's worth it.
14279         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14280
14281         * lib/c-strstr.c: Complete rewrite for maintainability.
14282
14283         * modules/c-strstr-tests: New file.
14284         * tests/test-c-strstr.c: New file.
14285
14286 2007-02-11  Bruno Haible  <bruno@clisp.org>
14287
14288         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14289         5.2.1 and earlier, whereby \055 was treated just like the range
14290         delimiter '-'.
14291         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14292
14293 2007-02-08  Bruno Haible  <bruno@clisp.org>
14294
14295         * modules/regex (Depends-on): Add stdbool.
14296         Reported by Dalibor Topic <robilad@kaffe.org>.
14297
14298 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14299
14300         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14301         Prefer returning from main to exiting from it.
14302         Remove unnecessary parens after sizeof.
14303
14304 2007-02-05  Bruno Haible  <bruno@clisp.org>
14305
14306         New module mbssep.
14307         * modules/mbssep: New file.
14308         * lib/mbssep.c: New file.
14309         * lib/string_.h (strsep): Add a conditional link warning.
14310         (mbssep): New declaration.
14311         * m4/mbssep.m4: New file.
14312         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14313         GNULIB_MBSSEP.
14314         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14315         * MODULES.html.sh (Internationalization functions): Add mbssep.
14316
14317 2007-02-05  Bruno Haible  <bruno@clisp.org>
14318
14319         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14320         Optimize search in case of 1 delimiter.
14321
14322 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14323
14324         * lib/acl.h: Include sys/types.h before sys/acl.h.
14325
14326 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14327
14328         Merge upstream fix for glibc bugzilla #3957:
14329
14330         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14331
14332         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14333         bit for RE_HAT_LISTS_NOT_NEWLINE.
14334         (build_charclass_op): Remove bogus comment.
14335
14336 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14337
14338         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14339
14340 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14341
14342         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14343         * lib/memmem.c [!defined _LIBC]: Include config.h.
14344
14345 2007-02-04  Bruno Haible  <bruno@clisp.org>
14346
14347         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14348         warning message.
14349
14350 2007-02-04  Bruno Haible  <bruno@clisp.org>
14351
14352         New module mbstok_r.
14353         * modules/mbstok_r: New file.
14354         * lib/mbstok_r.c: New file.
14355         * lib/string_.h (strtok_r): Change argument names to match the
14356         comments. Add a conditional link warning.
14357         (mbstok_r): New declaration.
14358         * m4/mbstok_r.m4: New file.
14359         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14360         GNULIB_MBSTOK_R.
14361         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14362         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14363
14364 2007-02-04  Bruno Haible  <bruno@clisp.org>
14365
14366         New module mbsspn.
14367         * modules/mbsspn: New file.
14368         * lib/mbsspn.c: New file.
14369         * lib/string_.h (strspn): Add a conditional link warning.
14370         (mbsspn): New declaration.
14371         * m4/mbsspn.m4: New file.
14372         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14373         GNULIB_MBSSPN.
14374         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14375         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14376
14377 2007-02-04  Bruno Haible  <bruno@clisp.org>
14378
14379         New module mbspbrk.
14380         * modules/mbspbrk: New file.
14381         * lib/mbspbrk.c: New file.
14382         * lib/string_.h (strpbrk): Add a conditional link warning.
14383         (mbspbrk): New declaration.
14384         * m4/mbspbrk.m4: New file.
14385         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14386         GNULIB_MBSPBRK.
14387         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14388         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14389
14390 2007-02-04  Bruno Haible  <bruno@clisp.org>
14391
14392         New module mbscspn.
14393         * modules/mbscspn: New file.
14394         * lib/mbscspn.c: New file.
14395         * lib/string_.h (strcspn): Add a conditional link warning.
14396         (mbscspn): New declaration.
14397         * m4/mbscspn.m4: New file.
14398         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14399         GNULIB_MBSCSPN.
14400         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14401         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14402
14403 2007-02-04  Bruno Haible  <bruno@clisp.org>
14404
14405         New module mbscasestr, reduced goal of strcasestr.
14406         * modules/mbscasestr: New file.
14407         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14408         (mbscasestr): Renamed from strcasestr.
14409         * lib/strcasestr.c: Don't include mbuiter.h.
14410         (strcasestr): Remove support for multibyte locales.
14411         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14412         Change the conditional link warning.
14413         (mbscasestr): New declaration.
14414         * m4/mbscasestr.m4: New file.
14415         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14416         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14417         REPLACE_STRCASESTR.
14418         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14419         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14420         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14421         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14422         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14423         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14424         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14425         (Depends-on): Remove mbuiter.
14426         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14427
14428 2007-02-04  Bruno Haible  <bruno@clisp.org>
14429
14430         Simplify handling of strncasecmp.
14431         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14432         the conditional link warning.
14433         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14434         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14435         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14436         * modules/strcase (configure.ac): Don't invoke
14437         gl_STRING_MODULE_INDICATOR.
14438         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14439
14440 2007-02-04  Bruno Haible  <bruno@clisp.org>
14441
14442         New module mbscasecmp, reduced goal of strcasecmp.
14443         * modules/mbscasecmp: New file.
14444         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14445         (mbscasecmp): Renamed from strcasecmp.
14446         * lib/strcasecmp.c: Don't include mbuiter.h.
14447         (strcasecmp): Remove support for multibyte locales.
14448         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14449         Change the conditional link warning.
14450         (mbscasecmp): New declaration.
14451         * m4/mbscasecmp.m4: New file.
14452         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14453         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14454         REPLACE_STRCASECMP.
14455         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
14456         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14457         GNULIB_MBSCASECMP.
14458         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
14459         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
14460         * modules/strcase (Files): Remove m4/mbrtowc.m4.
14461         (Depends-on): Remove mbuiter.
14462         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
14463
14464 2007-02-04  Bruno Haible  <bruno@clisp.org>
14465
14466         New module mbsstr. Remove module strstr.
14467         * modules/mbsstr: New file.
14468         * modules/strstr: Remove file.
14469         * lib/mbsstr.c: Renamed from lib/strstr.c.
14470         (mbsstr): Renamed from strstr.
14471         * lib/string_.h (strstr): Remove declaration. Change the conditional
14472         link warning.
14473         (mbsstr): New declaration.
14474         * m4/mbsstr.m4: New file.
14475         * m4/strstr.m4: Remove file.
14476         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
14477         REPLACE_STRSTR.
14478         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
14479         Don't initialize GNULIB_STRSTR.
14480         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
14481         substitute GNULIB_STRSTR and REPLACE_STRSTR.
14482         * MODULES.html.sh (Internationalization functions): Add mbsstr.
14483         (Support for systems lacking ANSI C 89): Remove strstr.
14484
14485 2007-02-04  Bruno Haible  <bruno@clisp.org>
14486
14487         New module mbsrchr.
14488         * modules/mbsrchr: New file.
14489         * lib/mbsrchr.c: New file.
14490         * lib/string_.h (strrchr): Add a conditional link warning.
14491         (mbsrchr): New declaration.
14492         * m4/mbsrchr.m4: New file.
14493         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14494         GNULIB_MBSRCHR.
14495         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
14496         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
14497
14498 2007-02-04  Bruno Haible  <bruno@clisp.org>
14499
14500         New module mbschr.
14501         * modules/mbschr: New file.
14502         * lib/mbschr.c: New file.
14503         * lib/string_.h (strchr): Add a conditional link warning.
14504         (mbschr): New declaration.
14505         * m4/mbschr.m4: New file.
14506         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14507         GNULIB_MBSCHR.
14508         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
14509         * MODULES.html.sh (Internationalization functions): Add mbschr.
14510
14511 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
14514
14515         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
14516
14517 2007-02-04  Bruno Haible  <bruno@clisp.org>
14518
14519         New module description section 'configure.ac-early'.
14520         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
14521         (func_get_autoconf_early_snippet): New function.
14522         (func_import, func_create_testdir): Use it. Remove special cases for
14523         modules 'extensions' and 'lock'.
14524         * modules/extensions (configure.ac-early): Require
14525         gl_USE_SYSTEM_EXTENSIONS.
14526         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
14527
14528 2007-02-04  Bruno Haible  <bruno@clisp.org>
14529
14530         Make use of gcj-4.3's -fsource and -ftarget option.
14531         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
14532         and if so try the options -fsource and -ftarget.
14533         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
14534         source_version, ftarget_option, target_version arguments.
14535         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
14536         (is_envjavac_oldgcj_14_14_usable): Renamed from
14537         is_envjavac_gcj_14_14_usable.
14538         (is_envjavac_oldgcj_14_13_usable): Renamed from
14539         is_envjavac_gcj_14_13_usable.
14540         (is_gcj_present): Update.
14541         (is_gcj_43, is_gcj43_usable): New functions.
14542         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
14543         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
14544         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
14545         try the options -fsource and -ftarget.
14546
14547 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14548
14549         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
14550         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
14551         larger value.
14552
14553 2007-02-03  Jim Meyering  <jim@meyering.net>
14554
14555         Give tools a better chance to allocate space for very large buffers.
14556         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
14557
14558         Make pwd and readlink work also when run with an unreadable parent dir
14559         on systems with openat support.
14560         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
14561         provided getcwd function, even when we have openat support.
14562         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
14563
14564 2007-02-02  Bruno Haible  <bruno@clisp.org>
14565
14566         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14567         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
14568         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
14569         portability problems if one of these functions is only used on specific
14570         platforms.
14571         Reported by Paul Eggert.
14572
14573 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
14576         is causing more trouble than it's curing.
14577         * lib/regex_internal.h (__mempcpy): Remove.
14578         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
14579         (and make the code a tad smaller to boot).
14580         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
14581
14582 2007-02-02  Jim Meyering  <jim@meyering.net>
14583
14584         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
14585         section, not in the Makefile.am: one.
14586
14587 2007-02-02  Eric Blake  <ebb9@byu.net>
14588
14589         * lib/strchrnul.c: Always include config.h first.
14590
14591         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
14592         gnulib strstr is not necessary here.
14593
14594 2007-02-02  Simon Josefsson  <simon@josefsson.org>
14595
14596         * m4/socklen.m4: Fix typo.
14597
14598 2007-02-02  Eric Blake  <ebb9@byu.net>
14599
14600         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
14601         * modules/netinet_in (Makefile.am): Likewise.
14602
14603 2007-02-01  Bruno Haible  <bruno@clisp.org>
14604
14605         * lib/string_.h (GL_LINK_WARNING): New macro.
14606         (strcasecmp, strstr, strcasestr): If provided by the system,
14607         conditionally define as a macro that leads to a warning instead of to
14608         an error.
14609         (strncasecmp): Conditionally define as a macro that leads to a warning.
14610
14611 2007-02-01  Karl Berry  <karl@gnu.org>
14612
14613         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
14614
14615 2007-02-01  Bruno Haible  <bruno@clisp.org>
14616
14617         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
14618         renamings.
14619
14620 2007-02-01  Eric Blake  <ebb9@byu.net>
14621
14622         * modules/regex (Depends-on): Revert dependence on mempcpy.
14623         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
14624         module's definition of mempcpy.
14625         Reported by Paul Eggert.
14626
14627 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14628
14629         * lib/string_.h: If the gnulib module XYZ is not present, undefine
14630         the symbol XYZ before redefining it.  This fixes a problem with
14631         programs that don't use XYZ, when compiled on systems that define
14632         XYZ to something else.
14633
14634 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
14637         occurs when "mkdir -m foo" creates a setgid directory that is (1)
14638         writeable to group or other and (2) is intended to have a special
14639         mode bit that is set or cleared.  In such a case, the directory
14640         should be neither group- nor other-writeable until the special
14641         mode bits are right.
14642
14643 2007-01-31  Eric Blake  <ebb9@byu.net>
14644
14645         * modules/mountlist (Depends-on): Add strstr.
14646
14647         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
14648         bug.
14649         * modules/string (Makefile.am): Remove redundant replacement.
14650         * modules/regex (Depends-on): Add mempcpy.
14651
14652 2007-01-31  Bruno Haible  <bruno@clisp.org>
14653
14654         New module description field 'Link'.
14655         * gnulib-tool (func_usage): Document --extract-link-directive.
14656         (sed_extract_prog): Recognize 'Link' directive.
14657         (func_get_link_directive): New function.
14658         (func_import): Show summary of link directives.
14659         Handle --extract-link-directive option.
14660         * modules/acl (Link): New section.
14661         * modules/clock-time (Link): New section.
14662         * modules/euidaccess (Link): New section.
14663         * modules/gettext (Link): New section.
14664         * modules/iconv (Link): New section.
14665         * modules/lock (Link): New section.
14666         * modules/nanosleep (Link): New section.
14667         * modules/readline (Link): New section.
14668
14669 2007-01-27  Bruno Haible  <bruno@clisp.org>
14670
14671         Enforce the use of gnulib modules for unportable <string.h> functions.
14672         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
14673         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
14674         (gl_HEADER_STRING_H_BODY): Require it.
14675         * lib/string_.h: If the gnulib module XYZ is not present, redefine
14676         the symbol XYZ to one that gives a link error.
14677         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
14678         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
14679         * modules/mempcpy (configure.ac): Likewise.
14680         * modules/memrchr (configure.ac): Likewise.
14681         * modules/stpcpy (configure.ac): Likewise.
14682         * modules/stpncpy (configure.ac): Likewise.
14683         * modules/strcase (configure.ac): Likewise.
14684         * modules/strcasestr (configure.ac): Likewise.
14685         * modules/strchrnul (configure.ac): Likewise.
14686         * modules/strdup (configure.ac): Likewise.
14687         * modules/strndup (configure.ac): Likewise.
14688         * modules/strnlen (configure.ac): Likewise.
14689         * modules/strpbrk (configure.ac): Likewise.
14690         * modules/strsep (configure.ac): Likewise.
14691         * modules/strstr (configure.ac): Likewise.
14692         * modules/strtok_r (configure.ac): Likewise.
14693
14694 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
14695
14696         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
14697
14698 2007-01-30  Jim Meyering  <jim@meyering.net>
14699
14700         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
14701
14702 2007-01-29  Bruno Haible  <bruno@clisp.org>
14703
14704         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
14705         * lib/execute.c: Likewise.
14706         * lib/pipe.c: Likewise.
14707         * lib/printf-args.h: Likewise.
14708         * lib/printf-args.c: Likewise.
14709         * lib/printf-parse.c: Likewise.
14710         * lib/vasnprintf.c: Likewise.
14711
14712 2007-01-29  Eric Blake  <ebb9@byu.net>
14713
14714         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
14715         declaration.
14716
14717 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
14718
14719         * lib/strptime.h (strptime): Use 'restrict' for args where
14720         POSIX requires this.
14721         * lib/strptime.c (strptime): Likewise.
14722         Change license notice from LGPL to GPL, since gnulib-tool will
14723         change this as needed.
14724         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
14725         defined.
14726         Include "strptime.h" first, to check interface.
14727         Do not #undef _LIBC and _NL_CURRENT.
14728         Do not include <stdlib.h>; no longer needed.
14729         Include "time_r.h" and declare ptime_locale_status
14730         only if _LIBC is not defined.
14731         (__P): Remove unused macro.
14732         (match_string): Bring back glibc version, but use it only if _LIBC
14733         is defined.
14734         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
14735         Remove unnecessary assertion and abort() call.
14736         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
14737         * m4/strptime.m4: Fix serial number comment.
14738         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
14739         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
14740         (Depends-on): Add time_r.
14741
14742 2007-01-29  Bruno Haible  <bruno@clisp.org>
14743
14744         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14745         strptime.
14746         * modules/strptime (Depends-on): Add stdbool.
14747         * lib/strptime.h: Include <time.h> always. Add comments.
14748
14749 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14750
14751         * modules/strptime: New file.
14752         * lib/strptime.h: New file.
14753         * lib/strptime.c: New file.
14754         * m4/strptime.m4: New file.
14755
14756 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         * MODULES.html.sh: New module mpsort.
14759         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
14760
14761         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
14762         a circularity problem with HP-UX ia64 reported by Bob Proulx in
14763         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
14764         All uses changed.
14765         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
14766         All uses changed.
14767         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
14768         to _Restrict_.
14769         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
14770         the parameter matches the prototype.
14771
14772 2007-01-28  Jim Meyering  <jim@meyering.net>
14773
14774         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
14775         sys/time.h here, reverting that part of the previous patch:
14776         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
14777
14778 2007-01-28  Bruno Haible  <bruno@clisp.org>
14779
14780         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
14781         value of $(SYS_TIME_H).
14782         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
14783         remove it conditionally, too. [added by Jim Meyering]
14784         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
14785         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14786         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
14787         GETTIMEOFDAY_REPLACEMENT to 1.
14788
14789 2007-01-28  Bruno Haible  <bruno@clisp.org>
14790
14791         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
14792         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
14793         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
14794         Set UNISTD_H instead of UNISTD_H2.
14795         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
14796
14797 2007-01-28  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
14800         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
14801
14802 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14803
14804         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
14805         (func_create_testdir): Ensure C locale for `grep' and `tr'
14806         character ranges.
14807         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
14808         ACLOCAL_AMFLAGS parsing state machine.
14809
14810 2007-01-27  Bruno Haible  <bruno@clisp.org>
14811
14812         * modules/unistr/base: Update.
14813
14814 2007-01-27  Bruno Haible  <bruno@clisp.org>
14815
14816         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
14817         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
14818         * modules/unistr/u32-mbtouc-unsafe: Renamed from
14819         modules/unistr/u32-mbtouc.
14820         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
14821         * lib/unistr.h: Update.
14822         * lib/linebreak.c: Update.
14823         * modules/unistr/u32-mbtouc: Renamed from
14824         modules/unistr/u32-mbtouc-safe.
14825         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
14826         * lib/unistr.h: Update.
14827         * lib/unistr/u32-to-u8.c: Update.
14828         * lib/unistr/u32-to-u16.c: Update.
14829
14830 2007-01-27  Bruno Haible  <bruno@clisp.org>
14831
14832         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
14833         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
14834         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
14835         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
14836         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
14837         * modules/unistr/u16-mbtouc-unsafe: Renamed from
14838         modules/unistr/u16-mbtouc.
14839         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
14840         * lib/unistr.h: Update.
14841         * lib/linebreak.c: Update.
14842         * modules/linebreak: Update.
14843         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
14844         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
14845         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
14846         * modules/unistr/u16-mbtouc: Renamed from
14847         modules/unistr/u16-mbtouc-safe.
14848         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
14849         * lib/unistr.h: Update.
14850         * lib/unistr/u16-to-u8.c: Update.
14851         * modules/unistr/u16-to-u8: Update.
14852         * lib/unistr/u16-to-u32.c: Update.
14853         * modules/unistr/u16-to-u32: Update.
14854
14855 2007-01-27  Bruno Haible  <bruno@clisp.org>
14856
14857         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
14858         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
14859         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
14860         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
14861         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
14862         * modules/unistr/u8-mbtouc-unsafe: Renamed from
14863         modules/unistr/u8-mbtouc.
14864         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
14865         * lib/unistr.h: Update.
14866         * lib/striconveh.c: Update.
14867         * modules/striconveh: Update.
14868         * lib/linebreak.c: Update.
14869         * modules/linebreak: Update.
14870         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
14871         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
14872         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
14873         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
14874         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
14875         * lib/unistr.h: Update.
14876         * lib/striconveh.c: Update.
14877         * modules/striconveh: Update.
14878         * lib/unistr/u8-to-u16.c: Update.
14879         * modules/unistr/u8-to-u16: Update.
14880         * lib/unistr/u8-to-u32.c: Update.
14881         * modules/unistr/u8-to-u32: Update.
14882
14883 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14884
14885         Sync from Libtool.
14886         * lib/argz.c: Do not include strings.h nor memory.h, include
14887         string.h unconditionally.  Patch by Simon Josefsson.
14888
14889 2007-01-27  Bruno Haible  <bruno@clisp.org>
14890
14891         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
14892         from gl_HEADER_STRING_H_BODY.
14893         (gl_HEADER_STRING_H_BODY): Require it.
14894         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
14895         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
14896         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
14897         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
14898         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14899         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
14900         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14901         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
14902         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
14903         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14904         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
14905         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
14906         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
14907         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14908         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14909
14910 2007-01-27  Bruno Haible  <bruno@clisp.org>
14911
14912         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
14913         check_PROGRAMS into noinst_PROGRAMS.
14914         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
14915         check_PROGRAMS in this case.
14916         (func_import): Set for_test to false.
14917         (func_create_testdir): Set for_test to true.
14918
14919 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14920             Bruno Haible  <bruno@clisp.org>
14921
14922         * modules/strcasestr (Files): Remove lib/strcasestr.h.
14923         (Depends-on): Add string.
14924         (Includes): Use <string.h> instead of strcasestr.h.
14925         * modules/string (Makefile.am): Also substitute the value of
14926         REPLACE_STRCASESTR.
14927         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
14928         assume strcasestr is declared in <string.h> not <strings.h>. Also
14929         set REPLACE_STRCASESTR.
14930         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
14931         REPLACE_STRCASESTR.
14932         * lib/strcasestr.h: Remove file.
14933         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
14934         * lib/string_.h (strcasestr): New declaration.
14935
14936 2007-01-27  Bruno Haible  <bruno@clisp.org>
14937
14938         * lib/string_.h: Use 'extern'.
14939
14940 2007-01-27  Jim Meyering  <jim@meyering.net>
14941
14942         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
14943         of set-but-not-used local, "q".
14944
14945         * lib/mempcpy.c: Include <config.h> before <string.h>.
14946         This fixes a compilation error on HP-UX, due to the system's
14947         "restrict"-using mempcpy prototype.
14948
14949 2007-01-26  Bruno Haible  <bruno@clisp.org>
14950
14951         Small optimization.
14952         * lib/javacomp.c: Include c-strstr.h.
14953          (is_envjavac_gcj): Use c_strstr instead of strstr.
14954         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
14955
14956 2007-01-26  Bruno Haible  <bruno@clisp.org>
14957
14958         * MODULES.html.sh (Unicode string functions): Add the new modules.
14959
14960         * modules/uniconv/u32-strconv-to-locale: New file.
14961         * lib/uniconv/u32-strconv-to-locale.c: New file.
14962
14963         * modules/uniconv/u16-strconv-to-locale: New file.
14964         * lib/uniconv/u16-strconv-to-locale.c: New file.
14965
14966         * modules/uniconv/u8-strconv-to-locale: New file.
14967         * lib/uniconv/u8-strconv-to-locale.c: New file.
14968
14969         * modules/uniconv/u32-strconv-from-locale: New file.
14970         * lib/uniconv/u32-strconv-from-locale.c: New file.
14971
14972         * modules/uniconv/u16-strconv-from-locale: New file.
14973         * lib/uniconv/u16-strconv-from-locale.c: New file.
14974
14975         * modules/uniconv/u8-strconv-from-locale: New file.
14976         * lib/uniconv/u8-strconv-from-locale.c: New file.
14977
14978         * modules/uniconv/u32-strconv-to-enc: New file.
14979         * lib/uniconv/u32-strconv-to-enc.c: New file.
14980         * modules/uniconv/u32-strconv-to-enc-tests: New file.
14981         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
14982
14983         * modules/uniconv/u16-strconv-to-enc: New file.
14984         * lib/uniconv/u16-strconv-to-enc.c: New file.
14985         * lib/uniconv/u-strconv-to-enc.h: New file.
14986         * modules/uniconv/u16-strconv-to-enc-tests: New file.
14987         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
14988
14989         * modules/uniconv/u8-strconv-to-enc: New file.
14990         * lib/uniconv/u8-strconv-to-enc.c: New file.
14991         * modules/uniconv/u8-strconv-to-enc-tests: New file.
14992         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
14993
14994         * modules/uniconv/u32-strconv-from-enc: New file.
14995         * lib/uniconv/u32-strconv-from-enc.c: New file.
14996         * modules/uniconv/u32-strconv-from-enc-tests: New file.
14997         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
14998
14999         * modules/uniconv/u16-strconv-from-enc: New file.
15000         * lib/uniconv/u16-strconv-from-enc.c: New file.
15001         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15002         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15003
15004         * modules/uniconv/u8-strconv-from-enc: New file.
15005         * lib/uniconv/u8-strconv-from-enc.c: New file.
15006         * lib/uniconv/u-strconv-from-enc.h: New file.
15007         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15008         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15009
15010         * modules/uniconv/u32-conv-from-enc: New file.
15011         * lib/uniconv/u32-conv-from-enc.c: New file.
15012         * modules/uniconv/u32-conv-from-enc-tests: New file.
15013         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15014
15015         * modules/uniconv/u16-conv-from-enc: New file.
15016         * lib/uniconv/u16-conv-from-enc.c: New file.
15017         * lib/uniconv/u-conv-from-enc.h: New file.
15018         * modules/uniconv/u16-conv-from-enc-tests: New file.
15019         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15020
15021         * modules/uniconv/u8-conv-from-enc: New file.
15022         * lib/uniconv/u8-conv-from-enc.c: New file.
15023         * modules/uniconv/u8-conv-from-enc-tests: New file.
15024         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15025
15026         * modules/uniconv/base: New file.
15027         * lib/uniconv.h: New file.
15028
15029 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15030
15031         * doc/gnulib-tool.texi (Initial import): Update to match current
15032         behavior with strdup module.
15033         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15034         * lib/memmem.h: Remove; all uses removed.  This is now done
15035         by <string.h>.
15036         * lib/mempcpy.h: Likewise.
15037         * lib/memrchr.h: Likewise.
15038         * lib/stpcpy.h: Likewise.
15039         * lib/stpncpy.h: Likewise.
15040         * lib/strcase.h: Likewise.
15041         * lib/strchrnul.h: Likewise.
15042         * lib/strdup.h: Likewise.
15043         * lib/strndup.h: Likewise.
15044         * lib/strnlen.h: Likewise.
15045         * lib/strpbrk.h: Likewise.
15046         * lib/strsep.h: Likewise.
15047         * lib/strstr.h: Likewise.
15048         * lib/strtok_r.h: Likewise.
15049         * lib/string_.h: New file.
15050         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15051         Rely on <string.h> instead.
15052         * lib/canon-host.c: Likewise.
15053         * lib/chdir-long.c: Likewise.
15054         * lib/concatpath.c: Likewise.
15055         * lib/exclude.c: Likewise.
15056         * lib/fchdir.c: Likewise.
15057         * lib/getaddrinfo.c: Likewise.
15058         * lib/getcwd.c: Likewise.
15059         * lib/getsubopt.c: Likewise.
15060         * lib/glob.c: Likewise.
15061         * lib/hard-locale.c: Likewise.
15062         * lib/iconvme.c: Likewise.
15063         * lib/javacomp.c: Likewise.
15064         * lib/mempcpy.c: Likewise.
15065         * lib/memrchr.c: Likewise.
15066         * lib/regex_internal.h: Likewise.
15067         * lib/stpncpy.c: Likewise.
15068         * lib/strcasecmp.c: Likewise.
15069         * lib/strchrnul.c: Likewise.
15070         * lib/strdup.c: Likewise.
15071         * lib/striconv.c: Likewise.
15072         * lib/striconveh.c: Likewise.
15073         * lib/striconveha.c: Likewise.
15074         * lib/strncasecmp.c: Likewise.
15075         * lib/strndup.c: Likewise.
15076         * lib/strnlen.c: Likewise.
15077         * lib/strsep.c: Likewise.
15078         * lib/strstr.c: Likewise.
15079         * lib/strtok_r.c: Likewise.
15080         * lib/userspec.c: Likewise.
15081         * lib/w32spawn.h: Likewise.
15082         * lib/xstrndup.c: Likewise.
15083         * lib/mountlist.c (strstr): Remove decl.
15084         * m4/string_h.m4: New file.
15085         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15086         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15087         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15088         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15089         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15090         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15091         Set REPLACE_STRCASECMP if necessary.
15092         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15093         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15094         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15095         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15096         HAVE_DECL_STRDUP if necessary.
15097         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15098         since gl_FUNC_STRNDUP does that now.
15099         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15100         Check for decl here...
15101         (gl_PREREQ_STRNLEN): ... not here.
15102         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15103         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15104         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15105         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15106         necessary.
15107         * modules/string: New file.
15108         * modules/memmem (Files): Remove special-purpose include file.
15109         (Depends-on): Add string.
15110         (Include): Include <string.h>, not the removed file.
15111         * modules/mempcpy: Likewise.
15112         * modules/memrchr: Likewise.
15113         * modules/stpcpy: Likewise.
15114         * modules/stpncpy: Likewise.
15115         * modules/strcase: Likewise.
15116         * modules/strchrnul: Likewise.
15117         * modules/strdup: Likewise.
15118         * modules/strndup: Likewise.
15119         * modules/strnlen: Likewise.
15120         * modules/strpbrk: Likewise.
15121         * modules/strsep: Likewise.
15122         * modules/strstr: Likewise.
15123         * modules/strtok_r: Likewise.
15124         * tests/test-dirname.c: Don't include "strdup.h", since
15125         <string.h> now suffices.
15126         * tests/test-memmem.c: Don't include "memmem.h", since
15127         <string.h> now suffices.
15128
15129 2007-01-25  Bruno Haible  <bruno@clisp.org>
15130
15131         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15132         *resultp is 0.
15133
15134         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15135         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15136         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15137         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15138
15139         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15140         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15141         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15142         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15143         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15144         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15145
15146 2007-01-24  Bruno Haible  <bruno@clisp.org>
15147
15148         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15149         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15150         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15151         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15152         gl_FUNC_FTS_CORE.
15153         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15154         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15155         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15156         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15157         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15158         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15159         gl_FUNC_FCHOWNAT.
15160         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15161         gl_FUNC_STRFTIME.
15162         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15163         Reported by Ralf Wildenhues.
15164
15165 2007-01-24  Bruno Haible  <bruno@clisp.org>
15166
15167         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15168         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15169         gl_GETADDRINFO.
15170         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15171         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15172         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15173
15174 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15177         Don't use 'exit'; just return from 'main'.
15178         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15179
15180         * lib/fnmatch_.h: Readjust white space and comments to match
15181         glibc, to avoid spurious diffs.
15182
15183 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15184
15185         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15186         2004-12-01 change by Jakub Jelinek, since this code won't compile
15187         if !LIBC.  Problem reported by Bob Proulx.
15188
15189 2007-01-23  Bruno Haible  <bruno@clisp.org>
15190
15191         * lib/striconveh.c: Include c-strcaseeq.h.
15192         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15193         * modules/striconveh (Depends-on): Add c-strcaseeq.
15194
15195 2007-01-23  Bruno Haible  <bruno@clisp.org>
15196
15197         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15198
15199         * modules/c-strcaseeq: New file.
15200         * lib/c-strcaseeq.h: New file.
15201
15202         * modules/streq: New file.
15203         * lib/streq.h: New file.
15204
15205 2007-01-23  Bruno Haible  <bruno@clisp.org>
15206
15207         * modules/striconveha-tests: New file.
15208         * tests/test-striconveha.c: New file.
15209
15210         * lib/striconveha.h: Include <stdbool.h>.
15211         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15212         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15213         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15214         (mem_iconveha): New function.
15215         (str_iconveha_notranslit): Renamed from str_iconveha.
15216         (str_iconveha): New function.
15217         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15218         c-strcase.
15219
15220 2007-01-23  Bruno Haible  <bruno@clisp.org>
15221
15222         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15223         encodings without forgiving before trying any encoding with handler.
15224         (str_iconveha): Try all encodings without forgiving before trying any
15225         encoding with handler.
15226
15227 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15228
15229         Import the following changes from libc.
15230
15231         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15232
15233         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15234
15235         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15236
15237         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15238         normal_bracket label.
15239
15240         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15241
15242         [BZ #361]
15243         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15244         to normal_bracket after fetching the next character.
15245
15246 2007-01-22  Bruno Haible  <bruno@clisp.org>
15247
15248         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15249         argument.
15250         * lib/striconveh.c (iconv_carefully_1): New function.
15251         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15252         argument.
15253         (str_cd_iconveh): Update.
15254         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15255         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15256         * tests/test-striconveh.c (MAGIC): New macro.
15257         (new_offsets): New function.
15258         (main): Test call with and without offsets.
15259
15260 2007-01-22  Bruno Haible  <bruno@clisp.org>
15261
15262         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15263         * modules/sys_select (Makefile.am): Likewise.
15264         * modules/sys_socket (Makefile.am): Likewise.
15265         * modules/sys_time (Makefile.am): Likewise.
15266
15267 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/gettimeofday (License): Change from GPL to LGPL, since
15270         gettimeofday is a library function.
15271
15272 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15273
15274         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15275
15276 2007-01-21  Bruno Haible  <bruno@clisp.org>
15277
15278         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15279
15280 2007-01-21  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/striconveha: New file.
15283         * lib/striconveha.h: New file.
15284         * lib/striconveha.c: New file.
15285         * MODULES.html.sh (Internationalization functions): Add striconveha.
15286         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15287         string.
15288         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15289
15290 2007-01-21  Bruno Haible  <bruno@clisp.org>
15291
15292         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15293         * lib/striconveh.c (str_iconveh): Likewise.
15294
15295 2007-01-21  Bruno Haible  <bruno@clisp.org>
15296
15297         * lib/striconveh.h (mem_iconveh): New declaration.
15298         * lib/striconveh.c (mem_iconveh): New function.
15299         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15300
15301 2007-01-21  Bruno Haible  <bruno@clisp.org>
15302
15303         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15304
15305         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15306         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15307         original result buffer.
15308         (str_cd_iconveh): Update.
15309         * tests/test-striconveh.c (main): Update.
15310
15311         * lib/striconv.h (mem_cd_iconv): Change specification.
15312         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15313         result buffer.
15314         (str_cd_iconv): Update.
15315         * tests/test-striconv.c (main): Update.
15316
15317 2007-01-21  Bruno Haible  <bruno@clisp.org>
15318
15319         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15320
15321 2007-01-20  Jim Meyering  <jim@meyering.net>
15322
15323         * lib/userspec.c (parse_with_separator): If a user or group string
15324         starts with "+", skip the corresponding name-to-ID look-up, since
15325         such a look-up must fail: user and group names may not include "+".
15326
15327 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15330         since we now assume the sys_time module.
15331         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15332         check for sys/time.h; no longer needed.
15333         * modules/poll (Depends-on): Depend on sys_time.
15334
15335 2007-01-18  Bruno Haible  <bruno@clisp.org>
15336
15337         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15338         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15339
15340         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15341         gettimeofday.
15342
15343         * tests/test-gettimeofday.c: Include <time.h>.
15344         (dummy): Remove variable.
15345
15346         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15347         gl_HEADER_SYS_TIME_H.
15348         (gl_HEADER_SYS_TIME_H): New macro.
15349
15350         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15351         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15352         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15353         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15354         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15355         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15356         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15357         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15358         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15359         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15360         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15361
15362         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15363         last change; it caused a compilation error when cross-compiling to
15364         Cygwin.
15365
15366 2007-01-18  Jim Meyering  <jim@meyering.net>
15367
15368         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15369         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15370         than the race-prone "test -d sys || mkdir sys".
15371         (configure.ac): Use AC_PROG_MKDIR_P.
15372         * modules/sys_select: Likewise.
15373         * modules/sys_socket: Likewise.
15374         * modules/sys_time: Likewise.
15375
15376 2007-01-18  Eric Blake  <ebb9@byu.net>
15377
15378         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15379         replace gettimeofday.
15380         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15381         name, to avoid infinite recursion.
15382
15383 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15386         module sys_time.
15387         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15388         assume timespec.h defines struct timeval.
15389         * lib/settime.c: Likewise.
15390         * lib/utimens.c: Likewise.
15391         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15392         since we now assume the gettimeofday module.
15393         * lib/tempname.c (__gen_tempname): Likewise.
15394         * lib/gettimeofday.h: Remove.
15395         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15396         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15397         Include <time.h>, for 'time()'.
15398         (localtime_buffer_addr): Also use this workaround if
15399         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15400         to simplify the uses.  All uses changed.
15401         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15402         that #undef is inside {}, and 'const' follows type name consistently.
15403         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15404         (gettimeofday): Do not use the maximum possible value for
15405         tv->tv_usec, since that might break usages other than ls.c.
15406         Instead, we'll leave ls.c alone.  This undoes today's patch
15407         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15408         we've never observed the problem but might as well keep the
15409         canary.
15410         * lib/nanosleep.c: Include timespec.h first, for interface check.
15411         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15412         now assume the sys_time module.
15413         * lib/tempname.c: Likewise.
15414         * lib/timespec.h: Likewise.
15415         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15416         needed.
15417         * lib/strftime.c: Likewise.
15418         * lib/timespec.h: Likewise.
15419         * lib/posixtm.c: Include posixtm.h first, for interface check.
15420         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15421         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15422         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15423         * lib/sys_time_.h: New file.
15424         * lib/timespec.h (struct timespec): Use long int, not long.
15425         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15426         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15427         Remove obsolescent call to AC_HEADER_TIME.
15428         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15429         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15430         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15431         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15432         Likewise.
15433         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15434         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15435         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15436         into the sys_time module.  Check for gettimeofday just once.
15437         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15438         for gettimeofday signature to just check the signature.  Merely
15439         compile it, since linking doesn't test signature.  Improve test for
15440         whether gettimeofday.o is actually needed.
15441         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15442         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15443         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15444         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15445         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15446         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15447         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15448         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15449         than worrying about sys/time.h.
15450         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15451         Don't bother worrying about TIME_WITH_SYS_TIME.
15452         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15453         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15454         * m4/sys_time_h.m4: New file.
15455         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
15456         Don't include sys/time.h.  Return from main rather than exiting.
15457         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
15458         all uses changed.
15459         * modules/gethrxtime (Depends-on): Add sys_time.
15460         * modules/gettime (Depends-on): Likewise.
15461         * modules/gettimeofday (Depends-on): Likewise.
15462         * modules/nanosleep (Depends-on): Likewise.
15463         * modules/settime (Depends-on): Likewise.
15464         * modules/tempname (Depends-on): Likewise.
15465         * modules/utimens (Depends-on): Likewise.
15466         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
15467         (Include:) Change back to <sys/time.h>.
15468         (Maintainer:) Add self.
15469         * modules/sys_time: New file.
15470         * modules/tempname (Depends-on): Add gettimeofday.
15471         * tests/test-gettimeofday.c: Include <sys/time.h>
15472         rather than gettimeofday.h.
15473
15474 2007-01-17  Bruno Haible  <bruno@clisp.org>
15475
15476         * gnulib-tool (func_get_license): Revert last patch. Instead, let
15477         the license default to GPL.
15478         (func_create_testdir): Don't complain if a module is LGPL and its
15479         tests module depends on GPLed modules.
15480
15481 2007-01-17  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/gettimeofday.c (gettimeofday): Add code for the case
15484         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
15485         maximum possible value for tv->tv_usec, rather than the minimum one.
15486
15487 2005-10-08  Martin Lambers  <marlam@marlam.de>
15488 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15489 2007-01-16  Bruno Haible  <bruno@clisp.org>
15490
15491         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
15492         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
15493         gl_FUNC_GETTIMEOFDAY.
15494         (Include): Add gettimeofday.h.
15495         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
15496         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
15497         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
15498         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
15499         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
15500         * lib/gettimeofday.h: New file.
15501         * lib/gettimeofday.c: Include <sys/timeb.h>.
15502         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
15503         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15504         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
15505         fall back on time().
15506
15507         * tests/test-gettimeofday.c: New file.
15508         * modules/gettimeofday-tests: New file.
15509
15510 2007-01-16  Eric Blake  <ebb9@byu.net>
15511
15512         * modules/fnmatch (Depends-on): Depend on wchar.
15513         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
15514         * m4/fnmatch.m4: Likewise.
15515         * modules/mbchar (Makefile.am): Assume <wchar.h>.
15516         * m4/mbchar.m4: Likewise.
15517         * modules/mbswidth (Depends-on): Depend on wchar.
15518         * lib/mbswidth.c: Assume <wchar.h>.
15519         * m4/mbswidth.m4: Likewise.
15520         * modules/quotearg (Depends-on): Depend on wchar.
15521         * lib/quotearg.c: Assume <wchar.h>.
15522         * m4/quotearg.m4: Likewise.
15523         * modules/regex (Depends-on): Depend on wchar.
15524         * lib/regex_internal.h: Assume <wchar.h>.
15525         * m4/regex.m4: Likewise.
15526         * modules/stdint (Depends-on): Depend on wchar.
15527         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
15528         * m4/stdint.m4: Likewise.
15529         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
15530         * modules/strftime (Depends-on): Depend on wchar.
15531         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
15532         * modules/strtol (Depends-on): Depend on wchar.
15533         * lib/strtol.c: Assume <wchar.h>.
15534         * modules/wcwidth (Depends-on): Depend on wchar.
15535         * lib/wcwidth.h: Assume <wchar.h>.
15536         * m4/wcwidth.m4: Likewise.
15537
15538 2007-01-16  Bruno Haible  <bruno@clisp.org>
15539
15540         * modules/csharpexec-script: New, created from...
15541         * modules/csharpexec: ... this.
15542
15543 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
15544
15545         * modules/javaexec-script: New, created from...
15546         * modules/javaexec: ... this.
15547
15548 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15549
15550         * modules/poll (Dependencies): Add sys_select.
15551
15552 2007-01-15  Jim Meyering  <jim@meyering.net>
15553
15554         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
15555         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
15556         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
15557         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
15558
15559 2007-01-15  Bruno Haible  <bruno@clisp.org>
15560
15561         * modules/striconveh: New file.
15562         * lib/striconveh.h: New file.
15563         * lib/striconveh.c: New file.
15564         * MODULES.html.sh (Internationalization functions): Add striconveh.
15565
15566         * modules/striconveh-tests: New file.
15567         * tests/test-striconveh.c: New file.
15568
15569 2007-01-15  Bruno Haible  <bruno@clisp.org>
15570
15571         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
15572         not from GNU libiconv or GNU libc.
15573
15574 2007-01-15  Bruno Haible  <bruno@clisp.org>
15575
15576         * doc/gnulib-intro.texi (Copyright): Explain the different license
15577         terms for module descriptions, autoconf macros, tests, documentation.
15578
15579 2007-01-14  Bruno Haible  <bruno@clisp.org>
15580
15581         * modules/striconv-tests: New file.
15582         * tests/test-striconv.c: New file.
15583
15584 2007-01-14  Bruno Haible  <bruno@clisp.org>
15585
15586         * modules/iconv-tests: New file.
15587         * tests/test-iconv.c: New file.
15588
15589 2007-01-14  Bruno Haible  <bruno@clisp.org>
15590
15591         * gnulib-tool (func_get_license): For test modules, use the license of
15592         the main module.
15593
15594 2007-01-14  Bruno Haible  <bruno@clisp.org>
15595
15596         * modules/iconv (Include): Clarify that <iconv.h> can only be included
15597         if iconv is found to exist.
15598
15599 2007-01-14  Bruno Haible  <bruno@clisp.org>
15600
15601         * modules/c-ctype-tests: New file.
15602         * tests/test-c-ctype.c: New file.
15603
15604 2007-01-14  Bruno Haible  <bruno@clisp.org>
15605
15606         * modules/binary-io-tests: New file.
15607         * tests/test-binary-io.sh: New file.
15608         * tests/test-binary-io.c: New file.
15609
15610 2007-01-14  Bruno Haible  <bruno@clisp.org>
15611
15612         * modules/array-oset-tests: New file.
15613         * tests/test-array_oset.c: New file.
15614
15615 2007-01-14  Bruno Haible  <bruno@clisp.org>
15616
15617         * modules/array-list-tests: New file.
15618         * tests/test-array_list.c: New file.
15619
15620 2007-01-14  Bruno Haible  <bruno@clisp.org>
15621
15622         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
15623         and make.
15624         Reported by Simon Josefsson in
15625         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
15626
15627 2007-01-14  Bruno Haible  <bruno@clisp.org>
15628
15629         * modules/allocsa-tests: New file.
15630         * tests/test-allocsa.c: New file.
15631
15632 2007-01-14  Bruno Haible  <bruno@clisp.org>
15633
15634         * modules/fchdir (Depends-on): Add absolute-header.
15635         * modules/unistd (Depends-on): Likewise.
15636
15637 2006-12-30  Bruno Haible  <bruno@clisp.org>
15638
15639         * modules/fchdir: New file.
15640         * modules/unistd (Files): Add lib/unistd_.h.
15641         (Makefile.am): Generate unistd.h from unistd_.h.
15642         * lib/fchdir.c: New file.
15643         * lib/dirent_.h: New file.
15644         * lib/unistd_.h: New file.
15645         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
15646         * m4/fchdir.m4: New file.
15647         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
15648         (gl_HEADER_UNISTD): Invoke it.
15649         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
15650         function.
15651         * lib/backupfile.c (opendir, closedir): Undefine.
15652         * lib/chown.c (open, close): Undefine.
15653         * lib/clean-temp.c (open, close): Undefine.
15654         * lib/copy-file.c (open, close): Undefine.
15655         * lib/execute.c (open, close): Undefine.
15656         * lib/fsusage.c (open, close): Undefine.
15657         * lib/gc-gnulib.c (open, close): Undefine.
15658         * lib/getcwd.c (opendir, closedir): Undefine.
15659         * lib/glob.c (opendir, closedir): Undefine.
15660         * lib/javacomp.c (open, close): Undefine.
15661         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
15662         * lib/openat-proc.c (open, close): Undefine.
15663         * lib/pagealign_alloc.c (open, close): Undefine.
15664         * lib/pipe.c (open, close): Undefine.
15665         * lib/progreloc.c (open, close): Undefine.
15666         * lib/savedir.c (opendir, closedir): Undefine.
15667         * lib/utime.c (open, close): Undefine.
15668         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
15669
15670 2007-01-10  Bruno Haible  <bruno@clisp.org>
15671
15672         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
15673
15674 2007-01-12  Eric Blake  <ebb9@byu.net>
15675
15676         Provide a robust <wchar.h>.  Further simplifications are now
15677         possible in other modules, but not included here.
15678         * modules/wchar: New module.
15679         * m4/wchar.m4: New file.
15680         * lib/wchar_.h: Likewise.
15681         * modules/mbchar (Depends-on): Depend on wchar, as the first use
15682         of the new module.
15683         * MODULES.html.sh (Extended multibyte and wide character utilities):
15684         New section.
15685
15686 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
15687
15688         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
15689         to a reasonable default for memory allocation.
15690         (xreadlink): Don't allocate a huge buffer, to work around a buggy
15691         file system that reports garbage st_size values for symlinks.
15692         Problem reported by Liyang Hu.
15693
15694 2007-01-11  Simon Josefsson  <simon@josefsson.org>
15695
15696         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
15697         Emacs .#* auto-save files).
15698
15699 2007-01-11  Bruno Haible  <bruno@clisp.org>
15700
15701         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
15702         directory.
15703
15704 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15705
15706         Use @...@ consistently in lib/wctype_.h.
15707         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
15708         on it being set to 1 or 0.
15709         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
15710         go back to AC_SUBSTing it.
15711         * modules/wctype (Makefile.am): Undo previous change.
15712
15713 2007-01-10  Eric Blake  <ebb9@byu.net>
15714
15715         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
15716         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
15717         * modules/wctype (Makefile.am): Likewise.
15718         Reported by Chris McGuire.
15719
15720 2007-01-10  Jim Meyering  <jim@meyering.net>
15721
15722         fts.c: a small readability/maintainability improvement
15723         * lib/fts.c (fts_read): Make this code slightly more readable and
15724         maintainable by hoisting the "sp->fts_cur = p" assignments to
15725         immediately follow the statements that set P.  Derived from
15726         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
15727
15728 2007-01-10  Eric Blake  <ebb9@byu.net>
15729
15730         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
15731         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
15732         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15733         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15734         Reported by Chris McGuire.
15735
15736 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15737
15738         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
15739         in sed script.
15740
15741 2007-01-09  Bruno Haible  <bruno@clisp.org>
15742
15743         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
15744         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
15745         variables.
15746         (func_module): Use them.
15747
15748 2007-01-09  Bruno Haible  <bruno@clisp.org>
15749
15750         * modules/unistr/base: New file.
15751         * lib/unistr.h: New file.
15752
15753         * modules/unistr/u8-to-u16: New file.
15754         * lib/unistr/u8-to-u16.c: New file.
15755
15756         * modules/unistr/u8-to-u32: New file.
15757         * lib/unistr/u8-to-u32.c: New file.
15758
15759         * modules/unistr/u16-to-u8: New file.
15760         * lib/unistr/u16-to-u8.c: New file.
15761
15762         * modules/unistr/u16-to-u32: New file.
15763         * lib/unistr/u16-to-u32.c: New file.
15764
15765         * modules/unistr/u32-to-u8: New file.
15766         * lib/unistr/u32-to-u8.c: New file.
15767
15768         * modules/unistr/u32-to-u16: New file.
15769         * lib/unistr/u32-to-u16.c: New file.
15770
15771         * modules/unistr/u8-check: New file.
15772         * modules/unistr/u16-check: New file.
15773         * modules/unistr/u32-check: New file.
15774         * lib/unistr/u8-check.c: New file.
15775         * lib/unistr/u16-check.c: New file.
15776         * lib/unistr/u32-check.c: New file.
15777
15778         * modules/unistr/u8-chr: New file.
15779         * modules/unistr/u16-chr: New file.
15780         * modules/unistr/u32-chr: New file.
15781         * lib/unistr/u8-chr.c: New file.
15782         * lib/unistr/u16-chr.c: New file.
15783         * lib/unistr/u32-chr.c: New file.
15784
15785         * modules/unistr/u8-cmp: New file.
15786         * modules/unistr/u16-cmp: New file.
15787         * modules/unistr/u32-cmp: New file.
15788         * lib/unistr/u8-cmp.c: New file.
15789         * lib/unistr/u16-cmp.c: New file.
15790         * lib/unistr/u32-cmp.c: New file.
15791
15792         * modules/unistr/u8-cpy: New file.
15793         * modules/unistr/u16-cpy: New file.
15794         * modules/unistr/u32-cpy: New file.
15795         * lib/unistr/u8-cpy.c: New file.
15796         * lib/unistr/u16-cpy.c: New file.
15797         * lib/unistr/u32-cpy.c: New file.
15798         * lib/unistr/u-cpy.h: New file.
15799
15800         * modules/unistr/u8-cpy-alloc: New file.
15801         * modules/unistr/u16-cpy-alloc: New file.
15802         * modules/unistr/u32-cpy-alloc: New file.
15803         * lib/unistr/u8-cpy-alloc.c: New file.
15804         * lib/unistr/u16-cpy-alloc.c: New file.
15805         * lib/unistr/u32-cpy-alloc.c: New file.
15806         * lib/unistr/u-cpy-alloc.h: New file.
15807
15808         * modules/unistr/u8-endswith: New file.
15809         * modules/unistr/u16-endswith: New file.
15810         * modules/unistr/u32-endswith: New file.
15811         * lib/unistr/u8-endswith.c: New file.
15812         * lib/unistr/u16-endswith.c: New file.
15813         * lib/unistr/u32-endswith.c: New file.
15814         * lib/unistr/u-endswith.h: New file.
15815
15816         * modules/unistr/u8-mblen: New file.
15817         * modules/unistr/u16-mblen: New file.
15818         * modules/unistr/u32-mblen: New file.
15819         * lib/unistr/u8-mblen.c: New file.
15820         * lib/unistr/u16-mblen.c: New file.
15821         * lib/unistr/u32-mblen.c: New file.
15822
15823         * modules/unistr/u8-mbtouc: New file.
15824         * modules/unistr/u16-mbtouc: New file.
15825         * modules/unistr/u32-mbtouc: New file.
15826         * lib/unistr/u8-mbtouc.c: New file.
15827         * lib/unistr/u16-mbtouc.c: New file.
15828         * lib/unistr/u32-mbtouc.c: New file.
15829
15830         * modules/unistr/u8-mbtouc-safe: New file.
15831         * modules/unistr/u16-mbtouc-safe: New file.
15832         * modules/unistr/u32-mbtouc-safe: New file.
15833         * lib/unistr/u8-mbtouc-safe.c: New file.
15834         * lib/unistr/u16-mbtouc-safe.c: New file.
15835         * lib/unistr/u32-mbtouc-safe.c: New file.
15836
15837         * modules/unistr/u8-move: New file.
15838         * modules/unistr/u16-move: New file.
15839         * modules/unistr/u32-move: New file.
15840         * lib/unistr/u8-move.c: New file.
15841         * lib/unistr/u16-move.c: New file.
15842         * lib/unistr/u32-move.c: New file.
15843         * lib/unistr/u-move.h: New file.
15844
15845         * modules/unistr/u8-next: New file.
15846         * modules/unistr/u16-next: New file.
15847         * modules/unistr/u32-next: New file.
15848         * lib/unistr/u8-next.c: New file.
15849         * lib/unistr/u16-next.c: New file.
15850         * lib/unistr/u32-next.c: New file.
15851
15852         * modules/unistr/u8-prev: New file.
15853         * modules/unistr/u16-prev: New file.
15854         * modules/unistr/u32-prev: New file.
15855         * lib/unistr/u8-prev.c: New file.
15856         * lib/unistr/u16-prev.c: New file.
15857         * lib/unistr/u32-prev.c: New file.
15858
15859         * modules/unistr/u8-set: New file.
15860         * modules/unistr/u16-set: New file.
15861         * modules/unistr/u32-set: New file.
15862         * lib/unistr/u8-set.c: New file.
15863         * lib/unistr/u16-set.c: New file.
15864         * lib/unistr/u32-set.c: New file.
15865         * lib/unistr/u-set.h: New file.
15866
15867         * modules/unistr/u8-startswith: New file.
15868         * modules/unistr/u16-startswith: New file.
15869         * modules/unistr/u32-startswith: New file.
15870         * lib/unistr/u8-startswith.c: New file.
15871         * lib/unistr/u16-startswith.c: New file.
15872         * lib/unistr/u32-startswith.c: New file.
15873         * lib/unistr/u-startswith.h: New file.
15874
15875         * modules/unistr/u8-stpcpy: New file.
15876         * modules/unistr/u16-stpcpy: New file.
15877         * modules/unistr/u32-stpcpy: New file.
15878         * lib/unistr/u8-stpcpy.c: New file.
15879         * lib/unistr/u16-stpcpy.c: New file.
15880         * lib/unistr/u32-stpcpy.c: New file.
15881         * lib/unistr/u-stpcpy.h: New file.
15882
15883         * modules/unistr/u8-stpncpy: New file.
15884         * modules/unistr/u16-stpncpy: New file.
15885         * modules/unistr/u32-stpncpy: New file.
15886         * lib/unistr/u8-stpncpy.c: New file.
15887         * lib/unistr/u16-stpncpy.c: New file.
15888         * lib/unistr/u32-stpncpy.c: New file.
15889         * lib/unistr/u-stpncpy.h: New file.
15890
15891         * modules/unistr/u8-strcat: New file.
15892         * modules/unistr/u16-strcat: New file.
15893         * modules/unistr/u32-strcat: New file.
15894         * lib/unistr/u8-strcat.c: New file.
15895         * lib/unistr/u16-strcat.c: New file.
15896         * lib/unistr/u32-strcat.c: New file.
15897         * lib/unistr/u-strcat.h: New file.
15898
15899         * modules/unistr/u8-strchr: New file.
15900         * modules/unistr/u16-strchr: New file.
15901         * modules/unistr/u32-strchr: New file.
15902         * lib/unistr/u8-strchr.c: New file.
15903         * lib/unistr/u16-strchr.c: New file.
15904         * lib/unistr/u32-strchr.c: New file.
15905
15906         * modules/unistr/u8-strcmp: New file.
15907         * modules/unistr/u16-strcmp: New file.
15908         * modules/unistr/u32-strcmp: New file.
15909         * lib/unistr/u8-strcmp.c: New file.
15910         * lib/unistr/u16-strcmp.c: New file.
15911         * lib/unistr/u32-strcmp.c: New file.
15912
15913         * modules/unistr/u8-strcpy: New file.
15914         * modules/unistr/u16-strcpy: New file.
15915         * modules/unistr/u32-strcpy: New file.
15916         * lib/unistr/u8-strcpy.c: New file.
15917         * lib/unistr/u16-strcpy.c: New file.
15918         * lib/unistr/u32-strcpy.c: New file.
15919         * lib/unistr/u-strcpy.h: New file.
15920
15921         * modules/unistr/u8-strcspn: New file.
15922         * modules/unistr/u16-strcspn: New file.
15923         * modules/unistr/u32-strcspn: New file.
15924         * lib/unistr/u8-strcspn.c: New file.
15925         * lib/unistr/u16-strcspn.c: New file.
15926         * lib/unistr/u32-strcspn.c: New file.
15927         * lib/unistr/u-strcspn.h: New file.
15928
15929         * modules/unistr/u8-strdup: New file.
15930         * modules/unistr/u16-strdup: New file.
15931         * modules/unistr/u32-strdup: New file.
15932         * lib/unistr/u8-strdup.c: New file.
15933         * lib/unistr/u16-strdup.c: New file.
15934         * lib/unistr/u32-strdup.c: New file.
15935         * lib/unistr/u-strdup.h: New file.
15936
15937         * modules/unistr/u8-strlen: New file.
15938         * modules/unistr/u16-strlen: New file.
15939         * modules/unistr/u32-strlen: New file.
15940         * lib/unistr/u8-strlen.c: New file.
15941         * lib/unistr/u16-strlen.c: New file.
15942         * lib/unistr/u32-strlen.c: New file.
15943         * lib/unistr/u-strlen.h: New file.
15944
15945         * modules/unistr/u8-strmblen: New file.
15946         * modules/unistr/u16-strmblen: New file.
15947         * modules/unistr/u32-strmblen: New file.
15948         * lib/unistr/u8-strmblen.c: New file.
15949         * lib/unistr/u16-strmblen.c: New file.
15950         * lib/unistr/u32-strmblen.c: New file.
15951
15952         * modules/unistr/u8-strmbtouc: New file.
15953         * modules/unistr/u16-strmbtouc: New file.
15954         * modules/unistr/u32-strmbtouc: New file.
15955         * lib/unistr/u8-strmbtouc.c: New file.
15956         * lib/unistr/u16-strmbtouc.c: New file.
15957         * lib/unistr/u32-strmbtouc.c: New file.
15958
15959         * modules/unistr/u8-strncat: New file.
15960         * modules/unistr/u16-strncat: New file.
15961         * modules/unistr/u32-strncat: New file.
15962         * lib/unistr/u8-strncat.c: New file.
15963         * lib/unistr/u16-strncat.c: New file.
15964         * lib/unistr/u32-strncat.c: New file.
15965         * lib/unistr/u-strncat.h: New file.
15966
15967         * modules/unistr/u8-strncmp: New file.
15968         * modules/unistr/u16-strncmp: New file.
15969         * modules/unistr/u32-strncmp: New file.
15970         * lib/unistr/u8-strncmp.c: New file.
15971         * lib/unistr/u16-strncmp.c: New file.
15972         * lib/unistr/u32-strncmp.c: New file.
15973
15974         * modules/unistr/u8-strncpy: New file.
15975         * modules/unistr/u16-strncpy: New file.
15976         * modules/unistr/u32-strncpy: New file.
15977         * lib/unistr/u8-strncpy.c: New file.
15978         * lib/unistr/u16-strncpy.c: New file.
15979         * lib/unistr/u32-strncpy.c: New file.
15980         * lib/unistr/u-strncpy.h: New file.
15981
15982         * modules/unistr/u8-strnlen: New file.
15983         * modules/unistr/u16-strnlen: New file.
15984         * modules/unistr/u32-strnlen: New file.
15985         * lib/unistr/u8-strnlen.c: New file.
15986         * lib/unistr/u16-strnlen.c: New file.
15987         * lib/unistr/u32-strnlen.c: New file.
15988         * lib/unistr/u-strnlen.h: New file.
15989
15990         * modules/unistr/u8-strpbrk: New file.
15991         * modules/unistr/u16-strpbrk: New file.
15992         * modules/unistr/u32-strpbrk: New file.
15993         * lib/unistr/u8-strpbrk.c: New file.
15994         * lib/unistr/u16-strpbrk.c: New file.
15995         * lib/unistr/u32-strpbrk.c: New file.
15996         * lib/unistr/u-strpbrk.h: New file.
15997
15998         * modules/unistr/u8-strrchr: New file.
15999         * modules/unistr/u16-strrchr: New file.
16000         * modules/unistr/u32-strrchr: New file.
16001         * lib/unistr/u8-strrchr.c: New file.
16002         * lib/unistr/u16-strrchr.c: New file.
16003         * lib/unistr/u32-strrchr.c: New file.
16004
16005         * modules/unistr/u8-strspn: New file.
16006         * modules/unistr/u16-strspn: New file.
16007         * modules/unistr/u32-strspn: New file.
16008         * lib/unistr/u8-strspn.c: New file.
16009         * lib/unistr/u16-strspn.c: New file.
16010         * lib/unistr/u32-strspn.c: New file.
16011         * lib/unistr/u-strspn.h: New file.
16012
16013         * modules/unistr/u8-strstr: New file.
16014         * modules/unistr/u16-strstr: New file.
16015         * modules/unistr/u32-strstr: New file.
16016         * lib/unistr/u8-strstr.c: New file.
16017         * lib/unistr/u16-strstr.c: New file.
16018         * lib/unistr/u32-strstr.c: New file.
16019         * lib/unistr/u-strstr.h: New file.
16020
16021         * modules/unistr/u8-strtok: New file.
16022         * modules/unistr/u16-strtok: New file.
16023         * modules/unistr/u32-strtok: New file.
16024         * lib/unistr/u8-strtok.c: New file.
16025         * lib/unistr/u16-strtok.c: New file.
16026         * lib/unistr/u32-strtok.c: New file.
16027         * lib/unistr/u-strtok.h: New file.
16028
16029         * modules/unistr/u8-uctomb: New file.
16030         * modules/unistr/u16-uctomb: New file.
16031         * modules/unistr/u32-uctomb: New file.
16032         * lib/unistr/u8-uctomb.c: New file.
16033         * lib/unistr/u16-uctomb.c: New file.
16034         * lib/unistr/u32-uctomb.c: New file.
16035
16036         * MODULES.html.sh (Unicode string functions): Add the new modules.
16037
16038 2007-01-08  Bruno Haible  <bruno@clisp.org>
16039
16040         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16041         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16042         subdirectories.
16043
16044 2007-01-08  Karl Berry  <karl@gnu.org>
16045
16046         * doc/error.texi: mention that main() fns must set program_name
16047         when progname is used.
16048
16049 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16050
16051         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16052         WCTYPE_H is empty, for the benefit of builds from non-distclean
16053         directories.  Problem reported by Eric Blake in
16054         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16055
16056 2007-01-08  Bruno Haible  <bruno@clisp.org>
16057
16058         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16059         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16060         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16061         PROVIDE_CANONICALIZE_FILENAME_MODE.
16062         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16063
16064 2007-01-08  Bruno Haible  <bruno@clisp.org>
16065
16066         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16067         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16068         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16069         * lib/fts.c: Likewise.
16070         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16071
16072 2006-12-25  Bruno Haible  <bruno@clisp.org>
16073
16074         * modules/utf8-ucs4-safe: New file.
16075         * lib/utf8-ucs4-safe.h: New file.
16076         * lib/unistr/utf8-ucs4-safe.c: New file.
16077
16078         * modules/utf16-ucs4-safe: New file.
16079         * lib/utf16-ucs4-safe.h: New file.
16080         * lib/unistr/utf16-ucs4-safe.c: New file.
16081
16082         * MODULES.html.sh (Unicode string functions): Add the new modules.
16083
16084 2007-01-08  Bruno Haible  <bruno@clisp.org>
16085
16086         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16087         (Depends-on): Add unitypes.
16088         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16089         (u8_mbtouc_aux): Move out to separate file.
16090         (u8_mbtouc): Use ucs4_t, uint8_t types.
16091         * lib/unistr/utf8-ucs4.c: New file.
16092
16093         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16094         (Depends-on): Add unitypes.
16095         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16096         (u16_mbtouc_aux): Move out to separate file.
16097         (u16_mbtouc): Use ucs4_t, uint16_t types.
16098         * lib/unistr/utf16-ucs4.c: New file.
16099
16100         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16101         (Depends-on): Add unitypes.
16102         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16103         (u8_uctomb_aux): Move out to separate file.
16104         (u8_uctomb): Use ucs4_t, uint8_t types.
16105         * lib/unistr/ucs4-utf8.c: New file.
16106
16107         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16108         (Depends-on): Add unitypes.
16109         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16110         (u16_uctomb_aux): Move out to separate file.
16111         (u16_uctomb): Use ucs4_t, uint16_t types.
16112         * lib/unistr/ucs4-utf16.c: New file.
16113
16114 2006-12-25  Bruno Haible  <bruno@clisp.org>
16115
16116         * modules/unitypes: New file.
16117         * lib/unitypes.h: New file.
16118         * MODULES.html.sh (func_all_modules): New section "Unicode string
16119         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16120         this section. Add unitypes.
16121
16122 2007-01-08  Bruno Haible  <bruno@clisp.org>
16123
16124         Avoid variable names that conflict with those from libtool.
16125         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16126         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16127         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16128         library_names_spec to acl_library_names_spec, hardcode_* to
16129         acl_hardcode_*.
16130         Reported by Ralf Wildenhues.
16131
16132 2007-01-08  Bruno Haible  <bruno@clisp.org>
16133
16134         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16135         definition.
16136         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16137         definition.
16138         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16139         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16140         definition.
16141         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16142         definition.
16143         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16144         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16145         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16146         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16147         definition.
16148         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16149         definition.
16150         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16151         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16152         GC_USE_<algorithm>.
16153         * lib/gc-libgcrypt.c: Likewise.
16154         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16155         * modules/gc-arctwo (configure.ac): Likewise.
16156         * modules/gc-des (configure.ac): Likewise.
16157         * modules/gc-hmac-md5 (configure.ac): Likewise.
16158         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16159         * modules/gc-md2 (configure.ac): Likewise.
16160         * modules/gc-md4 (configure.ac): Likewise.
16161         * modules/gc-md5 (configure.ac): Likewise.
16162         * modules/gc-random (configure.ac): Likewise.
16163         * modules/gc-rijndael (configure.ac): Likewise.
16164         * modules/gc-sha1 (configure.ac): Likewise.
16165
16166 2007-01-08  Bruno Haible  <bruno@clisp.org>
16167
16168         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16169         macro definition.
16170         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16171         definition.
16172         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16173         definition.
16174         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16175         * modules/fcntl-safer (configure.ac): Likewise.
16176         * modules/fopen-safer (configure.ac): Likewise.
16177         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16178         GNULIB_FWRITEERROR macro definition.
16179
16180 2007-01-08  Bruno Haible  <bruno@clisp.org>
16181
16182         * m4/gnulib-common.m4: New file.
16183         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16184         (func_get_filelist): Add m4/gnulib-common.m4.
16185
16186 2007-01-08  Bruno Haible  <bruno@clisp.org>
16187
16188         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16189         command.
16190
16191 2007-01-08  Jim Meyering  <jim@meyering.net>
16192
16193         Use a more robust test for a "can't happen" condition.
16194         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16195         narrowed the st_size value.  Presuming the "can't happen" condition
16196         is true, that narrowing could conceivably convert an invalid st_size
16197         value into a valid one.  Instead, use a change based on Matthew
16198         Woehlke's original patch.
16199
16200         Slight readability improvement: use an assert-like macro
16201         in place of literal "abort ()" uses.
16202         * lib/fts.c (fts_assert): Define.
16203         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16204         Use this macro instead of a bare 'abort'.
16205
16206 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16209         simply work around them.
16210         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16211         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16212         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16213         declaring.
16214         Don't bother to define as macros, since the standard doesn't require it.
16215         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16216         longer worry about IRIX 5.3.
16217         (HAVE_WCTYPE_CTMP_BUG): Remove.
16218
16219 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16220
16221         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16222         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16223         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16224         Problems reported by Georg Schwarz for IRIX 5.3.
16225
16226         * gnulib-tool (autoconf_minversion): Take the maximum version number
16227         found, not the minimum.  Problem reported by James Youngman.
16228
16229 2007-01-03  Karl Berry  <karl@gnu.org>
16230
16231         * doc/error.texi: new file, explaining interaction with progname.
16232         * doc/gnulib.texi: include it.  Update copyright.
16233
16234 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16235
16236         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16237         AC_CANONICAL_HOST, to improve autobuild outputs.
16238
16239 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16240             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16241
16242         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16243         sockets, server sockets, and other file descriptors.  Count errors
16244         to compute the return value.  Reorder the code a bit to be easier
16245         to follow.  Don't set event bits that were not requested (except
16246         POLLERR and POLLHUP).
16247
16248 2007-01-01  Bruno Haible  <bruno@clisp.org>
16249
16250         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16251
16252 2007-01-03  Jim Meyering  <jim@meyering.net>
16253
16254         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16255
16256 2007-01-02  Bruno Haible  <bruno@clisp.org>
16257
16258         * modules/settime (Include): Require timespec.h.
16259         * modules/nanosleep (Include): Likewise.
16260
16261 2007-01-01  Bruno Haible  <bruno@clisp.org>
16262
16263         * gnulib-tool (func_emit_copyright_notice): Bump year.
16264         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16265
16266 2007-01-01  Bruno Haible  <bruno@clisp.org>
16267
16268         Improve support for OpenBSD.
16269         * build-aux/config.rpath (libname_spec): Export.
16270         (library_names_spec): New variable. Export.
16271         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16272         library_names_spec from the config.rpath output. Locate shared library
16273         through the name pattern in library_names_spec.
16274
16275 2007-01-01  Eric Blake  <ebb9@byu.net>
16276
16277         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16278
16279 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16280
16281         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16282         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16283         assume the C locale, and avoid an "eval" that could cause trouble.
16284         Problem with SORT reported by Bob Proulx.
16285
16286         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16287         Define.  Trivial patch from Henning Nielsen Lund, originally
16288         sent to bug-grep@gnu.org today.
16289
16290 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16291
16292         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16293         struct stat.  Problem reported by Henning Nielsen Lund.
16294         * lib/acl.c: Include acl.h first, to check interface.  Don't
16295         bother to include sys/types.h and sys/stat.h again.
16296
16297 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         Import the following change from libc; problem reported by
16300         Sven Verdoolaege.
16301
16302         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16303
16304         [BZ #1373]
16305         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16306
16307 2006-12-28  Jim Meyering  <jim@meyering.net>
16308
16309         * build-aux/announce-gen: Do not assume that the package
16310         builds any of tar.gz, tar.bz2, and .xdelta files.
16311         Suggestion from Simon Josefsson.
16312
16313 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16314
16315         * modules/announce-gen: New file.
16316
16317 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16320         handles its gotchas now.
16321         * lib/mbswidth.c: Likewise.
16322         * lib/wcwidth.h: Likewise.
16323         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16324         and iswcntrl; the wctype module does this stuff now.
16325         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16326         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16327         * modules/mbchar (Depends-on): Add wctype.
16328         * modules/mbswidth (Depends-on): Likewise.
16329         * modules/wcwidth (Depends-on): Likewise.
16330
16331 2006-12-27  Eric Blake  <ebb9@byu.net>
16332
16333         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16334         module uses more than what <wctype.h> is required to provide.
16335
16336 2006-12-26  Eric Blake  <ebb9@byu.net>
16337
16338         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16339
16340 2006-12-26  Eric Blake  <ebb9@byu.net>
16341
16342         * modules/absolute-header: New module.
16343         * modules/fcntl (Depends-on): Depend on it.
16344         * modules/inttypes (Depends-on): Likewise.
16345         * modules/stdint (Depends-on): Likewise.
16346         * modules/sys_stat (Depends-on): Likewise.
16347         * modules/wctype (Depends-on): Likewise.
16348         * MODULES.html.sh (Support for building libraries and
16349         executables): Document it.
16350
16351 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         * gnulib-tool (SED): Remove, undoing previous change.
16354         The problem was that it broke coreutils on Solaris, because
16355         "sed --posix" leaked into a makefile.
16356         (sed): New alias, if 'alias' and GNU sed.
16357
16358 2006-12-24  Jim Meyering  <jim@meyering.net>
16359
16360         Work around an fchownat bug in glibc-2.4:
16361         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16362         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16363         in spite of the -P option.
16364         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16365         New macros.
16366         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16367         * modules/openat (Files): Add lib/fchownat.c.
16368         * lib/openat.c (fchownat): Don't define here.  Move to...
16369         * lib/fchownat.c: ...this new file.
16370
16371 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16372
16373         Fix bug reported by Bruno Haible in
16374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16375         where quotearg.c didn't compile on Mac OS X 10.2 because it
16376         lacks <wchar.h> and wint_t.
16377         * lib/wctype_.h (__wctype_wint_t): New type.
16378         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16379         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16380         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16381         Arg is now of type __wctype_wint_t, not wint_t.
16382         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16383         substitute HAVE_WINT_T.
16384         * modules/wctype (Files): Add m4/wint_t.m4.
16385         (wctype.h): Substitute HAVE_WINT_T.
16386
16387 2006-12-23  Bruno Haible  <bruno@clisp.org>
16388
16389         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16390
16391 2006-12-23  Bruno Haible  <bruno@clisp.org>
16392
16393         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16394         S_ISLNK.
16395         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16396         mingw.
16397
16398 2006-12-22  Bruno Haible  <bruno@clisp.org>
16399
16400         * lib/copy-file.c: Include acl.h.
16401         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16402         Close the file descriptors only after being done with copy_acl.
16403         * modules/copy-file (Depends-on): Add acl.
16404
16405 2006-12-22  Bruno Haible  <bruno@clisp.org>
16406
16407         * gnulib-tool (SED): New variable.
16408         Use $SED instead of sed everywhere.
16409
16410 2006-12-22  Bruno Haible  <bruno@clisp.org>
16411
16412         * modules/no-c++: New file.
16413         * m4/no-c++.m4: New file.
16414         * MODULES.html.sh (Support for building libraries and executables):
16415         Add no-c++.
16416
16417 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16420         Include <limits.h>, and use its INT_MAX to rewrite the
16421         j loop so that it does not overflow 'int'.  Problem reported by
16422         Ralf Wildenhues in
16423         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16424         Play it safe by shifting left by 1 rather than multiplying by 2,
16425         as GCC is less likely to optimize this away when the value
16426         is signed (when it assumes overflow leads to undefined behavior).
16427         Also, don't assume time_t uses two's complement.
16428
16429 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16430
16431         * MODULES.html.sh: New module wctype.
16432         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16433         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16434         <wctype.h>, since the new wctype module should fix this.
16435         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16436         the wctype module should arrange for it.
16437         * lib/regex_internal.h: Likewise.
16438         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16439         since the wctype module should handle this now.
16440         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16441         * modules/fnmatch (Depends-on): Add wctype.
16442         * modules/quotearg (Depends-on): Likewise.
16443         * modules/regex (Depends-on): Likewise.
16444
16445 2006-12-19  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16448         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16449
16450 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16451
16452         * modules/savewd (Depends-on): Fix dependency on fcntl.
16453
16454 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
16457         conforms to C99, rather than relying on the user's environment
16458         setting of STDINT_H.
16459
16460 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16461         and Eric Blake  <ebb9@byu.net>
16462
16463         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
16464         This is more consistent with the other defines here.
16465         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
16466         Port to z/OS.  Problem reported by Paul Gilmartin.
16467         Change local vars to use gl_ prefix rather than ac_.
16468         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
16469         with other defines.
16470         * modules/double-slash-root: New module.
16471         * modules/dirname (Files): Remove m4/double-slash-root.m4.
16472         (Depends-on): Add double-slash-root.
16473         * MODULES.html.sh (File system functions): Mention new module.
16474
16475 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
16478         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
16479         This is for the benefit of gzip, which doesn't do i18n.
16480
16481 2006-12-12  Jim Meyering  <jim@meyering.net>
16482
16483         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
16484         Reported by Andreas Schwab <schwab@suse.de>.
16485
16486 2006-12-12  Bruno Haible  <bruno@clisp.org>
16487
16488         Merge these changes.
16489         2006-09-05  Bruno Haible  <bruno@clisp.org>
16490         * lib/iconvme.c (iconv_string): No need to save and restore errno when
16491         iconv_alloc succeeded.
16492         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
16493         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
16494         test for " && dest " at the end - dest is always != NULL there. Call
16495         iconv with 4xNULL arguments initially, to reset the state. Call iconv
16496         with 2xNULL arguments, also to flush the state storage. Handle the
16497         IRIX iconv behaviour. Realloc the final result, to throw away unused
16498         memory.
16499
16500 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
16501
16502         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
16503         and fchmodat unconditionally, since glibc 2.4 has them.
16504         Problem reported by Arkadiusz Miskiewicz.
16505
16506 2006-12-10  Bruno Haible  <bruno@clisp.org>
16507
16508         * gnulib-tool (func_import): Show the include files only for those
16509         modules that are copied and specified.
16510         Reported by Karl Berry.
16511
16512 2006-12-08  Jim Meyering  <jim@meyering.net>
16513
16514         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
16515         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
16516
16517         * build-aux/announce-gen: Add two new options, both optional:
16518         --bootstrap-tools=TOOL_LIST
16519               a comma-separated list of tools, e.g.,
16520               autoconf,automake,bison,gnulib
16521         --gnulib-snapshot-date=DATE
16522               if gnulib is in the bootstrap tool list,
16523               then report this as the snapshot date.
16524               If not specified, use the current date/time.
16525               If you specify a date here, be sure it's UTC.
16526
16527 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16528
16529         * tests/test-argp-2.sh: Fix test to match actual output.
16530         (func_compare): Fix sed script to be portable.
16531
16532 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
16533
16534         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
16535         workaround for this case.  It is not autoconfigured now; offhand
16536         it's hard to see how to autoconfigure it.
16537
16538 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
16539
16540         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
16541         a directory that is about to be chowned.  Such a directory's
16542         initial file permissions should permit the owner only and this
16543         should not be changed until after the chown, since the group and
16544         other bits would be incorrect if they granted permission before
16545         the chown.
16546
16547         Fix porting problem for iswctype reported by Georg Schwarz in:
16548         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
16549         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
16550         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
16551         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
16552         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16553
16554 2006-12-03  Jim Meyering  <jim@meyering.net>
16555
16556         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
16557         p->fts_statp may not yet be defined.
16558         (fts_read): Instead, set it in the caller, once p->fts_statp is
16559         sure to be defined, and corresponds to a top-level directory.
16560         This bug made du -x fail.  Here's the coreutils test case:
16561         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
16562         Reported by Mike Frysinger.
16563
16564 2006-12-01  Jim Meyering  <jim@meyering.net>
16565
16566         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
16567         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
16568         Reported by Simon Josefsson.
16569
16570 2006-11-30  Jim Meyering  <jim@meyering.net>
16571
16572         * m4/warning.m4: Use the all-permissive copyright notice
16573         recommended by RMS (rather than LGPL).
16574         * m4/vararrays.m4: Likewise.
16575         * m4/flexmember.m4: Likewise.
16576
16577 2006-11-29  Bruno Haible  <bruno@clisp.org>
16578
16579         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16580         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
16581         using +=.
16582         Reported by Simon Josefsson <simon@josefsson.org>.
16583
16584 2006-11-28  James Youngman <jay@gnu.org>
16585
16586         * README: Advise users that they might find the bug-gnulib@gnu.org
16587         and autotools-announce@gnu.org mailing lists useful.
16588
16589 2006-11-28  Bruno Haible  <bruno@clisp.org>
16590
16591         * m4/ptrdiff_max.m4: Remove file.
16592
16593 2006-11-21  Bruno Haible  <bruno@clisp.org>
16594
16595         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
16596         _AC_COMPUTE_INT.
16597         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16598         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
16599         _AC_COMPUTE_INT.
16600         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16601         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
16602         _AC_COMPUTE_INT.
16603         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16604
16605 2006-11-28  Jim Meyering  <jim@meyering.net>
16606
16607         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
16608         warning from "gcc -Wshadow" about shadowing the builtin.
16609
16610 2006-11-27  Bruno Haible  <bruno@clisp.org>
16611
16612         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
16613         _AC_COMPUTE_INT.
16614         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
16615
16616 2006-11-27  Bruno Haible  <bruno@clisp.org>
16617             Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
16620
16621 2006-11-26  Bruno Haible  <bruno@clisp.org>
16622
16623         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16624         noinst_LTLIBRARIES.
16625
16626 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16627             Bruno Haible  <bruno@clisp.org>
16628
16629         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
16630         if compiling with "gcc -ansi".
16631
16632 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         Fix some incompatibilities with gcc -ansi -pedantic.
16635         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
16636         if compiling pedantically with GCC, unless it's C99 or later.
16637         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
16638         it mishandles gcc -ansi -pedantic as well.
16639         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
16640         if gcc -pedantic.
16641         * lib/regexec.c (check_node_accept_bytes): Don't use auto
16642         initializers for struct if -pedantic, unless it's C99 or later.
16643
16644 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
16645
16646         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
16647         Don't close an fd more than once. Identical atimes indicate
16648         success, not failure.
16649
16650 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
16651
16652         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
16653
16654 2006-11-23  Jim Meyering  <jim@meyering.net>
16655
16656         * build-aux/announce-gen: New file.  From coreutils.
16657
16658 2006-11-22  Jim Meyering  <jim@meyering.net>
16659
16660         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
16661         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
16662         (fts_read): Use a temporary to narrow the overused st_size member
16663         before using it in a switch statement.  Reported by Matthew Woehlke.
16664
16665         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
16666         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
16667
16668 2006-11-20  Bruno Haible  <bruno@clisp.org>
16669
16670         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
16671         changequote instead of pairs of brackets.
16672         Reported by Andreas Schwab <schwab@suse.de>.
16673
16674 2006-11-21  Jim Meyering  <jim@meyering.net>
16675
16676         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
16677         so as to remain compatible with older compilers.
16678         Patch from Michael Deutschmann.
16679
16680 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16681
16682         * MODULES.html.sh (File system functions): Add openat.
16683
16684         * lib/openat.h (rpl_fstatat): New macro, if
16685         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
16686         (fstatat): Define to rpl_fstatat under the same conditions,
16687         unless COMPILING_FSTATAT.
16688         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
16689         seems to have the bug.
16690         * lib/fstatat.c: New file.
16691         * modules/openat (Files): Add it.
16692
16693 2006-11-20  Bruno Haible  <bruno@clisp.org>
16694
16695         * Makefile: New file.
16696
16697 2006-11-20  Jim Meyering  <jim@meyering.net>
16698
16699         The beginnings of syntax-related checks for gnulib.
16700         * lib/Makefile: New file.
16701         * lib/t-idcache: New script.  Ensure that the two halves of
16702         idcache.c stay in sync.
16703
16704         * lib/idcache.c: Adjust comments in user- and group- portions to
16705         be more accurate, and to be consistent with one another.
16706
16707 2006-11-20  Jim Meyering  <jim@meyering.net>
16708
16709         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
16710         continue using the flexible array member (thus, this module performs
16711         half as many malloc calls), with the addition that...
16712         (getgroup, getuser): Consistently record a non-match via an empty
16713         "name" string, and map an empty string match to a NULL return value.
16714         * modules/idcache (Depends-on): Re-add flexmember.
16715
16716         * lib/idcache.c (getuser): Remove all uses of the register keyword.
16717         (getuidbyname, getgroup, getgidbyname): Likewise.
16718
16719         Use cleaner syntax: NULL rather than 0.
16720         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
16721
16722 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
16725         It mishandled the case where the group was missing.
16726         Problem reported by Greg Schafer.
16727         * modules/idcache: Likewise.
16728
16729 2006-11-18  Jim Meyering  <jim@meyering.net>
16730
16731         * check-module (%exempt_header): Add exception for some
16732         conditionally-included headers.
16733
16734         * modules/i-ring (Depends-on): Add verify.
16735         (License): Change to LGPL.
16736
16737 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
16740         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
16741         and inttostr.h.  Use snprintf rather than uinttostr, so that
16742         LGPLed code doesn't depend on GPLed.
16743
16744 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * modules/inline (License): Change from GPL to LGPL.
16747
16748 2006-11-17  Jim Meyering  <jim@meyering.net>
16749
16750         * modules/d-type (License): Switch to LGPL.
16751
16752 2006-11-15  Bruno Haible  <bruno@clisp.org>
16753
16754         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
16755
16756 2006-11-15  Eric Blake  <ebb9@byu.net>
16757
16758         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
16759         the module dependency.
16760
16761 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16762             Bruno Haible  <bruno@clisp.org>
16763
16764         * gnulib-tool (func_create_testdir): Add license consistency check.
16765
16766 2006-11-15  Eric Blake  <ebb9@byu.net>
16767
16768         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
16769         random "(cached)" in configure output.
16770
16771 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16772
16773         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
16774         test for conforming inttypes.h is both announced and cached.
16775
16776         * MODULES.html.sh (seen_modules, seen_files): New variables.
16777         (func_module): Rewrite to use a few less gnulib-tool and sed
16778         invocations.  Avoid a couple of quadratic algorithms for ...
16779         (missed_modules, missed_files): ... these, with ...
16780         (func_append, func_tmpdir): ... these new functions, from
16781         gnulib-tool.  Analogously, install traps for cleanup.
16782
16783         * tests/test-gc.c (main): Remove unused variables.
16784         * tests/test-read-file.c: Include stdlib.h, for 'free'.
16785
16786 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * modules/inttostr (License): Change to LGPL.
16789
16790 2006-11-14  Eric Blake  <ebb9@byu.net>
16791
16792         * modules/tempname (License): Change to LGPL.
16793
16794 2006-11-14  Eric Blake  <ebb9@byu.net>
16795
16796         * doc/functions.texi (Function Portability): *printf functions on
16797         Cygwin now understand all POSIX size specifiers.
16798
16799 2006-11-14  Bruno Haible  <bruno@clisp.org>
16800
16801         * modules/c-ctype (License): Change to LGPL.
16802
16803 2006-11-12  Bruno Haible  <bruno@clisp.org>
16804
16805         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
16806         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
16807         for GNOME libraries, for which the include files are installed in
16808         subdirectories of $prefix/include.
16809
16810 2006-11-12  Bruno Haible  <bruno@clisp.org>
16811
16812         * m4/lib-link.m4: Require at least autoconf-2.54.
16813         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
16814         name to underscores for the --with option.
16815
16816 2006-11-13  Bruno Haible  <bruno@clisp.org>
16817
16818         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
16819         the tests directory.
16820         Reported by Ralf Wildenhues.
16821
16822 2006-11-13  Bruno Haible  <bruno@clisp.org>
16823
16824         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
16825         (func_emit_initmacro_end): Undo the override here.
16826         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
16827         Works around the famous automake error in coreutils.
16828
16829 2006-11-13  Eric Blake  <ebb9@byu.net>
16830
16831         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
16832         element, not its node.
16833
16834 2006-11-12  Bruno Haible  <bruno@clisp.org>
16835
16836         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
16837         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
16838
16839 2006-11-12  Bruno Haible  <bruno@clisp.org>
16840
16841         * gnulib-tool: New option --local-symlink.
16842         (func_usage): Document it.
16843         (lsymbolic): New variable.
16844         (func_import, func_create_testdir): If --symlink was not specified,
16845         test whether --local-symlink was specified and the file comes from
16846         the local_gnulib_dir.
16847
16848 2006-11-12  Bruno Haible  <bruno@clisp.org>
16849
16850         * gnulib-tool (func_ln): New function.
16851         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
16852
16853 2006-11-12  Bruno Haible  <bruno@clisp.org>
16854
16855         Finish support for source files in subdirectories.
16856         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
16857         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
16858         AUTOMAKE_OPTIONS.
16859         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
16860
16861 2006-11-12  Bruno Haible  <bruno@clisp.org>
16862
16863         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16864         EXTRA_lib_SOURCES augmentation.
16865         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
16866
16867 2006-11-12  Jim Meyering  <jim@meyering.net>
16868
16869         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
16870         file descriptors.  This also averts a failure on systems with
16871         native openat support when a traversed directory lacks "x" access.
16872         * lib/fts_.h: Include "i-ring.h"
16873         (struct FTS) [fts_fd_ring]: New member.
16874         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
16875         (FCHDIR): Add parentheses.
16876         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
16877         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
16878         When descending, rather than simply closing the previous
16879         fts_cwd_fd value, push that file descriptor onto the ring.
16880         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
16881         (fts_open): Initialize the new fd_ring member.
16882         (fts_close): Clear the ring.
16883         (fts_safe_changedir): When possible, use our new fd_ring to skip
16884         the diropen and fstat and dev/ino comparison that would normally
16885         accompany a virtual `chdir ("..")'.
16886
16887         * modules/fts (Depends-on): Add i-ring.
16888         * modules/i-ring: New module.
16889         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
16890         * m4/i-ring.m4: New file.
16891
16892 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16893
16894         * gnulib-tool (func_create_testdir): Fix replacement of
16895         `build-aux' in configure.ac.  Run autotools in gltests
16896         subdirectory.
16897         (func_create_testdir, func_create_megatestdir, test): There is
16898         no need for '--force' in most autotool invocations in a new
16899         tree.  Actually fail the whole test if any of the tools, or the
16900         configure or make stages fail.
16901
16902         Sync from Automake.
16903         * build-aux/gnupload: Revert last change.  Add pointer to upload
16904         instructions of the GNU Maintenance Instructions.
16905         Suggestion by Karl Berry.
16906
16907 2006-11-10  Jim Meyering  <jim@meyering.net>
16908
16909         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
16910
16911 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
16914         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
16915         (bind_textdomain_codeset) [! ENABLE_NLS]:
16916         Evaluate all the arguments.  That way, callers get compatible behavior
16917         if the arguments have side effects.  Also, it avoids some GCC
16918         diagnostics in some cases; Joel E. Denny reported problems when Bison
16919         was configured with --enable-gcc-warnigs.
16920
16921 2006-11-10  Jim Meyering  <jim@meyering.net>
16922
16923         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
16924         relevant options in CFLAGS (like -O, -fno-inline) are taken into
16925         account.
16926
16927 2006-11-10  Jim Meyering  <jim@meyering.net>
16928
16929         * modules/inline: New file/module.
16930         * modules/xalloc (Files): Remove m4/inline.m4.
16931         (Depends-on): Add inline, instead.
16932         * modules/oset: Likewise.
16933         * modules/list: Likewise.
16934
16935 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16936
16937         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
16938         Problem reported by Matthew Woehlke.
16939
16940 2006-11-09  Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/tempname.c (gen_tempname): Remove variant that invokes
16943         __gen_tempname.
16944         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
16945         __gen_tempname.
16946
16947 2006-11-08  Bruno Haible  <bruno@clisp.org>
16948
16949         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
16950         to 'yes' instead of 'cross-compiling'.
16951
16952 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * lib/quotearg.h (quotearg_free): New decl.
16955         * lib/quotearg.c (quotearg_free): New function.
16956         (slot0, nslots, slotvec0, slotvec):
16957         Now file-scope so that quotearg_free can get at them.
16958
16959 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16960
16961         Sync from Automake.
16962         * build-aux/gnupload: Add missing 'gnu' to example URL.
16963         Report by Karl Berry.
16964
16965 2006-11-08  Bruno Haible  <bruno@clisp.org>
16966
16967         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
16968         Suggested by Paul Eggert.
16969
16970 2006-11-08  Jim Meyering  <jim@meyering.net>
16971
16972         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
16973         It's already included if !_LIBC.
16974         (fts_safe_changedir): Add a comment.
16975
16976 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16977
16978         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
16979         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
16980         Matthew Woehlke.
16981
16982         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
16983         definitions up, to avoid colliding with change below.
16984         (static_inline) [HAVE_INLINE]: New macro.
16985         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
16986         Provide extern decls when !HAVE_INLINE.  Do not define unless
16987         static_inline is defined, either by us or by xmalloc.c.  Use
16988         static_inline rather than static inline.
16989         (XCALLOC): Optimize sizeof(T) = 1 case.
16990         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
16991
16992 2006-11-07  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
16995         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
16996         AC_C_INLINE.
16997         * modules/xalloc (Files): Add m4/inline.m4.
16998
16999 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17000
17001         * README: Fix typo.
17002         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17003         (Miscellanous Notes): ...from this.
17004
17005 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17006
17007         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17008         Mention that offsetof should be used instead of sizeof.
17009         From Bruno Haible.
17010
17011 2006-11-07  Bruno Haible  <bruno@clisp.org>
17012
17013         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17014
17015 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17016
17017         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17018         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17019         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17020         (gl_tree_add_before, gl_tree_add_after):
17021         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17022         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17023         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17024         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17025         (gl_linked_add_after, gl_linked_add_at): Likewise.
17026         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17027         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17028         (gl_tree_add_before, gl_tree_add_after): Likewise.
17029         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17030         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17031         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17032
17033 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17034
17035         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17036
17037 2006-11-06  Bruno Haible  <bruno@clisp.org>
17038
17039         * m4/inline.m4: New file.
17040         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17041         * modules/list (Files): Add m4/inline.m4.
17042         * modules/oset (Files): Likewise.
17043
17044 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17045
17046         * lib/idcache.c: Include <stddef.h>, for offsetof.
17047         (struct userid.name): Change from char * to a flexible array member.
17048         All uses changed.
17049         * modules/idcache (Depends-on): Add flexmember.
17050
17051         * MODULES.html.sh (Core language properties): New module flexmember.
17052         * modules/flexmember, m4/flexmember.m4: New files.
17053
17054         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17055         inline functions that are identical with the old xnmalloc_inline,
17056         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17057         that we can avoid some unnecessary integer multiplications and
17058         divisions in the common case where the element size is known at
17059         compile time.
17060         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17061         needed.
17062         (xnboundedmalloc): Remove.
17063         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17064         arguments, for consistency with rest of this header.
17065         (xcharalloc): Rewrite using XNMALLOC.
17066         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17067         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17068         versions have been moved to lib/xalloc.h and renamed to be the
17069         non-*_inline versions.
17070         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17071         and xnrealloc functions, since those functions are now inline and
17072         now call us.
17073         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17074         renaming described above.
17075         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17076         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17077         captures the dependency in AC_C_INLINE.
17078
17079         New module canonicalize-lgpl, proposed by Charles Wilson in
17080         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17081         with a few small changes afterwards.
17082         * MODULES.html.sh (File system functions): New module
17083         canonicalize-lgpl.
17084         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17085         and canonicalize_file_name.
17086         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17087         * modules/canonicalize-lgpl: New files.
17088
17089 2006-11-05  Bruno Haible  <bruno@clisp.org>
17090
17091         * gnulib-tool (func_import, func_create_testdir): Create directories
17092         also for files in subdirectories of lib/.
17093
17094 2006-11-05  Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17097         ANSI C compliant.
17098
17099 2006-11-03  Bruno Haible  <bruno@clisp.org>
17100
17101         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17102         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17103         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17104         (xnboundedmalloc): New inline function.
17105         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17106         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17107         xmalloc.
17108         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17109         xmalloc.
17110         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17111         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17112         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17113         xmalloc.
17114         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17115         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17116         xmalloc.
17117         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17118         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17119         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17120         xmalloc.
17121         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17122         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17123         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17124         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17125         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17126         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17127         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17128
17129 2006-11-03  Bruno Haible  <bruno@clisp.org>
17130
17131         * lib/c-ctype.h [C++]: Define functions without name mangling.
17132         * lib/fwriteerror.h [C++]: Likewise.
17133         * lib/gcd.h [C++]: Likewise.
17134         * lib/linebreak.h [C++]: Likewise.
17135
17136 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17139         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17140         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17141         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17142         Check for functions and headers just once.
17143         Check for declaration of canonicalize_file_name.
17144         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17145
17146 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17147
17148         * gnulib-tool (func_import): Fix typo in actioncmd.
17149
17150 2006-11-02  Bruno Haible  <bruno@clisp.org>
17151
17152         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17153         newline sequence in the Makefile.am snippet as a space, like "make"
17154         does.
17155         Reported by Roger Persson <perrog@gmail.com>.
17156
17157 2006-11-01  Bruno Haible  <bruno@clisp.org>
17158
17159         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17160         already declared in <string.h>.
17161         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17162
17163 2006-11-01  Bruno Haible  <bruno@clisp.org>
17164
17165         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17166         * lib/strcase.h: Include <string.h>.
17167         (strcasecmp): Define to rpl_strcasecmp here.
17168
17169 2006-11-01  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17172
17173 2006-11-01  Eric Blake  <ebb9@byu.net>
17174
17175         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17176
17177         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17178
17179 2006-10-29  Bruno Haible  <bruno@clisp.org>
17180
17181         Make it compile in C++ mode.
17182         * lib/full-write.c (full_rw): Add a cast.
17183
17184 2006-11-01  Bruno Haible  <bruno@clisp.org>
17185
17186         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17187         be POSIX compliant.
17188         Reported by Roger Persson <perrog@gmail.com>.
17189
17190 2006-11-01  Eric Blake  <ebb9@byu.net>
17191
17192         * lib/getopt_.h: Fix comments.
17193
17194 2006-10-31  Eric Blake  <ebb9@byu.net>
17195
17196         * modules/tmpdir (Depends-on): Add sys_stat.
17197         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17198         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17199         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17200         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17201         tempname.
17202
17203 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17204
17205         Avoid some C++ diagnostics reported by Bruno Haible.
17206         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17207         xmalloc.
17208         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17209         (struct slotvec): Move to top level.
17210         (quotearg_n_options): Rewrite to avoid xmalloc.
17211         * lib/xalloc.h (xcharalloc): New function.
17212         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17213         [defined __cplusplus]: Add function template that provides result
17214         type propagation.  This part of the change is from Bruno Haible.
17215
17216 2006-10-29  Bruno Haible  <bruno@clisp.org>
17217
17218         Make it compile in C++ mode.
17219         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17220         * lib/strnlen1.c (strnlen1): Cast memchr result.
17221         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17222         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17223         (create_temp_dir): Rename local variable 'template'.
17224         (compile_csharp_using_sscli): Add cast.
17225         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17226         * lib/findprog.c (find_in_path): Likewise.
17227         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17228         * lib/wait-process.c (register_slave_subprocess): Likewise.
17229
17230 2006-10-22  Bruno Haible  <bruno@clisp.org>
17231
17232         * modules/tsearch: New file.
17233         * lib/tsearch.h: New file.
17234         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17235         * m4/tsearch.m4: New file.
17236         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17237
17238 2006-10-29  Eric Blake  <ebb9@byu.net>
17239
17240         * lib/arcfour.c: Assume config.h.
17241         * lib/arctwo.c: Likewise.
17242         * lib/base64.c: Likewise.
17243         * lib/check-version.c: Likewise.
17244         * lib/crc.c: Likewise.
17245         * lib/des.c: Likewise.
17246         * lib/gc-gnulib.c: Likewise.
17247         * lib/gc-libgcrypt.c: Likewise.
17248         * lib/gc-pbkdf2-sha1.c: Likewise.
17249         * lib/getaddrinfo.c: Likewise.
17250         * lib/getdelim.c: Likewise.
17251         * lib/getline.c: Likewise.
17252         * lib/hmac-md5.c: Likewise.
17253         * lib/hmac-sha1.c: Likewise.
17254         * lib/iconvme.c: Likewise.
17255         * lib/md2.c: Likewise.
17256         * lib/md4.c: Likewise.
17257         * lib/memxor.c: Likewise.
17258         * lib/read-file.c: Likewise.
17259         * lib/readline.c: Likewise.
17260         * lib/rijndael-alg-fst.c: Likewise.
17261         * lib/rijndael-api-fst.c: Likewise.
17262         * lib/xgetdomainname.c: Likewise.
17263
17264 2006-10-28  Eric Blake  <ebb9@byu.net>
17265
17266         * lib/xstrndup.c: Assume config.h.
17267
17268 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17271         stat-macros.h is now for our own macros, whereas stat_h is for
17272         macros in the <sys/stat.h> name space.
17273         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17274         (STAT_MACROS_H): Remove.
17275         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17276         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17277         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17278         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17279         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17280         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17281         Move these macros to ...
17282         * lib/stat_.h: here.  Don't include stat-macros.h.
17283         * lib/canonicalize.c: Don't include stat-macros.h.
17284         * lib/chown.c: Likewise.
17285         * lib/euidaccess.c: Likewise.
17286         * lib/file-type.c: Likewise.
17287         * lib/filemode.c: Likewise.
17288         * lib/glob.c: Likewise.
17289         * lib/isapipe.c: Likewise.
17290         * lib/lchown.c: Likewise.
17291         * lib/lstat.c: Likewise.
17292         * lib/mkdir-p.c: Likewise.
17293         * lib/rmdir.c: Likewise.
17294         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17295         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17296         unless mkdir isn't declared, to speed up 'configure'.
17297         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17298         would define all the S_* symbols.
17299         * modules/canonicalize (Depends-on):
17300         Depend on sys_stat, not stat-macros.
17301         * modules/chown: Likewise.
17302         * modules/euidaccess: Likewise.
17303         * modules/filemode: Likewise.
17304         * modules/file-type: Likewise.
17305         * modules/glob: Likewise.
17306         * modules/isapipe: Likewise.
17307         * modules/lchown: Likewise.
17308         * modules/lstat: Likewise.
17309         * modules/mkancesdirs: Likewise.
17310         * modules/rmdir: Likewise.
17311         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17312         * modules/modechange: Likewise.
17313         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17314         (configure.ac): Remove gl_STAT_MACROS.
17315         * modules/sys_stat (Depends-on): Remove stat-macros.
17316
17317 2006-10-27  Bruno Haible  <bruno@clisp.org>
17318
17319         * m4/signed.m4: Remove file.
17320         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17321         invocation.
17322         * modules/vasnprintf (Files): Remove m4/signed.m4.
17323
17324 2006-10-27  Bruno Haible  <bruno@clisp.org>
17325
17326         Update to GNU gettext 0.16.
17327         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17328         m4/inttypes-h.m4, m4/signed.m4.
17329         * m4/gettext.m4: Update to GNU gettext 0.16.
17330         * m4/intl.m4: New file, from GNU gettext.
17331         * m4/intldir.m4: New file, from GNU gettext.
17332         * config/srclist.txt: Update
17333
17334 2006-10-27  Eric Blake  <ebb9@byu.net>
17335
17336         * MODULES.html.sh: Document tempname.
17337         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17338         dependencies.
17339         (Files): Move lib/tempname.c...
17340         * modules/tempname: ...to this new module.
17341         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17342         (gl_PREREQ_TEMPNAME): Move...
17343         * m4/tempname.m4: ...to this new file.
17344         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17345         * modules/sys_stat (Depends-on): Add stat-macros.
17346         * lib/stat_.h (includes): Pick up stat macros.
17347         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17348         if stat macros are broken.
17349         * lib/tempname.c (includes): No need to include "stat-macros.h".
17350         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17351         (direxists, __path_search) [!_LIBC]: Don't compile these in
17352         gnulib; the tmpdir module covers that.
17353         * lib/tempname.h: New file.
17354
17355 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         * COPYING: Explain how gnulib-tool converts licence headers.
17358         Almost all wording by Eric Blake.
17359
17360 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * lib/mbchar.h (is_basic_table): Make read-only.
17363         * lib/mbchar.c (is_basic_table): Likewise.
17364         Reported by John Darrington.
17365
17366 2006-10-25  Bruno Haible  <bruno@clisp.org>
17367
17368         * lib/progname.h (set_program_name): Undefine before defining.
17369
17370 2006-10-25  Bruno Haible  <bruno@clisp.org>
17371
17372         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17373         false for non-gcc C++ compilers.
17374         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17375
17376 2006-10-24  Bruno Haible  <bruno@clisp.org>
17377
17378         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17379         iconv implementations like Irix iconv.
17380
17381 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17382
17383         * modules/vararrays: New file.
17384         * m4/vararrays.m4: New file, taken from diffutils.
17385         * MODULES.html.sh: New module vararrays.
17386
17387 2006-10-24  Karl Berry  <karl@gnu.org>
17388
17389         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17390         Don't call GNU Unix.
17391
17392 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17393
17394         * users.txt: Add Libtool.
17395
17396         Sync from Libtool:
17397
17398         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17401         to gnulib's policy of including config.h unconditionally.
17402
17403 2006-10-24  Bruno Haible  <bruno@clisp.org>
17404
17405         * modules/wcwidth (Files): Add m4/wint_t.m4.
17406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17407         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17408
17409 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17412         to pacify GCC with some -W flags enabled.  Problem reported by
17413         Bruno Haible.
17414
17415 2006-10-24  Jim Meyering  <jim@meyering.net>
17416
17417         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17418         Reported by Karl Berry.
17419
17420 2006-10-23  Bruno Haible  <bruno@clisp.org>
17421
17422         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17423
17424 2006-10-24  Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/gl_list.h: Use C comment style, not C++ comment style.
17427
17428 2006-10-23  Eric Blake  <ebb9@byu.net>
17429
17430         * lib/getaddrinfo.c (includes): Add missing include.
17431
17432 2006-10-23  Bruno Haible  <bruno@clisp.org>
17433             Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         Ability to rename obstack_free.
17436         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17437         obstack_free.
17438         (obstack_free): Invoke the __obstack_free macro.
17439         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17440
17441 2006-10-23  Bruno Haible  <bruno@clisp.org>
17442             Paul Eggert  <eggert@cs.ucla.edu>
17443
17444         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17445         __argc, __argv from the declaration. (They are defined as macros on
17446         mingw.)
17447
17448 2006-10-22  Bruno Haible  <bruno@clisp.org>
17449
17450         * doc/gnulib-intro.texi: New file.
17451         * doc/gnulib.texi: Include it.
17452
17453 2006-10-21  Bruno Haible  <bruno@clisp.org>
17454
17455         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
17456         "Introduction", "Miscellanous Notes", "Particular Modules".
17457
17458 2006-10-21  Bruno Haible  <bruno@clisp.org>
17459
17460         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17461         Change mostlyclean-local rule to avoid sh syntax error from bash
17462         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
17463
17464 2006-10-23  Jim Meyering  <jim@meyering.net>
17465
17466         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
17467         in place of snprintf.
17468
17469         * modules/inttostr (Files): Add lib/uinttostr.c.
17470         * lib/uinttostr.c (inttostr): New file/function.
17471         * lib/inttostr.h (uinttostr): Declare.
17472         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
17473         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17474         Add uinttostr.
17475         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
17476
17477 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17478
17479         * lib/canonicalize.c (ELOOP): Define if not already defined.
17480         Problem reported by Bruno Haible in
17481         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
17482
17483 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
17486         Problem reported by Perry Smith and Ville Laurikari.
17487
17488         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
17489         uses.
17490
17491 2006-10-19  Bruno Haible  <bruno@clisp.org>
17492
17493         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
17494         for mingw.
17495
17496 2006-10-19  Bruno Haible  <bruno@clisp.org>
17497
17498         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
17499         Needed for mingw.
17500
17501 2006-10-19  Bruno Haible  <bruno@clisp.org>
17502
17503         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
17504
17505 2006-10-19  Bruno Haible  <bruno@clisp.org>
17506
17507         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
17508         it.
17509
17510 2006-10-19  Bruno Haible  <bruno@clisp.org>
17511
17512         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
17513         invocation.
17514
17515 2006-10-19  Bruno Haible  <bruno@clisp.org>
17516
17517         * gnulib-tool (func_create_testdir): Don't include ftruncate and
17518         mountlist by default.
17519
17520 2006-10-16  Bruno Haible  <bruno@clisp.org>
17521
17522         * lib/c-strstr.c: Include c-strstr.h.
17523
17524 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17525
17526         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
17527         in a slash.
17528
17529 2006-10-18  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/lock.h [C++]: Wrap definitions in extern "C".
17532
17533 2006-10-18  Bruno Haible  <bruno@clisp.org>
17534
17535         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
17536         gl_LIBOBJS list.
17537
17538 2006-10-18  Bruno Haible  <bruno@clisp.org>
17539
17540         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
17541
17542 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * lib/xstrtol.h: Include gettext.h.
17545         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
17546         Problem reported by Eric Blake.
17547         * modules/xstrtol (Depends-on): Add gettext-h.
17548
17549 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
17550
17551         * lib/strftime.c (advance): New macro.
17552         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
17553         incomplete type, so you can't add 0 to it.  Problem and patch
17554         reported by Eelco Dolstra for dietlibc.
17555
17556 2006-10-18  Jim Meyering  <jim@meyering.net>
17557
17558         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
17559         type for a local, and rename it: s/up/user_proc/.
17560
17561 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
17562
17563         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
17564         READ_UTMP_USER_PROCESS.
17565         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
17566
17567 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17568
17569         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
17570         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
17571
17572 2006-10-17  Eric Blake  <ebb9@byu.net>
17573
17574         * lib/sigprocmask.c (sigprocmask): Fix typo.
17575
17576         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
17577
17578         * modules/clean-temp (Makefile.am): Don't add to make output...
17579         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
17580         config.h.
17581
17582 2006-10-17  Bruno Haible  <bruno@clisp.org>
17583
17584         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
17585         differently if DEFAULT_TEXT_DOMAIN is set.
17586
17587 2006-10-16  Bruno Haible  <bruno@clisp.org>
17588
17589         * lib/clean-temp.c: Include fwriteerror.h.
17590
17591 2006-10-16  Bruno Haible  <bruno@clisp.org>
17592
17593         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
17594
17595 2006-10-16  Bruno Haible  <bruno@clisp.org>
17596
17597         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
17598         * lib/sigprocmask.h: Include <sys/types.h>.
17599         (sigset_t): Use the system's definition if present.
17600
17601 2006-10-17  Eric Blake  <ebb9@byu.net>
17602
17603         * lib/xvasprintf.c (includes): Assume config.h.
17604         * lib/xasprintf.c (includes): Likewise.
17605
17606 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17607
17608         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
17609         at least as wide as intmax_t.
17610
17611 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
17612
17613         (Imported from Automake.)
17614         * build-aux/gnupload: Update to version 1.1 of directive file.
17615
17616 2006-10-16  Eric Blake  <ebb9@byu.net>
17617
17618         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
17619         match Automake 1.10a.
17620
17621 2006-10-14  Bruno Haible  <bruno@clisp.org>
17622
17623         * modules/sigprocmask: New file.
17624         * lib/sigprocmask.h: New file.
17625         * lib/sigprocmask.c: New file.
17626         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
17627         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
17628         request sigprocmask.o.
17629         (gl_PREREQ_SIGPROCMASK): New macro.
17630         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
17631         (Depends-on): Add sigprocmask.
17632         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
17633         gt_SIGNALBLOCKING. Test for 'raise' only once.
17634         * lib/fatal-signal.c: Include sigprocmask.h.
17635         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
17636         unblock_fatal_signals): Define always.
17637         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17638         sigprocmask.
17639
17640 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         Sync from Automake.
17643         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
17644         which incorrectly sets the mode of an existing destination
17645         directory.  In some cases the unpatched install-sh could do the
17646         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
17647         system.  We hope this is rare in practice, but it's clearly worth
17648         fixing.  Problem reported by Alex Unleashed in
17649         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
17650         Also, don't bother to check for -m bugs unless we're using -m;
17651         suggested by Stepan Kasal.
17652
17653 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17654
17655         Sync from Automake.
17656         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
17657         `-c' flag, so they appear at the same position as in %FASTDEP%
17658         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
17659         which ignores unknown options only after the first non-option.
17660         Bug report against M4 by Nelson H. F. Beebe.
17661
17662 2006-10-13  Jim Meyering  <jim@meyering.net>
17663
17664         Fix a bug in yesterday's change.
17665         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
17666         p->fts_statp->st_dev would be used uninitialized.
17667         Ensures that we always call fts_stat on the very first entry.
17668         Miklos Szeredi reported that find -xdev stopped working.
17669
17670 2006-10-12  Bruno Haible  <bruno@clisp.org>
17671
17672         * gnulib-tool (func_get_automake_snippet): Append an automatically
17673         computed EXTRA_DIST augmentation.
17674         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
17675         * modules/alloca-opt (Makefile.am): Likewise.
17676         * modules/allocsa (Makefile.am): Likewise.
17677         * modules/arcfour (Makefile.am): Likewise.
17678         * modules/arctwo (Makefile.am): Likewise.
17679         * modules/argmatch (Makefile.am): Likewise.
17680         * modules/argz (Makefile.am): Likewise.
17681         * modules/atexit (Makefile.am): Likewise.
17682         * modules/backupfile (Makefile.am): Likewise.
17683         * modules/byteswap (Makefile.am): Likewise.
17684         * modules/c-strtod (Makefile.am): Likewise.
17685         * modules/c-strtold (Makefile.am): Likewise.
17686         * modules/calloc (Makefile.am): Likewise.
17687         * modules/canon-host (Makefile.am): Likewise.
17688         * modules/canonicalize (Makefile.am): Likewise.
17689         * modules/chdir-long (Makefile.am): Likewise.
17690         * modules/chdir-safer (Makefile.am): Likewise.
17691         * modules/check-version (Makefile.am): Likewise.
17692         * modules/chown (Makefile.am): Likewise.
17693         * modules/cloexec (Makefile.am): Likewise.
17694         * modules/close-stream (Makefile.am): Likewise.
17695         * modules/closeout (Makefile.am): Likewise.
17696         * modules/crc (Makefile.am): Likewise.
17697         * modules/csharpexec (Makefile.am): Likewise.
17698         * modules/cycle-check (Makefile.am): Likewise.
17699         * modules/des (Makefile.am): Likewise.
17700         * modules/dev-ino (Makefile.am): Likewise.
17701         * modules/dirfd (Makefile.am): Likewise.
17702         * modules/dirname (Makefile.am): Likewise.
17703         * modules/dup2 (Makefile.am): Likewise.
17704         * modules/eealloc (Makefile.am): Likewise.
17705         * modules/error (Makefile.am): Likewise.
17706         * modules/euidaccess (Makefile.am): Likewise.
17707         * modules/exclude (Makefile.am): Likewise.
17708         * modules/exitfail (Makefile.am): Likewise.
17709         * modules/fcntl-safer (Makefile.am): Likewise.
17710         * modules/fcntl (Makefile.am): Likewise.
17711         * modules/file-type (Makefile.am): Likewise.
17712         * modules/fileblocks (Makefile.am): Likewise.
17713         * modules/filemode (Makefile.am): Likewise.
17714         * modules/filenamecat (Makefile.am): Likewise.
17715         * modules/fnmatch (Makefile.am): Likewise.
17716         * modules/fopen-safer (Makefile.am): Likewise.
17717         * modules/fpending (Makefile.am): Likewise.
17718         * modules/fprintftime (Makefile.am): Likewise.
17719         * modules/free (Makefile.am): Likewise.
17720         * modules/fsusage (Makefile.am): Likewise.
17721         * modules/ftruncate (Makefile.am): Likewise.
17722         * modules/fts (Makefile.am): Likewise.
17723         * modules/gc-arcfour (Makefile.am): Likewise.
17724         * modules/gc-des (Makefile.am): Likewise.
17725         * modules/gc-hmac-md5 (Makefile.am): Likewise.
17726         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
17727         * modules/gc-md4 (Makefile.am): Likewise.
17728         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17729         * modules/gc-sha1 (Makefile.am): Likewise.
17730         * modules/gc (Makefile.am): Likewise.
17731         * modules/getaddrinfo (Makefile.am): Likewise.
17732         * modules/getcwd (Makefile.am): Likewise.
17733         * modules/getdelim (Makefile.am): Likewise.
17734         * modules/getdomainname (Makefile.am): Likewise.
17735         * modules/getgroups (Makefile.am): Likewise.
17736         * modules/gethostname (Makefile.am): Likewise.
17737         * modules/gethrxtime (Makefile.am): Likewise.
17738         * modules/getline (Makefile.am): Likewise.
17739         * modules/getloadavg (Makefile.am): Likewise.
17740         * modules/getlogin_r (Makefile.am): Likewise.
17741         * modules/getndelim2 (Makefile.am): Likewise.
17742         * modules/getopt (Makefile.am): Likewise.
17743         * modules/getpagesize (Makefile.am): Likewise.
17744         * modules/getpass-gnu (Makefile.am): Likewise.
17745         * modules/getpass (Makefile.am): Likewise.
17746         * modules/getsubopt (Makefile.am): Likewise.
17747         * modules/gettime (Makefile.am): Likewise.
17748         * modules/gettimeofday (Makefile.am): Likewise.
17749         * modules/getugroups (Makefile.am): Likewise.
17750         * modules/getusershell (Makefile.am): Likewise.
17751         * modules/glob (Makefile.am): Likewise.
17752         * modules/group-member (Makefile.am): Likewise.
17753         * modules/hard-locale (Makefile.am): Likewise.
17754         * modules/hash (Makefile.am): Likewise.
17755         * modules/hmac-md5 (Makefile.am): Likewise.
17756         * modules/hmac-sha1 (Makefile.am): Likewise.
17757         * modules/human (Makefile.am): Likewise.
17758         * modules/idcache (Makefile.am): Likewise.
17759         * modules/imaxabs (Makefile.am): Likewise.
17760         * modules/imaxdiv (Makefile.am): Likewise.
17761         * modules/inet_ntop (Makefile.am): Likewise.
17762         * modules/inet_pton (Makefile.am): Likewise.
17763         * modules/intprops (Makefile.am): Likewise.
17764         * modules/inttostr (Makefile.am): Likewise.
17765         * modules/inttypes (Makefile.am): Likewise.
17766         * modules/isapipe (Makefile.am): Likewise.
17767         * modules/javaversion (Makefile.am): Likewise.
17768         * modules/lchmod (Makefile.am): Likewise.
17769         * modules/lchown (Makefile.am): Likewise.
17770         * modules/localcharset (Makefile.am): Likewise.
17771         * modules/long-options (Makefile.am): Likewise.
17772         * modules/lstat (Makefile.am): Likewise.
17773         * modules/malloc (Makefile.am): Likewise.
17774         * modules/mathl (Makefile.am): Likewise.
17775         * modules/mbchar (Makefile.am): Likewise.
17776         * modules/md2 (Makefile.am): Likewise.
17777         * modules/md4 (Makefile.am): Likewise.
17778         * modules/md5 (Makefile.am): Likewise.
17779         * modules/memcasecmp (Makefile.am): Likewise.
17780         * modules/memchr (Makefile.am): Likewise.
17781         * modules/memcmp (Makefile.am): Likewise.
17782         * modules/memcoll (Makefile.am): Likewise.
17783         * modules/memcpy (Makefile.am): Likewise.
17784         * modules/memmem (Makefile.am): Likewise.
17785         * modules/memmove (Makefile.am): Likewise.
17786         * modules/mempcpy (Makefile.am): Likewise.
17787         * modules/memrchr (Makefile.am): Likewise.
17788         * modules/memset (Makefile.am): Likewise.
17789         * modules/memxor (Makefile.am): Likewise.
17790         * modules/mkancesdirs (Makefile.am): Likewise.
17791         * modules/mkdir-p (Makefile.am): Likewise.
17792         * modules/mkdir (Makefile.am): Likewise.
17793         * modules/mkdtemp (Makefile.am): Likewise.
17794         * modules/mkstemp (Makefile.am): Likewise.
17795         * modules/mktime (Makefile.am): Likewise.
17796         * modules/modechange (Makefile.am): Likewise.
17797         * modules/mountlist (Makefile.am): Likewise.
17798         * modules/nanosleep (Makefile.am): Likewise.
17799         * modules/obstack (Makefile.am): Likewise.
17800         * modules/openat (Makefile.am): Likewise.
17801         * modules/pagealign_alloc (Makefile.am): Likewise.
17802         * modules/pathmax (Makefile.am): Likewise.
17803         * modules/physmem (Makefile.am): Likewise.
17804         * modules/poll (Makefile.am): Likewise.
17805         * modules/posixtm (Makefile.am): Likewise.
17806         * modules/posixver (Makefile.am): Likewise.
17807         * modules/putenv (Makefile.am): Likewise.
17808         * modules/quote (Makefile.am): Likewise.
17809         * modules/quotearg (Makefile.am): Likewise.
17810         * modules/raise (Makefile.am): Likewise.
17811         * modules/read-file (Makefile.am): Likewise.
17812         * modules/readline (Makefile.am): Likewise.
17813         * modules/readlink (Makefile.am): Likewise.
17814         * modules/readtokens (Makefile.am): Likewise.
17815         * modules/readutmp (Makefile.am): Likewise.
17816         * modules/realloc (Makefile.am): Likewise.
17817         * modules/regex (Makefile.am): Likewise.
17818         * modules/rename-dest-slash (Makefile.am): Likewise.
17819         * modules/rename (Makefile.am): Likewise.
17820         * modules/rijndael (Makefile.am): Likewise.
17821         * modules/rmdir (Makefile.am): Likewise.
17822         * modules/rpmatch (Makefile.am): Likewise.
17823         * modules/safe-read (Makefile.am): Likewise.
17824         * modules/safe-write (Makefile.am): Likewise.
17825         * modules/same-inode (Makefile.am): Likewise.
17826         * modules/same (Makefile.am): Likewise.
17827         * modules/save-cwd (Makefile.am): Likewise.
17828         * modules/savedir (Makefile.am): Likewise.
17829         * modules/setenv (Makefile.am): Likewise.
17830         * modules/settime (Makefile.am): Likewise.
17831         * modules/sha1 (Makefile.am): Likewise.
17832         * modules/sig2str (Makefile.am): Likewise.
17833         * modules/snprintf (Makefile.am): Likewise.
17834         * modules/stat-macros (Makefile.am): Likewise.
17835         * modules/stat-time (Makefile.am): Likewise.
17836         * modules/stdbool (Makefile.am): Likewise.
17837         * modules/stdint (Makefile.am): Likewise.
17838         * modules/stdlib-safer (Makefile.am): Likewise.
17839         * modules/stpcpy (Makefile.am): Likewise.
17840         * modules/stpncpy (Makefile.am): Likewise.
17841         * modules/strcase (Makefile.am): Likewise.
17842         * modules/strcasestr (Makefile.am): Likewise.
17843         * modules/strchrnul (Makefile.am): Likewise.
17844         * modules/strcspn (Makefile.am): Likewise.
17845         * modules/strdup (Makefile.am): Likewise.
17846         * modules/strerror (Makefile.am): Likewise.
17847         * modules/strftime (Makefile.am): Likewise.
17848         * modules/strndup (Makefile.am): Likewise.
17849         * modules/strnlen (Makefile.am): Likewise.
17850         * modules/strpbrk (Makefile.am): Likewise.
17851         * modules/strsep (Makefile.am): Likewise.
17852         * modules/strstr (Makefile.am): Likewise.
17853         * modules/strtod (Makefile.am): Likewise.
17854         * modules/strtoimax (Makefile.am): Likewise.
17855         * modules/strtok_r (Makefile.am): Likewise.
17856         * modules/strtol (Makefile.am): Likewise.
17857         * modules/strtoll (Makefile.am): Likewise.
17858         * modules/strtoul (Makefile.am): Likewise.
17859         * modules/strtoull (Makefile.am): Likewise.
17860         * modules/strtoumax (Makefile.am): Likewise.
17861         * modules/strverscmp (Makefile.am): Likewise.
17862         * modules/sys_socket (Makefile.am): Likewise.
17863         * modules/sys_stat (Makefile.am): Likewise.
17864         * modules/sysexits (Makefile.am): Likewise.
17865         * modules/time_r (Makefile.am): Likewise.
17866         * modules/timegm (Makefile.am): Likewise.
17867         * modules/timespec (Makefile.am): Likewise.
17868         * modules/tmpfile-safer (Makefile.am): Likewise.
17869         * modules/trim (Makefile.am): Likewise.
17870         * modules/unistd-safer (Makefile.am): Likewise.
17871         * modules/unlinkdir (Makefile.am): Likewise.
17872         * modules/unlocked-io (Makefile.am): Likewise.
17873         * modules/userspec (Makefile.am): Likewise.
17874         * modules/utime (Makefile.am): Likewise.
17875         * modules/utimecmp (Makefile.am): Likewise.
17876         * modules/utimens (Makefile.am): Likewise.
17877         * modules/vasnprintf (Makefile.am): Likewise.
17878         * modules/vasprintf (Makefile.am): Likewise.
17879         * modules/vsnprintf (Makefile.am): Likewise.
17880         * modules/xalloc (Makefile.am): Likewise.
17881         * modules/xgetcwd (Makefile.am): Likewise.
17882         * modules/xnanosleep (Makefile.am): Likewise.
17883         * modules/xreadlink (Makefile.am): Likewise.
17884         * modules/xstrtod (Makefile.am): Likewise.
17885         * modules/xstrtol (Makefile.am): Likewise.
17886         * modules/xstrtold (Makefile.am): Likewise.
17887         * modules/yesno (Makefile.am): Likewise.
17888         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
17889
17890 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17891
17892         * modules/error (Makefile.am): Distribute files through
17893         EXTRA_DIST, not lib_SOURCES.
17894
17895 2006-10-12  Eric Blake  <ebb9@byu.net>
17896
17897         * modules/error (Makefile.am): Distribute files in /lib.
17898         * modules/obstack (Makefile.am): Likewise.
17899
17900 2006-10-12  Bruno Haible  <bruno@clisp.org>
17901
17902         * modules/acl (Makefile.am): Distribute all files in lib/ through
17903         EXTRA_DIST.
17904         * modules/arcfour (Makefile.am): Likewise.
17905         * modules/arctwo (Makefile.am): Likewise.
17906         * modules/argmatch (Makefile.am): Likewise.
17907         * modules/argz (Makefile.am): Likewise.
17908         * modules/atexit (Makefile.am): Likewise.
17909         * modules/backupfile (Makefile.am): Likewise.
17910         * modules/c-strtod (Makefile.am): Likewise.
17911         * modules/c-strtold (Makefile.am): Likewise.
17912         * modules/calloc (Makefile.am): Likewise.
17913         * modules/canon-host (Makefile.am): Likewise.
17914         * modules/canonicalize (Makefile.am): Likewise.
17915         * modules/chdir-long (Makefile.am): Likewise.
17916         * modules/chdir-safer (Makefile.am): Likewise.
17917         * modules/check-version (Makefile.am): Likewise.
17918         * modules/chown (Makefile.am): Likewise.
17919         * modules/cloexec (Makefile.am): Likewise.
17920         * modules/close-stream (Makefile.am): Likewise.
17921         * modules/closeout (Makefile.am): Likewise.
17922         * modules/crc (Makefile.am): Likewise.
17923         * modules/cycle-check (Makefile.am): Likewise.
17924         * modules/des (Makefile.am): Likewise.
17925         * modules/dirfd (Makefile.am): Likewise.
17926         * modules/dirname (Makefile.am): Likewise.
17927         * modules/dup2 (Makefile.am): Likewise.
17928         * modules/euidaccess (Makefile.am): Likewise.
17929         * modules/exclude (Makefile.am): Likewise.
17930         * modules/exitfail (Makefile.am): Likewise.
17931         * modules/fcntl-safer (Makefile.am): Likewise.
17932         * modules/file-type (Makefile.am): Likewise.
17933         * modules/fileblocks (Makefile.am): Likewise.
17934         * modules/filemode (Makefile.am): Likewise.
17935         * modules/filenamecat (Makefile.am): Likewise.
17936         * modules/fnmatch (Makefile.am): Likewise.
17937         * modules/fopen-safer (Makefile.am): Likewise.
17938         * modules/fpending (Makefile.am): Likewise.
17939         * modules/fprintftime (Makefile.am): Likewise.
17940         * modules/free (Makefile.am): Likewise.
17941         * modules/fsusage (Makefile.am): Likewise.
17942         * modules/ftruncate (Makefile.am): Likewise.
17943         * modules/fts (Makefile.am): Likewise.
17944         * modules/gc (Makefile.am): Likewise.
17945         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17946         * modules/getaddrinfo (Makefile.am): Likewise.
17947         * modules/getcwd (Makefile.am): Likewise.
17948         * modules/getdelim (Makefile.am): Likewise.
17949         * modules/getdomainname (Makefile.am): Likewise.
17950         * modules/getgroups (Makefile.am): Likewise.
17951         * modules/gethostname (Makefile.am): Likewise.
17952         * modules/gethrxtime (Makefile.am): Likewise.
17953         * modules/getline (Makefile.am): Likewise.
17954         * modules/getloadavg (Makefile.am): Likewise.
17955         * modules/getlogin_r (Makefile.am): Likewise.
17956         * modules/getopt (Makefile.am): Likewise.
17957         * modules/getpass (Makefile.am): Likewise.
17958         * modules/getpass-gnu (Makefile.am): Likewise.
17959         * modules/getsubopt (Makefile.am): Likewise.
17960         * modules/gettime (Makefile.am): Likewise.
17961         * modules/gettimeofday (Makefile.am): Likewise.
17962         * modules/getugroups (Makefile.am): Likewise.
17963         * modules/getusershell (Makefile.am): Likewise.
17964         * modules/glob (Makefile.am): Likewise.
17965         * modules/group-member (Makefile.am): Likewise.
17966         * modules/hard-locale (Makefile.am): Likewise.
17967         * modules/hash (Makefile.am): Likewise.
17968         * modules/hmac-md5 (Makefile.am): Likewise.
17969         * modules/hmac-sha1 (Makefile.am): Likewise.
17970         * modules/human (Makefile.am): Likewise.
17971         * modules/idcache (Makefile.am): Likewise.
17972         * modules/imaxabs (Makefile.am): Likewise.
17973         * modules/imaxdiv (Makefile.am): Likewise.
17974         * modules/inet_ntop (Makefile.am): Likewise.
17975         * modules/inet_pton (Makefile.am): Likewise.
17976         * modules/inttostr (Makefile.am): Likewise.
17977         * modules/isapipe (Makefile.am): Likewise.
17978         * modules/lchown (Makefile.am): Likewise.
17979         * modules/long-options (Makefile.am): Likewise.
17980         * modules/lstat (Makefile.am): Likewise.
17981         * modules/malloc (Makefile.am): Likewise.
17982         * modules/mathl (Makefile.am): Likewise.
17983         * modules/mbchar (Makefile.am): Likewise.
17984         * modules/md2 (Makefile.am): Likewise.
17985         * modules/md4 (Makefile.am): Likewise.
17986         * modules/md5 (Makefile.am): Likewise.
17987         * modules/memcasecmp (Makefile.am): Likewise.
17988         * modules/memchr (Makefile.am): Likewise.
17989         * modules/memcmp (Makefile.am): Likewise.
17990         * modules/memcoll (Makefile.am): Likewise.
17991         * modules/memcpy (Makefile.am): Likewise.
17992         * modules/memmem (Makefile.am): Likewise.
17993         * modules/memmove (Makefile.am): Likewise.
17994         * modules/mempcpy (Makefile.am): Likewise.
17995         * modules/memrchr (Makefile.am): Likewise.
17996         * modules/memset (Makefile.am): Likewise.
17997         * modules/memxor (Makefile.am): Likewise.
17998         * modules/mkancesdirs (Makefile.am): Likewise.
17999         * modules/mkdir (Makefile.am): Likewise.
18000         * modules/mkdir-p (Makefile.am): Likewise.
18001         * modules/mkdtemp (Makefile.am): Likewise.
18002         * modules/mkstemp (Makefile.am): Likewise.
18003         * modules/mktime (Makefile.am): Likewise.
18004         * modules/modechange (Makefile.am): Likewise.
18005         * modules/mountlist (Makefile.am): Likewise.
18006         * modules/nanosleep (Makefile.am): Likewise.
18007         * modules/openat (Makefile.am): Likewise.
18008         * modules/pagealign_alloc (Makefile.am): Likewise.
18009         * modules/physmem (Makefile.am): Likewise.
18010         * modules/poll (Makefile.am): Likewise.
18011         * modules/posixtm (Makefile.am): Likewise.
18012         * modules/posixver (Makefile.am): Likewise.
18013         * modules/putenv (Makefile.am): Likewise.
18014         * modules/quote (Makefile.am): Likewise.
18015         * modules/quotearg (Makefile.am): Likewise.
18016         * modules/raise (Makefile.am): Likewise.
18017         * modules/read-file (Makefile.am): Likewise.
18018         * modules/readline (Makefile.am): Likewise.
18019         * modules/readlink (Makefile.am): Likewise.
18020         * modules/readtokens (Makefile.am): Likewise.
18021         * modules/readutmp (Makefile.am): Likewise.
18022         * modules/realloc (Makefile.am): Likewise.
18023         * modules/regex (Makefile.am): Likewise.
18024         * modules/rename (Makefile.am): Likewise.
18025         * modules/rename-dest-slash (Makefile.am): Likewise.
18026         * modules/rijndael (Makefile.am): Likewise.
18027         * modules/rmdir (Makefile.am): Likewise.
18028         * modules/rpmatch (Makefile.am): Likewise.
18029         * modules/safe-read (Makefile.am): Likewise.
18030         * modules/safe-write (Makefile.am): Likewise.
18031         * modules/same (Makefile.am): Likewise.
18032         * modules/save-cwd (Makefile.am): Likewise.
18033         * modules/savedir (Makefile.am): Likewise.
18034         * modules/setenv (Makefile.am): Likewise.
18035         * modules/settime (Makefile.am): Likewise.
18036         * modules/sha1 (Makefile.am): Likewise.
18037         * modules/sig2str (Makefile.am): Likewise.
18038         * modules/snprintf (Makefile.am): Likewise.
18039         * modules/stdlib-safer (Makefile.am): Likewise.
18040         * modules/stpcpy (Makefile.am): Likewise.
18041         * modules/stpncpy (Makefile.am): Likewise.
18042         * modules/strcase (Makefile.am): Likewise.
18043         * modules/strcasestr (Makefile.am): Likewise.
18044         * modules/strchrnul (Makefile.am): Likewise.
18045         * modules/strcspn (Makefile.am): Likewise.
18046         * modules/strdup (Makefile.am): Likewise.
18047         * modules/strerror (Makefile.am): Likewise.
18048         * modules/strftime (Makefile.am): Likewise.
18049         * modules/strndup (Makefile.am): Likewise.
18050         * modules/strnlen (Makefile.am): Likewise.
18051         * modules/strpbrk (Makefile.am): Likewise.
18052         * modules/strsep (Makefile.am): Likewise.
18053         * modules/strstr (Makefile.am): Likewise.
18054         * modules/strtod (Makefile.am): Likewise.
18055         * modules/strtoimax (Makefile.am): Likewise.
18056         * modules/strtok_r (Makefile.am): Likewise.
18057         * modules/strtol (Makefile.am): Likewise.
18058         * modules/strtoll (Makefile.am): Likewise.
18059         * modules/strtoul (Makefile.am): Likewise.
18060         * modules/strtoull (Makefile.am): Likewise.
18061         * modules/strtoumax (Makefile.am): Likewise.
18062         * modules/strverscmp (Makefile.am): Likewise.
18063         * modules/time_r (Makefile.am): Likewise.
18064         * modules/timegm (Makefile.am): Likewise.
18065         * modules/tmpfile-safer (Makefile.am): Likewise.
18066         * modules/unistd-safer (Makefile.am): Likewise.
18067         * modules/unlinkdir (Makefile.am): Likewise.
18068         * modules/userspec (Makefile.am): Likewise.
18069         * modules/utime (Makefile.am): Likewise.
18070         * modules/utimecmp (Makefile.am): Likewise.
18071         * modules/utimens (Makefile.am): Likewise.
18072         * modules/vasnprintf (Makefile.am): Likewise.
18073         * modules/vasprintf (Makefile.am): Likewise.
18074         * modules/vsnprintf (Makefile.am): Likewise.
18075         * modules/xalloc (Makefile.am): Likewise.
18076         * modules/xgetcwd (Makefile.am): Likewise.
18077         * modules/xnanosleep (Makefile.am): Likewise.
18078         * modules/xreadlink (Makefile.am): Likewise.
18079         * modules/xstrtod (Makefile.am): Likewise.
18080         * modules/xstrtol (Makefile.am): Likewise.
18081         * modules/xstrtold (Makefile.am): Likewise.
18082         * modules/yesno (Makefile.am): Likewise.
18083
18084 2006-10-12  Jim Meyering  <jim@meyering.net>
18085
18086         * m4/getloadavg.m4: Revert the change below.
18087
18088         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18089         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18090         fail with a symlink, which is what coreutils' ./bootstrap now
18091         creates by default.
18092
18093 2006-10-12  Bruno Haible  <bruno@clisp.org>
18094
18095         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18096         mingw.
18097         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18098         MSVC and mingw explicitly.
18099
18100 2006-10-11  Simon Josefsson  <jas@extundo.com>
18101             Bruno Haible  <bruno@clisp.org>
18102
18103         Add support for multiple gnulib-tool invocations in the scope of a
18104         single configure.ac file.
18105         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18106         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18107         with the same contents as the _LIBADD variable.
18108         (func_emit_initmacro_start, func_emit_initmacro_end,
18109         func_emit_initmacro_done): New functions.
18110         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18111         gl_LIBOBJS and gl_LTLIBOBJS.
18112
18113 2006-10-11  Bruno Haible  <bruno@clisp.org>
18114
18115         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18116         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18117         autoreconf. Instead, invoke autopoint explicitly but move back the
18118         *.m4 files from gnulib.
18119
18120 2006-10-11  Bruno Haible  <bruno@clisp.org>
18121
18122         * gnulib-tool (func_usage): Make module names after --create-testdir
18123         optional.
18124         (func_create_testdir): If no module was specified, use nearly all
18125         modules.
18126
18127 2006-10-12  Jim Meyering  <jim@meyering.net>
18128
18129         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18130         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18131         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18132         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18133         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18134         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18135         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18136         (fts_set_stat_required): New function.
18137         (fts_open): Defer the calls to fts_stat, if possible or requested.
18138         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18139         into fts_stat itself.
18140         (fts_read): Perform any required (deferred) fts_stat call.
18141         (fts_build): Likewise, for the directory we're about to open and read.
18142         In the readdir loop, carefully decide whether each entry will require
18143         an eventual call to fts_stat, using dirent.d_type info if available.
18144         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18145         a command line argument into this function.  Update all callers.
18146         Map a return value of FTS_DOT to FTS_D for a command line argument.
18147         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18148         Thanks to Miklos Szeredi for his tenacity and for the initial
18149         bug report about "find" failing on a FUSE-based file system.
18150
18151         * lib/fts.c (fts_open): Use consistent indentation.
18152
18153 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18154
18155         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18156         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18157         reported by Jim Meyering.  All uses of cache variables renamed
18158         to match Autoconf's.
18159         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18160         the other one.
18161
18162         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18163         Fix misspelling in diagnostic.
18164
18165 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18166
18167         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18168         defined.  Problem reported by Matthew Woehlke.
18169
18170         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18171         Add support for Tandem NonStop R series.
18172         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18173         Use new macro.
18174
18175         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18176         (has_trailing_slash): Omit size arg; all callers changed.
18177         Omit 'inline', since it doesn't help performance and we'd
18178         need to configure it.
18179         Don't count //, ///, etc. as having a trailing slash.
18180         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18181         (rpl_rename_dest_slash): On failure, use rename's errno rather
18182         than (in some cases) an incorrect or junk errno.
18183         Simplify code by removing need to compute length; this does
18184         cause it to make two passes instead of one over the file name,
18185         but it's worth it.
18186
18187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18188         change, since Autoconf's version may no longer be appropriate now
18189         that we are using CVS Autoconf's version.  Add support for Tandem.
18190
18191 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18192             Bruno Haible  <bruno@clisp.org>
18193
18194         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18195         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18196         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18197         gl_AC_TYPE_LONG_LONG.
18198
18199         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18200         instead of HAVE_LONG_LONG.
18201         * lib/printf-args.c (printf_fetchargs): Likewise.
18202         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18203         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18204         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18205         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18206         gl_AC_TYPE_LONG_LONG.
18207
18208 2006-10-11  Bruno Haible  <bruno@clisp.org>
18209
18210         * m4/longlong.m4: Add comments.
18211         * m4/ulonglong.m4: Likewise.
18212
18213 2006-10-10  Bruno Haible  <bruno@clisp.org>
18214
18215         Make it possible to #define stpcpy, strdup to aliases.
18216         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18217         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18218
18219 2006-10-10  Bruno Haible  <bruno@clisp.org>
18220
18221         Make it possible to #define gcd to an alias.
18222         * lib/gcd.c: Include config.h.
18223
18224 2006-10-10  Bruno Haible  <bruno@clisp.org>
18225
18226         Make it possible to #define c_isascii to an alias.
18227         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18228         defined. Undefine the macros before defining them, to avoid gcc
18229         warnings.
18230         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18231         define NO_C_CTYPE_MACROS early.
18232
18233 2006-10-10  Bruno Haible  <bruno@clisp.org>
18234
18235         Make it possible to #define set_program_name to an alias.
18236         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18237         ENABLE_RELOCATABLE early.
18238
18239 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18240
18241         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18242         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18243         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18244         More generally, don't assume that 64-bit signed int is available
18245         if unsigned int is, and vice versa.
18246         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18247         unsigned symbols, not on their signed counterparts.
18248         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18249         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18250         (UINT64_C, UINTMAX_C):
18251         Likewise.
18252         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18253         unsigned counterparts.
18254         (Have_long_long, Unsigned): New macros.
18255         (Int): Renamed from INT.
18256         (strtoimax): Use the new macros.
18257         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18258         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18259         * modules/inttypes (inttypes.h): Substitute
18260         HAVE_UNSIGNED_LONG_LONG_INT.
18261         * modules/stdint (stdint.h): Likewise.
18262         (Files): Add m4/ulonglong.m4.
18263
18264 2006-10-10  Bruno Haible  <bruno@clisp.org>
18265
18266         Fix a gcc -Wshadow warning.
18267         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18268         to 'bucket'.
18269         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18270         gl_linked_indexof_from_to): Likewise.
18271         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18272         Likewise.
18273         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18274         Likewise.
18275         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18276         Reported by Eric Blake.
18277
18278 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18279
18280         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18281         for NetBSD.  Problem reported by Bruno Haible.
18282
18283 2006-10-09  Jim Meyering  <jim@meyering.net>
18284
18285         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18286         Patch from Bruno Haible.
18287
18288 2006-10-09  Jim Meyering  <jim@meyering.net>
18289
18290         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18291         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18292         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18293
18294 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18295
18296         Don't include <config.h> twice; this doesn't work in some cases,
18297         e.g., when config.h has "#define intmax_t long long int" and
18298         we include <config.h>, <inttypes.h>, <config.h> in that order.
18299         Problem reported by Matthew Woehlke in:
18300         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18301         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18302         * lib/fts-cycle.c: Don't include config.h.
18303         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18304         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18305         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18306         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18307         inttypes.h.
18308         * lib/xstrtoumax.c: Likewise.
18309         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18310         __strtol and the like, so that this module is more like its siblings.
18311         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18312         Remove; no longer needed now that we assume gnulib inttypes.h.
18313
18314 2006-10-08  Bruno Haible  <bruno@clisp.org>
18315
18316         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18317         option.
18318
18319 2006-10-07  Jim Meyering  <jim@meyering.net>
18320
18321         * modules/inttypes (inttypes.h): Revert what seems to have been
18322         an inadvertent part of today's change: use "|", not "/" in the
18323         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18324
18325 2006-10-07  Bruno Haible  <bruno@clisp.org>
18326
18327         * modules/sublist: New file.
18328
18329 2006-10-07  Bruno Haible  <bruno@clisp.org>
18330
18331         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18332         * modules/argz (argz.h): Likewise.
18333         * modules/arpa_inet (arpa/inet.h): Likewise.
18334         * modules/byteswap (byteswap.h): Likewise.
18335         * modules/configmake (configmake.h): Likewise.
18336         * modules/fcntl (fcntl.h): Likewise.
18337         * modules/fnmatch (fnmatch.h): Likewise.
18338         * modules/getopt (getopt.h): Likewise.
18339         * modules/glob (glob.h): Likewise.
18340         * modules/inttypes (inttypes.h): Likewise.
18341         * modules/netinet_in (netinet/in.h): Likewise.
18342         * modules/poll (poll.h): Likewise.
18343         * modules/stdbool (stdbool.h): Likewise.
18344         * modules/stdint (stdint.h): Likewise.
18345         * modules/sys_select (sys/select.h): Likewise.
18346         * modules/sys_socket (sys/socket.h): Likewise.
18347         * modules/sys_stat (sys/stat.h): Likewise.
18348         * modules/sysexits (sysexits.h): Likewise.
18349         * modules/unistd (unistd.h): Likewise.
18350         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18351         Add a "DO NOT EDIT" comment to the generated file.
18352         (func_import): Likewise for gnulib-comp.m4.
18353
18354 2006-10-07  Bruno Haible  <bruno@clisp.org>
18355
18356         * lib/gl_sublist.h: New file.
18357         * lib/gl_sublist.c: New file.
18358
18359 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18360
18361         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18362         name (relative to the original working directory) and the file
18363         name component (relative to the temporary working directory).  All
18364         callers changed.
18365         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18366         * lib/mkdir-p.c (make_dir_parents): Likewise.
18367         * lib/mkdir-p.h (make_dir_parents): Likewise.
18368
18369 2006-10-06  Eric Blake  <ebb9@byu.net>
18370
18371         Define several macros for use by the clean-temp module.
18372         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18373         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18374         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18375
18376         * lib/clean-temp.h (close_stream_temp): New declaration.
18377         * lib/clean-temp.c (includes): Pull in headers according to what
18378         other modules are in use.
18379         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18380
18381 2006-10-06  Bruno Haible  <bruno@clisp.org>
18382
18383         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18384         instead of fopen, fwriteerror.
18385
18386 2006-10-06  Bruno Haible  <bruno@clisp.org>
18387
18388         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18389         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18390         int.
18391         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18392         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18393         Return an error indicator.
18394         Suggested by Eric Blake.
18395
18396 2006-10-06  Bruno Haible  <bruno@clisp.org>
18397
18398         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18399         Reported by Eric Blake.
18400
18401 2006-10-06  Bruno Haible  <bruno@clisp.org>
18402
18403         * modules/closeout (Description): Mention stderr too.
18404
18405 2006-10-06  Bruno Haible  <bruno@clisp.org>
18406         and Paul Eggert  <eggert@cs.ucla.edu>
18407
18408         * lib/closeout.c (close_stdout): Also close stderr.
18409         * lib/closeout.h: Update comment.
18410
18411 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18412
18413         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18414         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18415         * lib/dirchownmod.c: Include lchown.h.
18416         * lib/lchown.c: Don't include files that lchown.h now includes.
18417         Don't declare chown, since lchown.h now does that.
18418         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18419         (lchown): Define to rpl_chown if lchown is declared but
18420         does not exist.  Declare using a prototype if lchown is not
18421         declared.  Add a copyright notice.
18422         * lib/mkstemp.h: Include <unistd.h>.
18423         * lib/openat.c: Include lchown.h.
18424
18425         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18426         we now test for that separately.
18427         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18428         rather than O_NOFOLLOW, when testing whether it's possible to
18429         avoid a race condition reliably.
18430         * lib/savewd.c (savewd_chdir): Likewise.
18431
18432         Remove macros that are no longer needed now that stdint.h is
18433         reliable.
18434         * lib/fsusage.c (UINTMAX_MAX): Remove.
18435         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18436         * lib/utimecmp.c (SIZE_MAX): Remove.
18437
18438         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18439
18440         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18441         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18442         O_NOATIME works.
18443
18444 2006-10-05  Bruno Haible  <bruno@clisp.org>
18445
18446         * lib/gl_list.h (gl_sortedlist_search_from_to,
18447         gl_sortedlist_indexof_from_to): New declarations.
18448         (gl_list_implementation): New fields sortedlist_search_from_to,
18449         sortedlist_indexof_from_to.
18450         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18451         inline functions.
18452         * lib/gl_list.c (gl_sortedlist_search_from_to,
18453         gl_sortedlist_indexof_from_to): New functions.
18454         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
18455         function.
18456         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
18457         (gl_array_sortedlist_search_from_to): New function.
18458         (gl_array_list_implementation): Update.
18459         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
18460         function.
18461         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
18462         (gl_carray_sortedlist_search_from_to): New function.
18463         (gl_carray_list_implementation): Update.
18464         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
18465         gl_linked_sortedlist_indexof_from_to): New functions.
18466         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18467         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18468         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
18469         gl_tree_sortedlist_indexof_from_to): New functions.
18470         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18471         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18472         Update.
18473         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18474         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
18475         Update.
18476
18477 2006-10-05  Bruno Haible  <bruno@clisp.org>
18478
18479         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
18480         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
18481         (struct gl_list_implementation): Add fields search_from_to,
18482         indexof_from_to. Remove fields search, indexof.
18483         (gl_list_search): Use the search_from_to method.
18484         (gl_list_search_from, gl_list_search_from_to): New functions.
18485         (gl_list_indexof): Use the indexof_from_to method.
18486         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18487         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
18488         (gl_list_search_from, gl_list_search_from_to): New functions.
18489         (gl_list_indexof): Use the indexof_from_to method.
18490         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
18491         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
18492         gl_array_indexof. Add start_index, end_index arguments.
18493         (gl_array_search_from_to): Renamed from gl_array_search. Add
18494         start_index, end_index arguments.
18495         (gl_array_remove, gl_array_list_implementation): Update.
18496         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
18497         gl_carray_indexof. Add start_index, end_index arguments.
18498         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
18499         start_index, end_index arguments.
18500         (gl_carray_remove, gl_carray_list_implementation): Update.
18501         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
18502         gl_linked_search. Add start_index, end_index arguments.
18503         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
18504         start_index, end_index arguments.
18505         (gl_linked_remove): Update.
18506         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
18507         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
18508         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
18509         field to 'size_t'.
18510         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
18511         gl_tree_search. Add start_index, end_index arguments.
18512         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18513         start_index, end_index arguments.
18514         (gl_tree_remove): Update.
18515         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
18516         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
18517         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
18518         function.
18519         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
18520         gl_tree_search. Add start_index, end_index arguments.
18521         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
18522         start_index, end_index arguments.
18523         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
18524         Update.
18525         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
18526
18527 2006-10-05  Bruno Haible  <bruno@clisp.org>
18528
18529         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
18530
18531         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
18532         fwriteerror_temp): New declarations.
18533         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
18534         (descriptors): New variable.
18535         (cleanup): First, close the descriptors.
18536         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
18537         fclose_temp, fwriteerror_temp): New functions.
18538
18539 2006-10-04  Jim Meyering  <jim@meyering.net>
18540
18541         * lib/fts.c (fts_open): Tiny comment change.
18542
18543 2006-10-04  Bruno Haible  <bruno@clisp.org>
18544
18545         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
18546         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
18547         gl_LOCK_BODY.
18548         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
18549         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
18550         gl_LOCK_EARLY_BODY.
18551         (gl_LOCK): Require gl_LOCK_BODY.
18552
18553 2006-10-04  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
18556         (gl_oset_search_atleast): New declaration.
18557         (struct gl_oset_implementation): Add field 'search_atleast'.
18558         (gl_oset_search_atleast): New inline function.
18559         * lib/gl_oset.c (gl_oset_search_atleast): New function.
18560         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
18561         (gl_array_oset_implementation): Update.
18562         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
18563         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
18564         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
18565
18566 2006-10-04  Bruno Haible  <bruno@clisp.org>
18567
18568         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
18569
18570 2006-10-03  Bruno Haible  <bruno@clisp.org>
18571
18572         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
18573         from gl_avltreehash_list_implementation.
18574
18575 2006-10-03  Bruno Haible  <bruno@clisp.org>
18576
18577         * lib/gl_oset.c (gl_oset_add): Fix return type.
18578
18579 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
18580
18581         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
18582
18583 2006-10-02  Eric Blake  <ebb9@byu.net>
18584
18585         * modules/strnlen (Depends-on): Add extensions.
18586
18587 2006-10-02  Eric Blake  <ebb9@byu.net>
18588
18589         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
18590         definition in 2.60+.
18591
18592 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
18593
18594         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
18595         checks.
18596
18597 2006-10-02  Bruno Haible  <bruno@clisp.org>
18598
18599         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
18600         to the AUTOMAKE_OPTIONS.
18601         Reported by Jim Meyering.
18602
18603 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         Work around bug in Solaris 10 /proc file system:
18606         /proc/self/fd/NNN/.. isn't the parent directory of
18607         the directory whose file descriptor is NNN.  This needs to
18608         be worked around at run time, not compile time, since a
18609         program might be built on Solaris 8, where things work, and
18610         run on Solaris 10.
18611         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
18612         to use the following interface instead:
18613         (OPENAT_BUFFER_SIZE): New macro.
18614         (openat_proc_name): New function.
18615         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
18616         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
18617         Likewise.
18618         * lib/openat-proc.c: New file.
18619         * modules/openat (Files): Add lib/openat-proc.c.
18620         (Depends-on): Add same-inode, stdbool.
18621         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
18622
18623 2006-09-29  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
18626         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
18627         argument. Set stdout_closed before testing for ferror, not after.
18628         (fwriteerror, fwriteerror_no_ebadf): New functions.
18629
18630 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18631
18632         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
18633
18634 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
18635
18636         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
18637         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
18638
18639 2006-09-28  Jim Meyering  <jim@meyering.net>
18640
18641         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
18642         Include <unistd.h>.
18643
18644 2006-09-28  Bruno Haible  <bruno@clisp.org>
18645
18646         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
18647         * modules/linkedhash-list (Depends-on): Likewise.
18648         * modules/rbtreehash-list (Depends-on): Likewise.
18649
18650 2006-09-28  Bruno Haible  <bruno@clisp.org>
18651
18652         * lib/strndup.h: Simplify the redefinition of strndup.
18653         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
18654         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
18655
18656 2006-09-28  Bruno Haible  <bruno@clisp.org>
18657
18658         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
18659         * lib/gl_linkedhash_list.c: Likewise.
18660         * lib/gl_rbtreehash_list.c: Likewise.
18661
18662 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
18665         getaddrinfo.
18666
18667         * lib/__fpending.h: Don't include <stdio_ext.h> unless
18668         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
18669         it causes <stdio_ext.h> to cause a compile-time error.
18670         Problem reported by Nelson H. F. Beebe.
18671         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
18672         of HAVE_DECL___PENDING.
18673
18674         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
18675         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
18676         declaration.
18677
18678 2006-09-27  Jim Meyering  <jim@meyering.net>
18679
18680         This file could end up with a definition for a function
18681         named __strndup, rather than rpl_strndup on a system with
18682         incomplete weak_alias support.
18683         * lib/strndup.c (strndup): Rename from __strndup.
18684         Remove #defines that used to map __strndup to strndup.
18685         Don't use K&R prototypes.
18686         Remove LIBC-related code, since this file is not sync'd with glibc.
18687         * lib/strndup.h: Revamp, accordingly.
18688         * m4/strndup.m4: Modernize.
18689
18690 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * modules/savewd (Depends-on): Add 'raise'.
18693         * lib/savewd.c: Include <signal.h>, for 'raise'.
18694
18695 2006-09-26  Jim Meyering  <jim@meyering.net>
18696
18697         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
18698         when we detect Darwin 8.7.0's acl_get_file bug.
18699         Rearrange to perform the new (below) run-test while $LIBS
18700         contains any acl-related library.  Set USE_ACL at the end.
18701         (gl_ACL_GET_FILE): New function.
18702
18703 2006-09-26  Eric Blake  <ebb9@byu.net>
18704
18705         * lib/verror.c: Include <config.h> unconditionally.
18706
18707 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
18708
18709         * modules/clock-time (Maintainer): Add self.
18710         * modules/getlogin_r (Depends-on): Add extensions.
18711
18712 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18713
18714         * modules/clock-time: New module.
18715         * modules/nanosleep (Depends-on): Add clock-time.
18716         * modules/gethrxtime (Depends-on): Likewise.
18717         * modules/gettime (Depends-on): Likewise.
18718         * modules/settime (Depends-on): Likewise.
18719
18720         * modules/fts-lgpl: Depend on openat.
18721         * modules/mkancesdirs: Depend on savewd.
18722         * modules/mkdir-p: Likewise.
18723
18724 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18725
18726         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
18727
18728         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
18729         `gl_have_arbitrary_file_name_length_limit' to
18730         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
18731         actually works between configure runs.
18732
18733 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18734             Bruno Haible  <bruno@clisp.org>
18735
18736         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
18737
18738 2006-09-25  Jim Meyering  <jim@meyering.net>
18739
18740         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
18741         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
18742
18743 2006-09-25  Eric Blake  <ebb9@byu.net>
18744
18745         * gnulib-tool (func_import, func_create_testdir): Fix typos in
18746         exec's in 2006-09-18 patch when shuffling fds.
18747
18748 2006-09-25  Bruno Haible  <bruno@clisp.org>
18749
18750         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
18751         Reported by Jim Meyering.
18752
18753 2006-09-24  Jim Meyering  <jim@meyering.net>
18754
18755         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
18756         compare a pointer against a literal "0".  That caused failures with
18757         at least HP-UX's hpcc.
18758
18759 2006-09-22  Simon Josefsson  <jas@extundo.com>
18760
18761         * modules/gc-sha1:
18762         * modules/gc-md4:
18763         * modules/gc-hmac-sha1:
18764         * modules/gc-hmac-md5:
18765         * modules/gc-des:
18766         * modules/gc-arcfour: Distribute more files.
18767
18768 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18769
18770         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
18771         (gl_linked_iterator_from_to): Initialize struct completely.
18772         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
18773         (gl_tree_iterator_from_to): Likewise
18774         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
18775         * lib/gl_array_list.c [lint] (gl_array_iterator)
18776         (gl_array_iterator_from_to): Likewise.
18777         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
18778         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
18779         (gl_carray_iterator_from_to): Likewise.
18780
18781         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
18782         * lib/md4.c (md4_process_block): Remove unused variable.
18783         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
18784         parentheses for clarity.
18785
18786 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18787
18788         * modules/bison-i18n (Depends-on): Add gettext.
18789
18790 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18791
18792         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
18793         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
18794         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
18795         also add missing comma that caused broken test.
18796         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
18797         stdlib.h, for `abort'.
18798         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
18799         variables.
18800         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
18801         include unistd.h if present, for `rmdir'.
18802         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
18803         variables.
18804         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
18805         in the process include standard headers for prototypes.
18806         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
18807         gets declared on GNU/Linux.
18808         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
18809         unistd.h, for `rmdir'.
18810         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
18811
18812         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
18813         always true.
18814         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
18815
18816         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
18817
18818 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18819
18820         * gnulib-tool (func_version): Create output all at once.  This
18821         may help avoid triggering unnecessary SIGPIPEs, and at any
18822         rate it doesn't hurt.
18823
18824 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18825             Bruno Haible  <bruno@clisp.org>
18826
18827         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
18828         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18829         * m4/signed.m4 (bh_C_SIGNED): Likewise.
18830
18831         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
18832         (gl_FUNC_VASPRINTF): Invoke it.
18833
18834 2006-09-22  Bruno Haible  <bruno@clisp.org>
18835
18836         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
18837         getloadavg.c as first argument.
18838
18839 2006-09-22  Bruno Haible  <bruno@clisp.org>
18840
18841         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
18842         at the beginning of the gl_INIT macro.
18843         * modules/getloadavg (configure.ac): Pass $gl_source_base to
18844         gl_GETLOADAVG.
18845
18846 2006-09-22  Bruno Haible  <bruno@clisp.org>
18847
18848         * gnulib-tool (func_create_megatestdir): Don't include the config-h
18849         module.
18850         Suggested by Ralf Wildenhues.
18851
18852 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18853
18854         Import this patch from libc:
18855
18856         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
18857
18858         * lib/regex_internal.c (re_string_reconstruct): Handle
18859         offset < pstr->valid_raw_len && pstr->offsets_needed case.
18860         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
18861         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
18862         re_string_context_at.
18863
18864         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
18865         now requires it.
18866         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
18867         gl_REGEX now does it for us.
18868         (gl_REGEX): Add test taken from
18869         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
18870
18871         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
18872         Check that large offsets work.  Modernize Autoconf usages.
18873         Prefer "yes" to mean a good thing rather than a bad.
18874         Don't put "#define mkstemp" in config.h, as this might interfere
18875         with standard system headers that "#define mkstemp mkstemp64".
18876
18877         * modules/mkstemp (Depends-on): Add extensions, so that
18878         mkstemp is visible on some platforms.
18879         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
18880         (Include): Change to "mkstemp.h" from <stdlib.h>.
18881         (Files): Add mkstemp.h.
18882
18883         * lib/mkstemp.h: New file, since some standard headers
18884         #define mkstemp.
18885         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
18886         Include "mkstemp.h".
18887         Make the _LIBC code resemble glibc original more,
18888         e.g., use K&R style.
18889         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
18890         (mkstemp): Remove, since mkstemp.h does this for us.
18891         * lib/stdlib--.h: Include mkstemp.h.
18892
18893         Import this patch from libc:
18894
18895         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18896
18897         * lib/tempname.c (__gen_tempname): Change attempts_min
18898         into a macro.  Use preprocessor to decide how to initialize
18899         attempts [Coverity CID 67].
18900
18901 2006-09-20  Bruno Haible  <bruno@clisp.org>
18902
18903         * lib/mkdtemp.c: Import from libc.
18904         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18905                 * sysdeps/posix/tempname.c (__gen_tempname): Change
18906                 attempts_min into a macro.  Use preprocessor to decide how to
18907                 initialize attempts [Coverity CID 67].
18908         2001-11-27  Paul Eggert  <eggert@twinsun.com>
18909                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
18910                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
18911
18912 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18913
18914         * gnulib-tool (func_exit): New function, to allow to pass the
18915         exit status portably through the trap.  Use everywhere.
18916         (--help, --version): Signal a write error.
18917         (trap): catch SIGPIPE, for write errors.
18918         Exit at the end of the trap, with the correct exit status.
18919
18920 2006-09-19  Karl Berry  <karl@gnu.org>
18921
18922         * doc/gnulib.texi: note about the license texinfo files.
18923
18924 2006-09-19  Eric Blake  <ebb9@byu.net>
18925
18926         * gnulib-tool: Avoid space-tab.
18927
18928 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
18931         that prevented coreutils 6.1 from building.  Problem reported
18932         by Petter Reinholdtsen.
18933
18934 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18935
18936         * gnulib-tool (avoidlist): Fix typo that broke options like
18937         --avoid=lock that are used by coreutils bootstrap.
18938
18939 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
18940
18941         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
18942         more systematically.
18943
18944 2006-09-18  Jim Meyering  <jim@meyering.net>
18945
18946         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
18947
18948 2006-09-18  Bruno Haible  <bruno@clisp.org>
18949
18950         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
18951
18952 2006-09-18  Bruno Haible  <bruno@clisp.org>
18953
18954         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
18955         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
18956         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
18957         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
18958         * m4/gettext.m4: Require autoconf >= 2.52.
18959         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
18960         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
18961         of gl_cv_header_inttypes_h.
18962
18963 2006-09-18  Bruno Haible  <bruno@clisp.org>
18964
18965         * lib/javaversion.c: Include configmake.h.
18966
18967 2006-09-18  Bruno Haible  <bruno@clisp.org>
18968
18969         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
18970         avoid that the while loops be executed in a subshell.
18971
18972 2006-09-18  Bruno Haible  <bruno@clisp.org>
18973
18974         * MODULES.html.sh (func_module): Break long lines.
18975         Suggested by Bruce Korb <bkorb@gnu.org>.
18976
18977 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18978
18979         Speed up by a factor of 1.12.
18980         * gnulib-tool (nl): New variable.
18981         (func_import): Rewrite include directive extraction to only read each
18982         directive once.
18983
18984 2006-09-17  Bruno Haible  <bruno@clisp.org>
18985
18986         * modules/javaversion (Makefile.am): Remove DEFS setting.
18987         (Depends-on): Add configmake, for PKGDATADIR definition.
18988
18989 2006-09-17  Bruno Haible  <bruno@clisp.org>
18990
18991         * gnulib-tool (func_create_testdir): Rewrite all files at once.
18992
18993 2006-09-17  Bruno Haible  <bruno@clisp.org>
18994
18995         * gnulib-tool (func_append): New function, stolen from libtool.m4.
18996         (func_modules_transitive_closure, func_modules_add_dummy,
18997         func_modules_to_filelist, func_import, func_create_testdir,
18998         func_create_megatestdir, ...): Use it wherever possible.
18999         Suggested by Ralf Wildenhues.
19000
19001 2006-09-16  Karl Berry  <karl@gnu.org>
19002
19003         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19004         to avoid sectioning errors.
19005         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19006         [ifinfo]: blank line after @center-ed titles.
19007         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19008         Spell FSF address consistently with others.
19009         (These changes approved by rms.)
19010
19011 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19012
19013         Speed up by a factor of 1.61.
19014         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19015         already checked module names again.
19016
19017 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19018
19019         Speed up by a factor of 1.13.
19020         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19021         for new_files, and the input to func_add_or_update.
19022
19023 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19024
19025         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19026         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19027
19028 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19029
19030         * modules/mkancesdirs (Depends-on): Add fcntl.
19031         * modules/savewd: New file.
19032         * MODULES.html.sh (File system functions): Add savewd.
19033
19034         * modules/configmake (Makefile.am): Add support for the
19035         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19036
19037 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19038
19039         * m4/savewd.m4: New file.
19040
19041 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19042
19043         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19044         (dirchownmod): New arg FD.  All callers changed.
19045         Use FD rather than opening the directory ourself, as opening is
19046         now the caller's responsibility.
19047         * lib/dirchownmod.h: Likewise.
19048         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19049         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19050         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19051         (test_dir): Remove.
19052         (mkancesdirs): Return length of prefix of FILE that has already
19053         been made, or -2 if there is a child doing the work.  Redo
19054         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19055         ".", and treat ".." specially since it might stray back into
19056         already-created areas.  Use a subprocess if necessary.  New arg
19057         WD; all users changed.  MAKE_DIR function should now return 1
19058         if it creates a directory that is not readable.  Return -2 if
19059         a child process is spun off.
19060         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19061         Adjust signature to match code.
19062         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19063         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19064         all users changed.
19065         * lib/savewd.c, lib/savewd.h: New files.
19066
19067 2006-09-15  Jim Meyering  <jim@meyering.net>
19068
19069         * modules/rename-dest-slash: New module.
19070         * MODULES.html.sh (posix_compat): Add it here.
19071
19072         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19073
19074 2006-09-15  Jim Meyering  <jim@meyering.net>
19075
19076         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19077         file.
19078
19079         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19080
19081 2006-09-15  Jim Meyering  <jim@meyering.net>
19082
19083         * lib/rename-dest-slash.c (has_trailing_slash): Use
19084         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19085         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19086         test before testing whether SRC is a directory.
19087         Suggestions from Bruno Haible.
19088
19089         Avoid a warning about an unused variable.
19090         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19091         into the #ifdef block where it's used.
19092
19093         * lib/rename-dest-slash.c: New file.
19094
19095 2006-09-14  Bruno Haible  <bruno@clisp.org>
19096
19097         * lib/allocsa.c: Include <config.h> unconditionally.
19098         * lib/asnprintf.c: Likewise.
19099         * lib/asprintf.c: Likewise.
19100         * lib/c-strcasecmp.c: Likewise.
19101         * lib/c-strcasestr.c: Likewise.
19102         * lib/c-strncasecmp.c: Likewise.
19103         * lib/c-strstr.c: Likewise.
19104         * lib/classpath.c: Likewise.
19105         * lib/clean-temp.c: Likewise.
19106         * lib/concatpath.c: Likewise.
19107         * lib/copy-file.c: Likewise.
19108         * lib/csharpcomp.c: Likewise.
19109         * lib/csharpexec.c: Likewise.
19110         * lib/execute.c: Likewise.
19111         * lib/fatal-signal.c: Likewise.
19112         * lib/findprog.c: Likewise.
19113         * lib/fwriteerror.c: Likewise.
19114         * lib/gl_array_list.c: Likewise.
19115         * lib/gl_array_oset.c: Likewise.
19116         * lib/gl_avltree_list.c: Likewise.
19117         * lib/gl_avltree_oset.c: Likewise.
19118         * lib/gl_avltreehash_list.c: Likewise.
19119         * lib/gl_carray_list.c: Likewise.
19120         * lib/gl_linked_list.c: Likewise.
19121         * lib/gl_linkedhash_list.c: Likewise.
19122         * lib/gl_list.c: Likewise.
19123         * lib/gl_oset.c: Likewise.
19124         * lib/gl_rbtree_list.c: Likewise.
19125         * lib/gl_rbtree_oset.c: Likewise.
19126         * lib/gl_rbtreehash_list.c: Likewise.
19127         * lib/imaxabs.c: Likewise.
19128         * lib/imaxdiv.c: Likewise.
19129         * lib/javacomp.c: Likewise.
19130         * lib/javaexec.c: Likewise.
19131         * lib/javaversion.c: Likewise.
19132         * lib/linebreak.c: Likewise.
19133         * lib/localcharset.c: Likewise.
19134         * lib/lock.c: Likewise.
19135         * lib/mbchar.c: Likewise.
19136         * lib/mbswidth.c: Likewise.
19137         * lib/mkdtemp.c: Likewise.
19138         * lib/pipe.c: Likewise.
19139         * lib/printf-args.c: Likewise.
19140         * lib/printf-parse.c: Likewise.
19141         * lib/progname.c: Likewise.
19142         * lib/progreloc.c: Likewise.
19143         * lib/readlink.c: Likewise.
19144         * lib/sh-quote.c: Likewise.
19145         * lib/stpcpy.c: Likewise.
19146         * lib/stpncpy.c: Likewise.
19147         * lib/strcasecmp.c: Likewise.
19148         * lib/strcasestr.c: Likewise.
19149         * lib/strcspn.c: Likewise.
19150         * lib/striconv.c: Likewise.
19151         * lib/strncasecmp.c: Likewise.
19152         * lib/strnlen1.c: Likewise.
19153         * lib/strstr.c: Likewise.
19154         * lib/strtok_r.c: Likewise.
19155         * lib/tls.c: Likewise.
19156         * lib/tmpdir.c: Likewise.
19157         * lib/unicodeio.c: Likewise.
19158         * lib/unsetenv.c: Likewise.
19159         * lib/vasnprintf.c: Likewise.
19160         * lib/vasprintf.c: Likewise.
19161         * lib/wait-process.c: Likewise.
19162         * lib/xallocsa.c: Likewise.
19163         * lib/xsetenv.c: Likewise.
19164         * lib/xstriconv.c: Likewise.
19165
19166 2006-09-13  Simon Josefsson  <jas@extundo.com>
19167
19168         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19169         that internally, suggested by Ralf Wildenhues
19170         <Ralf.Wildenhues@gmx.de>.
19171
19172 2006-09-13  Simon Josefsson  <jas@extundo.com>
19173
19174         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19175         @LIBOBJS@.
19176         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19177
19178 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19179
19180         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19181         longer worry about uses that don't define HAVE_CONFIG_H.
19182         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19183         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19184         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19185         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19186         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19187         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19188         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19189         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19190         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19191         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19192         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19193         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19194         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19195         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19196         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19197         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19198         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19199         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19200         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19201         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19202         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19203         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19204         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19205         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19206         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19207         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19208         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19209         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19210         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19211         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19212         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19213         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19214         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19215         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19216         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19217         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19218         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19219         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19220         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19221         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19222         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19223         Likewise.
19224
19225 2006-09-13  Eric Blake  <ebb9@byu.net>
19226
19227         * lib/getopt.c: Fix typo in last commit.
19228
19229 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19230
19231         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19232         dgettext.
19233
19234 2006-09-12  Jim Meyering  <jim@meyering.net>
19235
19236         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19237         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19238         Reported by Nelson H. F. Beebe.
19239
19240 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19241
19242         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19243         program_invocation_name and program_invocation_short_name are
19244         initialized.
19245         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19246         and program_invocation_short_name to argp.h, so they are visible
19247         to user programs.
19248         * lib/argp.h: Likewise
19249
19250 2006-09-10  Bruno Haible  <bruno@clisp.org>
19251
19252         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19253         m4/inttypes_h.m4, m4/uintmax_t.m4.
19254
19255 2006-09-10  Bruno Haible  <bruno@clisp.org>
19256
19257         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19258         gl_AC_TYPE_UINTMAX_T.
19259
19260 2006-09-10  Bruno Haible  <bruno@clisp.org>
19261
19262         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19263
19264 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19265
19266         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19267         convention.  Text proposed by Bruno Haible.
19268         (struct argp_option): Document the use of N_() wrappers.
19269
19270         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19271         '\v', and translate the two parts separately, instead of feeding
19272         the whole string to gettext.  This allows to exclude
19273         '\v' from the strings visible to the translator by writing doc
19274         strings as N_("..") "\v" N_("..").
19275
19276 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19277
19278         * config/srclist.txt: Undo latest change; the bug was fixed.
19279
19280 2006-09-09  Bruno Haible  <bruno@clisp.org>
19281
19282         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19283         assignments if building a library without libtool.
19284         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19285         in func_emit_lib_Makefile_am.
19286         (func_import): When building a static library libfoo.a, arrange to
19287         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19288         (func_create_testdir): Likewise.
19289         * modules/gc (configure.ac, Makefile.am): If building statically,
19290         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19291         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19292         * modules/striconv (configure.ac, Makefile.am): Likewise.
19293         Based on a suggestion by Ralf Wildenhues.
19294
19295 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19296
19297         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19298         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19299         Also:
19300
19301         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19302         Add year_2050_test to catch glibc bug 2821
19303         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19304
19305         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19306         Prefer #ifdef to #if.
19307
19308         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19309         Return from 'main' instead of calling 'exit'.
19310
19311 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19312
19313         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19314         returned the maximum time_t value rather than (time_t) -1.
19315         Problem originally reported by William Bardwell
19316         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19317
19318         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19319         Moved to here ...
19320         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19321         ... from here.
19322
19323 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19326         2821 is fixed.
19327
19328 2006-09-08  Jim Meyering  <jim@meyering.net>
19329
19330         Don't make generated files read-only.  That would bother too many
19331         people.  However, do retain the ability to work when targets are
19332         read-only: remove the destination and temporary files before writing
19333         them (when generated via sed or echo), or by using the -f option for
19334         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19335         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19336         * modules/byteswap, modules/configmake, modules/fcntl:
19337         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19338         * modules/localcharset, modules/netinet_in, modules/poll:
19339         * modules/stdbool, modules/stdint, modules/sys_select:
19340         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19341
19342 2006-09-08  Jim Meyering  <jim@meyering.net>
19343
19344         Avoid new build failure on FreeBSD 6.0.
19345         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19346         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19347         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19348
19349 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19350
19351         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19352
19353 2006-09-07  Jim Meyering  <jim@meyering.net>
19354
19355         Fix global typo in last change: use chmod u-w, not chmod u-x.
19356         Spotted by Paul Eggert and Bruce Korb.
19357         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19358         * modules/byteswap, modules/configmake, modules/fcntl:
19359         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19360         * modules/localcharset, modules/netinet_in, modules/poll:
19361         * modules/stdbool, modules/stdint, modules/sys_select:
19362         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19363
19364 2006-09-06  Jim Meyering  <jim@meyering.net>
19365
19366         Make generated files be read-only.
19367         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19368         Ensure that each generated file is now read-only.
19369         * modules/argz: Likewise.
19370         * modules/arpa_inet: Likewise.
19371         * modules/byteswap: Likewise.
19372         * modules/configmake: Likewise.
19373         * modules/fcntl: Likewise.
19374         * modules/fnmatch: Likewise.
19375         * modules/getopt: Likewise.
19376         * modules/glob: Likewise.
19377         * modules/inttypes: Likewise.
19378         * modules/netinet_in: Likewise.
19379         * modules/poll: Likewise.
19380         * modules/stdbool: Likewise.
19381         * modules/stdint: Likewise.
19382         * modules/sys_select: Likewise.
19383         * modules/sys_socket: Likewise.
19384         * modules/sys_stat: Likewise.
19385         * modules/sysexits: Likewise.
19386         * modules/localcharset: Same as above, but continue using temporary
19387         file named "t-$@" (why different?) rather than the "$@-t" used
19388         everywhere else.
19389
19390         * modules/sysexits (Makefile.am): Replace literal occurrences
19391         of "sysexit.h" more readable, and more consistent, "$@".
19392
19393 2006-09-06  Bruno Haible  <bruno@clisp.org>
19394
19395         * modules/striconv: New file.
19396         * modules/xstriconv: New file.
19397         * MODULES.html.sh (Internationalization functions): Add striconv,
19398         xstriconv.
19399
19400 2006-09-06  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19403         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19404         not using libtool correctly.
19405
19406 2006-09-06  Bruno Haible  <bruno@clisp.org>
19407
19408         * lib/striconv.h: New file.
19409         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19410         iconvstring.c.
19411         * lib/xstriconv.h: New file.
19412         * lib/xstriconv.c: New file.
19413
19414 2006-09-06  Bruno Haible  <bruno@clisp.org>
19415
19416         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19417         lib_..._LDFLAGS.
19418
19419 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19420
19421         * lib/argz_.h: Sync from Libtool.
19422
19423         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19424                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19425
19426         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19427
19428 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19429
19430         * modules/trim: New file.
19431
19432 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19433
19434         * lib/trim.h: New file.
19435         * lib/trim.c: New file.
19436
19437 2006-09-05  Bruno Haible  <bruno@clisp.org>
19438
19439         * MODULES.html.sh (String handling): Add trim.
19440
19441 2006-09-04  Karl Berry  <karl@gnu.org>
19442
19443         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19444         until next release.
19445
19446 2006-09-03  Bruno Haible  <bruno@clisp.org>
19447
19448         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19449         correctly.
19450
19451 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19452
19453         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19454         not gl_GETLOADAVG.  Omit unneeded semicolons.
19455         Problems reported by Ralf Wildenhues in
19456         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19457         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
19458         at the end, which is the usual gnulib style.
19459
19460         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
19461         of doing all the work ourselves.
19462         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
19463         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
19464
19465 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19466
19467         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
19468         Problem reported by Ralf Wildenhues in
19469         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19470
19471         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
19472         HAVE_STRUCT_STATFS_F_FSTYPENAME.
19473
19474 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
19477         yesterday's patch by changing test -n to test -z.
19478
19479 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19480
19481         * modules/getloadavg (Files): Add m4/getloadavg.m4.
19482         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
19483         the former is now obsolescent.
19484
19485         * modules/chdir-long (Depends-on): Add fcntl.
19486
19487 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
19490         obsolescent, and programs should use gnulib instead.
19491         * m4/getloadavg.m4: New file, with contents taken from Autoconf
19492         but with prefixes changed.
19493
19494 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19495
19496         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
19497         or stdbool.h, because they might not exist while configuring.
19498
19499         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
19500         Don't include unistd.h or limits.h; not needed, since chdir-long.h
19501         does that for us.
19502         (O_DIRECTORY): Remove.
19503
19504 2006-08-31  Eric Blake  <ebb9@byu.net>
19505
19506         * gnulib-tool: Don't let emacs change spaces to TAB.
19507
19508 2006-08-31  Bruno Haible  <bruno@clisp.org>
19509
19510         * gnulib-tool: When calling func_import more than once, do it in a
19511         subshell.
19512         Reported by Eric Blake <ebb9@byu.net>.
19513
19514 2006-08-31  Bruno Haible  <bruno@clisp.org>
19515
19516         * gnulib-tool (nl): Remove variable.
19517         (sed_transform_lib_file): Use more robust test for config-h module.
19518         (func_import): Fix typo in 2006-08-25 patch.
19519
19520 2006-08-31  Bruno Haible  <bruno@clisp.org>
19521
19522         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
19523         specified, augment Makefile.am variables instead of assigning them.
19524
19525 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19526
19527         Work around a bug in both the Linux and SunOS 64-bit kernels:
19528         nanosleep mishandles sleeps for longer than 2**31 seconds.
19529         Problem reported by Frank v Waveren in
19530         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19531         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
19532         Check for nanosleep bug.
19533         (LIB_NANOSLEEP): Append clock_gettime library if needed.
19534
19535 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19536
19537         Work around a bug in both the Linux and SunOS 64-bit kernels:
19538         nanosleep mishandles sleeps for longer than 2**31 seconds.
19539         Problem reported by Frank v Waveren in
19540         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
19541         * lib/nanosleep.c (BILLION): New constant.
19542         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
19543         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
19544         implementation.
19545
19546 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19547
19548         * modules/nanosleep (Depends-on): Add gettime.
19549
19550 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
19551         and Simon Josefsson  <jas@extundo.com>
19552         and Oskar Liljeblad  <oskar@osk.mine.nu>
19553
19554         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
19555         * gnulib-tool (func_import): New license type 'unmodifiable license
19556         text'.
19557         * modules/fdl: Use it.  Longer description.
19558         * module/gpl, module/lgpl: New files.
19559
19560 2006-08-30  Jim Meyering  <jim@meyering.net>
19561
19562         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
19563         shadowing the parameter.
19564
19565 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19566
19567         Sync from Libtool:
19568
19569         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19570
19571         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
19572         sharing with gnulib.  Report by Eric Blake.
19573
19574 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19575
19576         * modules/isapipe: New file.
19577         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
19578
19579 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19580
19581         * modules/configmake (Makefile.am): Add a comment, and omit
19582         the CONFIGMAKE_ prefix from generated macro names.  Suggested
19583         by Bruno Haible.
19584
19585 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19586
19587         * m4/isapipe.m4: New file.
19588
19589 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
19590
19591         * lib/isapipe.c, lib/isapipe.h: New files.
19592
19593 2006-08-29  Jim Meyering  <jim@meyering.net>
19594
19595         * modules/configmake (Makefile.am): Make configmake.h depend on
19596         Makefile.  Otherwise, a stale configmake.h could hang around.
19597
19598 2006-08-29  Eric Blake  <ebb9@byu.net>
19599
19600         * lib/error.c (error_at_line, print_errno_message): Match libc, after
19601         resolution of upstream bug 3044.
19602
19603 2006-08-29  Bruno Haible  <bruno@clisp.org>
19604
19605         * modules/localcharset (Depends-on): Add configmake.
19606         (Makefile.am): Remove setting of LIBDIR through DEFS.
19607
19608 2006-08-29  Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
19611         defined.
19612
19613 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19614
19615         * modules/fcntl: New file.
19616         * modules/chdir-safer (Depends-on): Add fcntl.
19617         * modules/fts: Likewise.
19618         * modules/mkdir-p: Likewise.
19619
19620         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
19621         This undoes the most recent change, since we're now addressing the
19622         problem in a different way.
19623
19624         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
19625         into output, since the output might be called Makefile.am even
19626         if $makefile_name is something different.
19627         (func_import): Use $makefile_am rather than
19628         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
19629         empty.
19630
19631         * modules/inttypes (Files): Add m4/inttypes-h.m4.
19632
19633 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
19636         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
19637         recent change to stdint.m4, since we're now addressing the problem in a
19638         different way.
19639
19640 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * m4/fcntl_h.m4: New file.
19643
19644 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         * lib/fcntl_.h: New file.
19647         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
19648         the fcntl module.
19649         * lib/dirchownmod.c: Likewise.
19650         * lib/fts.c: Likewise.
19651
19652         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
19653         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
19654         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
19655         just before including <inttypes.h>, to avoid circular inclusion.
19656
19657 2006-08-28  Jim Meyering  <jim@meyering.net>
19658
19659         * doc/visibility.texi: Actually read and correct the grammar of the
19660         sentence affected by yesterday's change.
19661
19662 2006-08-28  Eric Blake  <ebb9@byu.net>
19663
19664         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
19665         needs wrapper.
19666
19667 2006-08-28  Eric Blake  <ebb9@byu.net>
19668
19669         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
19670
19671 2006-08-28  Eric Blake  <ebb9@byu.net>
19672
19673         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
19674
19675 2006-08-28  Bruno Haible  <bruno@clisp.org>
19676
19677         * modules/c-strstr: New file, from GNU gettext.
19678         * MODULES.html.sh (String handling): Add c-strstr.
19679
19680 2006-08-28  Bruno Haible  <bruno@clisp.org>
19681
19682         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
19683         macros.
19684         Reported by Eric Blake.
19685
19686 2006-08-28  Bruno Haible  <bruno@clisp.org>
19687
19688         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
19689         (VASNPRINTF): Return a string of length > INT_MAX without failing.
19690         * lib/vasprintf.c: Include errno.h, limits.h.
19691         (EOVERFLOW): New fallback definition.
19692         (vasprintf): Test here whether the string length is > INT_MAX.
19693         * lib/vsnprintf.c: Include errno.h, limits.h.
19694         (EOVERFLOW): New fallback definition.
19695         (vsnprintf): Fix bug when generated string was too long for the buffer.
19696         Test here whether the string length is > INT_MAX.
19697
19698 2006-08-28  Bruno Haible  <bruno@clisp.org>
19699
19700         * lib/inttypes_.h (SCNX*): Remove definitions.
19701         Reported by Eric Blake.
19702
19703 2006-08-28  Bruno Haible  <bruno@clisp.org>
19704
19705         * lib/c-strstr.h: New file, from GNU gettext.
19706         * lib/c-strstr.c: New file, from GNU gettext.
19707
19708 2006-08-28  Bruno Haible  <bruno@clisp.org>
19709
19710         * gnulib-tool: Reorder some statements.
19711
19712 2006-08-28  Bruno Haible  <bruno@clisp.org>
19713
19714         * gnulib-tool: New option --makefile-name.
19715         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
19716         $makefile_name.
19717         (func_import): Write $makefile_name to the cache file, and read it from
19718         there unless explicitly specified. Use $makefile_name as file name
19719         instead of Makefile.am. Adjust the recommendations accordingly.
19720
19721 2006-08-28  Bruno Haible  <bruno@clisp.org>
19722
19723         * gnulib-tool (func_verify_module): Check against misapplying patch.
19724
19725 2006-08-28  Bruno Haible  <bruno@clisp.org>
19726
19727         * gnulib-tool (func_relativize, func_relconcat): New functions.
19728         Give an error if --local-dir is given with --update.
19729         Remove trailing slashes from $local_gnulib_dir.
19730         (func_import): Store the relativized $local_gnulib_dir in
19731         gnulib-cache.m4, and read it from there if not specified explicitly.
19732
19733 2006-08-28  Bruno Haible  <bruno@clisp.org>
19734
19735         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
19736         is the current directory. Respect also $local_gnulib_dir.
19737
19738 2006-08-28  Bruno Haible  <bruno@clisp.org>
19739             Simon Josefsson  <jas@extundo.com>
19740
19741         BeOS portability.
19742         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
19743
19744 2006-08-27  Jim Meyering  <jim@meyering.net>
19745
19746         * doc/visibility.texi: Remove duplicate word: "pointer".
19747
19748 2006-08-26  Bruno Haible  <bruno@clisp.org>
19749
19750         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
19751         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
19752         (Makefile.am): Create inttypes.h from inttypes_.h.
19753         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
19754
19755         * modules/imaxabs: New file.
19756
19757         * modules/imaxdiv: New file.
19758
19759 2006-08-26  Bruno Haible  <bruno@clisp.org>
19760
19761         * m4/inttypes.m4: New file.
19762         * m4/_inttypes_h.m4: Remove file.
19763         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
19764         PRI_MACROS_BROKEN.
19765         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
19766
19767         * m4/imaxabs.m4: New file.
19768
19769         * m4/imaxdiv.m4: New file.
19770
19771 2006-08-26  Bruno Haible  <bruno@clisp.org>
19772
19773         * lib/inttypes_.h: New file.
19774         * lib/inttypes.h: Remove file.
19775         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
19776
19777         * lib/imaxabs.c: New file.
19778
19779         * lib/imaxdiv.c: New file.
19780
19781 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19782
19783         New config-h module, so that "make" output needn't be cluttered
19784         by -DHAVE_CONFIG_H.
19785         * MODULES.html.sh (Support for building libraries and executables):
19786         Add config-h.
19787         * modules/config-h: New file.
19788         * gnulib-tool (nl, sed_transform_lib_file): New vars.
19789         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
19790         the config-h module is used.
19791
19792         New configmake module, so that "make" output needn't be cluttered
19793         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
19794         * MODULES.html.sh (Support for building libraries and executables):
19795         Add configmake.
19796         * modules/configmake: New file.
19797
19798 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         * m4/config-h.m4: New file.
19801
19802 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19803
19804         * config/srclist.txt: Add elisp-comp.
19805
19806 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19807
19808         * MODULES.html.sh (Support for building libraries and executables):
19809         Add elisp-comp.
19810         * build-aux/elisp-comp: New file.
19811         * modules/elisp-comp: New file.
19812
19813 2006-08-24  Bruno Haible  <bruno@clisp.org>
19814
19815         * gnulib-tool (func_create_testdir): Use non-default values of
19816         sourcebase and m4base.
19817
19818 2006-08-24  Bruno Haible  <bruno@clisp.org>
19819
19820         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
19821         HTML structure.
19822
19823 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19824
19825         * modules/openat (Depends-on): Add lchown.
19826
19827 2006-08-23  Bruno Haible  <bruno@clisp.org>
19828
19829         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
19830         of gl_LOCK_EARLY instead of gl_LOCK.
19831
19832 2006-08-23  Bruno Haible  <bruno@clisp.org>
19833
19834         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
19835         on OSF/1 to no.
19836         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
19837
19838 2006-08-23  Bruno Haible  <bruno@clisp.org>
19839
19840         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
19841         as unusable.
19842
19843         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
19844         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
19845         (gl_LOCK): New macro.
19846
19847 2006-08-22  Simon Josefsson  <jas@extundo.com>
19848
19849         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
19850         to md5 module.
19851
19852 2006-08-22  Simon Josefsson  <jas@extundo.com>
19853
19854         * MODULES.html.sh: Add "Support for maintaining and release
19855         projects".
19856
19857         * build-aux/gnupload: New file, from coreutils.
19858
19859 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19860
19861         Avoid the need for AC_LIBSOURCES in m4 macros.
19862         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
19863         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
19864         * modules/check-version (EXTRA_DIST): Add check-version.h.
19865         * modules/crc (EXTRA_DIST): Add crc.h.
19866         * modules/des (EXTRA_DIST): Add des.h.
19867         * modules/gc (EXTRA_DIST): Add gc.h.
19868         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
19869         * modules/getline (EXTRA_DIST): Add getline.h.
19870         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
19871         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
19872         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
19873         * modules/md2 (EXTRA_DIST): Add md2.h.
19874         * modules/md4 (EXTRA_DIST): Add md4.h.
19875         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
19876         * modules/read-file (EXTRA_DIST): Add read-file.h.
19877         * modules/readline (EXTRA_DIST): Add readline.h.
19878         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
19879         rijndael-api-fst.h.
19880
19881 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19882
19883         * m4/rijndael.m4 (gl_ARCFOUR):
19884         * m4/arctwo.m4 (gl_ARCTWO):
19885         * m4/check-version.m4 (gl_CHECK_VERSION):
19886         * m4/crc.m4 (gl_CRC):
19887         * m4/des.m4 (gl_DES):
19888         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
19889         * m4/gc.m4 (gl_GC):
19890         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
19891         * m4/getline.m4 (gl_FUNC_GETLINE):
19892         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
19893         * m4/hmac-md5.m4 (gl_HMAC_MD5):
19894         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
19895         * m4/md2.m4 (gl_MD2):
19896         * m4/md4.m4 (gl_MD4):
19897         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
19898         * m4/read-file.m4 (gl_FUNC_READ_FILE):
19899         * m4/readline.m4 (gl_FUNC_READLINE):
19900         * m4/rijndael.m4 (gl_RIJNDAEL):
19901         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19902         to get the necessary .h files and whatnot.
19903
19904 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19905
19906         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
19907         gnulib rather than the other way around.
19908         * config/srclistvars.sh (COREUTILS): Remove.
19909
19910 2006-08-22  Jim Meyering  <jim@meyering.net>
19911
19912         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
19913
19914         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
19915
19916 2006-08-22  Eric Blake  <ebb9@byu.net>
19917
19918         * modules/regexprops-generic: New file.
19919         * MODULES.html.sh (Support for building documentation): List it.
19920
19921 2006-08-22  Eric Blake  <ebb9@byu.net>
19922
19923         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
19924         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19925         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
19926         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
19927
19928 2006-08-22  Bruno Haible  <bruno@clisp.org>
19929
19930         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
19931         and lib_LTLIBRARIES like the other lib_* variables.
19932
19933 2006-08-22  Bruno Haible  <bruno@clisp.org>
19934
19935         * build-aux/x-to-1.in: New file, from GNU gettext.
19936
19937 2006-08-22  Bruno Haible  <bruno@clisp.org>
19938
19939         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
19940         <utmpx.h> exists.
19941
19942 2006-08-22  Bruno Haible  <bruno@clisp.org>
19943
19944         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
19945         <utmpx.h> exists.
19946
19947 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19948
19949         BeOS portability.
19950         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
19951         exist.
19952         Problem reported by Bruno Haible.
19953
19954 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19955
19956         Avoid the need for AC_LIBSOURCES in m4 macros.
19957         * modules/acl (EXTRA_DIST): Add acl.h.
19958         * modules/argmatch (Files): Add m4/argmatch.m4.
19959         (configure.ac): Add gl_ARGMATCH.
19960         (EXTRA_DIST): Renamed from lib_SOURCES, for
19961         consistency with the other modules.  Remove argmatch.c.
19962         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
19963         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
19964         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
19965         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
19966         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
19967         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
19968         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
19969         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
19970         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
19971         * modules/closeout (EXTRA_DIST): Add closeout.h.
19972         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
19973         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
19974         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
19975         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
19976         dirname.h; remove basename.c and stripslash.c.
19977         * modules/exclude (EXTRA_DIST): Add exclude.h.
19978         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
19979         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
19980         * modules/file-type (EXTRA_DIST): Add file-type.h.
19981         * modules/filemode (EXTRA_DIST): Add filemode.h.
19982         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
19983         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19984         * modules/fpending (EXTRA_DIST): Add __fpending.h.
19985         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
19986         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
19987         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
19988         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
19989         * modules/getdate (EXTRA_DIST): Add getdate.c.
19990         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
19991         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
19992         * modules/getpass (EXTRA_DIST): Add getpass.h.
19993         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
19994         * modules/group-member (EXTRA_DIST): Add group-member.h.
19995         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
19996         * modules/hash (EXTRA_DIST): Add hash.h.
19997         * modules/human (EXTRA_DIST): Add human.h.
19998         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
19999         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20000         * modules/lchown (EXTRA_DIST): Add lchown.h.
20001         * modules/long-options (EXTRA_DIST): Add long-options.h.
20002         * modules/lstat (EXTRA_DIST): Add lstat.h.
20003         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20004         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20005         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20006         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20007         * modules/memxor (EXTRA_DIST): Add memxor.h.
20008         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20009         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20010         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20011         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20012         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20013         * modules/physmem (EXTRA_DIST): Add physmem.h.
20014         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20015         * modules/posixver (EXTRA_DIST): Add posixver.h.
20016         * modules/quote (EXTRA_DIST): Add quote.h.
20017         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20018         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20019         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20020         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20021         regex_internal.h regexec.c.
20022         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20023         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20024         * modules/same (EXTRA_DIST): Add same.h.
20025         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20026         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20027         * modules/savedir (EXTRA_DIST): Add savedir.h.
20028         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20029         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20030         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20031         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20032         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20033         * modules/strdup (EXTRA_DIST): Add strdup.h.
20034         * modules/strftime (EXTRA_DIST): Add strftime.h.
20035         * modules/strndup (EXTRA_DIST): Add strndup.h.
20036         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20037         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20038         * modules/time_r (EXTRA_DIST): Add time_r.h.
20039         * modules/timespec (EXTRA_DIST): Add timespec.h.
20040         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20041         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20042         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20043         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20044         * modules/userspec (EXTRA_DIST): Add userspec.h.
20045         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20046         * modules/utimens (EXTRA_DIST): Add utimens.h.
20047         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20048         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20049         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20050         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20051         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20052         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20053         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20054         * modules/yesno (EXTRA_DIST): Add yesno.h.
20055
20056 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20057
20058         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20059
20060         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20061         * m4/dev-ino.m4, same-inode.m4: Remove.
20062
20063         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20064         * m4/acl.m4 (AC_FUNC_ACL):
20065         * m4/backupfile.m4 (gl_BACKUPFILE):
20066         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20067         * m4/canon-host.m4 (gl_CANON_HOST):
20068         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20069         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20070         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20071         * m4/cloexec.m4 (gl_CLOEXEC):
20072         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20073         * m4/closeout.m4 (gl_CLOSEOUT):
20074         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20075         * m4/dirname.m4 (gl_DIRNAME):
20076         * m4/exclude.m4 (gl_EXCLUDE):
20077         * m4/exitfail.m4 (gl_EXITFAIL):
20078         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20079         * m4/file-type.m4 (gl_FILE_TYPE):
20080         * m4/filemode.m4 (gl_FILEMODE):
20081         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20082         * m4/fpending.m4 (gl_FUNC_FPENDING):
20083         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20084         * m4/fts.m4 (gl_FUNC_FTS):
20085         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20086         * m4/getdate.m4 (gl_GETDATE):
20087         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20088         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20089         * m4/getpass.m4 (gl_FUNC_GETPASS):
20090         * m4/gettime.m4 (gl_GETTIME):
20091         * m4/getugroups.m4 (gl_GETUGROUPS):
20092         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20093         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20094         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20095         * m4/hash.m4 (gl_HASH):
20096         * m4/idcache.m4 (gl_IDCACHE):
20097         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20098         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20099         * m4/long-options.m4 (gl_LONG_OPTIONS):
20100         * m4/lstat.m4 (gl_FUNC_LSTAT):
20101         * m4/md5.m4 (gl_MD5):
20102         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20103         * m4/memcoll.m4 (gl_MEMCOLL):
20104         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20105         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20106         * m4/memxor.m4 (gl_MEMXOR):
20107         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20108         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20109         * m4/modechange.m4 (gl_MODECHANGE):
20110         * m4/mountlist.m4 (gl_MOUNTLIST):
20111         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20112         * m4/openat.m4 (gl_FUNC_OPENAT):
20113         * m4/pathmax.m4 (gl_PATHMAX):
20114         * m4/physmem.m4 (gl_PHYSMEM):
20115         * m4/posixtm.m4 (gl_POSIXTM):
20116         * m4/posixver.m4 (gl_POSIXVER):
20117         * m4/quote.m4 (gl_QUOTE):
20118         * m4/quotearg.m4 (gl_QUOTEARG):
20119         * m4/readtokens.m4 (gl_READTOKENS):
20120         * m4/readutmp.m4 (gl_READUTMP):
20121         * m4/regex.m4 (gl_REGEX):
20122         * m4/safe-read.m4 (gl_SAFE_READ):
20123         * m4/safe-write.m4 (gl_SAFE_WRITE):
20124         * m4/same.m4 (gl_SAME):
20125         * m4/save-cwd.m4 (gl_SAVE_CWD):
20126         * m4/savedir.m4 (gl_SAVEDIR):
20127         * m4/settime.m4 (gl_SETTIME):
20128         * m4/sha1.m4 (gl_SHA1):
20129         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20130         * m4/stat-macros.m4 (gl_STAT_MACROS):
20131         * m4/stat-time.m4 (gl_STAT_TIME):
20132         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20133         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20134         * m4/strdup.m4 (gl_FUNC_STRDUP):
20135         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20136         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20137         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20138         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20139         * m4/time_r.m4 (gl_TIME_R):
20140         * m4/timespec.m4 (gl_TIMESPEC):
20141         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20142         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20143         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20144         * m4/userspec.m4 (gl_USERSPEC):
20145         * m4/utimecmp.m4 (gl_UTIMECMP):
20146         * m4/utimens.m4 (gl_UTIMENS):
20147         * m4/xalloc.m4 (gl_XALLOC):
20148         * m4/xgetcwd.m4 (gl_XGETCWD):
20149         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20150         * m4/xreadlink.m4 (gl_XREADLINK):
20151         * m4/xstrtod.m4 (gl_XSTRTOD):
20152         * m4/yesno.m4 (gl_YESNO):
20153         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20154         to get the necessary .h files and whatnot.
20155
20156 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20157             Bruno Haible  <bruno@clisp.org>
20158
20159         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20160         /bin/sh understanding of '!' conditional negation.
20161
20162 2006-08-21  Jim Meyering  <jim@meyering.net>
20163
20164         * modules/openat (Depends-on): Really alphabetize.
20165
20166         * modules/acl (Depends-on): Add error and quote.
20167
20168         * check-module (find_included_lib_files): Add at-func.c to the
20169         ok-to-include-more-than-once white list.
20170
20171         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20172
20173 2006-08-21  Bruno Haible  <bruno@clisp.org>
20174
20175         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20176         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20177         Reported by Martin Lambers <marlam@marlam.de>.
20178
20179 2006-08-21  Bruno Haible  <bruno@clisp.org>
20180
20181         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20182         specify an installation location, don't emit a noinst_LIBRARIES or
20183         noinst_LTLIBRARIES assignment.
20184
20185 2006-08-21  Bruno Haible  <bruno@clisp.org>
20186
20187         BeOS portability.
20188         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20189         BeOS has mbrtowc() but no <wctype.h>.
20190
20191 2006-08-21  Bruno Haible  <bruno@clisp.org>
20192
20193         BeOS portability.
20194         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20195         exist.
20196
20197 2006-08-21  Bruno Haible  <bruno@clisp.org>
20198
20199         BeOS portability.
20200         * lib/mbchar.h: Include <wctype.h> only if it exists.
20201
20202 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20203
20204         Remove files that are no longer needed by their respective modules.
20205         * m4/obstack.m4: Remove.
20206         * m4/strerror_r.m4: Remove.
20207         * m4/uint32_t.m4: Remove.
20208         * m4/uintptr_t.m4: Remove.
20209         * m4/ullong_max.m4: Remove.
20210         * m4/xstrtoimax.m4: Remove.
20211         * m4/xstrtoumax.m4: Remove.
20212
20213         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20214         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20215         dependencies now capture this.
20216
20217         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20218         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20219         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20220         * m4/human.m4 (gl_HUMAN): Likewise.
20221         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20222         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20223
20224         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20225
20226         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20227         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20228         stdint.
20229         * m4/human.m4 (gl_HUMAN): Likewise.
20230         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20231         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20232         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20233         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20234         * m4/xstrtol (gl_XSTRTOL): Likewise.
20235
20236         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20237         AC_TYPE_LONG_LONG_INT.
20238         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20239         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20240         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20241         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20242
20243         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20244         on stdbool.
20245
20246         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20247         (gl_PREREQ_XSTRTOUL): Remove.
20248
20249         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20250
20251         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20252         mode.
20253
20254 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20255
20256         Add and change modules to make it easier for coreutils to use
20257         gnulib-tool.
20258         * modules/backupfile (Files): Remove m4/d-ino.m4.
20259         (Depends-on): Add d-ino.
20260         * modules/cycle-check (Depends-on): Add stdint.
20261         (lib_SOURCES): Add cycle-check.h.
20262         * modules/d-ino: New module.
20263         * modules/d-type: New module.
20264         * modules/error (Files): Remove m4/strerror_r.m4.
20265         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20266         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20267         m4/inttypes_h.m4, m4/uintmax_t.m4.
20268         (Depends-on): Add stdint.
20269         (lib_SOURCES): Add fsusage.h.
20270         * modules/getcwd (Files): Remove d-ino.m4.
20271         (Depends-on): Add d-ino.
20272         * modules/getndelim2 (Depends-on): Add stdint.
20273         * modules/glob (Files): Remove m4/d-type.m4.
20274         (Depends-on): Add d-type.
20275         * modules/host-os: New module.
20276         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20277         m4/inttypes_h.m4, m4/uintmax_t.m4.
20278         * Depends-on: Add stdint.
20279         (lib_SOURCES): Add human.h.
20280         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20281         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20282         m4/uintmax_t.m4, m4/ulonglong.m4.
20283         (Depends-on): Add stdint.
20284         (EXTRA_DIST): Add inttostr.h.
20285         * modules/lchmod: New module.
20286         * modules/link-follow: New module.
20287         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20288         (Depends-on): Add lchmod.
20289         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20290         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20291         (Depends-on): Add stdint.
20292         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20293         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20294         (Depends-on): Add stdint.
20295         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20296         * modules/perl: New module.
20297         * modules/regex (Depends-on): Add stdint.
20298         * modules/rmdir-errno: New module.
20299         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20300         m4/intmax_t.m4.
20301         (Depends-on): Add stdint.
20302         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20303         m4/uintmax_t.m4.
20304         (Depends-on): Add stdint.
20305         * modules/unlink-busy: New module.
20306         * modules/utimecmp (Depends-on): Add stdint.
20307         * modules/uptime: New module.
20308         * modules/winsz-ioctl: New module.
20309         * modules/winsz-termios: New module.
20310         * modules/xnanosleep (Depends-on): Add nanosleep.
20311         * modules/ullong_max: Remove.
20312         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20313         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20314         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20315         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20316         (Depends-on): Add inttypes.
20317         (lib_SOURCES): Add xstrtol.h.
20318         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20319         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20320         * MODULES.html.sh: Move 'assert' into the assert section.
20321         Move 'dummy' into the linking section.
20322         Remove ullong_max.
20323         Add section for compatibility checks for POSIX:2001 functions,
20324         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20325         winsz-ioctl, and winsz-termios into it.
20326         Add lchmod.
20327         Add top-level Misc section and put host-os, perl, and uptime
20328         into it.
20329
20330 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20331
20332         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20333         now assume the stdint module.  Do not include inttypes.h.
20334         * lib/fsusage.h: Likewise.
20335         * lib/getndelim2.c: Likewise.
20336         * lib/human.h: Likewise.
20337         * lib/inttostr.h: Likewise.
20338         * lib/obstack.c: Likewise.
20339         * lib/regex_internal.h: Likewise.
20340         * lib/tempname.c: Likewise.
20341         * lib/utimecmp.c: Likewise.
20342         * lib/xstrtol.h: Likewise.
20343
20344         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20345
20346         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20347         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20348         * lib/xtime.h: Likewise.
20349
20350 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20351
20352         * modules/openat (Files): Add lib/fchmodat.c.
20353         Fixes problem reported by Jay Youngman.
20354
20355 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20356
20357         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20358         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20359
20360 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20361             Bruno Haible  <bruno@clisp.org>
20362
20363         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20364         and is a script that invokes bison. Tighten the code. Add comments.
20365
20366 2006-08-18  Jim Meyering  <jim@meyering.net>
20367
20368         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20369         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20370         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20371         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20372
20373 2006-08-18  Bruno Haible  <bruno@clisp.org>
20374
20375         * modules/bison-i18n: New file.
20376         * MODULES.html.sh (Internationalization functions): Add it.
20377
20378 2006-08-18  Bruno Haible  <bruno@clisp.org>
20379
20380         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20381         sys/statvfs.h. When getmntinfo was found, check its declaration and
20382         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20383
20384 2006-08-18  Bruno Haible  <bruno@clisp.org>
20385
20386         * m4/bison-i18n.m4: New file, from bison.
20387
20388 2006-08-18  Bruno Haible  <bruno@clisp.org>
20389
20390         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20391         (ME_DUMMY): Treat "kernfs" as a dummy.
20392         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20393
20394 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20395
20396         Update from coreutils.
20397
20398         2006-08-15  Jim Meyering  <jim@meyering.net>
20399
20400         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20401
20402         2006-01-17  Jim Meyering  <jim@meyering.net>
20403
20404         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20405
20406         2006-01-11  Jim Meyering  <jim@meyering.net>
20407
20408         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20409         Check for the lchmod function.
20410
20411 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20412
20413         Update from coreutils.
20414
20415         * lib/__fpending.h: Add copyright notice.
20416         * lib/fprintftime.h: Likewise.
20417         * lib/savedir.c: Use (C) in copyright notice.
20418         * lib/savedir.h: Likewise.
20419
20420         2006-08-15  Jim Meyering  <jim@meyering.net>
20421
20422         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20423         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20424         in support of the EXPECTED_ERRNO macro.
20425         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20426         definitions.  Instead, define the appropriate symbols and include
20427         "at-func.c".
20428         * lib/mkdirat.c (mkdirat): Likewise.
20429         * lib/fchmodat.c (fchmodat): Likewise.
20430         (ENOSYS): Remove definition.
20431         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20432         it.  Don't include "unistd--.h" -- it wasn't ever used.
20433
20434         2006-01-17  Jim Meyering  <jim@meyering.net>
20435
20436         Rewrite fts.c not to change the current working directory,
20437         by using openat, fstatat, fdopendir, etc..
20438
20439         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20440         (HAVE_OPENAT_SUPPORT): Define.
20441         [_LIBC] (fchdir): Don't undef or define; no longer used.
20442         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20443         Now, this `function' always succeeds, and consumes its file descriptor
20444         parameter -- so callers must not close such FDs.  Update callers.
20445         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20446         (diropen): Add parameter, SP.  Adjust all callers.
20447         Implement using diropen_fd, rather than open.
20448         (fts_open): Initialize new member, fts_cwd_fd.
20449         Remove fts_rft-setting code.
20450         (fts_close): Close fts_cwd_fd, if necessary.
20451         (__opendir2): Define in terms of opendir or opendirat,
20452         depending on whether the FST_NOCHDIR flag is set.
20453         (fts_build): Since fts_safe_changedir consumes its FD, and since
20454         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
20455         and close the dup'd file descriptor upon failure.
20456         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
20457         (fts_safe_changedir): Tweak semantics to reflect that this function
20458         now calls cwd_advance_fd and hence consumes its FD argument.
20459         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
20460         [struct FTS] (fts_rft): Remove now-unused member.
20461         [struct FTS] (fts_cycle.state): Improve comment.
20462
20463         * lib/openat.c (openat_needs_fchdir): New function.
20464         * lib/openat.h (openat_needs_fchdir): Declare it.
20465
20466 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20467
20468         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
20469         Problem and fix reported by Pádraig Brady in
20470         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
20471
20472 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20473
20474         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
20475
20476 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20477
20478         * lib/memcoll.c (memcoll): Optimize for the common case where the
20479         arguments are bytewise equal.
20480
20481 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20482
20483         * doc/regexprops-generic.texi: Add a copyright notice.
20484
20485 2006-08-15  Bruno Haible  <bruno@clisp.org>
20486
20487         * modules/tmpdir (License): Change to LGPL.
20488
20489 2006-08-15  Bruno Haible  <bruno@clisp.org>
20490
20491         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
20492         module.
20493
20494 2006-08-14  Simon Josefsson  <jas@extundo.com>
20495
20496         * config/srclist.txt: Add gnupload.
20497
20498 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         Change copyright notice from LGPL 2 to GPL 2, since that's the
20501         standard form used in the gnulib repository.
20502         * tests/test-lock.c: Likewise.
20503         * tests/test-stdint.c: Likewise.
20504         * tests/test-tls.c: Likewise.
20505
20506         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
20507         prelude-manager.  User shorter URLs for GNU projects, without '?'.
20508         Add copyright notice.
20509
20510         * check-module: Add copyright notice.  Output a copyright
20511         notice if "--version" is specified.
20512         * modules/COPYING: New file.
20513         * tests/test-getaddrinfo.c: Add copyright notice.
20514         * tests/test-verify.c: Likewise.
20515
20516 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         Change copyright notice from LGPL 2 to GPL 2, since that's the
20519         standard form used in the gnulib repository.
20520         * lib/lock.c: LGPL -> GPL.
20521         * lib/lock.h: Likewise.
20522         * lib/strnlen1.c: Likewise.
20523         * lib/strnlen1.h: Likewise.
20524         * lib/tls.c: Likewise.
20525         * lib/tls.h: Likewise.
20526         * lib/tmpdir.c: Likewise.
20527
20528         * lib/TODO: Remove; this belongs only in coreutils.
20529
20530 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20531
20532         Add copyright notices to long-enough files that lack them, since
20533         otherwise the files aren't clearly free.  Use the same notice that
20534         getdate.texi already uses.
20535         * doc/alloca-opt.texi: Add copyright notice.
20536         * doc/alloca.texi: Likewise.
20537         * doc/ctime.texi: Likewise.
20538         * doc/functions.texi: Likewise.
20539         * doc/gcd.texi: Likewise.
20540         * doc/gnulib-tool.texi: Likewise.
20541         * doc/inet_ntoa.texi: Likewise.
20542         * doc/visibility.texi: Likewise.
20543
20544         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
20545         * doc/quote.texi: Add copyright notice.
20546
20547         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
20548         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
20549         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
20550         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
20551         is now obsolete, and give a pointer to the Sun list.
20552         Add copyright notice.
20553
20554 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
20555
20556         * config/srclistvars.sh: Add copyright notice.
20557
20558 2006-08-14  Eric Blake  <ebb9@byu.net>
20559
20560         Import the following change from libc:
20561
20562         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
20563
20564         Upstream bug 2997.
20565         * lib/misc/error.c: Add space between program name and message if file
20566         name is missing.
20567
20568 2006-08-12  Karl Berry  <karl@gnu.org>
20569
20570         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
20571         remove, these originate in gnulib now.
20572
20573 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20574
20575         * doc/Makefile (standards.info standards.html standards.dvi):
20576         Also depend on make-stds.texi.
20577
20578 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20579
20580         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
20581         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
20582
20583         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
20584         in wchar_t.  Problem reported by Eric Blake.
20585
20586         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
20587         LEN is smaller than SIZE.  Suggested by Bruno Haible.
20588         Also, help the compiler to keep LEN in a register.
20589
20590 2006-08-11  Eric Blake  <ebb9@byu.net>
20591
20592         * users.txt: Sort.  Add tar.
20593
20594 2006-08-11  Bruno Haible  <bruno@clisp.org>
20595
20596         * users.txt: New file.
20597
20598 2006-08-11  Bruno Haible  <bruno@clisp.org>
20599
20600         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
20601         before <wchar.h>. Needed for OSF/1 and BSD/OS.
20602
20603 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20604
20605         * modules/snprintf (Depends-on): Remove minmax.
20606         (Maintainer): Add self and Bruno.
20607
20608 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
20609
20610         * lib/.cppi-disable: Add snprintf.h, socket_.h.
20611         * lib/snprintf.c: Include <errno.h> and <limits.h>.
20612         (EOVERFLOW): Define if the system does not.
20613         Do not include "minmax.h"; it wasn't used.
20614         (snprintf): Don't assume size_t promotes to an unsigned type.
20615         Fix bug when generated string was too long for the buffer: the
20616         buffer's contents are supposed to be the initial prefix of the
20617         output.  Don't assume vasnprintf returns EOVERFLOW if the size
20618         exceeds INT_MAX; do the check ourselves.
20619
20620         Import the following changes from libc:
20621
20622         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
20623
20624         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
20625         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
20626         set wc to the byte which couldn't be converted.
20627         (re_string_reconstruct): Don't clear valid_raw_len before calling
20628         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
20629         tip_context using re_string_context_at.
20630
20631         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
20632
20633         * lib/posix/regex.h: g++ still cannot handled [restrict].
20634
20635         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
20636
20637         * lib/posix/regex.h: Remove special handling for VMS.
20638
20639 2006-08-10  Jim Meyering  <jim@meyering.net>
20640
20641         * modules/same-inode: New module.
20642         * modules/dev-ino: New module.
20643         * modules/cycle-check: Depend on these modules, rather than simply
20644         including their .h files.
20645         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
20646         required via m4/cycle-check.m4.
20647         * modules/same: Depend on new same-inode module, rather than
20648         including same-inode.h.
20649         * modules/chdir-safer: New file.
20650
20651         * modules/chown (Depends-on): Add stat-macros.
20652
20653 2006-08-10  Jim Meyering  <jim@meyering.net>
20654
20655         * m4/cycle-check.m4: New file.
20656         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
20657         * m4/dev-ino.m4, m4/same-inode.m4: New files.
20658
20659 2006-08-10  Eric Blake  <ebb9@byu.net>
20660
20661         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
20662         in from original proposal.
20663
20664 2006-08-10  Eric Blake  <ebb9@byu.net>
20665         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20666
20667         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
20668         namespace.
20669
20670 2006-08-10  Bruno Haible  <bruno@clisp.org>
20671
20672         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
20673         as well.
20674
20675 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20676
20677         Sync from coreutils.
20678
20679         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
20680
20681         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
20682         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
20683
20684 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * modules/restrict: Remove; no longer needed now that we assume
20687         Autoconf 2.59 or later.
20688         * MODULES.html.sh: Remove 'restrict'.
20689         * modules/argp (Depends-on): Remove 'restrict'.
20690         * modules/base64 (Depends-on): Likewise.
20691         * modules/gc (Depends-on): Likewise.
20692         * modules/getaddrinfo (Depends-on): Likewise.
20693         * modules/glob (Depends-on): Likewise.
20694         * modules/inet_ntop (Depends-on): Likewise.
20695         * modules/inet_pton (Depends-on): Likewise.
20696         * modules/memxor (Depends-on): Likewise.
20697         * modules/regex (Depends-on): Likewise.
20698         * modules/strtok_r (Depends-on): Likewise.
20699         * modules/time_r (Depends-on): Likewise.
20700
20701 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20702
20703         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
20704         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
20705         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20706         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
20707         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
20708         * m4/memxor.m4 (gl_MEMXOR): Likewise.
20709         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
20710         gl_C_RESTRICT replaced by AC_C_RESTRICT.
20711
20712         Merge from coreutils.
20713         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
20714         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
20715         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20716         * m4/time_r.m4 (gl_TIME_R): Likewise.
20717
20718 2006-08-09  Karl Berry  <karl@gnu.org>
20719
20720         * config/srclist.txt: no more gettext-tools, per Bruno.
20721
20722 2006-08-08  Eric Blake  <ebb9@byu.net>
20723
20724         * modules/verror: New module.
20725         * MODULES.html.sh: Document it.
20726
20727 2006-08-08  Eric Blake  <ebb9@byu.net>
20728
20729         * lib/verror.h, lib/verror.c: New files.
20730
20731 2006-08-08  Eric Blake  <ebb9@byu.net>
20732
20733         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
20734         verror_at_line output complies with GNU Coding Standards even when
20735         file is NULL.
20736
20737 2006-08-07  Bruno Haible  <bruno@clisp.org>
20738
20739         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
20740         versions of AIX.
20741         Reported by Ralf Wildenhues.
20742
20743 2006-08-07  Bruno Haible  <bruno@clisp.org>
20744
20745         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
20746         in an AC_DEFUN. Needed so that the autoconf snippets can use
20747         AC_REQUIRE.
20748
20749 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20750
20751         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20752         Initialize pkgdata_DATA.
20753         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
20754         overriding it.
20755
20756 2006-08-06  Eric Blake  <ebb9@byu.net>
20757
20758         * lib/error.h: Fold in some upstream changes from glibc.
20759         * lib/error.c: Likewise.
20760
20761 2006-08-04  Bruno Haible  <bruno@clisp.org>
20762
20763         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20764         Make the mostlyclean-local rule depend on mostlyclean-generic.
20765         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
20766
20767 2006-07-31  Bruno Haible  <bruno@clisp.org>
20768
20769         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
20770         <stdlib.h>, <string.h>.
20771
20772 2006-07-30  Bruno Haible  <bruno@clisp.org>
20773
20774         * modules/readlink (License): Change to LGPL.
20775
20776 2006-07-30  Bruno Haible  <bruno@clisp.org>
20777
20778         * modules/javaversion (Makefile.am): Distribute javaversion.java and
20779         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
20780         set PKGDATADIR to point to it.
20781
20782 2006-07-30  Bruno Haible  <bruno@clisp.org>
20783
20784         * modules/csharpexec (configure.ac): Comment out macro invocation.
20785         * modules/javaexec (configure.ac): Likewise.
20786         * modules/javacomp-script (configure.ac): Likewise.
20787
20788         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
20789
20790 2006-07-30  Bruno Haible  <bruno@clisp.org>
20791
20792         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
20793         linked-list.
20794
20795 2006-07-30  Bruno Haible  <bruno@clisp.org>
20796
20797         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
20798
20799 2006-07-30  Bruno Haible  <bruno@clisp.org>
20800
20801         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20802         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
20803         get removed.
20804
20805 2006-07-29  Bruno Haible  <bruno@clisp.org>
20806
20807         Make it possible for gnulib-tool to work with locally modified or
20808         augmented gnulib repositories.
20809         * gnulib-tool (func_usage): Document --local-dir option.
20810         (local_gnulib_dir): New variable.
20811         Handle --local-dir option.
20812         (func_lookup_file): New function.
20813         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
20814         (func_get_description, func_get_filelist, func_get_description,
20815         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
20816         func_get_automake_snippet, func_get_include_directive,
20817         func_get_license, func_get_maintainer): Use func_lookup_file.
20818         (func_import, func_create_testdir): Use func_lookup_file.
20819
20820 2006-07-29  Bruno Haible  <bruno@clisp.org>
20821
20822         * modules/setenv (Depends-on): Add unistd.
20823
20824 2006-07-29  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
20827
20828 2006-07-29  Bruno Haible  <bruno@clisp.org>
20829
20830         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
20831
20832 2006-07-29  Bruno Haible  <bruno@clisp.org>
20833
20834         * gnulib-tool (import, update): If there is no Makefile.am, look at
20835         aclocal.m4, instead of bailing out.
20836
20837 2006-07-29  Bruno Haible  <bruno@clisp.org>
20838
20839         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
20840         Categorize the options by when they are useful.
20841
20842 2006-07-29  Bruno Haible  <bruno@clisp.org>
20843
20844         * gnulib-tool (func_usage): Document option --no-libtool.
20845         Handle option --no-libtool.
20846         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
20847         for changed semantics of $libtool variable.
20848         (func_import): Likewise. If libtool is not used, show this through
20849         an option --no-libtool.
20850         (func_create_testdir): Update.
20851
20852 2006-07-29  Bruno Haible  <bruno@clisp.org>
20853
20854         * gnulib-tool (func_import): Extend error message about missing
20855         --doc-base.
20856
20857 2006-07-29  Bruno Haible  <bruno@clisp.org>
20858
20859         * gnulib-tool (func_import): Don't create the $docbase directory if
20860         there is no file to store there.
20861
20862 2006-07-29  Bruno Haible  <bruno@clisp.org>
20863
20864         * gnulib-tool (autoconf_minversion): If a --dir option is given and
20865         relevant, look for configure.ac there, not in the current directory.
20866         Also use a simple search for AC_PREREQ, not "autoconf --trace".
20867
20868 2006-07-29  Bruno Haible  <bruno@clisp.org>
20869
20870         * gnulib-tool (SORT): New variable.
20871         (func_usage): Undocument --assume-autoconf option.
20872         Remove --assume-autoconf option handling.
20873         (autoconf_minversion): Determine from the contents of configure.ac.
20874         (func_import): Remove autoconf_minversion handling.
20875         Suggested by Eric Blake.
20876
20877 2006-07-29  Bruno Haible  <bruno@clisp.org>
20878
20879         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
20880
20881 2006-07-29  Bruno Haible  <bruno@clisp.org>
20882
20883         * config/srclist.txt (*setenv.[ch]): Remove rules.
20884
20885 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20886
20887         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
20888
20889 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20890
20891         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
20892         arpa/inet.h.
20893
20894 2006-07-28  Simon Josefsson  <jas@extundo.com>
20895
20896         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
20897         * modules/inet_pton (Depends-on): Likewise.
20898
20899 2006-07-28  Simon Josefsson  <jas@extundo.com>
20900
20901         * m4/netinet_in_h.m4: New file.
20902
20903 2006-07-28  Simon Josefsson  <jas@extundo.com>
20904
20905         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
20906         #include's.
20907
20908 2006-07-28  Simon Josefsson  <jas@extundo.com>
20909
20910         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
20911         #include's.
20912
20913 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
20914
20915         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
20916         setgid on directories only if they set these bits.
20917         * lib/modechange.h: Remove obsolete comment about masks.
20918
20919 2006-07-28  Eric Blake  <ebb9@byu.net>
20920
20921         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
20922         macro expansion.
20923
20924 2006-07-28  Bruno Haible  <bruno@clisp.org>
20925
20926         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
20927
20928 2006-07-28  Bruno Haible  <bruno@clisp.org>
20929
20930         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
20931
20932 2006-07-28  Bruno Haible  <bruno@clisp.org>
20933
20934         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20935         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20936         Define fallbacks.
20937         Avoids link error on FreeBSD 4.x.
20938         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20939
20940         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
20941         encoding.
20942         * lib/mbswidth.c (iswcntrl): Likewise.
20943
20944 2006-07-27  Bruno Haible  <bruno@clisp.org>
20945
20946         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
20947         test.
20948
20949 2006-07-27  Bruno Haible  <bruno@clisp.org>
20950
20951         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
20952         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
20953         defined.
20954
20955 2006-07-26  Eric Blake  <ebb9@byu.net>
20956
20957         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
20958
20959 2006-07-26  Eric Blake  <ebb9@byu.net>
20960
20961         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
20962         like mingw that lack mkstemp.
20963         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
20964         avoid compilation warning on mingw.
20965
20966 2006-07-26  Bruno Haible  <bruno@clisp.org>
20967
20968         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
20969         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
20970         INT_FAST*_MIN, INTPTR_MIN.
20971
20972 2006-07-25  Bruno Haible  <bruno@clisp.org>
20973
20974         * modules/version-etc (Depends-on): Add stdarg.
20975
20976 2006-07-25  Bruno Haible  <bruno@clisp.org>
20977
20978         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
20979         complex commands.
20980
20981 2006-07-25  Bruno Haible  <bruno@clisp.org>
20982
20983         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
20984         defined in <stdarg.h> or config.h.
20985
20986 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20987
20988         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
20989         (gl_STDIO_SAFER): Remove.
20990
20991 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20992
20993         * MODULES.html.sh (File stream based Input/Output):
20994         Add fopen-safer, tmpfile-safer; remove stdio-safer.
20995         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
20996         * modules/fopen-safer, modules/tmpfile-safer: New files.
20997         * modules/stdio-safer: Remove.
20998
20999 2006-07-24  Bruno Haible  <bruno@clisp.org>
21000
21001         * modules/tmpdir: New file.
21002         * MODULES.html.sh (File system functions): Add it.
21003
21004 2006-07-24  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21007         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21008
21009 2006-07-24  Bruno Haible  <bruno@clisp.org>
21010
21011         * modules/clean-temp: New file.
21012
21013 2006-07-24  Bruno Haible  <bruno@clisp.org>
21014
21015         * m4/tmpdir.m4: New file, from GNU gettext.
21016
21017 2006-07-24  Bruno Haible  <bruno@clisp.org>
21018
21019         * lib/tmpdir.h: New file, from GNU gettext.
21020         * lib/tmpdir.c: New file, from GNU gettext.
21021
21022 2006-07-24  Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/clean-temp.h: New file, from GNU gettext.
21025         * lib/clean-temp.c: New file, from GNU gettext.
21026
21027 2006-07-23  Eric Blake  <ebb9@byu.net>
21028
21029         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21030         (Depends-on): Add binary-io.
21031
21032 2006-07-23  Eric Blake  <ebb9@byu.net>
21033
21034         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21035
21036 2006-07-23  Eric Blake  <ebb9@byu.net>
21037
21038         * lib/tmpfile-safer.c: New file.
21039         * lib/stdio-safer.h (fopen_safer): Add prototype.
21040         * lib/stdio--.h (tmpfile): Make safer.
21041
21042 2006-07-23  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21045         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21046         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21047         gl_linked_remove_at): Use it.
21048
21049 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21050         and Simon Josefsson <jas@extundo.com>
21051
21052         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21053
21054         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21055
21056 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * modules/close-stream: New file.
21059         * modules/closeout (Description): Make it clear that it exits
21060         with a diagnostic on error.
21061         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21062         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21063
21064 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21065
21066         * m4/close-stream.m4: New file.
21067
21068 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21069
21070         * lib/close-stream.c, lib/close-stream.h: New files.
21071
21072 2006-07-22  Bruno Haible  <bruno@clisp.org>
21073
21074         Merge from GNU gettext 0.15.
21075
21076         2006-05-01  Bruno Haible  <bruno@clisp.org>
21077
21078                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21079
21080         2006-07-22  Bruno Haible  <bruno@clisp.org>
21081
21082                 * modules/javaversion: New file.
21083                 * MODULES.html.sh (Java): Add javaversion.
21084
21085         2006-03-12  Bruno Haible  <bruno@clisp.org>
21086
21087                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21088
21089         2005-12-04  Bruno Haible  <bruno@clisp.org>
21090
21091                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21092                 (untested).
21093
21094         2006-06-21  Bruno Haible  <bruno@clisp.org>
21095
21096                 Avoid warnings from recent versions of mcs.
21097                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21098                 -o, -L, -r any more. Use options documented since mcs-1.0
21099                 instead. Similarly for -g.
21100
21101         2005-12-04  Bruno Haible  <bruno@clisp.org>
21102
21103                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21104                 .resources, not .resource.
21105
21106         2005-07-09  Bruno Haible  <bruno@clisp.org>
21107
21108                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21109                 add a .dll suffix.
21110                 Reported by Mark Junker <mjscod@gmx.de>.
21111
21112         2006-07-22  Bruno Haible  <bruno@clisp.org>
21113
21114                 * modules/gettext: Upgrade to gettext-0.15.
21115                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21116                 m4/visibility.m4.
21117                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21118
21119 2006-07-22  Bruno Haible  <bruno@clisp.org>
21120
21121         Merge from GNU gettext 0.15.
21122
21123         2006-03-25  Bruno Haible  <bruno@clisp.org>
21124
21125                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21126
21127         2006-07-21  Bruno Haible  <bruno@clisp.org>
21128
21129                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21130                 "1.1".
21131
21132         2006-05-09  Bruno Haible  <bruno@clisp.org>
21133
21134                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21135                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21136                 for the conftestver execution.
21137
21138         2006-05-01  Bruno Haible  <bruno@clisp.org>
21139
21140                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21141                 optional target-version argument. Verify that the compiler
21142                 groks source of the specified source-version, or add -source
21143                 option as necessary. Verify that the compiler produces
21144                 bytecode in the specified target-version, or add -target and
21145                 -source options as necessary. Make the result of the test
21146                 available as variable CONF_JAVAC. Also log error output in
21147                 config.log.
21148
21149         2006-03-11  Bruno Haible  <bruno@clisp.org>
21150
21151                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21152
21153         2006-05-09  Bruno Haible  <bruno@clisp.org>
21154
21155                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21156                 CLASSPATH_SEPARATOR to a semicolon.
21157
21158         2006-03-12  Bruno Haible  <bruno@clisp.org>
21159
21160                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21161                 available as variable CONF_JAVA, for subsequent autoconf
21162                 tests. Also log error output in config.log.
21163
21164         2006-07-19  Bruno Haible  <bruno@clisp.org>
21165
21166                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21167                 that getline works on glibc2 systems. Needed to avoid trouble
21168                 in relocatable.c.
21169                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21170
21171         2005-12-04  Bruno Haible  <bruno@clisp.org>
21172
21173                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21174                 launcher (untested).
21175
21176         2005-12-04  Bruno Haible  <bruno@clisp.org>
21177
21178                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21179
21180         2006-07-22  Bruno Haible  <bruno@clisp.org>
21181
21182                 * gettext.m4: Update from GNU gettext-0.15.
21183                 * nls.m4: Likewise.
21184                 * po.m4: Likewise.
21185                 * inttypes-pri.m4: Likewise.
21186                 * inttypes-h.m4: Renamed from inttypes.m4.
21187                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21188
21189 2006-07-22  Bruno Haible  <bruno@clisp.org>
21190
21191         Merge from GNU gettext 0.15.
21192
21193         2005-07-05  Bruno Haible  <bruno@clisp.org>
21194
21195                 * printf-args.c (printf_fetchargs): Work around broken
21196                 definition of wint_t on mingw.
21197
21198         2005-02-12  Bruno Haible  <bruno@clisp.org>
21199
21200                 * xallocsa.h: Add extern "C" for C++.
21201
21202         2006-05-17  Bruno Haible  <bruno@clisp.org>
21203
21204                 Cygwin portability.
21205                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21206
21207         2006-04-30  Bruno Haible  <bruno@clisp.org>
21208
21209                 * progreloc.c: Include <mach-o/dyld.h> if available.
21210                 (find_executable): Use _NSGetExecutablePath when possible.
21211
21212         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21213
21214                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21215                 function.
21216
21217         2005-12-29  Bruno Haible  <bruno@clisp.org>
21218
21219                 * progreloc.c (set_program_name_and_installdir): Fix
21220                 compilation error.
21221
21222         2005-12-04  Bruno Haible  <bruno@clisp.org>
21223
21224                 Cygwin portability.
21225                 * progreloc.c: Include <windows.h> also on Cygwin.
21226                 (find_executable): Add support for Cygwin.
21227                 (set_program_name_and_installdir): Handle also platforms with
21228                 nonempty EXEEXT.
21229
21230         2006-07-11  Bruno Haible  <bruno@clisp.org>
21231
21232                 * javacomp.c: Fix a comment.
21233                 Reported by Jim Meyering.
21234
21235         2006-04-30  Bruno Haible  <bruno@clisp.org>
21236
21237                 * javacomp.h (compile_java_class): Add source_version,
21238                 target_version arguments.
21239                 * javacomp.c: Rewritten to choose only a compiler that
21240                 respects the specified source_version and target_version.
21241
21242         2006-06-27  Bruno Haible  <bruno@clisp.org>
21243
21244                 Assume correct S_ISDIR macro.
21245                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21246
21247         2006-07-22  Bruno Haible  <bruno@clisp.org>
21248
21249                 * javaversion.h: New file, from GNU gettext.
21250                 * javaversion.c: New file, from GNU gettext.
21251                 * javaversion.java: New file, from GNU gettext.
21252                 * javaversion.class: New file, from GNU gettext.
21253
21254         2006-05-17  Bruno Haible  <bruno@clisp.org>
21255
21256                 Cygwin portability.
21257                 * javaexec.c (execute_java_class): Test for jview program
21258                 also on Cygwin.
21259
21260         2006-04-09  Bruno Haible  <bruno@clisp.org>
21261
21262                 * fatal-signal.c: Don't include string.h.
21263                 (at_fatal_signal): Use a copying loop instead of memcpy.
21264
21265         2005-12-04  Bruno Haible  <bruno@clisp.org>
21266
21267                 * csharpexec.c: Add support for 'clix' launcher (untested).
21268                 (execute_csharp_using_sscli): New function.
21269                 (execute_csharp_program): Call it.
21270
21271         2006-06-21  Bruno Haible  <bruno@clisp.org>
21272
21273                 Avoid warnings from recent versions of mcs.
21274                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21275                 -o, -L, -r any more. Use options documented since mcs-1.0
21276                 instead. Similarly for -g.
21277
21278         2005-07-09  Bruno Haible  <bruno@clisp.org>
21279
21280                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21281                 add a .dll suffix.
21282                 Reported by Mark Junker <mjscod@gmx.de>.
21283
21284         2006-06-17  Bruno Haible  <bruno@clisp.org>
21285
21286                 * config.charset: Update for NetBSD 3.0.
21287
21288         2006-05-17  Bruno Haible  <bruno@clisp.org>
21289
21290                 Cygwin portability.
21291                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21292
21293         2006-05-16  Bruno Haible  <bruno@clisp.org>
21294
21295                 * localcharset.c [CYGWIN]: Include <windows.h>.
21296                 (get_charset_aliases): For Cygwin, return the same CPxxx
21297                 aliases list as under WIN32.
21298                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21299                 the environment variables. Fall back to GetACP().
21300
21301         2006-04-05  Bruno Haible  <bruno@clisp.org>
21302
21303                 * config.charset: Update Juan Manuel Guerrero's address.
21304
21305         2005-02-12  Bruno Haible  <bruno@clisp.org>
21306
21307                 * allocsa.h: Add extern "C" for C++.
21308
21309         2005-02-10  Bruno Haible  <bruno@clisp.org>
21310
21311                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21312                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21313
21314         2006-07-22  Bruno Haible  <bruno@clisp.org>
21315
21316                 * gettext.h: Update to GNU gettext-0.15.
21317
21318 2006-07-22  Bruno Haible  <bruno@clisp.org>
21319
21320         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21321         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21322         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21323
21324 2006-07-21  Eric Blake  <ebb9@byu.net>
21325
21326         * modules/stdlib-safer: New file.
21327         * MODULES.html.sh (File stream based Input/Output): Add
21328         stdlib-safer.
21329
21330 2006-07-21  Eric Blake  <ebb9@byu.net>
21331
21332         * lib/stdlib-safer.h: New file from coreutils, required by
21333         stdlib--.h.
21334
21335 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21336
21337         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21338
21339 2006-07-20  Bruno Haible  <bruno@clisp.org>
21340
21341         * gnulib-tool: Recognize new option --assume-autoconf.
21342         (autoconf_minversion): New variable.
21343         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21344
21345 2006-07-20  Bruno Haible  <bruno@clisp.org>
21346
21347         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21348
21349 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21350
21351         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21352         Reindent and repaginate.
21353
21354 2006-07-19  Derek Price  <derek@ximbiot.com>
21355
21356         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21357         Correct grammar.
21358
21359 2006-07-17  Bruno Haible  <bruno@clisp.org>
21360
21361         * modules/list: New file.
21362         * modules/array-list: New file.
21363         * modules/carray-list, modules/carray-list-tests: New files.
21364         * modules/linked-list, modules/linked-list-tests: New files.
21365         * modules/avltree-list, modules/avltree-list-tests: New files.
21366         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21367         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21368         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21369         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21370         * modules/oset: New file.
21371         * modules/array-oset: New file.
21372         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21373         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21374         * tests/test-carray_list.c: New file.
21375         * tests/test-linked_list.c: New file.
21376         * tests/test-avltree_list.c: New file.
21377         * tests/test-rbtree_list.c: New file.
21378         * tests/test-linkedhash_list.c: New file.
21379         * tests/test-avltreehash_list.c: New file.
21380         * tests/test-rbtreehash_list.c: New file.
21381         * tests/test-avltree_oset.c: New file.
21382         * tests/test-rbtree_oset.c: New file.
21383         * MODULES.html.sh (Container data structures): New section.
21384
21385 2006-07-17  Bruno Haible  <bruno@clisp.org>
21386
21387         * m4/gl_list.m4: New file.
21388
21389 2006-07-17  Bruno Haible  <bruno@clisp.org>
21390
21391         * lib/gl_list.h: New file.
21392         * lib/gl_list.c: New file.
21393         * lib/gl_array_list.h: New file.
21394         * lib/gl_array_list.c: New file.
21395         * lib/gl_carray_list.h: New file.
21396         * lib/gl_carray_list.c: New file.
21397         * lib/gl_linked_list.h: New file.
21398         * lib/gl_linked_list.c: New file.
21399         * lib/gl_anylinked_list1.h: New file.
21400         * lib/gl_anylinked_list2.h: New file.
21401         * lib/gl_avltree_list.h: New file.
21402         * lib/gl_avltree_list.c: New file.
21403         * lib/gl_anyavltree_list1.h: New file.
21404         * lib/gl_anyavltree_list2.h: New file.
21405         * lib/gl_rbtree_list.h: New file.
21406         * lib/gl_rbtree_list.c: New file.
21407         * lib/gl_anyrbtree_list1.h: New file.
21408         * lib/gl_anyrbtree_list2.h: New file.
21409         * lib/gl_anytree_list1.h: New file.
21410         * lib/gl_anytree_list2.h: New file.
21411         * lib/gl_linkedhash_list.h: New file.
21412         * lib/gl_linkedhash_list.c: New file.
21413         * lib/gl_anyhash_list1.h: New file.
21414         * lib/gl_anyhash_list2.h: New file.
21415         * lib/gl_avltreehash_list.h: New file.
21416         * lib/gl_avltreehash_list.c: New file.
21417         * lib/gl_rbtreehash_list.h: New file.
21418         * lib/gl_rbtreehash_list.c: New file.
21419         * lib/gl_anytreehash_list1.h: New file.
21420         * lib/gl_anytreehash_list2.h: New file.
21421
21422         * lib/gl_oset.h: New file.
21423         * lib/gl_oset.c: New file.
21424         * lib/gl_array_oset.h: New file.
21425         * lib/gl_array_oset.c: New file.
21426         * lib/gl_avltree_oset.h: New file.
21427         * lib/gl_avltree_oset.c: New file.
21428         * lib/gl_rbtree_oset.h: New file.
21429         * lib/gl_rbtree_oset.c: New file.
21430         * lib/gl_anytree_oset.h: New file.
21431
21432 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21433
21434         * m4/mkancesdirs.m4: New file.
21435         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21436         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21437         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21438         it.
21439
21440 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21441
21442         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21443         * lib/mkancesdirs.h: New files.
21444         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21445         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21446         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21447         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21448         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21449         callers changed.  Revamp internals significantly, by not
21450         attempting to create directories that are temporarily more
21451         permissive than the final results.  Do not attempt to use
21452         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21453         This removes some race conditions, fixes some bugs, and simplifies
21454         things.  Use new dirchownmod function to do owner and mode changes.
21455         * lib/mkdir-p.h: Likewise.
21456         * lib/modechange.c (octal_to_mode): New function.
21457         (struct mode_change): New member mentioned.
21458         (make_node_op_equals): New arg mentioned.  All callers changed.
21459         (mode_compile): Keep track of which mode bits the user has explicitly
21460         mentioned.
21461         (mode_adjust): New arg DIR, so that we implement the X op correctly.
21462         New arg PMODE_BITS, to keep track of which mode bits the user
21463         mentioned; it treats S_ISUID and S_ISGID speciall.
21464         All callers changed.
21465         * lib/modechange.h: Likewise.
21466
21467 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         * MODULES.html.sh: Add mkancestors.
21470         * modules/mkancesdirs: New module.
21471         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
21472         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
21473         The chdir-safer and afs files are now orphans; I'll remove them
21474         unless someone speaks up.
21475         Add lib/dirchownmod.c, lib/dirchownmod.h.
21476         (Depends-on): Remove alloca, chown, save-cwd, dirname.
21477         Add lchown, mkancesdirs.
21478         (Maintainer): Add self.
21479
21480 2006-07-15  Karl Berry  <karl@gnu.org>
21481
21482         * gnulib-tool: help message wording/arrangement.
21483
21484 2006-07-14  Simon Josefsson  <jas@extundo.com>
21485
21486         * doc/gnulib.texi (Libtool and Windows): New section.
21487
21488 2006-07-12  Simon Josefsson  <jas@extundo.com>
21489
21490         * modules/gendocs (License): Fix license, approved by Karl.
21491
21492 2006-07-12  Eric Blake  <ebb9@byu.net>
21493
21494         * MODULES.html.sh: Add gendocs.
21495
21496 2006-07-11  Eric Blake  <ebb9@byu.net>
21497
21498         * modules/fdl: New module, to install doc/fdl.texi.
21499         * MODULES.html.sh: Add new section for documentation modules.
21500         * gnulib-tool: Avoid space-tab.
21501         (--doc-base): New option, to manage files from doc.
21502
21503 2006-07-11  Eric Blake  <ebb9@byu.net>
21504
21505         * m4/absolute-header.m4: Fix comments to match recent change.
21506
21507 2006-07-11  Eric Blake  <ebb9@byu.net>
21508
21509         * gnulib-tool: List --doc-base before --tests-base.
21510
21511 2006-07-11  Derek R. Price  <derek@ximbiot.com>
21512
21513         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
21514
21515 2006-07-11  Bruno Haible  <bruno@clisp.org>
21516
21517         * README: Mention where to put documentation.
21518
21519 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21520
21521         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
21522
21523 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21524
21525         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
21526         to stdint.m4.
21527
21528 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
21529
21530         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
21531         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
21532         "no/such/file/stdint.h" when there is no such file, so that
21533         the resulting C code can be parsed by dodgy compilers.
21534         Problems reported by Bob Proulx.
21535
21536 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21537
21538         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
21539         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21540         macros into the GNU _D_EXACT_NAMLEN.
21541         * lib/savedir.c:  Likewise.
21542         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
21543
21544 2006-07-10  Derek R. Price  <derek@ximbiot.com>
21545         and Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
21548         * m4/savedir.m4:
21549         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
21550         macros into the GNU _D_EXACT_NAMLEN.
21551
21552 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21553
21554         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
21555         around the absolute name, to work around a problem with the HP-UX
21556         11.23 native C compiler, reported by Bob Proulx.
21557
21558 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21559
21560         * doc/maintain.texi, make-stds.texi: Sync from
21561         <http://savannah.gnu.org/projects/gnustandards>.
21562
21563 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21564
21565         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
21566
21567 2006-07-09  Jim Meyering  <jim@meyering.net>
21568
21569         * m4/glob.m4: Remove a doubled word in a comment.
21570
21571 2006-07-09  Jim Meyering  <jim@meyering.net>
21572
21573         * lib/argp-pv.c: Remove a doubled word in a comment.
21574         * lib/check-version.c (check_version): Likewise.
21575         * lib/javacomp.c (compile_java_class): Likewise.
21576
21577 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
21580         for the benefit of people using Autoconf 2.60.  If you want to
21581         support older Autoconf versions you can copy m4/onceonly_2_57.m4
21582         (or m4/onceonly.m4, if pre-2.57) manually.
21583
21584 2006-07-08  Jim Meyering  <jim@meyering.net>
21585
21586         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
21587         comment.
21588         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
21589         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
21590         comment.
21591
21592 2006-07-08  Jim Meyering  <jim@meyering.net>
21593
21594         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
21595
21596 2006-07-07  Simon Josefsson  <jas@extundo.com>
21597
21598         * tests/test-crc.c: Change expected crc value, the test vector
21599         were probably computed using the old broken crc.c?
21600
21601 2006-07-06  Simon Josefsson  <jas@extundo.com>
21602
21603         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
21604         now the canonical place for the M4 file).
21605
21606         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
21607         from the sys_socket dependency now.
21608
21609         * modules/inet_pton (Files): Ditto.
21610
21611         * modules/inet_ntop (Files): Ditto.
21612
21613 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21614
21615         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
21616         not gl_PREREQ_GETUSERSHELL.
21617
21618 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21619
21620         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
21621         with only one argument, for Autoconf 2.60.
21622         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
21623         expand to nothing, so add a shell command to avoid syntax error.
21624         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21625
21626 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21627
21628         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
21629
21630 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21631
21632         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
21633         no longer needed.  Check for isblank decl.
21634         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
21635         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
21636         of existence.
21637
21638 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21639
21640         * lib/getloadavg.c: Use __VMS, not VMS.
21641         * lib/getopt.c: Likewise.
21642         * lib/getpagesize.h: Likewise.
21643         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
21644         and probably does not work.
21645
21646 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21647
21648         * lib/.cppi-disable: Add wcwidth.
21649         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
21650         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
21651         (ISGRAPH): Remove.  All uses changed to isgraph.
21652         (FOLD) [!defined _LIBC]: Remove special case.
21653         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
21654         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
21655         HAVE_ISBLANK.
21656         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
21657         case.
21658
21659 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21660
21661         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
21662         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
21663         brackets.  Other minor changes to suppress some compiler
21664         warnings.
21665
21666 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21667         and Paul Eggert  <eggert@cs.ucla.edu>
21668
21669         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
21670         of invoking obsolescent AC_HEADER_DIRENT macro.
21671         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
21672         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
21673         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
21674         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
21675         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
21676         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21677         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
21678         * m4/readdir.m4: Remove; no longer needed.
21679
21680 2006-07-06  Derek R. Price  <derek@ximbiot.com>
21681         and Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
21684         Don't worry about this obsolete case any more.
21685         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
21686         directories.
21687         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
21688         worry about this obsolete case any more.
21689         * lib/fts.c: Likewise.
21690         * lib/getcwd.c: Likewise.
21691         * lib/glob.h: Likewise.
21692         * lib/savedir.c: Likewise.
21693
21694 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21695
21696         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
21697         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
21698         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
21699         needed.
21700         All uses removed.
21701         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21702         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21703         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
21704         needed.
21705         * m4/getdate.m4 (gl_GETDATE): Likewise.
21706         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21707         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21708         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21709         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21710         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
21711         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21712         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
21713         needed.
21714
21715 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         * lib/memcasecmp.c: Include <limits.h>.
21718         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
21719         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
21720         Don't assume isdigit succeeds only on '0' through '9'.
21721
21722 2006-07-05  Eric Blake  <ebb9@byu.net>
21723
21724         * modules/getaddrinfo (Depends-on): Add snprintf.
21725
21726 2006-07-05  Eric Blake  <ebb9@byu.net>
21727
21728         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
21729         to avoid 'header present but could not be compiled' on cygwin.
21730
21731 2006-07-05  Eric Blake  <ebb9@byu.net>
21732
21733         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
21734         missing from netdb.h.
21735         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
21736
21737 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21738
21739         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
21740         no longer needed.
21741         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
21742         * m4/getdate.m4 (gl_GETDATE): Likewise.
21743         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
21744         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
21745         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
21746         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
21747         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21748
21749 2006-07-05  Derek R. Price  <derek@ximbiot.com>
21750
21751         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
21752         All uses of is_space replaced by isspace.
21753         * lib/exit.h: Don't talk about STDC_HEADERS.
21754         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
21755         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
21756         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
21757         replaced by isprint etc.
21758         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
21759         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
21760         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
21761         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
21762         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
21763         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
21764
21765 2006-07-05  Bruno Haible  <bruno@clisp.org>
21766
21767         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
21768         the function exists, before testing against AIX.
21769         Reported by Martin Lambers <marlam@marlam.de>.
21770
21771 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
21774         From Mark D. Baushke.
21775
21776 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21777
21778         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
21779         to the absolute name, not just one, to bypass Sun C 5.8's
21780         "warning: #include of /usr/include/... may be non-portable".
21781
21782 2006-07-04  Eric Blake  <ebb9@byu.net>
21783
21784         * modules/dirname-tests: New test module.
21785         * tests/test-dirname.c: New file, replacing dirname.c
21786         TEST_DIRNAME section that was recently deleted.
21787
21788 2006-07-04  Bruno Haible  <bruno@clisp.org>
21789
21790         Assume ANSI C header files and <ctype.h> functions.
21791         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
21792         (mbsnwidth): Use isprint, iscntrl instead.
21793
21794 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21795
21796         Merge from coreutils.
21797         * MODULES.html.sh: Add xstrtold.
21798         * modules/xstrtold: New file.
21799         * modules/cycle-check (Files): Add lib/same-inode.h.
21800         * modules/dirname (Files): Add m4/double-slash-root.m4.
21801         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
21802         * modules/mkdir-p (Files): Add lib/same-inode.h.
21803         * modules/same (Files): Add lib/same-inode.h.
21804
21805 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21806
21807         * m4/absolute-header.m4: Renamed from full-header-path.m4.
21808         This is to keep the terminology clean; POSIX talks about
21809         "absolute pathnames", not "full pathnames", but the GNU
21810         Coding Standards say to use "path" for something else;
21811         so use "absolute" to keep both sides happy.
21812         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
21813         Set gl_absolute_header, not gl_full_header_path.
21814         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
21815         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
21816         All uses changed.
21817
21818         Merge from coreutils.
21819
21820         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21821
21822         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
21823         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
21824         want to require the building of c-strtod.o.
21825         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
21826         needs -lm directly.
21827         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
21828
21829         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21830
21831         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
21832         --as-needed option if available.  Problem reported by Albert Chin in
21833         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
21834         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
21835         cc merely issues a bunch of annoying warnings for --as-needed
21836         (this problem was reported by Bob Proulx).  Also, try linking with
21837         -lm to detect a bug in binutils 2.16 (this problem was reported
21838         by Ralf Wildenhues).
21839
21840         2006-06-18  Jim Meyering  <jim@meyering.net>
21841
21842         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
21843         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
21844         macro.
21845         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
21846         also check for glibc-2.4's abort-inducing bug.
21847
21848         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
21849         Low-probability clean-up should be to use rmdir to get rid of
21850         the just-created directory, not unlink.
21851
21852         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
21853         configure fail, and request a bug report to inform us about it.
21854         Add a comment that, barring reports to the contrary, in 2007 we'll
21855         assume ftruncate is universally available.
21856
21857         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
21860
21861         2006-03-12  Jim Meyering  <jim@meyering.net>
21862
21863         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
21864         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
21865         * m4/same.m4 (gl_SAME): Likewise.
21866         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
21867
21868         2006-03-11  Eric Blake  <ebb9@byu.net>
21869
21870         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
21871         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
21872         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
21873         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
21874
21875 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
21878         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
21879         reported by Mark D. Baushke, one in
21880         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
21881
21882         Merge from coreutils.
21883
21884         * lib/.cppi-disable: Add stdint_.h.
21885         * lib/.cvsignore: Add stdint.h.
21886
21887         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
21890         both double and long double versions.
21891         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
21892         * lib/xstrtold.c: New file.
21893         * lib/xstrtod.h (xstrtold): New decl.
21894
21895         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21896
21897         * lib/filemode.c (setst): Remove.
21898         (strmode): Rewrite to avoid setst.  This makes the code shorter,
21899         (arguably) clearer, and the generated code is a bit smaller on my
21900         Debian GNU/Linux stable x86 host.
21901
21902         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21903
21904         * lib/filemode.c: Include "filemode.h" first, to test the interface.
21905         Assume that filemode.h includes sys/types.h and sys/stat.h.
21906         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
21907         (ftypelet): Reorder to put common cases first, for efficiency.
21908         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
21909         to do 'M'.
21910         (strmode): Renamed from mode_string, and now stores 12 bytes instead
21911         of 10, for compatibility with FreeBSD.  All callers changed.
21912         (filemodestring): Now stores 12 bytes instead of 10, and sets file
21913         types that can't be deduced solely from st_mode.  First arg is now a
21914         const pointer.
21915         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
21916         (strmode): Renamed from mode_string.
21917         (filemodestring): New decl.
21918         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
21919         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
21920         needed.
21921         (S_ISPORT, S_ISWHT): New macros, if not already defined.
21922
21923         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21924
21925         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
21926         fsusage.h now does that.  Include fsusage.h first, to test interface.
21927         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
21928         at most one method (the old code could have generated decls that
21929         didn't conform to C89, not that this was ever exercised).
21930         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
21931
21932         2006-03-19  Jim Meyering  <jim@meyering.net>
21933
21934         Work even in a chroot where d_ino values for entries in "/"
21935         don't match the stat.st_ino values for the same names.
21936         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
21937         number, iterate through all entries again, using lstat instead.
21938         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
21939         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
21940
21941         * lib/getcwd.c (__getcwd): Clarify a comment.
21942         Use memcpy in place of a call to strcpy.
21943
21944         2006-03-12  Jim Meyering  <jim@meyering.net>
21945
21946         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
21947         matches that of the current directory (which we're about to chdir ".."
21948         out of), then save the dev-ino of the parent, instead.
21949
21950         * lib/same-inode.h (SAME_INODE): New file/macro.
21951         * lib/chdir-safer.c (SAME_INODE): Remove definition.
21952         Include "same-inode.h", instead.
21953         * lib/same.c: Likewise.
21954         * lib/cycle-check.h: Include "same-inode.h".
21955         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
21956         * lib/cycle-check.c (SAME_INODE): Remove definition.
21957         * lib/root-dev-ino.h: Include "same-inode.h".
21958
21959         2006-03-11  Eric Blake  <ebb9@byu.net>
21960
21961         * lib/same.c (same_name): s/base_name/last_component/
21962         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
21963         * lib/filenamecat.c (file_name_concat): Likewise.
21964
21965         2006-03-11  Eric Blake  <ebb9@byu.net>,
21966                     Paul Eggert  <eggert@cs.ucla.edu>
21967
21968         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
21969         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
21970         drive prefix.
21971         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
21972         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
21973         (last_component): New method.
21974         * lib/dirname.c (dir_len): Determine when drive letters need a
21975         subsequent slash.  Preserve // when it is special.
21976         (dir_name): Don't append dot when drive letter is absolute.
21977         [TEST_DIRNAME]: Move into a full-blown gnulib test.
21978         * lib/basename.c (base_name): New semantics - malloc the result.
21979         Preserve // when it is special.  Preserve relative files that look
21980         like drive letters.
21981         (base_len): Preserve // when it is special.
21982         (last_component): New method, similar to old base_name semantics.
21983         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
21984         base_name.  Strip redundant slashes from ///.
21985
21986 2006-07-03  Jim Meyering  <jim@meyering.net>
21987
21988         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
21989         macro is used before the first cycle_check call.
21990
21991 2006-07-03  Eric Blake  <ebb9@byu.net>
21992
21993         * modules/dirname (Depends-on): Add xstrndup.
21994
21995 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21996
21997         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
21998         test cases, so that config.log is a bit easier to follow.
21999
22000 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22003         both are 64 bits, since this seems to be the tradition, and this
22004         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22005         we ever run into a host that prefers long long to long in this
22006         case, we'll need another configure-time test.  Problem reported by
22007         Jim Meyering.
22008
22009 2006-07-02  Eric Blake  <ebb9@byu.net>
22010
22011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22012
22013 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22014
22015         * modules/inttypes (Depends-on): No longer depends on stdint.
22016         * modules/stdint (Description): Say more about assumptions.
22017         Say that the fast types might differ.  Say macros are used.
22018         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22019         (Makefile.am): Revise list of substituted symbols to match
22020         new stdint.m4.
22021         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22022         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22023         * tests/test-stdint.c (verify_same_types)
22024         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22025         the code conforms to C99/C89.
22026         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22027         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22028
22029 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22030
22031         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22032         but fix a bug, by requiring at least 64 bits.
22033         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22034         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22035         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22036         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22037
22038         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22039         changes.  Make 2.59 a prerequisite.  Check and substitute for
22040         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22041         inttypes.h.  Do not use special include files; just use the
22042         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22043         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22044         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22045         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22046         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22047         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22048         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22049         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22050         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22051         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22052         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22053         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22054         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22055         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22056         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22057         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22058         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22059         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22060         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22061         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22062         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22063         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22064         not check for things that C99 does not require, e.g., int8_t.  If
22065         a test isn't needed unless <stdint.h> isn't working, and is
22066         unlikely to be needed for any other reason, then don't do it
22067         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22068         size_t, since we assume C89 freestanding at least.  Do not check
22069         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22070         the right thing even if the types are not defined.  Instead use:
22071         (gl_STDINT_TYPE_PROPERTIES): New macro.
22072         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22073         testing whether <sys/types.h> clashes, as Autoconf does this for
22074         us now.  All uses removed.
22075         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22076         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22077         (gl_CHECK_TYPE_SAME):
22078         Remove; no longer needed.
22079         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22080         exists, since we'll return 0 anyway in that case.
22081         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22082
22083 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22086         possible collision with system files.
22087         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22088         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22089         WCHAR_MIN and WCHAR_MAX in this case.
22090         (<stddef.h>): Do not include; no longer needed.
22091         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22092         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22093         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22094         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22095         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22096         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22097         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22098         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22099         !defined(__c99))]: Include in this case too, since it's harmless
22100         now.
22101         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22102         dangerous to do so.
22103         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22104         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22105         (_STDINT_MIN, _STDINT_MAX): New macros.
22106         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22107         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22108         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22109         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22110         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22111         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22112         macros, not typedefs; this simplifies things quite a bit.
22113         Use long int for all types narrower than int64_t.
22114         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22115         Define in terms of long long int or int64_t or long int,
22116         not int64_t or int32_t.  This saves some compile-time testing.
22117         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22118         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22119         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22120         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22121         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22122         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22123         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22124         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22125         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22126         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22127         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22128         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22129         undef any previous version and define our own version, for
22130         simplicity and consistency with the new macros for types.
22131         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22132         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22133         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22134         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22135         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22136         @WINT_T_SUFFIX@ to keep things simple here.
22137         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22138         Simplify by assuming typical 8/16/32/64 host, since we're
22139         already doing that elsewhere anyway.
22140         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22141         and assume long long int is 64 bits if available.  This
22142         speeds up 'configure'.
22143
22144 2006-07-01  Eric Blake  <ebb9@byu.net>
22145
22146         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22147         Reported by Andreas Buening.
22148
22149 2006-07-01  Eric Blake  <ebb9@byu.net>
22150
22151         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22152
22153 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22154
22155         * lib/getaddrinfo.c: fixed typo
22156
22157 2006-06-29  Jim Meyering  <jim@meyering.net>
22158
22159         * modules/strftime (Maintainer): Add my name, since with the
22160         FPRINTFTIME changes strftime.c has forked from glibc.
22161
22162 2006-06-29  Eric Blake  <ebb9@byu.net>
22163
22164         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22165
22166 2006-06-29  Eric Blake  <ebb9@byu.net>
22167
22168         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22169
22170 2006-06-29  Eric Blake  <ebb9@byu.net>
22171
22172         * lib/stat_.h: New file.
22173
22174 2006-06-29  Eric Blake  <ebb9@byu.net>
22175
22176         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22177         unused static function.
22178
22179 2006-06-29  Eric Blake  <ebb9@byu.net>
22180
22181         * doc/functions.texi (Function Portability): Document missing lstat
22182         on mingw.
22183
22184 2006-06-29  Eric Blake  <ebb9@byu.net>
22185
22186         * MODULES.html.sh: Add sys_stat.
22187         * modules/sys_stat: New module.
22188         * modules/mkstemp (Depends-on): Add sys_stat.
22189
22190 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22191
22192         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22193
22194 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22195
22196         * m4/c-bs-a.m4: Removed.
22197
22198 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22199
22200         * lib/strftime.c: Assume strftime() exists.
22201
22202 2006-06-29  Derek Price  <derek@ximbiot.com>
22203
22204         * modules/c-bs-a: Removed - \a is C89.
22205         * MODULES.html.sh: Remove c-bs-a.
22206
22207 2006-06-29  Bruno Haible  <bruno@clisp.org>
22208
22209         * modules/wcwidth (License): Change to LGPL.
22210
22211 2006-06-28  Simon Josefsson  <jas@extundo.com>
22212
22213         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22214         on _WIN32.
22215
22216         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22217         getnameinfo.
22218
22219 2006-06-28  Simon Josefsson  <jas@extundo.com>
22220
22221         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22222
22223 2006-06-28  Simon Josefsson  <jas@extundo.com>
22224
22225         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22226         functions there.  It will succeed on Windows XP, but on Windows
22227         2000 and (presumably) earlier, it will fail, and use the internal
22228         re-implementation.
22229         (use_win32_p): New function.
22230         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22231         Support AI_NUMERICSERV to disable getservbyname.
22232         (getnameinfo): New function, only supports
22233         NI_NUMERICHOST|NI_NUMERICSERV for now.
22234
22235         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22236         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22237         getnameinfo.
22238
22239 2006-06-28  Eric Blake  <ebb9@byu.net>
22240
22241         * modules/wcwidth: New file.
22242         * modules/mbchar (Depends-on): Add wcwidth.
22243         * modules/mbswidth (Depends-on): Add wcwidth.
22244         * MODULES.html.sh: Add wcwidth.
22245
22246 2006-06-28  Eric Blake  <ebb9@byu.net>
22247
22248         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22249         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22250
22251 2006-06-28  Eric Blake  <ebb9@byu.net>
22252
22253         * lib/xvasprintf.h: Fix comments.
22254
22255 2006-06-28  Eric Blake  <ebb9@byu.net>
22256
22257         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22258         * lib/mbswidth.c (wcwidth): Move from here...
22259         * lib/wcwidth.h: ...to this new file.
22260
22261 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22262
22263         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22264
22265         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22266         it's obsolete.
22267         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22268
22269 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22270
22271         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22272         Autoconf 2.60 says this stuff was obsolete.
22273
22274 2006-06-28  Bruno Haible  <bruno@clisp.org>
22275
22276         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22277
22278 2006-06-28  Bruno Haible  <bruno@clisp.org>
22279
22280         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22281         gt_TYPE_WCHAR_T.
22282
22283 2006-06-28  Bruno Haible  <bruno@clisp.org>
22284
22285         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22286         declaration for wcwidth.
22287         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22288
22289 2006-06-28  Bruno Haible  <bruno@clisp.org>
22290
22291         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22292         (mkdir): Define using _mkdir.
22293
22294 2006-06-28  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/getaddrinfo.h: Fix POSIX URL.
22297         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22298         _WIN32.
22299         (use_win32_p): Make static.
22300         (getaddrinfo): Reject service name if it is empty or does not consist
22301         solely of decimal digits, or if its value is > 65535.
22302         (getnameinfo): Remove useless casts.
22303
22304 2006-06-27  Simon Josefsson  <jas@extundo.com>
22305
22306         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22307         Eggert and Martin Lambers.
22308
22309 2006-06-27  Simon Josefsson  <jas@extundo.com>
22310
22311         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22312         Eggert and Martin Lambers.
22313
22314 2006-06-27  Bruno Haible  <bruno@clisp.org>
22315
22316         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22317         result to 0, not to empty.
22318         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22319
22320 2006-06-27  Bruno Haible  <bruno@clisp.org>
22321
22322         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22323
22324 2006-06-26  Simon Josefsson  <jas@extundo.com>
22325
22326         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22327         present.
22328
22329 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22330
22331         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22332         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22334
22335 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22336
22337         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22338
22339 2006-06-26  Bruno Haible  <bruno@clisp.org>
22340
22341         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22342
22343 2006-06-26  Bruno Haible  <bruno@clisp.org>
22344
22345         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22346
22347 2006-06-26  Bruno Haible  <bruno@clisp.org>
22348
22349         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22350         SGI C compiler in pre-C99 mode.
22351         Suggested by Mark D. Baushke and Larry Jones.
22352
22353 2006-06-26  Bruno Haible  <bruno@clisp.org>
22354
22355         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22356         WCHAR_MAX.
22357         Reported by Mark D. Baushke and Larry Jones.
22358
22359 2006-06-26  Bruno Haible  <bruno@clisp.org>
22360
22361         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22362         in pre-C99 mode.
22363         Suggested by Mark D. Baushke and Larry Jones.
22364
22365 2006-06-23  Simon Josefsson  <jas@extundo.com>
22366             Bruno Haible  <bruno@clisp.org>
22367
22368         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22369         Emit mostlyclean-local rule.
22370         (func_emit_tests_Makefile_am): Likewise.
22371         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22372
22373 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22374
22375         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22376
22377 2006-06-23  Bruno Haible  <bruno@clisp.org>
22378
22379         * tests/test-stdint.c: Update to match ISO C 99 Technical
22380         Corrigendum 1.
22381
22382 2006-06-23  Bruno Haible  <bruno@clisp.org>
22383
22384         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22385
22386 2006-06-23  Bruno Haible  <bruno@clisp.org>
22387
22388         * lib/stdint_.h: Treat IRIX like OpenBSD.
22389
22390 2006-06-23  Bruno Haible  <bruno@clisp.org>
22391
22392         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22393         ISO C 99 Technical Corrigendum 1.
22394
22395 2006-06-22  Simon Josefsson  <jas@extundo.com>
22396
22397         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22398         MinGW.
22399
22400 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22401
22402         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22403         needed.  Some compiler complained about some of them.  Problem reported
22404         by Larry Jones in
22405         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22406
22407 2006-06-21  Simon Josefsson  <jas@extundo.com>
22408
22409         * tests/test-getaddrinfo.c: New file.
22410
22411         * modules/getaddrinfo-tests: New file.
22412
22413         * MODULES.html.sh: Add inet_pton.
22414
22415         * modules/inet_pton: New file.
22416
22417 2006-06-21  Simon Josefsson  <jas@extundo.com>
22418
22419         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22420         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22421         of using the (limited) gnulib implementation on Windows XP.
22422
22423         * m4/inet_pton.m4: New file.
22424
22425 2006-06-21  Simon Josefsson  <jas@extundo.com>
22426
22427         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22428         variable.
22429
22430         * lib/socket_.h: Don't define WINVER.
22431
22432         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22433         slightly modified to work in gnulib.
22434
22435 2006-06-21  Simon Josefsson  <jas@extundo.com>
22436
22437         * doc/gnulib.texi (Windows sockets): Add.
22438
22439 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22440
22441         * lib/read-file.c (fread_file): Start with buffer allocation of
22442         0 bytes rather than 1 byte; this simplifies the code.
22443         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22444         code to free buffer and save/restore errno.
22445         (internal_read_file): Remove unused local.
22446
22447 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22450         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22451         Problem reported by Denis Excoffier in
22452         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22453
22454 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22455
22456         * modules/sys_socket, modules/socklen: Include sys/types since
22457         FreeBSD 4.x's sys/socket.h needs it.
22458
22459 2006-06-19  Simon Josefsson  <jas@extundo.com>
22460
22461         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
22462
22463 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22464
22465         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
22466
22467 2006-06-19  Bruno Haible  <bruno@clisp.org>
22468
22469         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
22470         and FULL_PATH_INTTYPES_H in angle brackets.
22471         Reported by Mark D. Baushke <mdb@gnu.org>.
22472
22473 2006-06-17  Eric Blake  <ebb9@byu.net>
22474
22475         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
22476         errno.
22477
22478 2006-06-17  Bruno Haible  <bruno@clisp.org>
22479
22480         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
22481         <sys/inttypes.h>.
22482
22483 2006-06-17  Bruno Haible  <bruno@clisp.org>
22484
22485         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
22486         whether errno is declared. Assume <errno.h> declares errno.
22487
22488 2006-06-17  Bruno Haible  <bruno@clisp.org>
22489
22490         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
22491
22492 2006-06-17  Bruno Haible  <bruno@clisp.org>
22493
22494         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
22495         problem on Solaris 2.5.1.
22496
22497 2006-06-16  Eric Blake  <ebb9@byu.net>
22498
22499         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
22500         * lib/unicodeio.c [!defined errno]: Likewise.
22501         * lib/strtol.c [!defined errno]: Likewise.
22502         * lib/strtod.c [!defined errno]: Likewise.
22503
22504 2006-06-15  Eric Blake  <ebb9@byu.net>
22505
22506         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
22507
22508 2006-06-15  Eric Blake  <ebb9@byu.net>
22509
22510         * config/srclist.txt (ssize_t.m4): Lose sync.
22511
22512 2006-06-15  Bruno Haible  <bruno@clisp.org>
22513
22514         * modules/stdint (Files): Include m4/full-header-path.m4,
22515         m4/size_max.m4, m4/wchar_t.m4.
22516         (Makefile.am): Many more substitutions.
22517         * modules/stdint-tests: New file.
22518         * tests/test-stdint.c: New file.
22519
22520 2006-06-15  Bruno Haible  <bruno@clisp.org>
22521
22522         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
22523         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
22524         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
22525         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
22526         gl_CHECK_TYPE_SAME): New macros.
22527
22528 2006-06-15  Bruno Haible  <bruno@clisp.org>
22529
22530         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
22531
22532 2006-06-15  Bruno Haible  <bruno@clisp.org>
22533
22534         * lib/stdint_.h: Rewritten to be fully auto-configured.
22535         Fixes bug on HP-UX/IA64.
22536
22537 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
22538
22539         * lib/getdate.y (__attribute__): Don't define if already defined.
22540         Problem reported by Larry Jones.
22541         * lib/utimens.c (__attribute__): Likewise.
22542
22543 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
22544
22545         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
22546         reported by Andreas Schwab.
22547
22548 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22549             Bruno Haible  <bruno@clisp.org>
22550
22551         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
22552         check for the declaration of strnlen and a run test that exposes the
22553         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
22554         rpl_strndup.
22555
22556 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22557             Bruno Haible  <bruno@clisp.org>
22558
22559         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
22560
22561 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22562
22563         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
22564         compile test, for Tru64 4.0D.
22565
22566 2006-05-28  Karl Berry  <karl@gnu.org>
22567
22568         * config/srclist.txt (printf-args.c): lose sync.
22569
22570 2006-05-26  Martin Lambers  <marlam@marlam.de>
22571
22572         * lib/getpass.c: Updates the test for the native W32 API, and adds
22573         missing includes, thus fixing compilation warnings.
22574
22575 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22576
22577         * lib/exclude.c (exclude_fnmatch): New function.
22578         (excluded_file_name): Call exclude_fnmatch.
22579         * lib/exclude.h (excluded_file_name): New prototype
22580
22581 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
22582
22583         * lib/tempname.c (small_open, large_open): New macros.
22584         (__open, __open64) [!_LIBC]: Remove.
22585         (__gen_tempname): Use small_open and large_open instead of __open
22586         and __open64.  This fixes a portability bug on HP-UX 11.11i
22587         reported by Simon Wing-Tang in
22588         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
22589
22590 2006-05-24  Bruno Haible  <bruno@clisp.org>
22591
22592         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
22593         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
22594         Reported by Thorsten Maerz <torte@netztorte.de> via
22595         Aaron Stone <aaron@serendipity.cx>.
22596
22597 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22598
22599         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
22600         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
22601         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
22602         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
22603         not really conditional on the cache.
22604         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
22605
22606 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22607
22608         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
22609         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
22610         (my_usleep): Don't mishandle maximum value.
22611
22612 2006-05-19  Jim Meyering  <jim@meyering.net>
22613
22614         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
22615
22616 2006-05-17  Bruno Haible  <bruno@clisp.org>
22617
22618         Cygwin portability.
22619         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
22620
22621 2006-05-17  Bruno Haible  <bruno@clisp.org>
22622
22623         * lib/stdint_.h: Fix recognition of Cygwin.
22624
22625 2006-05-15  Bruno Haible  <bruno@clisp.org>
22626
22627         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
22628         on libtool patch by Ralf Wildenhues.
22629
22630 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22631
22632         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
22633         test for C99 conformance; (bool) 0.5 is an integer constant
22634         expression, but (bool) -0.5 is not.  Problem reported by Fedor
22635         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
22636
22637 2006-05-11  Simon Josefsson  <jas@extundo.com>
22638
22639         * m4/xvasprintf.m4: Fix obvious typo.
22640
22641 2006-05-11  Jim Meyering  <jim@meyering.net>
22642
22643         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
22644         James Lemley.
22645
22646 2006-05-10  Simon Josefsson  <jas@extundo.com>
22647
22648         * lib/md4.c: Typo fix, update copyright years.
22649         (K1, K2): Don't use L because it turn computations into 64-bit on
22650         64-bit platforms.
22651
22652 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
22653
22654         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
22655         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
22656         unwanted sign propagation, e.g., on hosts with 64-bit int.
22657         There still are some problems with reeelly weird theoretical hosts
22658         (e.g., 33-bit int) but it's not worth worrying about now.
22659         * lib/sha1.c (rol): Likewise.
22660         (K1, K2, K3, K4): Remove unnecessary L suffix.
22661
22662 2006-05-10  Bruno Haible  <bruno@clisp.org>
22663
22664         * lib/des.c: Cast to avoid warnings.
22665
22666 2006-05-09  Bruno Haible  <bruno@clisp.org>
22667
22668         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
22669         (Depends-on): Depend also on xsize, stdarg.
22670         (configure.ac): Add gl_XVASPRINTF.
22671
22672 2006-05-09  Bruno Haible  <bruno@clisp.org>
22673
22674         * m4/xvasprintf.m4: New file.
22675
22676 2006-05-09  Bruno Haible  <bruno@clisp.org>
22677
22678         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
22679         (EOVERFLOW): Define fallback value.
22680         (xstrcat): New function.
22681         (xvasprintf): Recognize the special case of a string concatenation.
22682
22683 2006-05-08  Eric Blake  <ebb9@byu.net>
22684
22685         * gnulib-tool (func_version): Base copyright year on CVS date.
22686         (func_emit_copyright_notice): New function.
22687         (func_emit_lib_Makefile_am): Use it.
22688         (func_emit_tests_Makefile_am): Likewise.
22689         (func_import): Likewise.
22690
22691 2006-05-08  Bruno Haible  <bruno@clisp.org>
22692
22693         * modules/stdarg: New file.
22694         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
22695
22696 2006-05-08  Bruno Haible  <bruno@clisp.org>
22697
22698         * m4/stdarg.m4: New file, from GNU gettext.
22699
22700 2006-05-08  Bruno Haible  <bruno@clisp.org>
22701
22702         * config/srclist.txt (build-aux/config.rpath): different from latest
22703         release.
22704
22705 2006-05-08  Bruno Haible  <bruno@clisp.org>
22706
22707         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
22708
22709 2006-05-05  Jim Meyering  <jim@meyering.net>
22710
22711         * m4/warning.m4: New file, derived from bison's file by the same name.
22712
22713 2006-05-03  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/stdint_.h: Shorter URL.
22716         * lib/inttypes.h: Likewise.
22717
22718 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22719
22720         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
22721
22722 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * lib/verify.h: Document the internals better.  Most of this change
22725         was written by Bruno Haible.
22726
22727 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
22728
22729         * doc/verify.texi: New file, partly based on a proposal by
22730         Bruno Haible.
22731
22732 2006-05-02  Bruno Haible  <bruno@clisp.org>
22733
22734         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
22735         test from here...
22736         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
22737
22738 2006-04-29  Bruno Haible  <bruno@clisp.org>
22739
22740         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
22741         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
22742
22743 2006-04-29  Bruno Haible  <bruno@clisp.org>
22744
22745         * gnulib-tool: Make --update option actually work.
22746
22747 2006-04-29  Bruno Haible  <bruno@clisp.org>
22748
22749         * doc/gcd.texi: New file.
22750         * doc/gnulib.texi: Include it.
22751
22752 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * lib/getdate.y (get_date): When adding relative date, start with the
22755         initial time, not with the result of the first mktime call.
22756
22757 2006-04-25  Bruno Haible  <bruno@clisp.org>
22758
22759         * gnulib-tool (func_import): Output the include directives in three
22760         blocks, sorted separately.
22761         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22762
22763 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
22766         to define main with arguments, for C++.  Reported by Eric Blake.
22767         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
22768         Prefer 'int main ()' to 'int main (void)', for C++.
22769         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
22770         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
22771         for 'main', for C99 and C++.
22772
22773 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
22774
22775         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
22776         Don't assume that exit status -1 is valid.
22777         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22778         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
22779         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
22780         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
22781         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
22782         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
22783         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
22784         functions can be used without declaring them, or that you can
22785         exit with status -1.
22786         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
22787
22788 2006-04-24  Karl Berry  <karl@gnu.org>
22789
22790         * config/srclist.txt (longdouble.m4): sync lost.
22791
22792 2006-04-24  Eric Blake  <ebb9@byu.net>
22793
22794         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
22795
22796 2006-04-24  Bruno Haible  <bruno@clisp.org>
22797
22798         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
22799         poll() implementation in AIX.
22800         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22801
22802 2006-04-24  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
22805         assigned exactly once.
22806
22807 2006-04-23  Claudio Fontana  <claudio@gnu.org>
22808             Bruno Haible  <bruno@clisp.org>
22809
22810         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
22811         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
22812         for AM_CPPFLAGS.
22813
22814 2006-04-23  Bruno Haible  <bruno@clisp.org>
22815
22816         * modules/copy-file: Depend on unistd.
22817         * modules/execute: Likewise.
22818         * modules/fatal-signal: Likewise.
22819         * modules/findprog: Likewise.
22820         * modules/mkdtemp : Likewise.
22821         * modules/pipe: Likewise.
22822         * modules/wait-process: Likewise.
22823
22824 2006-04-23  Bruno Haible  <bruno@clisp.org>
22825
22826         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
22827         condition was already detected.
22828         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22829
22830 2006-04-23  Bruno Haible  <bruno@clisp.org>
22831
22832         * lib/copy-file.c: Include <unistd.h> unconditionally.
22833         * lib/execute.c: Likewise.
22834         * lib/fatal-signal.c: Likewise.
22835         * lib/findprog.c: Likewise.
22836         * lib/mkdtemp.c: Likewise.
22837         * lib/pipe.h: Likewise.
22838         * lib/pipe.c: Likewise.
22839         * lib/wait-process.h: Likewise.
22840
22841 2006-04-23  Bruno Haible  <bruno@clisp.org>
22842
22843         * gnulib-tool (func_usage): Fix --import description. Document
22844         --update.
22845         (func_import): Create temporary file in a temporary directory, if
22846         --dry-run is specified. Silence errors from 'grep' when there are no
22847         m4 files in $m4dir.
22848         (func_create_testdir): Silence errors from 'grep' when there are no
22849         m4 files in $m4dir.
22850         Reported by Karl Berry <karl@freefriends.org>.
22851
22852 2006-04-20  Bruno Haible  <bruno@clisp.org>
22853
22854         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
22855         one argument, so that the code will be portable to Autoconf 2.60.
22856         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
22857         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22858         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
22859
22860 2006-04-19  Derek Price  <derek@ximbiot.com>
22861             Eric Blake  <ebb9@byu.net>
22862
22863         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
22864         rather than "/full/path.h".  Update comment to match.  Shorten &
22865         generalize m4_translit call via AS_TR_CPP.
22866
22867 2006-04-19  Derek Price  <derek@ximbiot.com>
22868             Eric Blake  <ebb9@byu.net>
22869
22870         * lib/inttypes.h: Correct grammar in comment.
22871
22872 2006-04-18  Derek Price  <derek@ximbiot.com>
22873             Paul Eggert  <eggert@cs.ucla.edu>
22874
22875         * modules/inttypes: New file.
22876         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
22877
22878 2006-04-18  Derek Price  <derek@ximbiot.com>
22879             Paul Eggert  <eggert@cs.ucla.edu>
22880
22881         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
22882         New files.
22883
22884 2006-04-18  Derek Price  <derek@ximbiot.com>
22885             Paul Eggert  <eggert@cs.ucla.edu>
22886
22887         * lib/inttypes.h: New file.
22888         * lib/strtoimax.c: Assume <inttypes.h>.
22889
22890 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
22893         isn't mounted.  Problem reported by Kir Kolyshkin.
22894
22895 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22896
22897         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
22898         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
22899         Derek R. Price.
22900         * lib/regex.h (RE_DUP_MAX): Update comment to match current
22901         implementation.
22902
22903 2006-04-12  Eric Blake  <ebb9@byu.net>
22904
22905         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
22906         is now done automatically by the corresponding Autoconf macro.
22907
22908 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
22909
22910         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
22911         time_r.h.
22912
22913 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22914
22915         Merge regex changes from libc, removing some of our
22916         POSIX-conformance changes that were rejected and redoing them in a
22917         less-intrusive way.
22918
22919         * lib/regcomp.c (re_compile_internal, init_dfa):
22920         Length arg is now size_t, not Idx.  All uses changed.
22921         (peek_token): Forward decl now says internal_function.
22922         (__re_error_msgid, __re_error_msgid_idx):
22923         Now static rather than extern with attribute_hidden.
22924         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
22925         For some reason libc prefers K&R style defns for external functions.
22926         (regerror) [!defined _LIBC]: Likewise.
22927         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
22928         (seek_collating_symbol_entry, lookup_collation_sequence_value):
22929         (build_range_exp, build_collating_symbol):
22930         Use K&R-style defn.
22931         (re_compile_fastmap): Use '\0' to memset, not 0.
22932         (utf8_sb_map): Make the calculations more obvious.
22933         (init_dfa, parse_bracket_exp, build_charclass_op):
22934         Call calloc and cast result, as glibc does.
22935         (init_word_char, fetch_token, peek_token, peek_token_bracket):
22936         (build_range_exp, build_collating_symbol):
22937         Now internal functions.
22938
22939         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
22940
22941         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
22942         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
22943         Don't depend on VMS; depend on __VMS instead, for POSIX
22944         namespace cleanness.
22945         (regoff_t): Define to ssize_t, not long int.
22946
22947         Remove the REG_ macros named below.  Instead, make the old names
22948         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
22949         __USE_GNU_REGEX.
22950         (REG_BACKSLASH_ESCAPE_IN_LISTS):
22951         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
22952         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
22953         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
22954         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
22955         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
22956         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
22957         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
22958         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
22959         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
22960         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
22961         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
22962         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
22963         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
22964         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
22965         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
22966         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
22967         (REG_NREGS):
22968         Remove.  All uses replaced by the old RE_* names.
22969         (RE_BACKSLASH_ESCAPE_IN_LISTS):
22970         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
22971         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
22972         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
22973         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
22974         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
22975         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
22976         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
22977         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
22978         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
22979         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
22980         Don't bother having these macros be independent of each others'
22981         values, since they no longer exist in the POSIX name space.
22982
22983         Rename the following member names back to their old names,
22984         unless !__USE_GNU_REGEX.  All uses changed back.
22985         (buffer): Renamed from re_buffer.
22986         (allocated): Renamed from re_allocated.
22987         (used): Renamed from re_used.
22988         (syntax): Renamed from re_syntax.
22989         (fastmap): Renamed from re_fastmap.
22990         (translate): Renamed from re_translate.
22991         (can_be_null): Renamed from re_can_be_null.
22992         (regs_allocated): Renamed from re_regs_allocated.
22993         (fastmap_accurate): Renamed from re_fastmap_accurate.
22994         (no_sub): Renamed from re_no_sub.
22995         (not_bol): Renamed from re_not_bol.
22996         (not_eol): Renamed from re_not_eol.
22997         (newline_anchor): Renamed from re_newline_anchor.
22998         (num_regs): Renamed from rm_num_regs.
22999         (start): Renamed from rm_start.
23000         (end): Renamed from rm_end.
23001
23002         (free_state): Move up a bit.
23003
23004         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23005         #define to be empty.
23006         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23007         when that is what is intended.
23008         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23009         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23010         (MAX): New macro.
23011         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23012         All uses changed back to re_malloc, etc.  It's now the caller's
23013         responsibility to check for overflow; all callers changed.
23014         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23015         (re_x2nrealloc): Remove.
23016         (free_state): Remove decl.
23017
23018         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23019         (re_set_registers, re_exec):
23020         Use K&R-style defn.
23021
23022         2006-01-31  Roland McGrath  <roland@redhat.com>
23023
23024         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23025         Reported by Mike Frysinger <vapier@gentoo.org>.
23026
23027         2006-01-15  Andreas Jaeger  <aj@suse.de>
23028
23029         [BZ #1950]
23030         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23031         build_wcs_upper_buffer change.
23032         (build_wcs_upper_buffer): Change return type.
23033
23034         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23035
23036         * lib/regex_internal.h: Include <stdint.h> if available.
23037
23038         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23039
23040         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23041
23042         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23043
23044         * lib/regcomp.c: Adjust for changed secondary hash function.
23045
23046         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23047
23048         * lib/regex.h: Pretty printing.
23049         Clean up namespace a bit.
23050
23051         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23052
23053         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23054         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23055
23056         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23057                     Ulrich Drepper  <drepper@redhat.com>
23058
23059         [BZ #1302]
23060         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23061         changed.
23062         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23063
23064         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23065
23066         [BZ #281]
23067         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23068         * lib/regcomp.c: Remove unnecessary uses of
23069         unsigned RE_TRANSLATE_TYPE.
23070         * lib/regex_internal.h: Likewise.
23071         * lib/regex_internal.c: Likewise.
23072         * lib/regexec.c: Likewise.
23073         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23074
23075         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23076
23077         * lib/regexec.c (find_recover_state): Remove unnecessary
23078         initialization.
23079         (transit_state_bkref): Make DFA a const pointer.
23080         (get_subexp): Likewise.
23081         (check_arrival): Likewise.
23082         (update_cur_sifted_state): Likewise.
23083         (re_search_internal): Likewise.
23084         (prune_impossible_nodes): Likewise.
23085         (acquire_init_state_context): Likewise.
23086         (proceed_next_node): Likewise.
23087         (set_regs): Likewise.
23088         (free_fail_stack_return): Likewise.
23089         (check_arrival_expand_ecl): Mark DFA parameter as const.
23090         (check_arrival_expand_ecl_sub): Likewise.
23091         (check_subexp_limits): Likewise.
23092         (sub_epsilon_src_nodes):  Likewise.
23093         (add_epsilon_src_nodes):  Likewise.
23094         (merge_state_array): Likewise.
23095         (update_regs): Likewise.
23096         (build_trtable): Likewise.
23097         (sift_states_backward): Mark MCTX parameter as const.
23098         (build_sifted_states): Likewise.
23099         (update_cur_sifted_state): Likewise.
23100         (sift_states_mkref): Likewise.
23101         (check_arrival_expand_ecl): Mark eclosure as const.
23102         (check_dst_limits_calc_pos_1): Likewise.
23103         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23104         pointer.
23105
23106         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23107
23108         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23109         (transit_state_sb): Likewise.
23110         (transit_state_mb): Likewise.
23111         (sift_states_iter_mb): Likewise.
23112         (check_arrival_add_next_nodes): Likewise.
23113         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23114         [_LIBC] (re_search_2_stub): Use mempcpy.
23115
23116         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23117         mbrtowc for very simple UTF-8 case.
23118
23119         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23120         a pointer-to-const.
23121         (re_acquire_state_context): Likewise.
23122         * lib/regex_internal.h: Adjust prototypes.
23123
23124         * lib/regex.c: Prevent using C++ compilers.
23125
23126         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23127         (re_acquire_state_context): Likewise.
23128
23129 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23130
23131         * modules/regex (Depends-on): Add ssize_t.
23132
23133 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23134
23135         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23136         translation table.
23137
23138 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23139
23140         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23141
23142 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23143             Bruno Haible  <bruno@clisp.org>
23144
23145         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23146         <sys/types.h> and <inttypes.h>.
23147
23148 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23149
23150         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23151         `__error_t_defined', so argp.h will not typedef the former.
23152
23153 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23154
23155         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23156         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23157         glibc names.  Even if glibc is changed to conform to POSIX, the
23158         traditional names will be available anyway, since regex depends on
23159         the extensions module.  Also, fix a longstanding typo in the
23160         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23161         reported by Emanuele Giaquinta.  Also, change sense of cached
23162         variable, so that the message makes sense.
23163
23164 2006-03-24  Simon Josefsson  <jas@extundo.com>
23165
23166         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23167         including some doc fixes.
23168         (base64_encode_alloc): Fix +1 bug on allocation failures.
23169
23170 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23171
23172         * lib/base64.c (base64_encode): Do not read past end of array with
23173         unsanitized input on systems with CHAR_BIT > 8.
23174
23175 2006-03-24  Eric Blake  <ebb9@byu.net>
23176
23177         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23178
23179 2006-03-22  Karl Berry  <karl@gnu.org>
23180
23181         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23182         * config/srclistvars.sh (COREUTILS): new var.
23183
23184 2006-03-17  Jim Meyering  <jim@meyering.net>
23185
23186         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23187         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23188
23189 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23190
23191         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23192         no longer needs it.  Instead, check that regoff_t is as least
23193         as wide as ptrdiff_t.
23194
23195         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23196         so that our regex.h stays compatible with the installed regex.
23197         This is helpful for installers who configure --without-included-regex.
23198         Problem reported by Emanuele Giaquinta.
23199
23200 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23201
23202         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23203         Typedef to long int, not to off_, as POSIX will likely change
23204         in that direction.
23205
23206 2006-03-15  Eric Blake  <ebb9@byu.net>
23207
23208         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23209
23210 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23211
23212         * lib/argp-help.c (validate_uparams): Fix typo
23213         * lib/argp-parse.c (argp_default_options): Consistently begin help
23214         messages with a lowercase letter.
23215
23216 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23217
23218         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23219         overrun buffers and shouldn't be used (much as gets shouldn't be
23220         used).
23221         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23222
23223 2006-03-08  Simon Josefsson  <jas@extundo.com>
23224
23225         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23226         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23227
23228 2006-03-08  Simon Josefsson  <jas@extundo.com>
23229
23230         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23231         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23232
23233 2006-03-08  Simon Josefsson  <jas@extundo.com>
23234
23235         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23236         signal that configure disabled the device.
23237
23238 2006-03-08  Simon Josefsson  <jas@extundo.com>
23239
23240         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23241         languages.
23242
23243 2006-03-07  Simon Josefsson  <jas@extundo.com>
23244
23245         * modules/getopt (Depends-on): Add unistd.
23246
23247         * modules/unistd: New file.
23248
23249 2006-03-07  Simon Josefsson  <jas@extundo.com>
23250
23251         * modules/gc-random: New file.
23252
23253 2006-03-07  Simon Josefsson  <jas@extundo.com>
23254
23255         * m4/unistd_h.m4: New file.
23256
23257 2006-03-07  Simon Josefsson  <jas@extundo.com>
23258
23259         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23260         test to be side-effect free by storing the result in the cache
23261         variable gl_cv_lib_readline, and moving the assignment of
23262         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23263         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23264
23265 2006-03-07  Simon Josefsson  <jas@extundo.com>
23266
23267         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23268         error on missing devices (the functions will return an error).
23269
23270         * m4/gc.m4: Move random stuff to gc-random.m4
23271
23272 2006-03-07  Simon Josefsson  <jas@extundo.com>
23273
23274         * lib/unistd_.h: New file.
23275
23276 2006-03-07  Simon Josefsson  <jas@extundo.com>
23277
23278         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23279
23280 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23283         Problem reported by Juan Manuel Guerrero.
23284
23285 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23286
23287         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23288         the unistd module.
23289         * lib/getlogin_r.c: Likewise.
23290         * lib/getlogin_r.h: Likewise.
23291         * lib/glob.c: Likewise.
23292         * lib/pagealign_alloc.c: Likewise.
23293         * lib/unistd_.h: Remove; no longer needed.
23294
23295 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23296
23297         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23298         Add unistd.
23299         * modules/c-stack (Depends-on): Add unistd.
23300         * modules/getlogin_r: Likewise.
23301         * modules/glob: Likewise.
23302         * modules/pagealign_alloc: Likewise.
23303         * modules/unistd (Files): Remove lib/unistd_.h.
23304         (EXTRA_DIST): Remove.
23305         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23306         need unistd_.h.
23307         (MOSTLYCLEANFILES): Remove unistd.h-t.
23308
23309 2006-03-03  Simon Josefsson  <jas@extundo.com>
23310
23311         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23312
23313 2006-03-03  Simon Josefsson  <jas@extundo.com>
23314
23315         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23316         libidn and bison.
23317
23318 2006-03-03  Simon Josefsson  <jas@extundo.com>
23319
23320         * build-aux/maint.mk: Add indent target.
23321
23322 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23323
23324         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23325         our replacement poll.h in any case, to avoid a differing
23326         declaration from a system header.  Seen on AIX.
23327
23328 2006-03-01  Simon Josefsson  <jas@extundo.com>
23329
23330         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23331         <kasal@ucw.cz>.
23332
23333 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23334
23335         * modules/gettime (Depends-on): Add extensions module.
23336         * modules/nanosleep (Depends-on): Likewise.
23337         * modules/settime (Depends-on): Likewise.
23338
23339 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23340
23341         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23342         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23343         pedantically.
23344         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23345         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23346
23347         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23348         not "==".  Reported by Ralf Wildenhues.
23349
23350 2006-03-01  Karl Berry  <karl@gnu.org>
23351
23352         * doc/Copyright/request-*: new files, synced from gnuorg.
23353
23354 2006-03-01  Karl Berry  <karl@gnu.org>
23355
23356         * config/srclist.txt (Copyright/*): new entries.
23357
23358 2006-02-28  Simon Josefsson  <jas@extundo.com>
23359
23360         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23361
23362 2006-02-27  Simon Josefsson  <jas@extundo.com>
23363
23364         * lib/base64.h: Indent #define's.  From Jim Meyering
23365         <jim@meyering.net>.
23366
23367 2006-02-27  Jim Meyering  <jim@meyering.net>
23368
23369         Revert the change of 2006-02-24, so these files can continue
23370         to be sync'd from gettext.
23371         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23372         of `config.h'.
23373
23374 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23375
23376         * modules/intprops: New file.
23377         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23378         Add intprops.
23379         * modules/getloadavg (Files): Remove lib/intprops.h.
23380         (Depends-on): Add intprops.
23381         * modules/human: Likewise.
23382         * modules/inttostr: Likewise.
23383         * modules/openat: Likewise.
23384         * modules/sig2str: Likewise.
23385         * modules/userspec: Likewise.
23386         * modules/utimecmp: Likewise.
23387         * modules/xnanosleep: Likewise.
23388         * modules/xstrtol: Likewise.
23389
23390 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23391
23392         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23393         * modules/lock-tests (TESTS): Use $(EXEEXT).
23394         * modules/tls-tests: Likewise.
23395         * modules/argp-tests: Likewise.
23396         (check_PROGRAMS): New var, replacing...
23397         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23398
23399 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23400
23401         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23402         `config.h'.
23403
23404 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23405
23406         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23407
23408 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23409
23410         Sync from coreutils.
23411         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23412         gl_CHDIR_SAFER.
23413
23414 2006-02-22  Jim Meyering  <jim@meyering.net>
23415
23416         Sync from coreutils.
23417         * m4/chdir-safer.m4: New file.
23418
23419 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23420
23421         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23422         AT_FDCWD exceeds INT_MAX.
23423         * lib/openat.h (AT_FDCWD): Likewise.
23424
23425 2006-02-17  Eric Blake  <address@hidden>
23426
23427         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23428
23429 2006-02-16  Simon Josefsson  <jas@extundo.com>
23430
23431         * modules/getaddrinfo (Depends-on): Add sys_socket.
23432
23433 2006-02-15  Simon Josefsson  <jas@extundo.com>
23434
23435         * build-aux/maint.mk: Add dsyntax-check rule.
23436
23437 2006-02-15  Eric Blake  <ebb9@byu.net>
23438
23439         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23440         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23441         'present but cannot compile' warnings on cygwin.
23442         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23443         use ws2tcpip.h if sys/socket.h works.
23444         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23445         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23446
23447 2006-02-14  Simon Josefsson  <jas@extundo.com>
23448
23449         * modules/maintainer-makefile (Files): Rename.
23450
23451         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23452         and (the local) Makefile.cfg to maint-cfg.mk.
23453
23454         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
23455         to the latter.
23456
23457         * modules/maintainer-makefile: New module.
23458
23459         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
23460         severaly stripped to make it possible to build it up from scratch
23461         with reliable tests.
23462
23463         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
23464         fixes to permit overriding the default actions when configure and
23465         makefile are not available.
23466
23467 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23468
23469         Sync from coreutils.
23470         * modules/lstat (Depends-on): Don't depend on xalloc.
23471         (License): Change from GPL to LGPL, since this is now simply a
23472         replacement for a libc function.
23473
23474 2006-02-14  Jim Meyering  <jim@meyering.net>
23475
23476         Sync from coreutils.
23477
23478         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
23479         failure on deficient systems, and simplify gnulib lgpl dependencies.
23480         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
23481         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
23482
23483         * lib/xalloc-die.c: Remove unused definition of N_.
23484
23485 2006-02-14  Jim Meyering  <jim@meyering.net>
23486
23487         Sync from coreutils.
23488         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
23489         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
23490         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
23491         double-quote uses of that variable, to accommodate the rare case in
23492         which getmntent is available in none of the libraries checked.  This
23493         happens at least on FreeBSD 5.0.
23494
23495 2006-02-13  Simon Josefsson  <jas@extundo.com>
23496
23497         * gnulib-tool (Usage): Fix --import, from
23498         karl@freefriends.org (Karl Berry).
23499
23500 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23501
23502         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
23503
23504 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
23505
23506         * lib/argp-namefrob.h: Restore changes accidentally lost during the
23507         "autoupdate" on 2005-12-12.
23508
23509 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23510
23511         * modules/closeout (Depends-on): Remove atexit.
23512
23513 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
23514
23515         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
23516         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
23517
23518 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23519
23520         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
23521         __EXTENSIONS__ if this causes compilation to fail.  Problem
23522         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
23523         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
23524
23525 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
23526
23527         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
23528         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
23529         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
23530         All uses changed.
23531
23532 2006-01-26  Simon Josefsson  <jas@extundo.com>
23533
23534         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
23535         prototype is visible on mingw32.
23536
23537         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
23538         for mingw32.
23539
23540         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
23541         mingw32).
23542
23543 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23544
23545         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
23546         attempt to open for write; this always fails, at least on POSIX
23547         hosts.  This reinstates the 2006-01-09 change, which was
23548         inadvertently removed.
23549
23550 2006-01-26  Bruno Haible  <bruno@clisp.org>
23551
23552         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
23553         Reported by Paul Eggert.
23554
23555 2006-01-26  Bruno Haible  <bruno@clisp.org>
23556             Paul Eggert  <eggert@cs.ucla.edu>
23557
23558         * lib/stdbool_.h (_Bool)
23559         [(! (defined __cplusplus || defined __BEOS__)
23560           && !defined __GNUC__
23561           && !(defined __HP_cc || defined __xlc__
23562                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
23563                || defined __sgi))]:
23564         #define to signed char in these cases too; this simplifies
23565         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
23566         etc., separately) and makes it more conservative.
23567
23568 2006-01-25  Simon Josefsson  <jas@extundo.com>
23569
23570         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
23571         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
23572         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
23573
23574 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23575
23576         * lib/argp-namefrob.h: Bugfix. Remove stray #
23577
23578 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23579
23580         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
23581         so that we test the test.
23582         Check for yet another HP-UX cc bug involving *bool |= bool.
23583
23584 2006-01-25  Karl Berry  <karl@gnu.org>
23585
23586         * config/srclist.txt (vasnprintf.c): sync lost.
23587
23588 2006-01-25  Jim Meyering  <jim@meyering.net>
23589
23590         Sync from the stable (b5) branch of coreutils:
23591
23592         * lib/fts.c (fts_children): Don't let close() clobber errno from
23593         failed fchdir().
23594
23595         * lib/fts.c (fts_stat): When following a symlink-to-directory,
23596         don't necessarily interpret stat-fails+lstat-succeeds as indicating
23597         a dangling symlink.  That can also happen at least for ELOOP.
23598         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
23599         FYI, this bug predates the inclusion of fts.c in coreutils.
23600
23601         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
23602         in their own block, so pre-c99 compilers don't object.
23603
23604         Avoid the double-free (first in fts_read, second in fts_close) that
23605         would occur when an `active' directory is made inaccessible (e.g.,
23606         via chmod a-x) during a traversal.
23607         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23608         before returning.  Reproduce this failure by
23609         mkdir -p a/b; cd a; chmod a-x . b
23610         Reported by Stavros Passas.
23611
23612 2006-01-25  Jim Meyering  <jim@meyering.net>
23613
23614         * lib/fileblocks.c: Remove more useless parentheses.
23615         * lib/readutmp.h: Likewise.
23616
23617 2006-01-25  Bruno Haible  <bruno@clisp.org>
23618
23619         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
23620         warnings.
23621         Reported by Paul Eggert.
23622
23623 2006-01-25  Bruno Haible  <bruno@clisp.org>
23624
23625         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
23626         rid of a trap command. For Solaris sh.
23627         Reported by Mark D. Baushke <mdb@gnu.org>.
23628
23629 2006-01-24  Simon Josefsson  <jas@extundo.com>
23630
23631         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
23632         Bruno.
23633
23634 2006-01-24  Karl Berry  <karl@gnu.org>
23635
23636         * config/srclist.txt (argp-namefrob.h): sync lost.
23637
23638 2006-01-24  Jim Meyering  <jim@meyering.net>
23639
23640         * modules/openat (Files): Add lib/intprops.h.
23641         From Mark D. Baushke.
23642
23643 2006-01-24  Jim Meyering  <jim@meyering.net>
23644
23645         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
23646         Reported by Mark D. Baushke.
23647
23648 2006-01-24  Jim Meyering  <jim@meyering.net>
23649
23650         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
23651
23652 2006-01-24  Bruno Haible  <bruno@clisp.org>
23653
23654         * modules/strnlen (Maintainer): Change from glibc to all.
23655
23656 2006-01-24  Bruno Haible  <bruno@clisp.org>
23657
23658         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
23659         Patch by Paul Eggert.
23660
23661 2006-01-24  Bruno Haible  <bruno@clisp.org>
23662
23663         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
23664         already has it.
23665         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
23666         2005-11-26.
23667
23668         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
23669         'signed char' to avoid problems with the built-in _Bool type.
23670         Reported by Paul Eggert on 2005-11-26.
23671
23672 2006-01-24  Bruno Haible  <bruno@clisp.org>
23673
23674         * gnulib-tool (func_import): Avoid constructing complicated sed
23675         expressions inside backquote.
23676         Report and solution by Mark D. Baushke <mdb@gnu.org>.
23677
23678 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
23679
23680         These changes imported from libc.
23681         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
23682         test and two separate function calls.
23683         * lib/strndup.c (__strndup): Add libc_hidden_def.
23684
23685 2006-01-23  Simon Josefsson  <jas@extundo.com>
23686
23687         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
23688         Remove the test_*_SOURCES variable: automake infers it by default.
23689         * modules/tls-tests: Likewise.
23690
23691 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23692
23693         Work around porting bugs reported by Dieter in
23694         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
23695         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
23696         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
23697         Include "getopt.h" first, to check interface.
23698         (getenv): Declare only if defined HAVE_DECL_GETENV &&
23699         !HAVE_DECL_GETENV.
23700         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
23701         (__strndup): Revert to K&R-style function dfns, the glibc style.
23702         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
23703         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
23704         Include strnlen.h first, to get prototype properly.
23705         (strnlen): Renamed from __strnlen.
23706         Remove weak alias.
23707
23708 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23709
23710         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
23711
23712 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23713
23714         * config/srclist.txt: Adjust to reflect glibc reorganization.
23715         This affects only comments.
23716
23717 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23718
23719          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
23720          Reported by Bruce Korb <bkorb@gnu.org>.
23721
23722 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23723
23724         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
23725         to pacify gcc -Wswitch-default.
23726
23727 2006-01-22  Bruno Haible  <bruno@clisp.org>
23728
23729         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
23730         temporary buffer for sprintf, take into account the precision also
23731         for 'd', 'i', 'u', 'o', 'x', 'X'.
23732
23733 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23734
23735         * modules/argp-tests: New module
23736         * tests/test-argp.c: New file
23737         * tests/test-argp-2.sh: New file
23738
23739 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
23740
23741         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
23742         (__argp_base_name): Removed
23743         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
23744         typo.
23745         (__argp_base_name): Provide macro definition or extern declaration
23746         depending on the configuration
23747
23748 2006-01-20  Simon Josefsson  <jas@extundo.com>
23749
23750         * modules/inet_ntop (Depends-on): Depend on sys_socket.
23751
23752 2006-01-20  Simon Josefsson  <jas@extundo.com>
23753
23754         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
23755
23756 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23757
23758         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
23759         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
23760         Suggested by Bruno Haible.
23761
23762 2006-01-20  Karl Berry  <karl@gnu.org>
23763
23764         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
23765         until changes propagate, I guess.
23766
23767 2006-01-19  Simon Josefsson  <jas@extundo.com>
23768
23769         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
23770
23771 2006-01-19  Simon Josefsson  <jas@extundo.com>
23772
23773         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
23774
23775 2006-01-19  Simon Josefsson  <jas@extundo.com>
23776
23777         * gnulib-tool: Set check_PROGRAMS.
23778
23779         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23780         modules/des-tests, modules/gc-arcfour-tests,
23781         modules/gc-arctwo-tests, modules/gc-des-tests,
23782         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23783         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23784         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23785         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23786         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23787         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
23788         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
23789         test_*_SOURCES.
23790
23791 2006-01-18  Simon Josefsson  <jas@extundo.com>
23792
23793         * modules/socklen (Depends-on): Depend on sys_socket.
23794
23795 2006-01-18  Simon Josefsson  <jas@extundo.com>
23796
23797         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23798         modules/des-tests, modules/gc-arcfour-tests,
23799         modules/gc-arctwo-tests, modules/gc-des-tests,
23800         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23801         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23802         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23803         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23804         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23805         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
23806         $(EXEEXT) to automake TESTS variable, for mingw32.
23807
23808 2006-01-17  Simon Josefsson  <jas@extundo.com>
23809
23810         * modules/socklen (Include): Need sys/socket.h.
23811
23812 2006-01-17  Bruno Haible  <bruno@clisp.org>
23813
23814         * modules/ssize_t (Include): Add <sys/types.h>.
23815
23816 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
23817
23818         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
23819         it's not portable and it doesn't work with cross-compiles.
23820         Problem reported by Bruno Haible.  Fix missing-$ typo in
23821         'test "gl_cv_ignore_unused_libraries" ...' that prevented
23822         -zignore from being used with Sun's C compiler.
23823
23824 2006-01-12  Simon Josefsson  <jas@extundo.com>
23825
23826         * lib/base64.c: Fix warning, reported by Bruno Haible
23827         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
23828
23829 2006-01-12  Bruno Haible  <bruno@clisp.org>
23830
23831         * modules/ldd: New file.
23832         * build-aux/ldd.sh.in: New file.
23833         * MODULES.html.sh (Support for building libraries and executables): Add
23834         ldd.
23835
23836 2006-01-12  Bruno Haible  <bruno@clisp.org>
23837
23838         * m4/ldd.m4: New file.
23839
23840 2006-01-12  Bruno Haible  <bruno@clisp.org>
23841
23842         * gnulib-tool (func_import, func_create_testdir): Don't go into an
23843         endless loop while replacing $auxdir with build-aux.
23844
23845 2006-01-11  Simon Josefsson  <jas@extundo.com>
23846
23847         * lib/stdint_.h (SIZE_MAX): Add missing (.
23848
23849 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
23850
23851         Sync from coreutils.
23852         * lib/md5.c: Fix commentary typos.
23853         (alignof, UNALIGNED_P): No need for a GCC-specific version.
23854         * lib/md5.h (__attribute__): Remove; unused.
23855         * lib/sha1.c: Fix commentary to match md5 better.
23856         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
23857         so that we don't need to worry about alignment.  All uses changed.
23858         This merges the 2005-10-28 md5 change into sha1.
23859
23860 2006-01-11  Jim Meyering  <jim@meyering.net>
23861
23862         Sync from coreutils.
23863         * lib/md5.c (OP): Fix spacing.
23864
23865 2006-01-11  Bruno Haible  <bruno@clisp.org>
23866
23867         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23868         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
23869         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
23870
23871 2006-01-11  Bruno Haible  <bruno@clisp.org>
23872
23873         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23874         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
23875         the "early" section as well.
23876
23877 2006-01-11  Bruno Haible  <bruno@clisp.org>
23878
23879         Avoid "ar: no archive members specified" error on MacOS X.
23880         * gnulib-tool (func_modules_add_dummy): New function.
23881         (func_import, func_create_testdir): Invoke it.
23882
23883 2006-01-11  Bruno Haible  <bruno@clisp.org>
23884
23885         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
23886         with $auxdir in AC_CONFIG_FILES statements.
23887
23888 2006-01-11  Bruno Haible  <bruno@clisp.org>
23889
23890         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23891         Initialize also noinst_HEADERS to empty.
23892
23893 2006-01-11  Bruno Haible  <bruno@clisp.org>
23894
23895         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
23896         variables.
23897         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
23898         autoreconf.
23899
23900 2006-01-11  Bruno Haible  <bruno@clisp.org>
23901
23902         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
23903         overridable by the user.
23904         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23905
23906 2006-01-10  Simon Josefsson  <jas@extundo.com>
23907
23908         * modules/sys_socket: New file.
23909
23910 2006-01-10  Simon Josefsson  <jas@extundo.com>
23911
23912         * m4/sys_socket_h.m4: New file.
23913
23914 2006-01-10  Simon Josefsson  <jas@extundo.com>
23915
23916         * lib/socket_.h: New file.
23917
23918 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23919
23920         * modules/readutmp (Maintainer): Add myself.
23921
23922 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23923
23924         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
23925         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
23926         People who are still concerned with buggy memcmp implementations
23927         can invoke gl_FUNC_MEMCMP themselves.
23928
23929 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23930
23931         * lib/regex_internal.h (BITSET_WORD_BITS):
23932         Work around a bug in 64-bit PGC (before version 6.1-2), where the
23933         preprocessor mishandles large unsigned values as if they were signed.
23934         Problem reported by Claudio Fontana in
23935         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
23936
23937 2006-01-10  Jim Meyering  <jim@meyering.net>
23938
23939         Avoid the double-free (first in fts_read, second in fts_close) that
23940         would occur when an `active' directory is made inaccessible (e.g.,
23941         via chmod a-x) during a traversal.
23942         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23943         before returning.  Reproduce this failure by
23944         mkdir -p a/b; cd a; chmod a-x . b
23945         Reported by Stavros Passas.
23946
23947         Sync from coreutils.
23948         * lib/sha1.c: Tweak grammar in a comment.
23949
23950 2006-01-10  Jim Meyering  <jim@meyering.net>
23951
23952         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
23953         Patch by Joerg Sonnenberger.
23954
23955 2006-01-10  Bruno Haible  <bruno@clisp.org>
23956
23957         * modules/readutmp: Depend on module free.
23958         * modules/strtok_r: Depend on module restrict.
23959
23960 2006-01-10  Bruno Haible  <bruno@clisp.org>
23961
23962         * modules/gettext (configure.ac): Add an invocation of
23963         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
23964
23965 2006-01-10  Bruno Haible  <bruno@clisp.org>
23966
23967         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
23968         Reported by Werner Lemberg <wl@gnu.org>.
23969
23970 2006-01-10  Bruno Haible  <bruno@clisp.org>
23971
23972         * lib/localcharset.c: Update from GNU gettext.
23973
23974 2006-01-10  Bruno Haible  <bruno@clisp.org>
23975
23976         * lib/argp.h (__const): Remove macro. Use const instead.
23977         * lib/argp-fmtstream.h (__const): Likewise.
23978         * lib/glob_.h (__const): Remove macro.
23979         * lib/glob-libc.h: Use const instead of __const.
23980
23981 2006-01-10  Bruno Haible  <bruno@clisp.org>
23982
23983         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
23984         variable.
23985         Needed to avoid an automake error regarding the 'gettext' module.
23986
23987 2006-01-09  Simon Josefsson  <jas@extundo.com>
23988
23989         * modules/inet_ntop (Depends-on): Add restrict.
23990
23991 2006-01-09  Simon Josefsson  <jas@extundo.com>
23992
23993         * modules/gc-rijndael-tests (License): Put under LGPL.
23994
23995         * modules/gc-des-tests (License): Likewise.
23996
23997         * modules/gc-arcfour-tests (License): Likewise.
23998
23999         * modules/gc-arctwo-tests (License): Likewise.
24000
24001         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24002
24003         * modules/gc-hmac-sha1-tests (Files): Likewise.
24004
24005         * modules/gc-hmac-md5-tests (License): Likewise.
24006
24007         * modules/gc-sha1-tests (License): Likewise.
24008
24009         * modules/gc-md5-tests (License): Likewise.
24010
24011         * modules/gc-md4-tests (License): Likewise.
24012
24013         * modules/gc-md2-tests (License): Likewise.
24014
24015         * modules/gc-tests (License): Likewise.
24016
24017         * modules/des-tests (License): Likewise.
24018
24019         * modules/md4-tests (License): Likewise.
24020
24021         * modules/md2-tests (License): Likewise.
24022
24023 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24024
24025         Sync from coreutils:
24026
24027         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24028         * modules/lib-ignore: New file.
24029         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24030         chdir-safer.m4, lchmod.m4.
24031         * modules/openat: Add mkdirat.c, openat-priv.h.
24032
24033 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24034
24035         Sync from coreutils.
24036         * m4/lib-ignore.m4: New file.
24037         * m4/lchmod.m4: New file.
24038
24039 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24040
24041         Sync from coreutils.
24042         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24043         for write access: POSIX says that must fail.
24044         * lib/fts.c (diropen): Likewise.
24045         * lib/save-cwd.c (save_cwd): Likewise.
24046         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24047         well, for minor improvements on hosts that lack O_DIRECTORY.
24048         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24049         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24050         Fall back on chown if open failed with EACCES.
24051
24052         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24053         Report an error at compile-time if only a 1-second nominal clock
24054         resolution is found.
24055
24056         * lib/lchmod.h: New file.
24057         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24058         (make_dir_parents): Use lchown rather than chown, and
24059         lchmod rather than chmod.
24060
24061         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24062         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24063         "proc" reported by n0dalus.
24064
24065         * lib/mountlist.c: Include <limits.h>.
24066         (dev_from_mount_options)
24067         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24068         New function.  It no longer assumes "dev=" has the System V meaning
24069         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24070         (read_file_system_list)
24071         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24072         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24073         dev= in that case.
24074
24075         * lib/posixtm.h (PDS_PRE_2000): New macro.
24076         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24077         allow_century.  All usages changed.  Reject dates outside the range
24078         1969-1999 if PDS_PRE_2000 is used.
24079
24080 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24081
24082         Sync from coreutils.
24083         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24084         (Time of day items): Mention the possibility of leap seconds.
24085         Problem reported by Dr. David Alan Gilbert.
24086
24087 2006-01-09  Jim Meyering  <jim@meyering.net>
24088
24089         Sync from coreutils.
24090
24091         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24092
24093         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24094
24095         * lib/modechange.c (mode_compile): Reject an invalid mode string
24096         that starts with an octal digit.  From Andreas Gruenbacher.
24097
24098         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24099         and dup to open_safer and dup_safer, respectively.
24100         (openat_permissive): Fix typo in comment.
24101
24102         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24103         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24104         (_): Remove; no longer needed.
24105         (openat): Renamed from rpl_openat; no need for rpl_openat
24106         since openat.h renames openat for us.
24107         Replace most of the body with a call to openat_permissive,
24108         to avoid duplicate code.
24109         Port to (probably hypothetical) environments were mode_t is
24110         wider than int.
24111         (openat_permissive): Require mode arg, so that we can check
24112         types better.  Put it just after flags.  Change cwd failure
24113         indicator from pointer-to-bool to pointer-to-errno-value.
24114         All callers changed.
24115         Invoke openat_save_fail and/or openat_restore_fail if
24116         cwd_errno is null, so that openat can call us.
24117         (openat_permissive, fdopendir, fstatat, unlinkat):
24118         Simplify errno handling to avoid some duplicate code,
24119         as it's OK to set errno on success.
24120         * lib/openat.h: Revamp code so that function macros depend on
24121         __OPENAT_PREFIX only, not also on AT_FDCWD.
24122         (openat_ro): Remove.  Caller changed to use openat_permissive.
24123         (openat_permissive): Now a macro, if not a function.
24124         (openat_restore_fail, openat_save_fail): Now always functions,
24125         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24126
24127         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24128         and openat.c.
24129         * lib/mkdirat.c: Include openat-priv.h.
24130         Remove definitions of macros defined therein.
24131         * lib/openat.c: Likewise.
24132
24133         * lib/mkdirat.c (mkdirat): New file and function.
24134         * lib/openat.h (mkdirat): Declare.
24135
24136         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24137
24138         * lib/openat.h (openat_permissive): Declare.
24139         (openat_ro): Define.
24140
24141         * lib/openat.c (EXPECTED_ERRNO): New macro.
24142         (openat_permissive): New function -- used in remove.c rewrite.
24143         (all functions): Set errno just before returning, only if there
24144         was an actual failure.
24145         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24146
24147         Emulate openat-family functions using Linux's procfs, if possible.
24148         Idea and some code based on Ulrich Drepper's glibc changes.
24149
24150         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24151         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24152         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24153         before falling back on save_cwd and restore_cwd.
24154         (fdopendir, fstatat, unlinkat): Likewise.
24155
24156         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24157         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24158
24159         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24160         as second argument to va_arg.  Otherwise, some versions of gcc
24161         warn that `if this code is reached, the program will abort'.
24162
24163 2006-01-09  Jim Meyering  <jim@meyering.net>
24164
24165         Sync from coreutils.
24166         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24167         Require openat-priv.h.
24168
24169 2006-01-09  Bruno Haible  <bruno@clisp.org>
24170
24171         * modules/strnlen (Include): Use strnlen.h.
24172
24173 2006-01-09  Bruno Haible  <bruno@clisp.org>
24174
24175         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24176
24177 2006-01-09  Bruno Haible  <bruno@clisp.org>
24178
24179         * lib/sysexit_.h (EX_OK): New macro.
24180         Suggested by Martin Lambers <marlam@marlam.de>.
24181
24182 2006-01-09  Bruno Haible  <bruno@clisp.org>
24183
24184         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24185         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24186
24187 2006-01-09  Bruno Haible  <bruno@clisp.org>
24188
24189         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24190         numbers.
24191
24192 2006-01-09  Bruno Haible  <bruno@clisp.org>
24193
24194         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24195         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24196         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24197         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24198
24199 2006-01-09  Bruno Haible  <bruno@clisp.org>
24200
24201         * build-aux/javacomp.sh.in: New file, moved from lib/.
24202         * modules/javacomp-script (Files): Update.
24203         (configure.ac): Add AC_CONFIG_FILES invocation.
24204         (EXTRA_DIST): Remove variable.
24205
24206         * build-aux/javaexec.sh.in: New file, moved from lib/.
24207         * modules/javaexec (Files): Update.
24208         (configure.ac): Add AC_CONFIG_FILES invocation.
24209         (EXTRA_DIST): Remove javaexec.sh.in.
24210
24211         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24212         * modules/csharpcomp-script (Files): Update.
24213         (configure.ac): Add AC_CONFIG_FILES invocation.
24214         (EXTRA_DIST): Remove variable.
24215
24216         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24217         * modules/csharpexec (Files): Update.
24218         (configure.ac): Add AC_CONFIG_FILES invocation.
24219         (EXTRA_DIST): Remove csharpexec.sh.in.
24220
24221 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24222
24223         Sync from coreutils.
24224
24225         Add POSIX ACL support
24226         * lib/acl.h (copy_acl, set_acl): Add declarations.
24227         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24228         systems other than Linux.
24229         (chmod_or_fchmod): New function: use fchmod when possible,
24230         and chmod otherwise.
24231         (file_has_acl): Add a POSIX ACL implementation, with a
24232         Linux-specific subcase.
24233         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24234         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24235         acls are unsupported.
24236         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24237         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24238         are unsupported.
24239
24240 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24241
24242         Sync from coreutils.
24243         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24244
24245 2006-01-07  Bruno Haible  <bruno@clisp.org>
24246
24247         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24248         gl_EARLY.
24249
24250 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24251
24252         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24253         Problem reported for Mingw by Mark Junker.
24254
24255 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24256
24257         * README: Gnulib normally doesn't generate a tarball.
24258
24259 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24262         long int, not int, for nanosecond counts, so that people who are
24263         used to POSIX struct timespec won't be surprised.  Reported by Jim
24264         Meyering.
24265
24266 2005-12-28  Bruno Haible  <bruno@clisp.org>
24267
24268         * build-aux/config.rpath: Update from GNU gettext.
24269
24270 2005-12-16  Jim Meyering  <jim@meyering.net>
24271
24272         * modules/fprintftime: New module.
24273         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24274
24275 2005-12-16  Jim Meyering  <jim@meyering.net>
24276
24277         * m4/fprintftime.m4: New file.
24278
24279 2005-12-16  Jim Meyering  <jim@meyering.net>
24280
24281         * lib/fprintftime.c, lib/fprintftime.h: New files.
24282
24283 2005-12-15  Simon Josefsson  <jas@extundo.com>
24284
24285         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24286         new m4/socklen.m4.
24287
24288 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24289
24290         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24291         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24292
24293 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24294
24295         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24296         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24297         struct uparams is valid. Fall back to the default values if it is
24298         not.
24299
24300 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24301
24302         * modules/argp (Files): Add argp-pin.c
24303         (Depends-on): dirname
24304         (lib_SOURCES): Add argp-pin.c
24305
24306 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24307
24308         * m4/argp.m4:  Check if program_invocation_name and
24309         program_invocation_short_name are declared and define appropriate
24310         macros if they are not.
24311
24312 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24313
24314         * lib/argp-help.c (__argp_base_name): New function
24315         (__argp_short_program_name): Rewrite using __argp_base_name
24316         * lib/argp-namefrob.h: Define program_invocation_name and
24317         program_invocation_short_name if requested
24318         (__argp_base_name): Add prototype
24319         * lib/argp-parse.c (argp_def): Use gettext wrappers
24320         (argp_default_parser): Use __argp_base_name
24321         * lib/argp-pin.c: New file. Defines program_invocation_name and
24322         program_invocation_short_name on systems that lack them.
24323
24324 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24325
24326         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24327         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24328         porting problem reported by Georg Schwarz in
24329         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24330
24331 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24332
24333         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24334         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24335         porting problem reported by Georg Schwarz in
24336         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24337
24338 2005-12-05  Bruno Haible  <bruno@clisp.org>
24339
24340         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24341         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24342         Reported by Mark Junker <mjscod@gmx.de>.
24343
24344 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24345
24346         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24347         Use implementation from Albert Chin, with some
24348         comments/corrections by Stepan Kasal and myself.
24349
24350 2005-12-02  Bruno Haible  <bruno@clisp.org>
24351
24352         * gnulib-tool (func_import): Accept GPLed build tool modules when
24353         --lgpl is given.
24354         * modules/csharpcomp-script: New file.
24355         * modules/csharpcomp: Depend on it.
24356         * modules/javacomp-script: New file.
24357         * modules/javacomp: Depend on it.
24358         Suggested by Simon Josefsson.
24359
24360 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24361
24362         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24363         statement, to work around an HP-UX 10.20 compiler bug reported by
24364         Peter O'Gorman.
24365
24366 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24367
24368         * modules/savedir (Depends-on): Add openat.
24369
24370 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24371
24372         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24373         (uintmax_t) [defined uintmax_t]: Do not declare.
24374         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24375         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24376         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24377         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24378         sake of portability to weird hosts that C allows (though we don't
24379         know of any practical examples).
24380
24381         * lib/savedir.h (fdsavedir): New decl.
24382         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24383         contains most of the former guts of savedir.
24384         (savedir): Use savedirstream.
24385         Include "openat.h".
24386
24387 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24388
24389         * modules/obstack (Files): Add m4/ulonglong.m4.
24390         Problem reported by Davide Angelocola.
24391
24392 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24395         coreutils no longer futzes with rounding modes.
24396
24397 2005-11-14  Jim Meyering  <jim@meyering.net>
24398
24399         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24400         replacement of mkstemp.
24401
24402 2005-11-10  Simon Josefsson  <jas@extundo.com>
24403
24404         * lib/readline.c: Remove EOL.
24405
24406 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24407
24408         * modules/gethrxtime (Depends-on): Add gettime.
24409
24410 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24413         or gettimeofday; no longer needed.
24414
24415 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24416
24417         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24418         time business.
24419         (gethrxtime) [! (HAVE_NANOUPTIME
24420         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24421         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24422         our own approximation.
24423
24424 2005-11-08  Eric Blake  <ebb9@byu.net>
24425
24426         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24427
24428 2005-11-08  Eric Blake  <ebb9@byu.net>
24429
24430         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24431
24432 2005-11-04  Bruno Haible  <bruno@clisp.org>
24433
24434         * gnulib-tool: Implement --update mode.
24435
24436 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24437
24438         Fix porting problem reported by Theodoros V. Kalamatianos.
24439         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24440         Don't assume that futimes failing means we must fail.
24441
24442 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24443
24444         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24445         variables to suggest the intended function of the PATH_MAX check.
24446
24447 2005-10-30  Kean Johnston  <jkj@sco.com>
24448
24449         Trivial changes to support SCO systems.
24450         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24451         as PATH_MAX.
24452         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24453         where __ptr is null when no I/O is pending.
24454
24455 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24456
24457         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
24458         leave errno alone.  Problem reported by Dmitry V. Levin.
24459
24460 2005-10-28  Simon Josefsson  <jas@extundo.com>
24461
24462         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
24463         Test more.
24464
24465         * tests/test-gc-md2.c, tests/test-md2.c: New files.
24466
24467         * modules/md2, modules/md2-tests: New files.
24468
24469 2005-10-28  Simon Josefsson  <jas@extundo.com>
24470
24471         * m4/inet_ntop.m4: More tests.
24472
24473         * m4/gc-md2.m4, md2.m4: New file.
24474
24475 2005-10-28  Simon Josefsson  <jas@extundo.com>
24476
24477         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
24478         "restrict" keywords, as per POSIX.  Protect the function
24479         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
24480         Don't use K&R prototypes.  Check the sprintf return values.
24481         Re-define EAFNOSUPPORT if not present.  Indent.
24482
24483         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
24484         suggested by Bruno Haible <bruno@clisp.org>.
24485
24486         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
24487
24488         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
24489
24490         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
24491         libgcrypt).
24492
24493         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
24494
24495         * lib/md2.h, lib/md2.c: New files.
24496
24497 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
24500         errno alone.  Problem reported by Frederic Jolliton.
24501
24502 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24503
24504         * modules/verify (License): Change from GPL to LGPL.  This is a
24505         tiny module and there are apparently near-equivalents that are
24506         under the BSD license.
24507
24508 2005-10-24  Simon Josefsson  <jas@extundo.com>
24509
24510         * modules/sha1: Relicense to LGPL.
24511
24512 2005-10-24  Simon Josefsson  <jas@extundo.com>
24513
24514         * lib/md4.h: Shrink buffer size, now that we changed the type.
24515
24516 2005-10-23  Simon Josefsson  <jas@extundo.com>
24517
24518         * gnulib-tool (func_import): Fix --tests-base.
24519
24520 2005-10-22  Simon Josefsson  <jas@extundo.com>
24521
24522         * modules/arcfour (Depends-on): Need stdint.
24523
24524 2005-10-22  Simon Josefsson  <jas@extundo.com>
24525
24526         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
24527         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
24528
24529 2005-10-22  Simon Josefsson  <jas@extundo.com>
24530
24531         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
24532         suggested by Bruno Haible <bruno@clisp.org>.
24533
24534 2005-10-22  Simon Josefsson  <jas@extundo.com>
24535
24536         * lib/crc.h: Include stddef.h, for size_t.
24537
24538 2005-10-22  Simon Josefsson  <jas@extundo.com>
24539
24540         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
24541         arcfour_context struct (simplify test vector testing in GNU
24542         Shishi).
24543
24544 2005-10-21  Simon Josefsson  <jas@extundo.com>
24545
24546         * modules/des, modules/des-tests: New files.
24547
24548         * modules/gc-des, modules/gc-des-tests: New files.
24549
24550         * tests/test-des.c, tests/test-gc-des.c: New file.
24551
24552 2005-10-21  Simon Josefsson  <jas@extundo.com>
24553
24554         * modules/arctwo, modules/arctwo-tests: New files.
24555
24556         * tests/test-arctwo.c: New file.
24557
24558         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
24559
24560         * tests/test-gc-arctwo.c: New file.
24561
24562 2005-10-21  Simon Josefsson  <jas@extundo.com>
24563
24564         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
24565         Bruno Haible <bruno@clisp.org>.
24566
24567         * m4/gc-des.m4: New file.
24568
24569 2005-10-21  Simon Josefsson  <jas@extundo.com>
24570
24571         * m4/arctwo.m4: New file.
24572
24573         * m4/gc-arctwo.m4: New file.
24574
24575 2005-10-21  Simon Josefsson  <jas@extundo.com>
24576
24577         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
24578         block.
24579
24580 2005-10-21  Simon Josefsson  <jas@extundo.com>
24581
24582         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
24583         <bruno@clisp.org>.
24584
24585         * lib/hmac-sha1.c (hmac_sha1): Likewise.
24586
24587         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
24588         Bruno Haible <bruno@clisp.org>.
24589
24590         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
24591         <bruno@clisp.org>.
24592
24593 2005-10-21  Simon Josefsson  <jas@extundo.com>
24594
24595         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
24596
24597 2005-10-21  Simon Josefsson  <jas@extundo.com>
24598
24599         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
24600
24601 2005-10-21  Simon Josefsson  <jas@extundo.com>
24602
24603         * lib/des.h, lib/des.c: New files.
24604
24605         * lib/gc-gnulib.c: Support DES.c
24606
24607 2005-10-21  Simon Josefsson  <jas@extundo.com>
24608
24609         * lib/arctwo.h, lib/arctwo.c: New files.
24610
24611         * lib/gc-gnulib.c: Support ARCTWO.
24612
24613 2005-10-21  Simon Josefsson  <jas@extundo.com>
24614
24615         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
24616         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24617
24618 2005-10-21  Simon Josefsson  <jas@extundo.com>
24619
24620         * gnulib-tool (func_import, func_create_testdir): Define automake
24621         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
24622         Makefile.am snippet),
24623         suggested by Bruno Haible <bruno@clisp.org>.
24624
24625         * modules/gc (Makefile.am): Use it.
24626
24627 2005-10-21  Bruno Haible  <bruno@clisp.org>
24628
24629         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
24630         patch.
24631
24632 2005-10-19  Simon Josefsson  <jas@extundo.com>
24633
24634         * tests/test-gc-rijndael.c: New file.
24635
24636         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
24637
24638 2005-10-19  Simon Josefsson  <jas@extundo.com>
24639
24640         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
24641         interface too.
24642
24643 2005-10-19  Simon Josefsson  <jas@extundo.com>
24644
24645         * tests/test-gc-arcfour.c: New file.
24646
24647         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
24648
24649 2005-10-19  Simon Josefsson  <jas@extundo.com>
24650
24651         * modules/gc-md4, modules/gc-md4-tests: New file.
24652
24653         * tests/test-gc-md4.c: New file.
24654
24655 2005-10-19  Simon Josefsson  <jas@extundo.com>
24656
24657         * m4/gc-md4.m4: New file.
24658
24659 2005-10-19  Simon Josefsson  <jas@extundo.com>
24660
24661         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
24662         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
24663         <kasal@ucw.cz>.
24664
24665 2005-10-19  Simon Josefsson  <jas@extundo.com>
24666
24667         * m4/gc-arcfour.m4: New file.
24668
24669         * m4/gc-rijndael.m4: New file.
24670
24671 2005-10-19  Simon Josefsson  <jas@extundo.com>
24672
24673         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
24674
24675 2005-10-19  Simon Josefsson  <jas@extundo.com>
24676
24677         * lib/gc-gnulib.c: Support ARCFOUR.
24678
24679 2005-10-19  Simon Josefsson  <jas@extundo.com>
24680
24681         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
24682         support.
24683
24684         * lib/gc.h: Add ECB enum type.
24685
24686         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
24687
24688 2005-10-18  Simon Josefsson  <jas@extundo.com>
24689
24690         * tests/test-md5.c: New file.
24691
24692         * modules/md5-tests: New file.
24693
24694 2005-10-18  Simon Josefsson  <jas@extundo.com>
24695
24696         * tests/test-md4.c: New file.
24697
24698         * modules/md4, modules/md4-tests: New files.
24699
24700 2005-10-18  Simon Josefsson  <jas@extundo.com>
24701
24702         * m4/md4.m4: New file.
24703
24704 2005-10-18  Simon Josefsson  <jas@extundo.com>
24705
24706         * lib/md4.h, lib/md4.c: New files, based on md5.?.
24707
24708 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
24709
24710         * gnulib-tool (func_create_testdir): Omit the second check whether
24711         BUILT_SOURCES in nonempty.
24712
24713 2005-10-17  Simon Josefsson  <jas@extundo.com>
24714
24715         * tests/test-rijndael.c: New file.
24716
24717 2005-10-17  Simon Josefsson  <jas@extundo.com>
24718
24719         * modules/sha1: Depend on stdint instead of md5.
24720
24721         * modules/md5: Depend on stdint, remove uint32_t.
24722
24723 2005-10-17  Simon Josefsson  <jas@extundo.com>
24724
24725         * modules/gc-sha1-tests: New file.
24726
24727         * tests/test-gc-sha1.c: New file.
24728
24729 2005-10-17  Simon Josefsson  <jas@extundo.com>
24730
24731         * m4/md5.m4: Remove call to uint32_t.m4.
24732
24733 2005-10-17  Simon Josefsson  <jas@extundo.com>
24734
24735         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
24736
24737         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
24738         md5.h.
24739
24740         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
24741
24742         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
24743
24744 2005-10-17  Simon Josefsson  <jas@extundo.com>
24745
24746         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
24747
24748 2005-10-17  Simon Josefsson  <jas@extundo.com>
24749
24750         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
24751
24752 2005-10-17  Simon Josefsson  <jas@extundo.com>
24753
24754         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
24755
24756         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
24757
24758 2005-10-17  Bruno Haible  <bruno@clisp.org>
24759
24760         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
24761         that it can also be used in a test.
24762
24763 2005-10-16  Bruno Haible  <bruno@clisp.org>
24764
24765         * gnulib-tool (func_emit_tests_Makefile_am): Also define
24766         TESTS_ENVIRONMENT, so that individual tests can augment it.
24767
24768         * gnulib-tool (func_create_testdir): Use an intermediate target for
24769         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
24770         macros, like $(ALLOCA_H), which cannot be passed through the command
24771         line.
24772
24773 2005-10-15  Simon Josefsson  <jas@extundo.com>
24774
24775         * modules/rijndael-tests: New file.
24776
24777         * modules/rijndael: New file.
24778
24779 2005-10-15  Simon Josefsson  <jas@extundo.com>
24780
24781         * m4/rijndael.m4: New file.
24782
24783 2005-10-15  Simon Josefsson  <jas@extundo.com>
24784
24785         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
24786
24787         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
24788
24789 2005-10-14  Simon Josefsson  <jas@extundo.com>
24790
24791         * tests/test-arcfour.c: New file.
24792
24793         * modules/arcfour, modules/arcfour-tests: New files.
24794
24795 2005-10-14  Simon Josefsson  <jas@extundo.com>
24796
24797         * m4/arcfour.m4: New file.
24798
24799 2005-10-14  Simon Josefsson  <jas@extundo.com>
24800
24801         * lib/arcfour.h, lib/arcfour.c: New files.
24802
24803 2005-10-14  Roland McGrath  <roland@redhat.com>
24804
24805         Import from libc.  [BZ #1331]
24806         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
24807         macro argument.
24808         Reported by Matej Vela <vela@debian.org>.
24809
24810 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24811
24812         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
24813         include <wchar.h>; no longer needed.
24814
24815 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24816
24817         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
24818
24819 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
24820         and  Ulrich Drepper  <drepper@redhat.com>
24821
24822         Import from libc.
24823         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
24824         instead of inline stream orientation test and two separate
24825         function calls.  Pay no attention to USE_IN_LIBIO.
24826
24827 2005-10-13  Simon Josefsson  <jas@extundo.com>
24828
24829         * modules/gc-hmac-md5-tests: New file.
24830
24831         * tests/test-gc-hmac-sha1.c: New file.
24832
24833         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
24834
24835         * modules/gc-hmac-md5-tests: New file.
24836
24837         * tests/test-gc-md5.c: New file.
24838
24839         * modules/gc-md5-tests: New file.
24840
24841 2005-10-13  Simon Josefsson  <jas@extundo.com>
24842
24843         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
24844         Move memory allocation outside of loop.
24845
24846 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
24847
24848         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
24849         intermediate directory is in a read-only file system.  Problem
24850         reported by Eric Blake.
24851
24852 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
24853
24854         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
24855
24856 2005-10-12  Simon Josefsson  <jas@extundo.com>
24857
24858         * tests/test-hmac-sha1.c: New file.
24859
24860         * modules/hmac-sha1-tests: New file.
24861
24862         * modules/hmac-sha1: New file.
24863
24864 2005-10-12  Simon Josefsson  <jas@extundo.com>
24865
24866         * modules/gc-sha1: New file.
24867
24868 2005-10-12  Simon Josefsson  <jas@extundo.com>
24869
24870         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
24871
24872         * tests/test-gc-pbkdf2-sha1.c: New file.
24873
24874 2005-10-12  Simon Josefsson  <jas@extundo.com>
24875
24876         * modules/gc-md5, modules/gc-hmac-md5: New files.
24877
24878         * modules/gc (Files): Remove md5, memxor and hmac files.
24879
24880 2005-10-12  Simon Josefsson  <jas@extundo.com>
24881
24882         * m4/gc-pbkdf2-sha1.m4: New file.
24883
24884         * m4/gc-hmac-sha1.m4: New file.
24885
24886         * m4/gc-sha1: New file.
24887
24888         * m4/hmac-sha1.m4: New file.
24889
24890 2005-10-12  Simon Josefsson  <jas@extundo.com>
24891
24892         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
24893
24894         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
24895
24896 2005-10-12  Simon Josefsson  <jas@extundo.com>
24897
24898         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
24899         suggested by Bruno Haible <bruno@clisp.org>.
24900
24901 2005-10-12  Simon Josefsson  <jas@extundo.com>
24902
24903         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
24904
24905 2005-10-12  Simon Josefsson  <jas@extundo.com>
24906
24907         * lib/gc-pbkdf2-sha1.c: New file.
24908
24909         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
24910
24911 2005-10-12  Simon Josefsson  <jas@extundo.com>
24912
24913         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
24914
24915         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
24916
24917 2005-10-12  Simon Josefsson  <jas@extundo.com>
24918
24919         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
24920         GC_USE_HMAC_MD5, respectively.
24921
24922         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
24923         (gc_md5): Fix typo.
24924
24925         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
24926
24927         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
24928
24929         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
24930
24931 2005-10-12  Bruno Haible  <bruno@clisp.org>
24932
24933         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
24934         Reported by Stepan Kasal <kasal@ucw.cz>.
24935
24936 2005-10-11  Simon Josefsson  <jas@extundo.com>
24937
24938         * tests/test-crc.c: New file.
24939
24940         * modules/crc, modules/crc-tests: New files.
24941
24942 2005-10-11  Simon Josefsson  <jas@extundo.com>
24943
24944         * m4/crc.m4: New file.
24945
24946 2005-10-11  Simon Josefsson  <jas@extundo.com>
24947
24948         * lib/gc.h: Add gc_hash and gc_hash_buffer.
24949
24950         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
24951
24952         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
24953
24954 2005-10-11  Simon Josefsson  <jas@extundo.com>
24955
24956         * lib/crc.h, lib/crc.c: New files.
24957
24958         * lib/gc.h (gc_hash_buffer): Add doc.
24959
24960 2005-10-11  Bruno Haible  <bruno@clisp.org>
24961
24962         * modules/c-strcasestr: New file.
24963         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
24964
24965 2005-10-11  Bruno Haible  <bruno@clisp.org>
24966
24967         * modules/c-strcase: New file.
24968         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
24969
24970 2005-10-11  Bruno Haible  <bruno@clisp.org>
24971
24972         * lib/strcasecmp.c: Include limits.h.
24973         (strcasecmp): Avoid integer overflow on exotic platforms.
24974         * lib/strncasecmp.c: Include limits.h.
24975         (strncasecmp): Avoid integer overflow on exotic platforms.
24976         Reported by Paul Eggert.
24977
24978 2005-10-11  Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/c-strcasestr.h: New file, from GNU gettext.
24981         * lib/c-strcasestr.c: New file, from GNU gettext.
24982
24983 2005-10-11  Bruno Haible  <bruno@clisp.org>
24984
24985         * lib/c-strcase.h: New file, from GNU gettext.
24986         * lib/c-strcasecmp.c: New file, from GNU gettext.
24987         * lib/c-strncasecmp.c: New file, from GNU gettext.
24988
24989 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24990
24991         * modules/mempcpy (License): GPL -> LGPL.
24992         * modules/strchrnul (License): Likewise.
24993         * modules/sysexits (License): Likewise.
24994
24995 2005-10-08  Simon Josefsson  <jas@extundo.com>
24996
24997         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
24998
24999 2005-10-07  Simon Josefsson  <jas@extundo.com>
25000
25001         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25002
25003 2005-10-06  Simon Josefsson  <jas@extundo.com>
25004
25005         * tests/test-hmac-md5.c: New file.
25006
25007         * modules/hmac-md5-tests: New file.
25008
25009         * modules/hmac-md5: New file.
25010
25011 2005-10-06  Simon Josefsson  <jas@extundo.com>
25012
25013         * m4/hmac-md5.m4: New file.
25014
25015         * m4/memxor.m4: Require gl_C_RESTRICT.
25016
25017 2005-10-06  Simon Josefsson  <jas@extundo.com>
25018
25019         * lib/memxor.c (memxor): Avoid casts and warnings.
25020
25021 2005-10-06  Simon Josefsson  <jas@extundo.com>
25022
25023         * lib/hmac-md5.c: New file.
25024
25025         * lib/hmac.h: New file.
25026
25027 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25028
25029         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25030         promotes to int, not unsigned int, to catch the AIX 5.3
25031         compiler bug.
25032
25033 2005-10-05  Simon Josefsson  <jas@extundo.com>
25034
25035         * modules/memxor: New file.
25036
25037         * modules/iconv (Files): Move config.rpath to havelib, it is used
25038         there.
25039
25040         * modules/havelib (Files): Add config.rpath.
25041
25042 2005-10-05  Simon Josefsson  <jas@extundo.com>
25043
25044         * m4/memxor.m4: New file.
25045
25046 2005-10-05  Simon Josefsson  <jas@extundo.com>
25047
25048         * lib/memxor.c (memxor): Fix compiler error.
25049
25050         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25051         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25052
25053         * lib/memxor.h, lib/memxor.c: New files.
25054
25055         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25056         we assume all systems have it, suggested by Jim Meyering
25057         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25058         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25059         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25060         same reasons.
25061
25062 2005-10-05  Simon Josefsson  <jas@extundo.com>
25063
25064         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25065
25066 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25067
25068         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25069         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25070         needed, since the source code now assumes these .h files.
25071
25072 2005-10-05  Derek Price  <derek@ximbiot.com>
25073
25074         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25075
25076 2005-10-05  Bruno Haible  <bruno@clisp.org>
25077
25078         * modules/stdint (License): Change to LGPL.
25079
25080 2005-10-04  Simon Josefsson  <jas@extundo.com>
25081
25082         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25083         D. Baushke" <mdb@gnu.org>.
25084
25085 2005-10-04  Bruno Haible  <bruno@clisp.org>
25086
25087         * lib/verify.h (verify_true): Provide alternative definition for C++.
25088
25089 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25090
25091         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25092         (SSIZE_MAX): New macro, if not already defined.
25093         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25094         than 2 GiB.
25095
25096 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         Sync from coreutils.
25099         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25100         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25101         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25102         ULLONG_MAX doesn't work with 2.7.2.1.
25103
25104 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25105
25106         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25107         From Ben Pfaff.
25108
25109         * modules/exclude (Depends-on): Depend on verify.
25110         * modules/strtoimax (Depends-on): Likewise.
25111         * modules/utimecmp (Depends-on): Likewise.
25112
25113 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25114
25115         * lib/exclude.c: Include verify.h.
25116         (verify): Remove.  All callers changed to use verify.h's version.
25117         * lib/strtoimax.c: Likewise.
25118         * lib/utimecmp.c: Likewis.e
25119
25120         Sync from coreutils.
25121         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25122         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25123         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25124         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25125         bother returning ENOSYS if settimeofday or stime fails; just let
25126         them return whatever errno they want to return.
25127         * lib/utimens.c: Include unistd.h, for dup2.
25128         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25129         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25130
25131 2005-10-02  Jim Meyering  <jim@meyering.net>
25132
25133         Sync from coreutils.
25134         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25135         from glibc-2.2.5 that fails for read-only files.
25136
25137 2005-10-02  Jim Meyering  <jim@meyering.net>
25138
25139         Sync from coreutils.
25140         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25141         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25142         `#if HAVE_CONFIG_H'.
25143         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25144         Remove AT_FDCWD test.
25145         Do not consume the fd unless successful.
25146         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25147         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25148         block, so that we don't even try to compile it if settimeofday is
25149         available.  This works around a compilation failure on OSF1 V5.1,
25150         due to stime requiring a `long int*' while tv_sec is `int'.
25151
25152 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25153
25154         Sync from coreutils.
25155         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25156         against `yes', rather than just testing for nonempty.
25157
25158 2005-10-01  Simon Josefsson  <jas@extundo.com>
25159
25160         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25161         and Darwin.
25162
25163         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25164         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25165         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25166         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25167         Check if struct addrinfo is declared.
25168
25169 2005-10-01  Simon Josefsson  <jas@extundo.com>
25170
25171         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25172         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25173         AI_* and EAI_* definitions.  Protect function declarations.
25174
25175 2005-10-01  Jim Meyering  <jim@meyering.net>
25176
25177         Sync from coreutils.
25178
25179         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25180         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25181         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25182         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25183         in the inet and nsl libraries.  Required on Solaris 5.7.
25184
25185 2005-10-01  Jim Meyering  <jim@meyering.net>
25186
25187         Sync from coreutils.
25188         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25189         in the inet and nsl libraries.  Required on Solaris 5.7.
25190
25191 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25192
25193         * lib/getdelim.c (getdelim): Remove unused variables.
25194
25195 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25196
25197         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25198         so that the code works even with ancient cpp.  Portability problem
25199         with GCC 2.7.2.1 reported by Thomas M.Ott.
25200
25201 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25202
25203         * modules/regex (Depends-on): Add strcase.
25204
25205         * modules/gethostname (Licence): Change from GPL to LGPL, since
25206         gethostname.c is a trivial implementation of a standard library
25207         function.
25208         * modules/poll (License): Change from GPL to LGPL, since it's
25209         derived from LGPL code.
25210
25211 2005-09-27  Jim Meyering  <jim@meyering.net>
25212
25213         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25214         HAVE_CONFIG_H.
25215
25216         * lib/intprops.h (signed_type_or_expr__): Define.
25217         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25218         for unsigned types.
25219
25220 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25221
25222         * lib/verify.h (verify_expr): Remove, replacing with:
25223         (verify_true): New macro that returns true instead of void.
25224         (verify_type__): Remove.
25225         (verify): Use verify_true rather than verify_type__.
25226
25227 2005-09-26  Bruno Haible  <bruno@clisp.org>
25228
25229         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25230         is necessary.
25231         (lib_SOURCES): Remove mbchar.c.
25232         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25233         (Files): Add m4/mbrtowc.m4.
25234         * modules/mbiter: Likewise.
25235         * modules/mbuiter: Likewise.
25236
25237 2005-09-26  Bruno Haible  <bruno@clisp.org>
25238
25239         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25240         compile mbchar.c if they are not both present.
25241         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25242         * m4/mbiter.m4 (gl_MBITER): Likewise.
25243         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25244         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25245         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25246
25247 2005-09-25  Jim Meyering  <jim@meyering.net>
25248
25249         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25250         also uses socklen_t.
25251
25252 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25253
25254         * lib/utimens.c (ENOSYS): Define if not already defined.
25255         (futimens): Support having a null PATH if the file descriptor
25256         is nonnegative.
25257
25258         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25259         Remove.
25260         (__attribute): Define to empty unless GCC 3.1 or later.
25261         This works around a core dump on OpenBSD 3.4, which has GCC
25262         2.95.3, which dumps core when given __attribute__(()).  It also
25263         simplifies other tests, since we really don't want to bother with
25264         worrying about which ancient version of GCC supported what.
25265         Original problem reported by Yoann Vandoorselaere, with part of
25266         the fix suggested by Derek Price.
25267
25268 2005-09-24  Jim Meyering  <jim@meyering.net>
25269
25270         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25271         so we can once again use a positive bitfield width of 1 -- now we
25272         don't have to explain why we were using a bitfield width of 2.
25273
25274 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25275
25276         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25277         and similarly for the other external symbols.  Problem reported
25278         by James Gallager.
25279
25280         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25281         bug reported by Jim Meyering.
25282
25283         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25284         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25285         not needed, since socklen is a prerequisite module.
25286
25287 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25288
25289         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25290         Problem reported by Eric Blake.
25291         (getaddrinfo): Initialize se so that it's not garbage.
25292         Redo internal storage allocation so that it doesn't make unportable
25293         assumptions about alignment.
25294         Fix a memory leak.
25295
25296         * lib/utimens.c (futimens): Use futimesat if available.
25297         Prefer it to futimes since it doesn't have the futimes bug.
25298
25299         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25300         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25301         Instead, declare a function that returns a pointer to an array,
25302         and use verify_type__ to declare the size of the array.
25303         Problem and germ of a solution reported by Bruno Haible.
25304         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25305         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25306
25307 2005-09-23  Jim Meyering  <jim@meyering.net>
25308
25309         Sync from coreutils.
25310         Correct build failure (socklen_t not defined) on at least
25311         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25312         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25313
25314 2005-09-23  Jim Meyering  <jim@meyering.net>
25315
25316         * modules/getaddrinfo (Depends-on): Add socklen.
25317
25318 2005-09-23  Bruno Haible  <bruno@clisp.org>
25319
25320         * tests/test-verify.c: New file.
25321
25322 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25323
25324         Sync from coreutils.
25325
25326         * modules/argmatch (Depends-on): Add verify.
25327         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25328         unistd-safer.
25329         * modules/save-cwd (Depends-on): Likewise.
25330
25331         * modules/openat (Files): Add lib/openat-die.c.
25332         (Depends-on): Remove error, exitfail.
25333         Add dirname.
25334
25335         * modules/verify: New file.
25336         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25337         with "verify" module.
25338
25339 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25340
25341         Sync from coreutils.
25342
25343         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25344         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25345         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25346         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25347         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25348         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25349         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25350         Don't bother checking for string.h, stdlib.h, unistd.h.
25351         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25352         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25353         module's job.
25354         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25355         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25356
25357         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25358         (gl_GETDATE): Use it.
25359
25360         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25361
25362 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25363
25364         Sync from coreutils.
25365
25366         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25367         stat-time.h.
25368         * lib/argmatch.h: Include verify.h
25369         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25370         (ARGMATCH_ASSERT): Remove; unused.
25371         * lib/canonicalize.c: Assume STDC_HEADERS.
25372         * lib/exclude.c: Include "strcase.h".
25373         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25374         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25375         and stdio-safer.h.
25376         (getusershell): Call fopen, not fopen_safer.
25377         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25378         Do not include unistd-safer.h.
25379         (save_cwd): Don't call fd_safer; no longer needed
25380         now that we include fcntl--.h.
25381
25382         * lib/getdate.y (relative_time): New type.
25383         (RELATIVE_TIME_0): New constant.
25384         (parser_control): Use relative_time instead of doing it ourselves.
25385         (%union): Add new relative_time rel member.
25386         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25387         Now typeless.
25388         (relunit, relunit_snumber): Now of type rel.
25389         (zone, rel, relunit, get_date): Adjust to above changes.
25390
25391         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25392         Do not include unistd-safer.h.
25393         (getloadavg): Don't call fd_safer; no longer needed
25394         now that we include fcntl--.h.
25395
25396         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25397         (make_dir_parents): Treat ENOSYS like EEXIST.
25398
25399         Improve quality of diagnostics on restore_cwd failure.
25400         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25401         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25402         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25403         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25404         each time through the loop.  Do not diagnose restore_cwd failure;
25405         that is the caller's job (and perhaps the caller does not care).
25406
25407         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25408         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25409         If the file already exists but is not a directory, don't bother
25410         to try to make its parents.
25411         Close potential file descriptor leak if we can't chdir("/") (!).
25412         Don't always return true if chdir($PWD) fails; return true only
25413         if the requested action was done successfully (except for the
25414         chdir($PWD)).
25415         Don't log final directory unless we actually made it.
25416         Refactor to avoid duplicate code to fix up permissions.
25417         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25418
25419         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25420         to make it a bit faster and (I hope) clearer.
25421         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25422         Fix bug in formats like %2N.
25423
25424         * lib/verify.h: New file.
25425
25426 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25427
25428         Sync from coreutils.
25429         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25430
25431 2005-09-22  Jim Meyering  <jim@meyering.net>
25432
25433         Sync from coreutils.
25434
25435         * m4/lstat.m4 (gl_FUNC_LSTAT):
25436         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25437         Remove obsolete comment.
25438         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25439         * m4/xstrtod.m4: Likewise.
25440
25441         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25442
25443 2005-09-22  Jim Meyering  <jim@meyering.net>
25444
25445         Sync from coreutils.
25446
25447         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25448
25449         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25450         the .tm_year member, since otherwise gcc-4.0 would now warn about
25451         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25452
25453         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25454         order to avoid an unsuppressible warning from gcc on 64-bit systems.
25455
25456         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
25457         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
25458         when run in a time zone for which daylight savings time is in effect
25459         for the starting date.
25460
25461         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
25462         stop us from restricting permissions of just-created absolute-named
25463         directories.
25464         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
25465         to restore initial working directory.
25466         * lib/mkdir-p.c (make_dir_parents): New parameter:
25467         different_working_dir, to tell caller if/when we change the working
25468         directory and are unable to return to the initial one.
25469         * lib/mkdir-p.h (make_dir_parents): Update prototype.
25470         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
25471         `return false'.  This fixes a bug introduced on 2004-07-30.
25472
25473         * lib/openat.c (fdopendir): Be sure to close the supplied
25474         file descriptor before returning.  This makes our replacement
25475         implementation a little closer to Solaris's, where fdopendir
25476         ties the file descriptor to the returned DIR* pointer.
25477         * lib/openat.c (unlinkat): New function.
25478         * lib/openat.h (unlinkat): Add prototype.
25479         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
25480         (openat_restore_fail): Rename from openat_restore_die.
25481         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
25482
25483         Provide an alternative to exiting immediately upon save_cwd or
25484         restore_cwd failure.  Now, an application can arrange e.g.,
25485         to perform a longjump in that case.
25486         * lib/openat.c: Include dirname.h.
25487         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
25488         (rpl_openat, fdopendir, fstatat): Call openat_save_die
25489         and openat_restore_die rather than calling error directly.
25490         Don't include "error.h" or "exitfail.h"; they're no longer needed.
25491
25492         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
25493         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
25494         define.
25495
25496         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
25497         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
25498                             int utc, int nanoseconds);
25499         Background:
25500         date should not have to allocate a megabyte of virtual memory to
25501         handle a format argument like +%1048575T.  When implemented with
25502         strftime, it must allocate such a buffer, use strftime to fill it
25503         in, print it, then free it.
25504         With fprintftime, it simply prints everything and exits.
25505         With no need for memory allocation, that's one fewer way to fail.
25506         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
25507         optional field width, not before, so we accept %9:z, not %:9z.
25508         (my_strftime): Be sure to use L_('x') for literals.
25509
25510         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
25511         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
25512         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
25513         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
25514         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
25515         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
25516         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
25517         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
25518         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
25519         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
25520         * lib/xgethostname.c, lib/xreadlink.c:
25521         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
25522
25523         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
25524         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
25525         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
25526         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25527         and don't include <sys/file.h>).
25528
25529 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
25530
25531         Sync from coreutils.
25532
25533         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
25534         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
25535         [!LDAV_DONE]: Avoid unused variable warning.
25536
25537 2005-09-21  Bruno Haible  <bruno@clisp.org>
25538
25539         * lib/unicodeio.h (unicode_to_mb): New declaration.
25540
25541 2005-09-20  Derek Price  <derek@ximbiot.com>
25542
25543         * lib/getaddrinfo.c: Don't include <netdb.h> included from
25544         getaddrinfo.h.
25545
25546 2005-09-20  Bruno Haible  <bruno@clisp.org>
25547
25548         * gnulib-tool: Remove trailing slashes from the values specified for
25549         --source-base, --m4-base, --tests-base, --aux-dir.
25550         Suggested by Simon Josefsson <jas@extundo.com>.
25551
25552 2005-09-20  Bruno Haible  <bruno@clisp.org>
25553
25554         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
25555         func_modules_to_filelist, func_import, func_create_testdir): Make all
25556         sorting results locale-independent, so that gnulib-cache.m4 doesn't
25557         change when gnulib-tool is invoked in a different locale.
25558
25559 2005-09-19  Simon Josefsson  <jas@extundo.com>
25560
25561         * m4/socklen.m4: Fix typo.
25562
25563 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25564
25565         Use a consistent style for including <config.h>.
25566         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
25567         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
25568         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
25569         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
25570         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
25571         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
25572         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
25573         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
25574         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
25575         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
25576         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
25577         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
25578         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
25579         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
25580         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
25581         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
25582         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
25583         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
25584         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
25585         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
25586         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
25587         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
25588         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
25589         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
25590         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
25591         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
25592         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
25593         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
25594         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
25595         lib/xstrtoumax.c, lib/yesno.c:
25596         Standardize inclusion of config.h.
25597         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
25598         lib/inttostr.h:  Removed inclusion of config.h from header files.
25599         * lib/inttostr.c:  Adjusted in-tree users.
25600         * lib/timespec.h: Remove superfluous warning to include config.h.
25601         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
25602         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
25603         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
25604         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
25605         config.h with HAVE_CONFIG_H.
25606
25607 2005-09-19  Jim Meyering  <jim@meyering.net>
25608
25609         * modules/pathmax (License): Change to LGPL.
25610
25611 2005-09-19  Derek Price  <derek@ximbiot.com>
25612
25613         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
25614
25615 2005-09-19  Bruno Haible  <bruno@clisp.org>
25616
25617         * gnulib-tool (import): Provide default for --tests-base.
25618
25619 2005-09-19  Bruno Haible  <bruno@clisp.org>
25620
25621         * doc/quote.texi: New file, extracted from gnulib.texi.
25622         * doc/ctime.texi: New file, extracted from gnulib.texi.
25623         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
25624         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
25625         * doc/gnulib.texi: Include them.
25626
25627 2005-09-18  Bruno Haible  <bruno@clisp.org>
25628
25629         Portability fix.
25630         * gnulib-tool (func_readlink): New function.
25631         (func_ln_if_changed): Use it.
25632
25633 2005-09-18  Bruno Haible  <bruno@clisp.org>
25634
25635         * gnulib-tool: Support --with-tests also with --import.
25636         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
25637         (func_import): Use variables $testsbase and $inctests. Emit a
25638         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
25639         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
25640         SUBDIRS += $testsdir.
25641         (func_create_testdir): Update.
25642
25643 2005-09-18  Bruno Haible  <bruno@clisp.org>
25644
25645         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
25646         instead of $dry_run.
25647         (func_cp_if_changed, func_mv_if_changed): Remove functions.
25648         (func_ln_if_changed): Don't handle dry-run here.
25649         (func_import): In dry-run mode, detect more precisely which actions
25650         would be performed, and don't use "...ing" verbs.
25651
25652 2005-09-18  Bruno Haible  <bruno@clisp.org>
25653
25654         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
25655         (func_import): Use join on two temporary files instead of three nested
25656         loops, in order to determine which files are new or old.
25657
25658 2005-09-18  Bruno Haible  <bruno@clisp.org>
25659
25660         * gnulib-tool (func_import): Comment out code that spits out the
25661         new files with --dry-run.
25662
25663 2005-09-18  Bruno Haible  <bruno@clisp.org>
25664
25665         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
25666
25667 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25668
25669         * lib/stat-time.h: New file.
25670         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
25671         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
25672         in a different way.
25673         (timespec_cmp): New function.
25674         * lib/utimecmp.c: Include stat-time.h.
25675         (SYSCALL_RESOLUTION): Depend on whether various struct stat
25676         members exist, not on the obsolescent ST_MTIM_NSEC.
25677         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
25678
25679 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25680
25681         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
25682
25683 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
25684
25685         * MODULES.html.sh (File system functions): Add stat-time.
25686         * modules/stat-time: New file.
25687         * modules/timespec (Files): Remove m4/st_mtim.m4; this
25688         is now done in a different way, by the stat-time module.
25689         * modules/utimecmp (Depends-on): Add stat-time.
25690
25691 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25692
25693         * m4/st_mtim.m4: Remove.  Superseded by...
25694         * m4/stat-time.m4: New file.
25695         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
25696         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
25697
25698 2005-09-15  Derek Price  <derek@ximbiot.com>
25699
25700         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
25701
25702 2005-09-15  Derek Price  <derek@ximbiot.com>
25703
25704         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
25705         * lib/regex_internal.c: Ditto, using this...
25706         (__GNUC_PREREQ): ...new macro.
25707         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
25708         using...
25709         (__GNUC_PREREQ): ...this new macro.
25710
25711         * lib/strstr.h: Include string.h. Define strstr as a macro here.
25712
25713 2005-09-15  Derek Price  <derek@ximbiot.com>
25714             Paul Eggert  <eggert@cs.ucla.edu>
25715
25716         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
25717         changes, consolidating in...
25718         * lib/regex_internal.h: ...this file.
25719
25720 2005-09-13  Jim Meyering  <jim@meyering.net>
25721
25722         * lib/canon-host.c: Filter through gnu indent and reword comments
25723         slightly.
25724         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
25725
25726 2005-09-13  Derek Price  <derek@ximbiot.com>
25727
25728         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
25729         failure.
25730         Reported by Jim Meyering  <jim@meyering.net>.
25731
25732 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25733
25734         * lib/base64.c: Typo.
25735         (base64_encode): Put b64str in initialized data section.
25736
25737 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
25738
25739         Merge glibc and coreutils changes into gnulib, plus a few
25740         extra fixes.
25741         * lib/md5.c: Use #error rather than a string.
25742         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
25743         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
25744         (__attribute__): Define to empty for non recent-GCC.
25745         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
25746         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
25747         Renamed from their non-__ counterparts, with new macros replacing
25748         them if not _LIBC.  Add __THROW attribute.
25749         (rol): Remove.
25750         (struct md5_ctx): Align buffer if using GCC.
25751         * lib/sha1.h (struct sha1_ctx): Likewise.
25752         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
25753         The old name was backwards.
25754         (NOTSWAP): Remove; not used.
25755         (rol): New macro, moved here from md5.h.
25756         (sha1_process_block): Remove a FIXME that doesn't make sense.
25757
25758 2005-09-12  Derek Price  <derek@ximbiot.com>
25759
25760         Return usable errors from canon-host.
25761         * lib/canon-host.h: New file.
25762         * lib/canon-host.c (canon_host): Wrap...
25763         (canon_host_r): ...this new function, which now relies exclusively on
25764         getaddrinfo.
25765         (ch_strerror): New function.
25766         (last_cherror): New global.
25767         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
25768         interface.
25769         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
25770         void *.
25771         (freeaddrinfo): Free ai->ai_canonname when set.
25772
25773 2005-09-12  Derek Price  <derek@ximbiot.com>
25774
25775         Make canon-host require getaddrinfo.
25776         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
25777         AC_LIBSOURCE canon-host.h.  Call...
25778         (gl_PREREQ_CANON_HOST): ...this new function, which requires
25779         gl_GETADDRINFO.
25780         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
25781
25782 2005-09-12  Derek Price  <derek@ximbiot.com>
25783
25784         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
25785         LGPL.
25786         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
25787
25788 2005-09-12  Derek Price  <derek@ximbiot.com>
25789
25790         * lib/gai_strerror.c: Include config.h when available.  Include
25791         getaddrinfo.h before other headers to test interface.
25792         Reported by Larry Jones <lawrence.jones@ugs.com>.
25793
25794 2005-09-12  Derek Price  <derek@ximbiot.com>
25795             Paul Eggert  <eggert@cs.ucla.edu>
25796
25797         * modules/glob (Files): Add glob-libc.h.
25798
25799 2005-09-12  Derek Price  <derek@ximbiot.com>
25800             Paul Eggert  <eggert@cs.ucla.edu>
25801
25802         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
25803         glob_.h, glob-libc.h.
25804         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
25805
25806 2005-09-12  Derek Price  <derek@ximbiot.com>
25807             Paul Eggert  <eggert@cs.ucla.edu>
25808
25809         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
25810         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
25811         protecting things that should be done only in gnulib contexts.
25812         * lib/glob_.h: New file, containing only the glob things needed for
25813         gnulib.
25814         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
25815         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
25816         (glob, globfree, glob_pattern_p): Now defined simply in terms of
25817         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
25818         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
25819         and to respect the namespace rules better.
25820
25821 2005-09-08  Simon Josefsson  <jas@extundo.com>
25822
25823         * modules/socklen: New file.
25824
25825 2005-09-08  Simon Josefsson  <jas@extundo.com>
25826
25827         * m4/socklen.m4: New file.
25828
25829 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25830
25831         * modules/utimens (Files): Add m4/utimbuf.m4, since
25832         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
25833         Reported by Sergey Poznyakoff.
25834
25835 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25836
25837         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
25838         definitions, since that's the preferred style in glibc.
25839         Fix a minor spacing issue, and update copyright notice to match
25840         glibc's.
25841
25842 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25843
25844         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
25845
25846 2005-09-06  Simon Josefsson  <jas@extundo.com>
25847
25848         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
25849         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
25850
25851 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25852
25853         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
25854         warning.
25855
25856 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25857
25858         * config/srclist.txt: Add glibc bug 1302.
25859
25860 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
25861
25862         Change bitset word type from unsigned int to unsigned long int,
25863         as this has better performance on typical 64-bit hosts.
25864         Port bitset code to hosts with unusual word sizes.
25865         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
25866         (build_collating_symbol):
25867         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
25868         argument is a bitset.  This is merely a style issue, but it makes
25869         it clearer that an entire array is expected.
25870         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
25871         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
25872         Port to the case where bitset_word is not the same as unsigned int.
25873         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25874         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
25875         Likewise.
25876         * lib/regexec.c (check_dst_limits_calc_pos_1,
25877         check_subexp_matching_top):
25878         (build_trtable, group_nodes_into_DFAstates):
25879         Likewise.
25880         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
25881         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
25882         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
25883         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
25884         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
25885         * lib/regcomp.c (optimize_subexps, lower_subexp):
25886         Work even if bitset_word has holes in its bitwise representation.
25887         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
25888         * lib/regexec.c (check_dst_limits_calc_pos_1,
25889         check_subexp_matching_top):
25890         Likewise.
25891         * lib/regex_internal.c (re_string_reconstruct):
25892         Don't assume UCHAR_MAX == 255.
25893         * lib/regex_internal.h (bitset_set_all): Likewise.
25894         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
25895         All uses changed.
25896         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
25897         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
25898         All uses changed.
25899         (BITSET_WORD_MAX): New macro.
25900         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
25901         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
25902         (bitset_empty, bitset_copy):
25903         Prefer sizeof (bitset) to multiplying it out ourselves.
25904         (bitset_not_merge): Remove; unused.
25905         (bitset_contain): Return bool, not unsigned int with one bit on.
25906         All callers changed.
25907         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
25908         alignment than re_node_set; do this by defining a new internal
25909         type struct dests_alloc and using it to allocate memory.
25910
25911 2005-09-05  Bruno Haible  <bruno@clisp.org>
25912
25913         * gnulib-tool (func_import): Fix comparison in handling of symbolic
25914         links.
25915
25916 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
25917
25918         * modules/size_max (Makefile.am): Add size_max.h
25919
25920 2005-09-04  Derek Price  <derek@ximbiot.com>
25921
25922         * gnulib-tool (func_import): Fix reversed $symbolic logic.
25923
25924 2005-09-03  Simon Josefsson  <jas@extundo.com>
25925
25926         * gnulib-tool: Fix typo.
25927
25928 2005-09-03  Simon Josefsson  <jas@extundo.com>
25929
25930         * config/srclist.txt: Add glibc bug 1293.
25931
25932 2005-09-03  Derek Price  <derek@ximbiot.com>
25933
25934         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
25935         From Larry Jones <lawrence.jones@ugs.com>.
25936
25937 2005-09-02  Simon Josefsson  <jas@extundo.com>
25938
25939         * modules/socklen: New file.
25940
25941 2005-09-02  Simon Josefsson  <jas@extundo.com>
25942
25943         * modules/havelib: New module.
25944
25945         * modules/gettext, modules/iconv, modules/lock, modules/readline:
25946         Use havelib.
25947
25948 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25949
25950         Check for arithmetic overflow when calculating sizes, to prevent
25951         some buffer-overflow issues.  These patches are conservative, in the
25952         sense that when I couldn't determine whether an overflow was possible,
25953         I inserted a run-time check.
25954         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
25955         macros.
25956         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
25957         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
25958         (re_xnrealloc, re_x2nrealloc): New inline functions.
25959         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
25960         parse_bracket_exp):
25961         (build_equiv_class, build_charclass): Check for arithmetic overflow
25962         in size expression calculations.
25963         * lib/regex_internal.c (re_string_realloc_buffers):
25964         (build_wcs_upper_buffer, re_node_set_add_intersect):
25965         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
25966         (re_dfa_add_node, register_state): Likewise.
25967         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
25968         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
25969         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
25970         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
25971
25972 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25973
25974         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25975         m4/ulonglong.m4.  Problem reported by Martin Lambers.
25976
25977 2005-09-02  Bruno Haible  <bruno@clisp.org>
25978
25979         Support for lib vs. lib64 distinction on biarch platforms.
25980         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
25981         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
25982         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
25983
25984 2005-09-02  Bruno Haible  <bruno@clisp.org>
25985
25986         * gnulib-tool (import): In the other first-use case, provide defaults
25987         as well.
25988
25989 2005-09-02  Bruno Haible  <bruno@clisp.org>
25990
25991         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
25992         patches not yet found in the latest gettext release.
25993
25994 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25995
25996         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
25997         to avoid a collision with bits/local_lim.h in glibc.
25998         All uses changed.  Problem reported by Dmitry V. Levin in
25999         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26000
26001         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26002         bugs in int versus size_t comparisons.
26003         (re_string_context_at): Fix bug where the code assumed that
26004         Idx is signed.
26005
26006         Use bool where appropriate.
26007         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26008         All callers changed.
26009         (calc_eclosure_iter): Likewise, for ROOT arg.
26010         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26011         (build_charclass_op): Likewise, for NON_MATCH arg.
26012         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26013         (re_string_construct_common): Likewise, for ICASE arg.
26014         * lib/regexec.c (re_search_2_stub, re_search_stub):
26015         Likewise, for RET_LEN arg.
26016         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26017         (set_regs): Likewise, for FL_BACKTRACK arg.
26018         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26019         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26020         (calc_eclosure_iter, parse_bracket_exp):
26021         Use bool for internal variables that are booleans.
26022         * lib/regexec.c (re_search_internal, check_matching,
26023         proceed_next_node):
26024         (set_regs, build_sifted_states, sift_states_bkref):
26025         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26026         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26027         (find_collation_sequence_value):
26028         Likewise.
26029         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26030         (re_node_set_compare):
26031         Return bool, not int. All callers changed.
26032         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26033         (build_trtable, check_node_accept): Likewise.
26034         * lib/regex_internal.h: Include stdbool.h.
26035
26036         Fix bugs uncovered when converting to bool.
26037         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26038         failure instead of charging ahead blindly.
26039         * lib/regex_internal.c (register_state): Likewise.
26040         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26041         for freeing internal storage.
26042         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26043         bitset pieces used as boolean, to avoid undefined behavior
26044         on hosts that do int overflow checking.
26045
26046 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26047
26048         * config/srclist.txt: Add glibc bugs 1285-1287.
26049
26050 2005-09-01  Jim Meyering  <jim@meyering.net>
26051
26052         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26053         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26054         Require gl_STAT_MACROS, too.
26055
26056 2005-09-01  Bruno Haible  <bruno@clisp.org>
26057
26058         * gnulib-tool (import): In the first-use case, provide defaults.
26059
26060 2005-09-01  Bruno Haible  <bruno@clisp.org>
26061
26062         * gnulib-tool (func_import): Remove the .tmp files.
26063
26064 2005-09-01  Bruno Haible  <bruno@clisp.org>
26065
26066         * gnulib-tool (func_import): Fix handling of symbolic links.
26067
26068 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26069
26070         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26071         old glibc regex code mishandles strings longer than 2**31 bytes.
26072         This patch fixes this when the regex code is used in gnulib
26073         (i.e., outside glibc).
26074
26075         This patch should not affect the use of the regex code inside
26076         glibc.  No doubt this problem also needs to be handled for glibc
26077         as well, but the result will be an incompatible change to the
26078         glibc ABI, and the old ABI will have to be supported too.  That
26079         can be the the subject for another patch.
26080
26081         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26082         governing whether the rest of this patch is active.  By default,
26083         the macro is disabled and the patch has no effect.
26084         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26085         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26086         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26087         (re_match_2, re_set_registers): Use the new types.
26088         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26089         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26090         New macros.
26091         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26092         (re_string_context_at, bin_tree_t, re_dfastate_t):
26093         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26094         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26095         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26096         (re_string_char_size_at, re_string_wchar_at):
26097         (re_string_elem_size_at):
26098         Use the new types and macros to port to 64-bit hosts.
26099         Use unsigned types for internal values, so that the code
26100         mostly works even for arrays larger than SSIZE_MAX.
26101         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26102         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26103         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26104         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26105         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26106         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26107         (calc_inveclosure, parse_dup_op, build_range_exp):
26108         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26109         (fetch_number, create_token_tree, mark_opt_subexp):
26110         Likewise.
26111         * lib/regex_internal.c (re_string_construct_common,
26112         create_ci_newstate):
26113         (create_cd_newstate, re_string_allocate, re_string_construct):
26114         (re_string_realloc_buffers, build_wcs_upper_buffer):
26115         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26116         (re_string_reconstruct, re_string_peek_byte_case):
26117         (re_string_fetch_byte_case, re_string_context_at):
26118         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26119         (re_node_set_init_copy, re_node_set_add_intersect):
26120         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26121         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26122         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26123         (re_acquire_state, re_acquire_state_context, register_state):
26124         Likewise.
26125         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26126         search_cur_bkref_entry):
26127         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26128         (re_search_internal, re_search_2_stub, re_search_stub)
26129         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26130         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26131         (update_cur_sifted_state, check_dst_limits):
26132         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26133         (check_subexp_limits, sift_states_bkref, merge_state_array):
26134         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26135         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26136         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26137         (expand_bkref_cache, check_node_accept_bytes):
26138         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26139         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26140         (acquire_init_state_context, check_halt_node_context):
26141         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26142         (sift_states_backward, clean_state_log_if_needed):
26143         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26144         (find_recover_state, transit_state_sb, transit_state_mb):
26145         (transit_state_bkref, build_trtable, match_ctx_clean):
26146         Likewise.
26147         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26148         to work around an assumption that REG_MISSING is negative.
26149
26150         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26151         (seek_collating_symbol_entry) [defined _LIBC]:
26152         (lookup_collation_sequence_value) [defined _LIBC]:
26153         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26154         Use prototypes rather than old-style function definitions.
26155         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26156         (transit_state_sb) [0]:
26157         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26158
26159         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26160         rm_eo.
26161
26162         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26163         (optimize_subexps, lower_subexp):
26164         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26165         since the signed shift might overflow.  Use 1u<<31 instead.
26166         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26167         Likewise.
26168         * lib/regexec.c (check_dst_limits_calc_pos_1,
26169         check_subexp_matching_top): Likewise.
26170
26171         * lib/regcomp.c (optimize_subexps, lower_subexp):
26172         Use CHAR_BIT rather than 8, for clarity.
26173         * lib/regexec.c (check_dst_limits_calc_pos_1):
26174         (check_subexp_matching_top): Likewise.
26175         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26176         have to worry about portability issues when shifting it left.
26177         Remove no-longer-needed test for table_size > 0.
26178         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26179         in a word, as the resulting behavior is undefined.
26180         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26181         in one case, a <= should have been an <, and in another case the
26182         whole test was missing.
26183         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26184         the standard name CHAR_BIT.
26185         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26186         this is not true on one's complement and signed-magnitude hosts.
26187
26188         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26189         next_last_offset.
26190         (struct re_dfa_t): Remove unused member states_alloc.
26191         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26192
26193 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26194
26195         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26196         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26197         and large-file glibc and in 32-bit large-file Solaris.
26198
26199 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26200
26201         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26202         lengths fit in regoff_t; this isn't true if regoff_t is the same
26203         width as size_t.
26204         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26205         (= START + RANGE) instead of RANGE.  This avoids overflow
26206         problems when regoff_t is the same width as size_t.
26207         All callers changed.
26208         (re_search_2_stub): Check for overflow when adding the
26209         sizes of the two strings.
26210         (re_search_stub): Check for overflow when adding START
26211         to RANGE; if it occurs, substitute the extreme value.
26212
26213 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26214
26215         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26216
26217 2005-08-31  Jim Meyering  <jim@meyering.net>
26218
26219         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26220         a pointer-to-const.
26221         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26222         (register_state): Likewise.
26223         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26224         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26225         (group_nodes_into_DFAstates): Likewise.
26226
26227 2005-08-31  Jim Meyering  <jim@meyering.net>
26228
26229         * check-module: Add a FIXME comment.
26230
26231 2005-08-31  Eric Blake  <ebb9@byu.net>
26232
26233         * modules/unistd-safer (Files): Add unistd--.h.
26234         * modules/stdio-safer (Files): Add stdio--.h.
26235
26236 2005-08-31  Derek Price  <derek@ximbiot.com>
26237
26238         * lib/getdelim.c (getdelim): Return EOF on EOF.
26239         Reported by Larry Jones <lawrence.jones@ugs.com>.
26240
26241 2005-08-31  Bruno Haible  <bruno@clisp.org>
26242
26243         Avoid unnecessary diffs in the generated lib/Makefile.am.
26244         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26245         the generated files.
26246         (func_import): Don't set cmd.
26247
26248 2005-08-31  Bruno Haible  <bruno@clisp.org>
26249
26250         * lib/strstr.c: Include <stddef.h>, for NULL.
26251         * lib/strcasestr.c: Likewise.
26252         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26253
26254 2005-08-31  Bruno Haible  <bruno@clisp.org>
26255
26256         * gnulib-tool: New option --macro-prefix.
26257         (func_import): Use macro_prefix.
26258         (import): Handle option --macro-prefix.
26259
26260 2005-08-31  Bruno Haible  <bruno@clisp.org>
26261
26262         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26263         Also use new variables cached_lgpl, cached_libtool.
26264
26265 2005-08-31  Bruno Haible  <bruno@clisp.org>
26266
26267         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26268         always instantiating them.
26269
26270 2005-08-31  Bruno Haible  <bruno@clisp.org>
26271
26272         * gnulib-tool (func_import): Read the previous cached settings
26273         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26274         earlier added by gnulib but are now dropped. Warn when a gnulib file
26275         overwrites a non-gnulib file.
26276
26277 2005-08-31  Bruno Haible  <bruno@clisp.org>
26278
26279         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26280         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26281         projects that don't keep autogenerated files in CVS. Put into
26282         actioncmd only the specified modules, not the transitive closure.
26283
26284 2005-08-31  Bruno Haible  <bruno@clisp.org>
26285
26286         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26287         Create directories that shall be filled.
26288         (import): Don't look for gl_* macros in configure.ac. Recurse across
26289         all directories containing a gnulib-cache.m4 files, if meaningful.
26290
26291 2005-08-31  Bruno Haible  <bruno@clisp.org>
26292
26293         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26294         (import): Set seen_libtool when we see gl_LIBTOOL.
26295
26296 2005-08-31  Bruno Haible  <bruno@clisp.org>
26297
26298         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26299         declaration macro definitions from generated gnulib.m4.
26300
26301 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26302
26303         * lib/iconvme.h: Add prototype for iconv_alloc.
26304
26305 2005-08-29  Simon Josefsson  <jas@extundo.com>
26306
26307         * lib/iconvme.c: Fix errno.
26308
26309 2005-08-29  Bruno Haible  <bruno@clisp.org>
26310
26311         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26312         that it works when the directory contains spaces.
26313
26314 2005-08-29  Bruno Haible  <bruno@clisp.org>
26315
26316         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26317
26318 2005-08-29  Bruno Haible  <bruno@clisp.org>
26319
26320         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26321         Emit more advice.
26322
26323 2005-08-29  Bruno Haible  <bruno@clisp.org>
26324         and Stepan Kasal  <kasal@ucw.cz>
26325
26326         * check-module: If more parameters are given, check each of them
26327         separately; add more exceptions, as noted by Jim Meyering.
26328         (check_module): New procedure.
26329         (%exempt_header): Now contains all exceptions.
26330
26331 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26332
26333         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26334
26335 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26336
26337         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26338
26339 2005-08-28  Bruno Haible  <bruno@clisp.org>
26340
26341         * m4/gnulib-tool.m4: New file.
26342
26343 2005-08-27  Jim Meyering  <jim@meyering.net>
26344
26345         * modules/unistd-safer (Files): Add pipe-safer.c.
26346         * modules/fcntl-safer (Files): Add creat-safer.c.
26347
26348 2005-08-27  Jim Meyering  <jim@meyering.net>
26349
26350         * m4/stdlib-safer.m4: New file.  From coreutils.
26351         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26352         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26353         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26354         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26355         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26356
26357 2005-08-27  Jim Meyering  <jim@meyering.net>
26358
26359         * lib/fopen-safer.c: Merge minor changes from coreutils.
26360         * lib/dup-safer.c: Likewise.
26361         * lib/fd-safer.c: Likewise.
26362
26363         Merge from coreutils.
26364         * lib/stdio--.h: New file.
26365         * lib/stdlib--.h: New file.
26366         * lib/mkstemp-safer.c: New file.
26367
26368         GNU tar needs these.
26369         * lib/pipe-safer.c: New file.
26370         * lib/creat-safer.c: New file.
26371         * lib/fcntl--.h (creat): Define to creat_safer.
26372         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26373         * lib/unistd--.h (pipe): Define to pipe_safer.
26374         * lib/unistd-safer.h: Declare pipe_safer.
26375
26376 2005-08-26  Simon Josefsson  <jas@extundo.com>
26377
26378         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26379         Haible <bruno@clisp.org>.
26380
26381 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26382
26383         * lib/regex_internal.h: Remove all references to
26384         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26385         or better.
26386         (bitset_not, bitset_merge, bitset_not_merge):
26387         (bitset_mask, re_string_allocate, re_string_construct):
26388         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26389         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26390         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26391         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26392         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26393         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26394         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26395         (re_acquire_state_context):
26396         Remove unnecessary forward decls.
26397         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26398         Put __attribute at function definition,
26399         now that the function decl has been removed.
26400         * lib/regex_internal.c (re_string_peek_byte_case):
26401         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26402         Likewise.
26403
26404 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26405
26406         * m4/regex.m4: Add AC_PREREQ(2.50).
26407         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26408
26409 2005-08-25  Simon Josefsson  <jas@extundo.com>
26410
26411         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26412         __fsetlocking.
26413
26414 2005-08-25  Simon Josefsson  <jas@extundo.com>
26415
26416         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26417         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26418         GLIBC specific code.
26419
26420 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26421
26422         Make regex safe for g++.  This fixes one real bug (an "err"
26423         that should have been "*err").  g++ problem reported by
26424         Sam Steingold.
26425         * lib/regex_internal.h (re_calloc): New macro, consistent with
26426         re_malloc etc.  All callers of calloc changed to use re_calloc.
26427         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26428         not int.  All callers changed.
26429         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26430         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26431         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26432         (find_recover_state): Change "err" to "*err"; this fixes what
26433         appears to be a real bug.
26434         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26435         versus int.
26436
26437 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26438
26439         * modules/regex (Depends-on): Add malloc, since the code
26440         assumes that !malloc(0) means failure.
26441
26442 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26443
26444         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26445
26446         alloca modernization/simplification for regex.
26447         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26448         needs to be at the start of the file, and can be moved into
26449         regex_internal.h and simplified.
26450         * lib/regex_internal.h: Include <alloca.h>.
26451         (__libc_use_alloca) [!defined _LIBC]: New macro.
26452         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26453         now works outside glibc.
26454
26455 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26456
26457         * config/srclist.txt: Add glibc bugs 1241, 1245.
26458
26459 2005-08-25  Jim Meyering  <jim@meyering.net>
26460
26461         * lib/open-safer.c: Include <config.h>.
26462         Otherwise, we'd lose LARGEFILE support in any file using
26463         e.g. "fcntl--.h"
26464
26465 2005-08-25  Bruno Haible  <bruno@clisp.org>
26466
26467         * m4/minmax.m4: Require autoconf 2.52.
26468         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
26469         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
26470         alternatives of translit over the alphabet.
26471         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
26472
26473 2005-08-24  Simon Josefsson  <jas@extundo.com>
26474
26475         * tests/test-getpass.c: New file.
26476
26477 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26478
26479         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
26480         for GNU regex features.
26481
26482 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26483
26484         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
26485         * lib/regex.h (regerror): Likewise.
26486
26487         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
26488         requires this.  (The code never needed it.)
26489
26490         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
26491         All uses of recently-renamed identifiers changed to use the new,
26492         POSIX-compliant names.  The code will build and run just fine
26493         without these changes, but it's better to eat our own dog food
26494         and use the standard-conforming names.
26495
26496         * lib/regex.h: Fix a multitude of POSIX name space violations.
26497         These changes have an effect only for programs that define
26498         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
26499         do not change anything for programs compiled in the normal way.
26500         Also, there is no effect on the ABI.
26501
26502         (_REGEX_SOURCE): New macro.
26503         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
26504         defined and _GNU_SOURCE is not; this fixes a name space violation.
26505
26506         Rename the following macros to obey POSIX requirements.
26507         The old names are still visible as macros if _REGEX_SOURCE is defined.
26508         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
26509         RE_BACKSLASH_ESCAPE_IN_LISTS.
26510         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
26511         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
26512         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
26513         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
26514         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
26515         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
26516         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
26517         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
26518         (REG_INTERVALS): renamed from RE_INTERVALS.
26519         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
26520         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
26521         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
26522         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
26523         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
26524         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
26525         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
26526         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
26527         RE_UNMATCHED_RIGHT_PAREN_ORD.
26528         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
26529         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
26530         (REG_DEBUG): renamed from RE_DEBUG.
26531         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
26532         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
26533         unusual, since we can't clash with the POSIX REG_ICASE.
26534         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
26535         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
26536         (REG_NO_SUB): renamed from RE_NO_SUB.
26537         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
26538         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
26539         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
26540         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
26541         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
26542         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
26543         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
26544         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
26545         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
26546         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
26547         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
26548         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
26549         RE_SYNTAX_POSIX_MINIMAL_BASIC.
26550         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
26551         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
26552         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
26553         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
26554         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
26555         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
26556         (REG_FIXED): Renamed from REGS_FIXED.
26557         (REG_NREGS): Renamed from RE_NREGS.
26558
26559         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
26560         of other REG_* macros, since POSIX says the user is allowed to
26561         #undef these macros selectively.
26562
26563         (reg_errcode_t): Update comment stating what other tables need
26564         to be consistent.
26565
26566         Rename the following enum values to obey POSIX requirements.
26567         The old names are still visible as macros.
26568         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
26569         is not defined, since GNU is supposed to be a superset of POSIX as
26570         much as possible, and since we want reg_errcode_t to be a signed
26571         type for implementation consistency.
26572         (_REG_NOERROR): Renamed from REG_NOERROR.
26573         (_REG_NOMATCH): Renamed from REG_NOMATCH.
26574         (_REG_BADPAT): Renamed from REG_BADPAT.
26575         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
26576         (_REG_ECTYPE): Renamed from REG_ECTYPE.
26577         (_REG_EESCAPE): Renamed from REG_EESCAPE.
26578         (_REG_ESUBREG): Renamed from REG_ESUBREG.
26579         (_REG_EBRACK): Renamed from REG_EBRACK.
26580         (_REG_EPAREN): Renamed from REG_EPAREN.
26581         (_REG_EBRACE): Renamed from REG_EBRACE.
26582         (_REG_BADBR): Renamed from REG_BADBR.
26583         (_REG_ERANGE): Renamed from REG_ERANGE.
26584         (_REG_ESPACE): Renamed from REG_ESPACE.
26585         (_REG_BADRPT): Renamed from REG_BADRPT.
26586         (_REG_EEND): Renamed from REG_EEND.
26587         (_REG_ESIZE): Renamed from REG_ESIZE.
26588         (_REG_ERPAREN): Renamed from REG_ERPAREN.
26589         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
26590         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
26591         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
26592         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
26593
26594         (_REG_RE_NAME, _REG_RM_NAME): New macros.
26595         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
26596         changed.  But support the old name if the new one is not defined
26597         and if _REGEX_SOURCE.
26598
26599         Change the following member names in struct re_pattern_buffer.
26600         The old names are still supported if !_REGEX_SOURCE.
26601         The new names are always supported, regardless of _REGEX_SOURCE.
26602         (re_buffer): Renamed from buffer.
26603         (re_allocated): Renamed from allocated.
26604         (re_used): Renamed from used.
26605         (re_syntax): Renamed from syntax.
26606         (re_fastmap): Renamed from fastmap.
26607         (re_translate): Renamed from translate.
26608         (re_can_be_null): Renamed from can_be_null.
26609         (re_regs_allocated): Renamed from regs_allocated.
26610         (re_fastmap_accurate): Renamed from fastmap_accurate.
26611         (re_no_sub): Renamed from no_sub.
26612         (re_not_bol): Renamed from not_bol.
26613         (re_not_eol): Renamed from not_eol.
26614         (re_newline_anchor): Renamed from newline_anchor.
26615
26616         Change the following member names in struct re_registers.
26617         The old names are still supported if !_REGEX_SOURCE.
26618         The new names are always supported, regardless of _REGEX_SOURCE.
26619         (rm_num_regs): Renamed from num_regs.
26620         (rm_start): Renamed from start.
26621         (rm_end): Renamed from end.
26622
26623         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
26624         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
26625         Prepend __ to parameter names.
26626
26627         Undo yesterday's changes.
26628
26629 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
26630
26631         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
26632         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
26633         lib/regex.c.
26634
26635 2005-08-24  Jim Meyering  <jim@meyering.net>
26636
26637         Sync from coreutils.
26638         * m4/fcntl-safer.m4: New file.
26639
26640         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
26641         and object files for this module.
26642
26643 2005-08-24  Jim Meyering  <jim@meyering.net>
26644
26645         Sync from coreutils.
26646         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
26647
26648 2005-08-24  Jim Meyering  <jim@meyering.net>
26649
26650         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
26651         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
26652
26653 2005-08-24  Jim Meyering  <jim@meyering.net>
26654
26655         * modules/fcntl-safer: New module.
26656         * modules/fts (Depends-on): Add fcntl-safer.
26657         * MODULES.html.sh (File descriptor based Input/Output):
26658         Add fcntl-safer.
26659
26660 2005-08-24  Bruno Haible  <bruno@clisp.org>
26661
26662         Support for unit test modules.
26663         * modules/README: Mention tests modules.
26664         * modules/TEMPLATE-TESTS: New file.
26665         * gnulib-tool: New options --extract-tests-module, --with-tests and
26666         --tests-base (unused for the moment).
26667         (testsbase, inctests): New variables.
26668         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
26669         (func_verify_module): Exclude TEMPLATE-TESTS.
26670         (func_verify_nontests_module, func_verify_tests_module): New functions.
26671         (func_get_dependencies): Add implicit dependency for tests modules.
26672         (func_get_tests_module): New function.
26673         (func_modules_transitive_closure): When --with-tests was specified,
26674         include the unit tests as well, unless explicitly avoided.
26675         (func_emit_lib_Makefile_am): Ignore the tests modules here.
26676         (func_emit_tests_Makefile_am): New function.
26677         (func_create_testdir): When --with-tests was specified, emit a
26678         tests/ directory.
26679         * MODULES.html.sh (Future developments): Update.
26680
26681 2005-08-24  Bruno Haible  <bruno@clisp.org>
26682
26683         * modules/tls-tests: New file.
26684         * tests/test-tls.c: New file, from GNU gettext.
26685
26686 2005-08-24  Bruno Haible  <bruno@clisp.org>
26687
26688         * modules/lock-tests: New file.
26689         * tests/test-lock.c: New file, from GNU gettext.
26690
26691 2005-08-24  Bruno Haible  <bruno@clisp.org>
26692
26693         * lib/lock.h: Add multiple inclusion guard.
26694         * lib/tls.h: Add multiple inclusion guard.
26695
26696 2005-08-24  Bruno Haible  <bruno@clisp.org>
26697
26698         * gnulib-tool: Add support for the --aux-dir option to
26699         --create-testdir, --create-megatestdir, --test, --megatest.
26700         (func_create_testdir, func_create_megatestdir): Optionally emit a
26701         AC_CONFIG_AUX_DIR directive.
26702         (create-testdir, create-megatestdir, test, megatest): Provide a
26703         default value for $auxdir.
26704
26705 2005-08-24  Bruno Haible  <bruno@clisp.org>
26706
26707         * gnulib-tool (import): Use compound statement instead of subshell
26708         where possible.
26709
26710 2005-08-24  Bruno Haible  <bruno@clisp.org>
26711
26712         * gnulib-tool (import): Change --aux-dir default to "build-aux".
26713
26714 2005-08-24  Bruno Haible  <bruno@clisp.org>
26715
26716         * gnulib-tool (func_version): Update.
26717
26718 2005-08-24  Bruno Haible  <bruno@clisp.org>
26719
26720         * gnulib-tool (func_import, func_create_testdir,
26721         func_create_megatestdir): Quote all autoconf macro arguments.
26722
26723 2005-08-24  Bruno Haible  <bruno@clisp.org>
26724
26725         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
26726         option --force, because --force causes the aclocal.m4 of each
26727         subdirectory to be newer than the corresponding config.h.in.
26728
26729 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26730
26731         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
26732         All contents moved to gl_REGEX.
26733         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
26734         assume that it does.
26735
26736 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/regex.h (REG_NOSYS)
26739         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
26740         Define, since POSIX requires it as of 2001.
26741         (_REG_ENOSYS)
26742         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
26743         New private symbol, used to keep the enum signed in all cases.
26744         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
26745         Youngman in
26746         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
26747
26748         * lib/regex_internal.c (re_string_skip_chars, register_state):
26749         (calc_state_hash):
26750         Remove forward decls; no longer needed now that we use prototypes.
26751         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
26752         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
26753         (clean_state_log_if_needed): Likewise.
26754
26755 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
26756
26757         * config/srclist.txt: Add glibc bugs 1231-1233.
26758
26759 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26760
26761         Fix problems reported by Sam Steingold in
26762         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
26763         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
26764         assumed that reg_errcode_t is a signed type, which is not
26765         necessarily true if _XOPEN_SOURCE is not defined.
26766         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
26767         since some compilers warn about it otherwise.
26768
26769 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26770
26771         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
26772         (init_word_char, create_initial_state, duplicate_node_closure):
26773         (fetch_token, peek_token_bracket, build_range_exp):
26774         (build_collating_symbol): Remove forward decls; no longer needed
26775         now that we use prototypes.
26776
26777         * lib/regcomp.c:
26778         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
26779         (re_compile_fastmap_iter, regcomp, regerror, regfree):
26780         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
26781         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
26782         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
26783         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
26784         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
26785         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
26786         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
26787         (build_range_exp, build_collating_symbol, parse_bracket_exp):
26788         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
26789         (build_charclass, build_charclass_op, fetch_number, create_tree):
26790         (create_token_tree, mark_opt_subexp, duplicate_tree):
26791         Use prototypes rather than old-style definitions.
26792
26793         * lib/regex_internal.c:
26794         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
26795         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
26796         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26797         (re_string_reconstruct, re_string_peek_byte_case):
26798         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
26799         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26800         (re_node_set_init_copy, re_node_set_add_intersect):
26801         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26802         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26803         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26804         (re_acquire_state, re_acquire_state_context, register_state):
26805         (create_ci_newstate, create_cd_newstate, free_state):
26806         Likewise.
26807         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
26808         re_search_2):
26809         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
26810         (re_search_internal, prune_impossible_nodes):
26811         (acquire_init_state_context, check_matching, static):
26812         (check_halt_node_context, check_halt_state_context, proceed_next_node):
26813         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
26814         (update_regs, sift_states_backward, build_sifted_states):
26815         (clean_state_log_if_needed, merge_state_array):
26816         (update_cur_sifted_state, add_epsilon_src_nodes):
26817         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
26818         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
26819         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
26820         (find_recover_state, check_subexp_matching_top, transit_state_mb):
26821         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
26822         (check_arrival, check_arrival_add_next_nodes):
26823         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26824         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26825         (check_node_accept_bytes, check_node_accept, extend_buffers):
26826         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
26827         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
26828         (sift_ctx_init):
26829         Likewise.
26830
26831         * lib/regex_internal.h:
26832         (re_string_allocate, re_string_construct, re_string_reconstruct):
26833         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
26834         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
26835         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
26836         (re_string_context_at, re_string_peek_byte_case):
26837         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
26838         is defined, since we now use prototypes always.
26839
26840         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
26841         C89 or better.  All uses removed.
26842
26843 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26844
26845         * config/srclist.txt: Add glibc bugs 1220-1227.
26846
26847 2005-08-20  Jim Meyering  <jim@meyering.net>
26848
26849         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
26850         of unused local, dfa.
26851
26852 2005-08-20  Bruno Haible  <bruno@clisp.org>
26853
26854         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
26855
26856 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26857
26858         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
26859         (re_node_set_insert_last, re_dfa_add_node):
26860         Rename local variables to avoid GCC shadowing warnings.
26861
26862 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26863
26864         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
26865         [defined lint]: Suppress bogus uninitialized-variable warnings.
26866
26867         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
26868         and let the caller return REG_ESPACE if out of space.  This
26869         removes an uninitialied-variable warning with GCC 4.0.1, and also
26870         avoids taking the address of a local variable.  All callers
26871         changed.
26872
26873 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26874
26875         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
26876         $LIBCSRC/posix/regexec.c.
26877         Add glibc bug 1217 for regcomp.c.
26878
26879 2005-08-19  Jim Meyering  <jim@meyering.net>
26880
26881         * lib/regexec.c (proceed_next_node): Redo local variables to
26882         avoid GCC shadowing warnings.
26883
26884 2005-08-18  Bruno Haible  <bruno@clisp.org>
26885
26886         * lib/strstr.c (strstr): Fix return value in multibyte case.
26887         * lib/strcasestr.c (strcasestr): Likewise.
26888
26889 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26890
26891         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
26892
26893 2005-08-17  Jim Meyering  <jim@meyering.net>
26894
26895         Make the %s format (seconds since the epoch) work for a negative
26896         number and when used with a zero-padded field width, e.g. %015s.
26897
26898         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
26899         label so that it precedes the code to set `digits'.  Otherwise,
26900         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
26901         print `00-22'.  Now, it prints `-0022', as it should.
26902
26903 2005-08-17  Bruno Haible  <bruno@clisp.org>
26904
26905         * modules/strstr (Files): Add m4/mbrtowc.m4.
26906         (Depends-on): Add mbuiter.
26907
26908 2005-08-17  Bruno Haible  <bruno@clisp.org>
26909
26910         * modules/strcasestr: New file.
26911         * MODULES.html.sh (String handling, based on ANSI C 89): Add
26912         strcasestr.
26913
26914 2005-08-17  Bruno Haible  <bruno@clisp.org>
26915
26916         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
26917
26918 2005-08-17  Bruno Haible  <bruno@clisp.org>
26919
26920         * modules/mbuiter: New file.
26921         * MODULES.html.sh (Extended multibyte and wide character utilities):
26922         Add mbuiter.
26923
26924 2005-08-17  Bruno Haible  <bruno@clisp.org>
26925
26926         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
26927         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
26928
26929 2005-08-17  Bruno Haible  <bruno@clisp.org>
26930
26931         * m4/strcasestr.m4: New file.
26932
26933 2005-08-17  Bruno Haible  <bruno@clisp.org>
26934
26935         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
26936         * lib/strstr.c: Completely rewritten, with multibyte locale support.
26937
26938 2005-08-17  Bruno Haible  <bruno@clisp.org>
26939
26940         * lib/strcasestr.h: New file.
26941         * lib/strcasestr.c: New file.
26942
26943 2005-08-17  Bruno Haible  <bruno@clisp.org>
26944
26945         * lib/strcasecmp.c: Use mbuiter.h.
26946
26947 2005-08-17  Bruno Haible  <bruno@clisp.org>
26948
26949         * lib/mbuiter.h: New file.
26950
26951 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26952
26953         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
26954         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
26955         and gl_GETOPT are both invoked via different paths (as happens
26956         with GNU tar CVS because it uses both argp and getopt), the former
26957         wins.
26958
26959 2005-08-16  Bruno Haible  <bruno@clisp.org>
26960
26961         * modules/tls: New file.
26962         * MODULES.html.sh (Multithreading): Add tls.
26963
26964 2005-08-16  Bruno Haible  <bruno@clisp.org>
26965
26966         * modules/strnlen1: New file.
26967         * MODULES.html.sh (String handling): Add strnlen1.
26968
26969 2005-08-16  Bruno Haible  <bruno@clisp.org>
26970
26971         * modules/strcase (Files): Add m4/mbrtowc.m4.
26972         (Depends-on): Add strnlen1, mbchar.
26973
26974 2005-08-16  Bruno Haible  <bruno@clisp.org>
26975
26976         * modules/mbiter: New file.
26977         * MODULES.html.sh (Extended multibyte and wide character utilities):
26978         Add mbiter.
26979
26980 2005-08-16  Bruno Haible  <bruno@clisp.org>
26981
26982         * modules/mbfile: New file.
26983         * MODULES.html.sh (Extended multibyte and wide character utilities):
26984         Add mbfile.
26985
26986 2005-08-16  Bruno Haible  <bruno@clisp.org>
26987
26988         * modules/mbchar: New file.
26989         * MODULES.html.sh (Extended multibyte and wide character utilities):
26990         New section.
26991
26992 2005-08-16  Bruno Haible  <bruno@clisp.org>
26993
26994         * m4/tls.m4: New file, from GNU gettext.
26995
26996 2005-08-16  Bruno Haible  <bruno@clisp.org>
26997
26998         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
26999         always.
27000         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27001
27002 2005-08-16  Bruno Haible  <bruno@clisp.org>
27003
27004         * m4/mbiter.m4: New file.
27005
27006 2005-08-16  Bruno Haible  <bruno@clisp.org>
27007
27008         * m4/mbfile.m4: New file.
27009
27010 2005-08-16  Bruno Haible  <bruno@clisp.org>
27011
27012         * m4/mbchar.m4: New file.
27013
27014 2005-08-16  Bruno Haible  <bruno@clisp.org>
27015
27016         * lib/tls.h: New file, from GNU gettext.
27017         * lib/tls.c: New file, from GNU gettext.
27018
27019 2005-08-16  Bruno Haible  <bruno@clisp.org>
27020
27021         * lib/strnlen1.h: New file.
27022         * lib/strnlen1.c: New file.
27023
27024 2005-08-16  Bruno Haible  <bruno@clisp.org>
27025
27026         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27027         (mbi_init): Update.
27028         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27029         NUL byte, not after it.
27030
27031 2005-08-16  Bruno Haible  <bruno@clisp.org>
27032
27033         * lib/strcase.h (strcasecmp): Add note in comments.
27034         * lib/strncasecmp.c: Use code from strcasecmp.c.
27035         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27036         (strcasecmp): Work correctly in multibyte locales.
27037
27038 2005-08-16  Bruno Haible  <bruno@clisp.org>
27039
27040         * lib/mbiter.h: New file.
27041
27042 2005-08-16  Bruno Haible  <bruno@clisp.org>
27043
27044         * lib/mbfile.h: New file.
27045
27046 2005-08-16  Bruno Haible  <bruno@clisp.org>
27047
27048         * lib/mbchar.h: New file.
27049         * lib/mbchar.c: New file.
27050
27051 2005-08-16  Bruno Haible  <bruno@clisp.org>
27052
27053         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27054         the valid ones. Makes the comparison operations transitive:
27055         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27056         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27057
27058 2005-08-15  Simon Josefsson  <jas@extundo.com>
27059
27060         * modules/ssize_t (License): Change to 'unlimited'.
27061
27062         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27063
27064 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27065
27066         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27067         Add comments for each pending glibc patch.
27068
27069 2005-08-15  Bruno Haible  <bruno@clisp.org>
27070
27071         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27072         __cplusplus is defined.
27073
27074 2005-08-14  Jim Meyering  <jim@meyering.net>
27075
27076         Sync from coreutils.
27077
27078         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27079         Use the hash-table-based cycle-detection code not just when
27080         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27081         Reported by James Youngman in
27082         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27083         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27084         FTS_TIGHT_CYCLE_CHECK.
27085         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27086         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27087         once again.
27088         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27089         * lib/fts.c (fd_safer): Remove decl.
27090         Include fcntl--.h rather than unistd-safer.h
27091         (fts_safe_changedir): Don't call fd_safer; no longer needed
27092         now that we include fcntl--.h.
27093
27094 2005-08-12  Simon Josefsson  <jas@extundo.com>
27095
27096         * modules/getndelim2: Use ssize_t module.
27097         * modules/getnline: Likewise.
27098         * modules/safe-read: Likewise.
27099         * modules/xreadlink: Likewise.
27100
27101         * modules/ssize_t: New file.
27102
27103 2005-08-12  Simon Josefsson  <jas@extundo.com>
27104
27105         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27106
27107 2005-08-12  Simon Josefsson  <jas@extundo.com>
27108
27109         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27110         ssize_t.
27111
27112 2005-08-12  Simon Josefsson  <jas@extundo.com>
27113
27114         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27115         readline, getdelim and check_version.
27116         (Support for systems lacking ISO C 99: Sizes of integer types):
27117         Add size_max.
27118
27119 2005-08-12  Bruno Haible  <bruno@clisp.org>
27120
27121         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27122
27123 2005-08-11  Simon Josefsson  <jas@extundo.com>
27124
27125         * modules/readline: New file.
27126
27127         * modules/strnlen (Files): Add strnlen.h.
27128
27129 2005-08-11  Simon Josefsson  <jas@extundo.com>
27130
27131         * m4/readline.m4: New file.
27132
27133 2005-08-11  Simon Josefsson  <jas@extundo.com>
27134
27135         * lib/readline.h, readline.c: New file.
27136
27137 2005-08-11  Simon Josefsson  <jas@extundo.com>
27138
27139         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27140         gl_AVOID.
27141
27142 2005-08-11  Bruno Haible  <bruno@clisp.org>
27143
27144         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27145
27146 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27147
27148         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27149
27150 2005-08-10  Simon Josefsson  <jas@extundo.com>
27151
27152         * tests/test-iconvme.c: New file.
27153
27154 2005-08-10  Simon Josefsson  <jas@extundo.com>
27155
27156         * m4/strnlen.m4: New file.
27157
27158         * m4/strndup.m4: Don't check for strnlen declaration, done in
27159         strnlen.m4.
27160
27161 2005-08-10  Simon Josefsson  <jas@extundo.com>
27162
27163         * lib/strndup.c: Use strnlen.h.
27164
27165         * lib/strnlen.h: New file.
27166
27167 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27168
27169         * README: Typos.
27170
27171 2005-08-02  Simon Josefsson  <jas@extundo.com>
27172
27173         * modules/readline: New file.
27174
27175 2005-08-02  Simon Josefsson  <jas@extundo.com>
27176
27177         * modules/getdelim: New file.
27178
27179         * modules/getline: Rewrite, don't use getndelim2.
27180
27181 2005-08-02  Simon Josefsson  <jas@extundo.com>
27182
27183         * m4/getline.m4: Separate out getdelim stuff into separate module.
27184
27185         * m4/getdelim.m4: New file.
27186
27187 2005-08-02  Simon Josefsson  <jas@extundo.com>
27188
27189         * lib/getline.h, getline.c: Rewrite.
27190
27191         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27192
27193 2005-07-31  Bruno Haible  <bruno@clisp.org>
27194
27195         * lib/lock.h (gl_lock_initializer): New macro.
27196         (gl_lock_define_initialized): Use it.
27197         (gl_rwlock_initializer): New macro.
27198         (gl_rwlock_define_initialized): Use it.
27199         (gl_recursive_lock_initializer): New macro.
27200         (gl_recursive_lock_define_initialized): Use it.
27201
27202 2005-07-30  Karl Berry  <karl@gnu.org>
27203
27204         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27205         Report from Ben Pfaff, regarding getopt.
27206
27207 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27208
27209         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27210         normal way.
27211         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27212         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27213         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27214         (gl_GETOPT): Use the new macros.  Most of the implementation
27215         is moved to the new macros.  This is for programs like Emacs
27216         that don't want all the functionality of gl_GETOPT.
27217
27218 2005-07-26  Bruno Haible  <bruno@clisp.org>
27219
27220         * m4/lock.m4: Update from GNU gettext.
27221
27222 2005-07-26  Bruno Haible  <bruno@clisp.org>
27223
27224         * lib/lock.h: Update from GNU gettext.
27225         * lib/lock.c: Update from GNU gettext.
27226
27227 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27228
27229         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27230         obsolescent AC_TRY_RUN.  Include the default includes files, for
27231         'exit'.
27232
27233 2005-07-24  Bruno Haible  <bruno@clisp.org>
27234
27235         * modules/visibility: New file.
27236         * MODULES.html.sh (Misc): Add visibility.
27237
27238 2005-07-24  Bruno Haible  <bruno@clisp.org>
27239
27240         * m4/visibility.m4: New file.
27241
27242 2005-07-24  Bruno Haible  <bruno@clisp.org>
27243
27244         * doc/visibility.texi: New file.
27245
27246 2005-07-22  Bruno Haible  <bruno@clisp.org>
27247
27248         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27249         $(ALLOCA_H), redundant through BUILT_SOURCES.
27250         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27251         redundant through BUILT_SOURCES.
27252         * modules/byteswap (Makefile.am): Remove explicit dependency on
27253         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27254         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27255         $(FNMATCH_H), redundant through BUILT_SOURCES.
27256         * modules/getopt (Makefile.am): Remove explicit dependency on
27257         $(GETOPT_H), redundant through BUILT_SOURCES.
27258         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27259         redundant through BUILT_SOURCES.
27260         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27261         redundant through BUILT_SOURCES.
27262         * modules/stdbool (Makefile.am): Remove explicit dependency on
27263         $(STDBOOL_H), redundant through BUILT_SOURCES.
27264         * modules/stdint (Makefile.am): Remove explicit dependency on
27265         $(STDINT_H), redundant through BUILT_SOURCES.
27266         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27267         Remove explicit dependency on $(SYSEXITS_H).
27268         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27269
27270 2005-07-18  Simon Josefsson  <jas@extundo.com>
27271
27272         * lib/check-version.c (check_version): Accept identical versions too.
27273
27274 2005-07-18  Bruno Haible  <bruno@clisp.org>
27275
27276         * modules/lock: New file.
27277         * MODULES.html.sh (Multithreading): New section.
27278
27279 2005-07-18  Bruno Haible  <bruno@clisp.org>
27280
27281         * m4/lock.m4: New file, from GNU gettext.
27282
27283 2005-07-18  Bruno Haible  <bruno@clisp.org>
27284
27285         * lib/lock.h: New file, from GNU gettext.
27286         * lib/lock.c: New file, from GNU gettext.
27287
27288 2005-07-18  Bruno Haible  <bruno@clisp.org>
27289
27290         * lib/lock.h (gl_once_t): New type.
27291         (gl_once_define, gl_once): New macros.
27292         * lib/lock.c (fresh_once): New variable.
27293         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27294         functions.
27295
27296 2005-07-16  Simon Josefsson  <jas@extundo.com>
27297
27298         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27299         workaround, suggested by Bruno.
27300
27301 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27302
27303         * modules/xalloc (Depends-on): Add xalloc-die.
27304         * modules/xvasprintf (Depends-on): Add xalloc-die.
27305
27306 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27307
27308         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27309         with a minor change.
27310
27311 2005-07-15  Bruno Haible  <bruno@clisp.org>
27312
27313         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27314         When using lib/poll.c, define poll as rpl_poll.
27315
27316 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27317
27318         * modules/argp (Depends-on): Remove unlocked-io.
27319
27320 2005-07-14  Derek Price  <derek@ximbiot.com>
27321
27322         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27323         for glob symlink bug.
27324
27325 2005-07-14  Bruno Haible  <bruno@clisp.org>
27326
27327         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27328         Instead, test for *_unlocked function declarations directly.
27329
27330 2005-07-11  Simon Josefsson  <jas@extundo.com>
27331
27332         * modules/size_max: New file.
27333
27334         * modules/xsize: Depend on size_max module for size_max.m4.
27335
27336 2005-07-11  Simon Josefsson  <jas@extundo.com>
27337
27338         * lib/size_max.h: New file.
27339
27340 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27341
27342         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27343         copyright symbol and the year.
27344         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27345         (version_etc_va): Use parameterized copyright notice.
27346         Reword to conform to the current GNU coding standards.
27347
27348 2005-07-11  Karl Berry  <karl@gnu.org>
27349
27350         * doc/gnulib.texi (Quoting): new node.
27351         (Initial import): more info, from Patrice.
27352
27353 2005-07-11  Bruno Haible  <bruno@clisp.org>
27354
27355         * gnulib-tool (func_usage): Document option --avoid.
27356         (Command line options): Handle --avoid.
27357         (func_acceptable): New function.
27358         (func_modules_transitive_closure): Use it.
27359
27360 2005-07-11  Bruno Haible  <bruno@clisp.org>
27361
27362         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27363         Reported by Jim Meyering.
27364
27365 2005-07-10  Bruno Haible  <bruno@clisp.org>
27366
27367         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27368         Needed when size_t is smaller than 'unsigned int'.
27369         Reported by Paul Eggert.
27370
27371 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27372
27373         * modules/argp (Depends-on): Add unlocked-io
27374
27375 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27376
27377         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27378         block of defines.
27379
27380 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27381
27382         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27383         fix now.
27384
27385 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27386         and Paul Eggert  <eggert@cs.ucla.edu>
27387
27388         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27389         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27390
27391 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27392
27393         * modules/regex (Files): Add lib/regex_internal.c,
27394         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27395         (Depends-on): Add extensions.
27396         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27397
27398 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27399
27400         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27401         pathconf.
27402         * m4/same.m4 (gl_SAME): Likewise.
27403         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27404
27405         * m4/regex.m4: Adjust to new libc regex implementation.
27406         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27407         all the .c and .h parts of (the new) regex.
27408         Quote the m4 stuff better.
27409         Check for RE_ICASE bug of old gnulib.
27410         Check for REG_STARTEND of recent libc.
27411         Rename local variables from jm_* to gl_*.
27412         Quote operand of "test -f".
27413         Say "recent enough" version of libc, not "version 2".
27414         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27415         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27416         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27417         Remove check for btowc, isascii.
27418         Require AM_LANGINFO_CODESET.
27419
27420 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27421
27422         * lib/regex.c, regex.h: Sync from libc.
27423         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27424         * lib/regexec.c:
27425         New files, synced from libc, except that regex_internal.h
27426         currently has a small porting fix.
27427
27428 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27429
27430         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27431         regex_internal.c, regexec.c.
27432         Add regex_internal.h too, but as a comment, since the libc version
27433         is currently broken in gnulib mode.
27434
27435 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27436
27437         Support programs like Emacs that use gnulib but not gettext.
27438         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27439         * modules/gettext-h: New file.
27440         * modules/gettext (Files): Remove lib/gettext.h.
27441         (Depends-on): Add gettext-h.
27442         (Makefile.am): Remove lib_SOURCES.
27443         * modules/argmatch, modules/c-stack, modules/closeout:
27444         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27445         * modules/execute, modules/file-type, modules/getaddrinfo:
27446         * modules/getopt, modules/human, modules/javacomp:
27447         * modules/javaexec, modules/mkdir-p, modules/obstack:
27448         * modules/openat, modules/pagealign_alloc, modules/pipe:
27449         * modules/quotearg, modules/regex, modules/rpmatch:
27450         * modules/unicodeio, modules/userspec, modules/version-etc:
27451         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27452         * modules/xsetenv:
27453         Depend on gettext-h, not gettext.
27454
27455 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27456
27457         * gnulib-tool (func_import): Add support for 'public domain' license.
27458         * modules/alloca, modules/atexit, modules/memmove:
27459         Now public domain, not GPL.
27460         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
27461         * modules/realloc, modules/strerror, modules/strtod:
27462         Now LGPL, not GPL.
27463
27464 2005-07-05  Bruno Haible  <bruno@clisp.org>
27465
27466         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
27467         autoconf CVS. Needed for mingw.
27468
27469 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27470
27471         Remove the dependency of the strftime module on the tzset module.
27472         * modules/strftime (Depends-on): Remove dependency on tzset.
27473
27474 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27475
27476         Remove the dependency of the strftime module on the tzset module.
27477         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
27478         gl_FUNC_TZSET_CLOBBER.
27479
27480 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27481
27482         Remove the dependency of the strftime module on the tzset module.
27483         * lib/strftime.c (my_strftime)
27484         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
27485         Copy the input structure, to work around some of the bug with
27486         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
27487         Solaris releases, you should also use the tzset module, but we won't
27488         require it as a dependency any more since we don't want LGPLed code
27489         to depend on GPLed code.
27490
27491 2005-07-02  Jim Meyering  <jim@meyering.net>
27492
27493         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
27494         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
27495         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
27496         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
27497
27498 2005-07-02  Jim Meyering  <jim@meyering.net>
27499
27500         * lib/backupfile.c (backup_args): Change a `0' to NULL.
27501
27502 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27503
27504         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
27505         declares only 'struct timespec;' (!).
27506
27507 2005-07-01  Jim Meyering  <jim@meyering.net>
27508
27509         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
27510         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
27511         * lib/save-cwd.c, tempname.c:
27512         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27513         and don't include <sys/file.h>).
27514
27515 2005-06-29  Jim Meyering  <jim@meyering.net>
27516
27517         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
27518         type name.  Use the variable name instead.
27519         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
27520         Likewise.
27521
27522 2005-06-28  Simon Josefsson  <jas@extundo.com>
27523
27524         * modules/check-version (Files): Add check-version.m4.
27525
27526 2005-06-28  Simon Josefsson  <jas@extundo.com>
27527
27528         * m4/check-version.m4: New file, suggested by Jim Meyering
27529         <jim@meyering.net>.
27530
27531 2005-06-28  Simon Josefsson  <jas@extundo.com>
27532
27533         * lib/check-version.h, lib/check-version.c: New files.
27534
27535 2005-06-28  Simon Josefsson  <jas@extundo.com>
27536
27537         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
27538         collision with global variable.  Better indentation.  Don't
27539         increment buffer pointer beyond buffer end.  Based on comments
27540         from Paul Eggert <eggert@cs.ucla.edu>.
27541
27542         * lib/base64.h: Indent.
27543
27544 2005-06-28  Simon Josefsson  <jas@extundo.com>
27545
27546         * doc/gnulib.texi (Library version handling): New section.
27547
27548 2005-06-28  Jim Meyering  <jim@meyering.net>
27549
27550         * check-module (find_included_lib_files): Hard-code another
27551         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
27552         but modules/fts-lgpl (correctly) does not list those files.
27553
27554         * modules/canonicalize (Files): Add lib/pathmax.h.
27555
27556 2005-06-25  Simon Josefsson  <jas@extundo.com>
27557
27558         * modules/check-version: New file.
27559
27560 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
27561
27562         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
27563         initializer of struct addrinfo, as an indication that we don't
27564         care how many members the structure has.
27565
27566 2005-06-24  Derek Price  <derek@ximbiot.com>
27567         and Bruno Haible  <bruno@clisp.org>
27568
27569         Remove stat module & update lstat.
27570         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
27571         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27572         * m4/stat.m4: Remove this file.
27573
27574 2005-06-24  Derek Price  <derek@ximbiot.com>
27575         and Bruno Haible  <bruno@clisp.org>
27576
27577         Remove stat module & update lstat.
27578         * lib/stat.c: Remove this file...
27579         (slash_aware_lstat): ...moving this content and its support...
27580         * lib/lstat.c (rpl_lstat): ...into here.
27581         * lib/lstat.h: New file.
27582
27583 2005-06-24  Derek Price  <derek@ximbiot.com>
27584         and Bruno Haible  <bruno@clisp.org>
27585
27586         Remove stat module & update lstat.
27587         * config/srclist.txt (libc sources): Remove stat.
27588
27589 2005-06-24  Derek Price  <derek@ximbiot.com>
27590         and Bruno Haible  <bruno@clisp.org>
27591
27592         Remove stat module & update lstat.
27593         * MODULES.html.sh (stat): Remove.
27594         * MODULES.html: Regenerated.
27595         * modules/lstat (Description): Correct function name.
27596         (Files): Add "lstat.h".
27597         (Depends-on): Remove stat, add xalloc, stat-macros.
27598         * modules/stat: Remove this file.
27599         (Include): Add "lstat.h", remove <sys/stat.h>.
27600
27601 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
27602
27603         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
27604         (ranged_convert): Don't save conversion in a temporary struct.
27605         This causes a warning with GCC 4.0.0, and anyway in the typical
27606         case it's not worth the extra 100 bytes or so of code.
27607         (ranged_convert, __mktime_internal): When calling a function via a
27608         pointer P, use P () rather than (*P) (), as we now assume C89 or
27609         better.
27610
27611 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27612
27613         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
27614         "who -r" failed to give output.  Problem reported by Tim Waugh.
27615
27616         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
27617         (xcalloc): Use it to avoid needless tests.
27618         Problem reported by Jim Meyering.
27619
27620 2005-06-20  Derek Price  <derek@ximbiot.com>
27621
27622         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
27623         unnecessary for Autoconfs > 2.59c.
27624
27625 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27626
27627         * lib/argp.h (__option_is_short): Check upper limit of
27628         __key. Isprint() requires its argument to have the value
27629         of an unsigned char or EOF.
27630
27631 2005-06-16  Jim Meyering  <jim@meyering.net>
27632
27633         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
27634         when either N or S is zero.
27635
27636 2005-06-16  Derek Price  <derek@ximbiot.com>
27637
27638         * m4/bison.m4: Declare YACC & YFLAGS precious.
27639
27640 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
27641
27642         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
27643         multibyte string or pattern, fall back on unibyte matching.
27644         Problem reported by James Youngman.
27645
27646 2005-06-08  Bruno Haible  <bruno@clisp.org>
27647
27648         * modules/csharpcomp: New file.
27649         * MODULES.html.sh (C#): Add csharpcomp.
27650
27651 2005-06-08  Bruno Haible  <bruno@clisp.org>
27652
27653         * m4/csharpcomp.m4: New file, from GNU gettext.
27654
27655 2005-06-08  Bruno Haible  <bruno@clisp.org>
27656
27657         * lib/csharpcomp.h: New file, from GNU gettext.
27658         * lib/csharpcomp.c: New file, from GNU gettext.
27659         * lib/csharpcomp.sh.in: New file, from GNU gettext.
27660
27661 2005-06-08  Bruno Haible  <bruno@clisp.org>
27662
27663         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
27664         warning on mingw.
27665
27666 2005-06-07  Derek Price  <derek@ximbiot.com>
27667
27668         Sync from CVS.
27669         * lib/glob_.h: Indent nested #ifdef.
27670
27671 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27672
27673         Sync from coreutils.
27674         Use "file name" when talking about file names, instead of "filename"
27675         or "path", as per the GNU coding standards.
27676         * lib/mkdir-p.c: Renamed from makepath.c.
27677         (make_dir_parents): Renamed from make_path.  All callers changed.
27678         * lib/mkdir-p.h: Likewise.  All includers changed.
27679         * lib/filenamecat.c: Renamed from path-concat.c.
27680         (file_name_concat): Renamed from path_concat.  All callers changed.
27681         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
27682         * lib/filenamecat.h: Likewise.  All includers changed.
27683         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
27684         in comments or local variable names.
27685         * lib/basename.c: Likewise.
27686         * lib/canonicalize.c, canonicalize.h: Likewise.
27687         * lib/dirname.c, dirname.h: Likewise.
27688         * lib/euidaccess.c: Likewise.
27689         * lib/exclude.c: Likewise
27690         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
27691         * lib/fsusage.c, fsuage.h: Likewise.
27692         * lib/fts.c, fts_.h: Likewise.
27693         * lib/getcwd.c: Likewise.
27694         * lib/getloadavg.c: Likewise.
27695         * lib/mkstemp.c: Likewise.
27696         * lib/mountlist.c, mountlist.h: Likewise.
27697         * lib/openat.c, openat.h: Likewise.
27698         * lib/readlink-stub.c: Likewise.
27699         * lib/readutmp.c, readutmp.h: Likewise.
27700         * lib/rename.c: Likewise.
27701         * lib/rmdir.c: Likewise.
27702         * lib/same.c: Likewise.
27703         * lib/savedir.c: Likewise.
27704         * lib/stripslash.c: Likewise.
27705         * lib/tempname.c: Likewise.
27706         * lib/xreadlink.c: Likewise.
27707         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
27708         All uses changed.
27709         * lib/exclude.h: Likewise.
27710
27711         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
27712         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27713         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
27714         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27715         * lib/pathmax.h: Include <limits.h> unconditionally, since other
27716         files have been getting away with it for years (MORE/BSD 4.3
27717         is extinct now).
27718         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
27719         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
27720
27721         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
27722         Define to 256, not 255, as per modern POSIX.
27723
27724 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27725
27726         Sync from coreutils.
27727         Use "file name" when talking about file names, instead of "filename"
27728         or "path", as per the GNU coding standards.
27729         * MODULES.html.sh: mkdir-p renamed from makepath.
27730         filenamecat renamed from path-concat.
27731         * modules/filenamecat: Renamed from modules/path-concat.
27732         (Files): filenamecat.h and filenamecat.c renamed from
27733         path-concat.h and path-concat.c.
27734         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
27735         (Include): filenamecat.h, not path-concat.h.
27736         * modules/mkdir-p: Renamed from modules/makepath.
27737         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
27738         makepath.c.
27739         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
27740         (Include): mkdir-p.h, not makepath.h.
27741
27742 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
27743
27744         Sync from coreutils.
27745         * m4/mkdir-p.m4: Renamed from makepath.m4.
27746         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
27747         Rename files from makepath.c to mkdir-p.c, and from
27748         makepath.h to mkdir-p.h.
27749         * m4/filenamecat.m4: Renamed from path-concat.m4.
27750         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
27751         Rename files from path-concat.c to filenamecat.c,
27752         and from path-concat.h to filenamecat.h.
27753         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
27754         "file name" in local variables or comments.
27755         * m4/rename.m4: Likewise.
27756
27757 2005-06-01  Bruno Haible  <bruno@clisp.org>
27758
27759         * modules/csharpexec: New file.
27760         * MODULES.html.sh (C#): New section.
27761
27762 2005-06-01  Bruno Haible  <bruno@clisp.org>
27763
27764         * m4/csharp.m4: New file, from GNU gettext.
27765         * m4/csharpexec.m4: New file, from GNU gettext.
27766
27767 2005-06-01  Bruno Haible  <bruno@clisp.org>
27768
27769         * lib/csharpexec.h: New file, from GNU gettext.
27770         * lib/csharpexec.c: New file, from GNU gettext.
27771         * lib/csharpexec.sh.in: New file, from GNU gettext.
27772
27773 2005-05-31  Derek Price  <derek@ximbiot.com>
27774             Paul Eggert  <eggert@cs.ucla.edu>
27775
27776         Sync from cvs.
27777         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27778
27779 2005-05-31  Derek Price  <derek@ximbiot.com>
27780             Paul Eggert  <eggert@cs.ucla.edu>
27781
27782         Sync from cvs.
27783         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27784
27785 2005-05-29  Derek Price  <derek@ximbiot.com>
27786
27787         * config/srclist.txt (glob_.h, glob.c): Add these files.
27788
27789 2005-05-29  Derek Price  <derek@ximbiot.com>
27790
27791         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
27792         * modules/glob: New file.
27793         * modules/getlogin_r: Add link to POSIX spec in description.
27794
27795 2005-05-29  Derek Price  <derek@ximbiot.com>
27796             Paul Eggert  <eggert@cs.ucla.edu>
27797
27798         * m4/glob.m4: New file.
27799
27800 2005-05-29  Derek Price  <derek@ximbiot.com>
27801             Paul Eggert  <eggert@cs.ucla.edu>
27802
27803         * lib/glob_.h, lib/glob.c: New files.
27804
27805 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         * modules/fts (Files): Remove m4/inttypes-pri.m4.
27808         * modules/fts-lgpl (Depends-on): Remove gettext.
27809
27810 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27811
27812         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
27813         and don't require gt_INTTYPES_PRI.
27814
27815 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27816
27817         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
27818
27819         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
27820         the configuration hassle isn't worth it.
27821         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
27822         (LONGEST_MODIFIER, PRIuMAX): Remove.
27823
27824 2005-05-27  Bruno Haible  <bruno@clisp.org>
27825
27826         * lib/getlogin_r.h: Remove second include of <stddef.h>.
27827
27828 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
27829
27830         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
27831         _POSIX_PTHREAD_SEMANTICS for Solaris.
27832
27833 2005-05-25  Derek Price  <derek@ximbiot.com>
27834
27835         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
27836
27837 2005-05-25  Derek Price  <derek@ximbiot.com>
27838             Paul Eggert  <eggert@cs.ucla.edu>
27839
27840         * modules/getlogin_r, m4/getlogin_r.m4: New files.
27841         * lib/getlogin_r.c, getlogin_r.h: New files.
27842
27843 2005-05-25  Bruno Haible  <bruno@clisp.org>
27844             Derek Price  <derek@ximbiot.com>
27845
27846         * lib/getlogin_r.h: Simplify API documentation.
27847
27848 2005-05-23  Derek Price  <derek@ximbiot.com>
27849
27850         * modules/minmax (Files): Add m4/minmax.m4.
27851         (configure.ac): Add gl_MINMAX.
27852
27853 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27854
27855         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
27856         so that unistd-safer.h (GPL'ed code) need not be included.
27857
27858 2005-05-22  Bruno Haible  <bruno@clisp.org>
27859
27860         * m4/minmax.m4: New file.
27861         Based on a patch by Derek Price <derek@ximbiot.com>.
27862
27863 2005-05-22  Bruno Haible  <bruno@clisp.org>
27864
27865         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
27866         (INT64_MIN): Fix definition.
27867         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
27868
27869         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
27870         NEED_SIGNED_INT_TYPES.
27871
27872         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
27873         HAVE_SYSTEM_INTTYPES.
27874
27875 2005-05-22  Bruno Haible  <bruno@clisp.org>
27876
27877         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
27878         Also include <sys/param.h> if it defines MIN, MAX.
27879         Based on a patch by Derek Price <derek@ximbiot.com>.
27880
27881 2005-05-21  Jim Meyering  <jim@meyering.net>
27882
27883         * modules/fts (Files): Add m4/inttypes-pri.m4.
27884         (Depends-on): Add lstat and remove gettext.  Alphabetize.
27885
27886 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27887
27888         New fts module.
27889         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
27890         (setup_dir, free_dir): New functions.
27891         (enter_dir, leave_dir): Define trivial
27892         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
27893         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
27894         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
27895         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
27896         Move to fts-cycle.c.
27897         (fts_open): Use setup_dir.
27898         (fts_close): Use free_dir.
27899         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
27900         This adds a label and some gotos, but the alternatives were messier.
27901         Check for memory allocation failure when entering a dir.
27902         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
27903         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
27904         (FTS): New member fts_cycle, that is a union that contains the
27905         old active_dir_ht and cycle_state.  All uses changed to mention
27906         fts_cycle.ht and fts_cycle.state.
27907         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
27908         fts.c, with the following changes:
27909         (setup_dir, free_dir): New functions.
27910         (enter_dir): Now returns bool.  Return true if successful, false
27911         if memory exhausted.  All callers changed.
27912         Do not bother partly cleaning up on
27913         memory allocation failure; that is free_dir's job.
27914         However, free ad if hash_insert fails, to avoid memory leak.
27915         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
27916         fts->fts_options to see which union member to use.
27917
27918 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27919
27920         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
27921         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
27922
27923 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27924
27925         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
27926
27927 2005-05-20  Jim Meyering  <jim@meyering.net>
27928
27929         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
27930         Now a macro, to pacify GCC.
27931
27932 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27933
27934         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
27935         of -1.
27936
27937 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27938
27939         * lib/chown.c (rpl_chown): Return -1 on failure.
27940
27941 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27942
27943         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
27944         Don't check for stddef.h.
27945         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
27946         don't use its results.
27947         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
27948         since we include them unconditionally.  Don't require
27949         AM_STDBOOL_H, since stdbool is a prerequisite.
27950         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
27951         since we assume C89 or better.
27952         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
27953         as we don't use their results.
27954         Don't check for fchdir, memmove, memset, strrchr, as we use
27955         them unconditionally.
27956         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
27957         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
27958
27959 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
27962         Include <stddef.h> unconditionally, since we assume C89 now.
27963         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
27964         * lib/fts.c: Include fts_.h first, to check interface.
27965         Do not include intprops.h; no longer needed.
27966         Include cycle-check.h and hash.h, since fts_.h no longer does.
27967         Remove unnecessary casts of closedir to void.
27968         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
27969         decide whether to decrement nlinks.
27970         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
27971         (FTS): Use struct hash_table * instead of Hash_table, so that
27972         we no longer need to include hash.h here.
27973
27974 2005-05-18  Jim Meyering  <jim@meyering.net>
27975
27976         * modules/dirfd (License): Change to LGPL.  Most of the code
27977         is already in the public domain.
27978
27979 2005-05-18  Jim Meyering  <jim@meyering.net>
27980
27981         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
27982         Reported by Yoann Vandoorselaere.
27983
27984 2005-05-17  Jim Meyering  <jim@meyering.net>
27985
27986         * m4/fts.m4: New file, from coreutils.
27987
27988 2005-05-17  Jim Meyering  <jim@meyering.net>
27989
27990         * lib/fts.c, lib/fts_.h: New files, from coreutils.
27991
27992 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27993
27994         Sync from coreutils.
27995         * m4/unlinkdir.m4: New file.
27996
27997 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27998
27999         Sync from coreutils.
28000         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28001         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28002         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28003         White space changes only.
28004         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28005         special.
28006         * lib/yesno.c: Include getline.h, not ctype.h.
28007         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28008         Use getline to remove arbitrary restriction on response length.
28009
28010 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28011
28012         * config/srclist-update: Spell out "Street" in FSF postal
28013         mail address; this is the style the FSF seems to prefer.
28014
28015         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28016         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28017         this updates FSF postal mail address.
28018
28019         Sync from coreutils.
28020         * modules/unlinkdir: New file.
28021         * modules/yesno (Depends-on): Add getline.
28022         * MODULES.html.sh (File system functions): Add unlinkdir.
28023
28024 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28025
28026         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28027         lib/strsep.h:
28028         Change the initial comment to refer to GPL, not LGPL.
28029         gnulib-tool will change it to LGPL as needed.
28030
28031         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28032         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28033         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28034         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28035         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28036         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28037         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28038         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28039         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28040         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28041         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28042         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28043         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28044         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28045         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28046         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28047         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28048         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28049         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28050         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28051         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28052         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28053         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28054         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28055         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28056         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28057         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28058         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28059         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28060         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28061         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28062         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28063         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28064         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28065         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28066         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28067         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28068         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28069         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28070         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28071         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28072         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28073         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28074         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28075         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28076         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28077         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28078         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28079         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28080         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28081         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28082         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28083         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28084         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28085         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28086         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28087         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28088         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28089         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28090         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28091         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28092         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28093         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28094         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28095         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28096         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28097         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28098         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28099         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28100         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28101         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28102         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28103         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28104         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28105         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28106         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28107         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28108         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28109         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28110         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28111         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28112         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28113         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28114         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28115         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28116         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28117         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28118         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28119         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28120         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28121         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28122         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28123         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28124         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28125         lib/yesno.c, lib/yesno.h:
28126         Update FSF postal mail address.
28127
28128 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28131         tests/test-memmem.c, tests/test-stpncpy.c:
28132         Update FSF postal mail address.
28133
28134 2005-05-13  Bruno Haible  <bruno@clisp.org>
28135
28136         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28137         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28138         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28139         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28140         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28141         Add support for 64-bit integers in the MSVC compiler.
28142
28143 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28144
28145         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28146
28147 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28148
28149         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28150
28151 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28152
28153         * doc/getdate.texi (General date syntax): Don't say that date
28154         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28155         Problem reported by Nic Ferrier.
28156
28157 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28158
28159         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28160         specified in ai_socktype. Fix invalid ai_protocol
28161         check. ai_protocol is usually set to 0 or depending on
28162         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28163         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28164         ai_socktype / ai_protocol in the returned addrinfo structure.
28165
28166 2005-05-10  Simon Josefsson  <jas@extundo.com>
28167
28168         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28169         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28170
28171 2005-05-10  Karl Berry  <karl@gnu.org>
28172
28173         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28174         (from http://www.gnu.org/licenses).
28175         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28176         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28177         fdl.texi suffices.
28178
28179 2005-05-10  Karl Berry  <karl@gnu.org>
28180
28181         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28182         (COPYING.DOC): remove.
28183
28184         * config/srclist-update: new FSF address.
28185
28186 2005-05-10  Derek Price  <derek@ximbiot.com>
28187
28188         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28189         possible.
28190
28191 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28192             Bruno Haible  <bruno@clisp.org>
28193
28194         * modules/inet_ntop: New file.
28195         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28196         inet_ntop.
28197
28198 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28199             Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/inet_ntop.m4: New file.
28202
28203 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28204             Bruno Haible  <bruno@clisp.org>
28205
28206         * lib/inet_ntop.h: New file.
28207         * lib/inet_ntop.c: New file, from glibc with modifications.
28208
28209 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28210
28211         * modules/time_r (License): Change to LGPL.
28212         * modules/extensions (License): Change to LGPL.  Actually,
28213         the license is more permissive than that, but currently gnulib-tool
28214         doesn't know how to handle more-permissive licenses.
28215
28216         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28217         Problem reported by Dave Love.
28218
28219 2005-05-08  Jim Meyering  <jim@meyering.net>
28220
28221         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28222         blank.
28223
28224 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28225
28226         * modules/argmatch (Depends-on): Add stdbool.
28227         * modules/backupfile (Depends-on): Likewise.
28228         * modules/chdir-long (Depends-on): Likewise.
28229         * modules/closeout (Depends-on): Likewise.
28230         * modules/cycle-check (Depends-on): Likewise.
28231         * modules/dirname (Depends-on): Likewise.
28232         * modules/fnmatch (Depends-on): Likewise.
28233         * modules/fsusage (Depends-on): Likewise.
28234         * modules/fwriteerror (Depends-on): Likewise.
28235         * modules/getcwd (Depends-on): Likewise.
28236         * modules/getloadavg (Depends-on): Likewise.
28237         * modules/hard-locale (Depends-on): Likewise.
28238         * modules/makepath (Depends-on): Likewise.
28239         * modules/mountlist (Depends-on): Likewise.
28240         * modules/nanosleep (Depends-on): Likewise.
28241         * modules/posixtm (Depends-on): Likewise.
28242         * modules/quotearg (Depends-on): Likewise.
28243         * modules/readtokens (Depends-on): Likewise.
28244         * modules/readtokens0 (Depends-on): Likewise.
28245         * modules/readutmp (Depends-on): Likewise.
28246         * modules/save-cwd (Depends-on): Likewise.
28247         * modules/strftime (Depends-on): Likewise.
28248         * modules/userspec (Depends-on): Likewise.
28249         * modules/utimecmp (Depends-on): Likewise.
28250         * modules/xgetcwd (Depends-on): Likewise.
28251         * modules/xnanosleep (Depends-on): Likewise.
28252         * modules/xstrtod (Depends-on): Likewise.
28253         * modules/yesno (Depends-on): Likewise.
28254
28255 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28256
28257         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28258         needless checks.
28259
28260 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28261
28262         Merge from coreutils.  Among other things,
28263         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28264         * lib/fd-safer.c: New file.
28265         * lib/fcntl-safer.h, open-safer.c: Remove.
28266         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28267         * lib/dup-safer.c: Include unistd-safer.h first.
28268         Don't include errno.h.
28269         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28270         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28271         * lib/file-type.c: Rely on file-type.h change.
28272         * lib/getloadavg.c: Include unistd-safer.h.
28273         (getloadavg): Use safer open.
28274         * lib/getusershell.c: Include "stdio-safer.h".
28275         (getusershell): Use safer fopen.
28276         * lib/long-options.c (long_options): Use NULL rather than 0.
28277         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28278         'free'.
28279         * lib/modechange.c: Likewise.
28280         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28281         (MODE_DONE): New constant.
28282         (struct mode_change): Remove 'next' member.
28283         (make_node_op_equals): New function; like the old one of the
28284         same name, except it allocates an array.
28285         (mode_compile, mode_create_from_ref): Use it.
28286         (mode_compile): Allocate result as an array, not a linked list.
28287         Parse octal string ourself, so that we catch mistakes like "+0".
28288         (mode_adjust): Arg is an array, not a linked list.
28289         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28290         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28291         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28292         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28293         Remove.  This is now stat-macros.h's job.
28294         (talloc): Remove.  All callers replaced by xalloc, so that
28295         our invokers don't have to worry about reporting memory failures.
28296         (make_node_op_equals): Remove.
28297         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28298         New constants.
28299         (struct mode_change): Moved here from modechange.h.
28300         (mode_append_entry): Remove.
28301         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28302         apps to have incorrect behavior.  Use simpler algorithm for head
28303         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28304         Detect more invalid usages rather than having somewhat-random behavior.
28305         Don't insert an "a=" action, as that leads to incorrect behavior.
28306         (mode_compile, mode_create_from_ref): Return NULL on error instead
28307         of an enum, since now there's only one way to have an error.  All
28308         callers changed.
28309         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28310         at the correct time.  Simplify calculation of "+u" and its ilk.
28311         Don't mishandle "+X".
28312         (mode_free): Remove "register" and localize decls.
28313         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28314         (struct mode_change): Move to modechange.c; callers don't
28315         need to see this stuff.
28316         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28317         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28318         (mode_change, mode_adjust): Reflect the new signatures noted above.
28319         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28320         that might redefine system include files.
28321         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28322         (my_usleep): Use NULL rather than (void *) 0.
28323         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28324         Use siginterrupt to specify that system calls should be interrupted.
28325         (rpl_nanosleep): Move initialization of suspended closer to call of
28326         my_usleep.
28327         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28328         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28329         (desirable_utmp_entry): New function.
28330         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28331         using x2nrealloc, to simplify logic.
28332         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28333         size calculation.  Do not assume utmp file is a regular file.
28334         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28335         (READ_UTMP_CHECK_PIDS): New constant.
28336         * lib/save-cwd.c: Include unistd-safer.h.
28337         (save_cwd): Use fd_safer.
28338         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28339         [!_LIBC] Include "stat-macros.h" instead.
28340         * lib/unistd-safer.h (fd_safer): New decl.
28341
28342 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28343
28344         * modules/getloadavg (Depends-on): Add unistd-safer.
28345         * modules/getusershell (Depends-on): Add stdio-safer.
28346         * modules/lstat (Depends-on): Remove xalloc.
28347         * modules/mkstemp (Depends-on): Add stat-macros.
28348         * modules/modechange (Depends-on): Remove xstrtol.
28349         Add stat-macros, xalloc.
28350         * modules/save-cwd (Depends-on): Add unistd-safer.
28351         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28352         * modules/unistd-safer (Files): Add lib/fd-safer.c
28353         (Makefile.am): Remove lib_SOURCES.
28354
28355         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28356         Remove fcntl-safer; unistd-safer supersedes it.
28357
28358 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28361         AC_HEADER_STAT.
28362         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28363         (gl_PREREQ_CHOWN): Remove.
28364         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28365         it.  Don't require AC_HEADER_STAT.
28366         (gl_PREREQ_LSTAT): Remove.
28367         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28368         Don't require AC_HEADER_STAT.
28369         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28370         (gl_PREREQ_RMDIR): Remove.
28371         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28372         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28373         the stat-macros module a prerequisite.
28374         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28375         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28376         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28377         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28378         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28379         variable names.
28380         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28381         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28382         variable prefixes.
28383         * m4/fcntl-safer.m4: Remove.
28384         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28385         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28386         Invoke gl_PREREQ_FD_SAFER.
28387         (gl_PREREQ_FD_SAFER): New macro.
28388         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28389         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28390         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28391         Remove duplicate call to AC_LIBOBJ(readutmp).
28392         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28393
28394         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28395         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28396
28397 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28398
28399         * MODULES.html.sh (Misc): Add byteswap.
28400
28401 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28402
28403         * modules/getcwd (Depends-on): Add extensions.
28404         * modules/openat (Depends-on): Likewise.
28405
28406 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28407
28408         * modules/byteswap: New file.
28409
28410 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28411
28412         * m4/byteswap.m4: New file.
28413
28414 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28415
28416         * lib/byteswap_.h: New file.
28417
28418 2005-04-25  Karl Berry  <karl@gnu.org>
28419
28420         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28421
28422 2005-04-25  Albert Chin  <china@thewrittenword.com>
28423
28424         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28425         Toolkit C bug.
28426
28427 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28428
28429         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28430         (func_ln_if_changed) Remove forcibly for no error message
28431         in case file does not exist.
28432
28433 2005-04-19  Simon Josefsson  <jas@extundo.com>
28434
28435         * gnulib-tool (Options): Make --symlink mean --symbolic.
28436
28437 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28438
28439         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28440
28441 2005-04-16  Simon Josefsson  <jas@extundo.com>
28442
28443         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28444
28445 2005-04-15  Simon Josefsson  <jas@extundo.com>
28446
28447         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28448
28449 2005-04-15  Simon Josefsson  <jas@extundo.com>
28450
28451         * gnulib-tool: Rename --symlink to --symbolic.
28452
28453 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28454
28455         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
28456         symbolic links to files instead of copying/moving.  Add --aux-dir,
28457         specifying directory relative --dir where auxiliary build tools
28458         are placed.
28459
28460 2005-04-14  Bruno Haible  <bruno@clisp.org>
28461
28462         * modules/allocsa (License): Change to LGPL.
28463         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
28464
28465 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28466
28467         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
28468         that "UTC +1 second" continues to work.  Problem reported
28469         by Dmitry V. Levin.
28470         (relunit_snumber): New rule.
28471         (relunit): Use it.
28472
28473 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28474
28475         * lib/getdate.y (universal_time_zone_table): New constant.
28476         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
28477         universal_time_zone_table.
28478         (lookup_zone): Prefer universal_time_zone_table to
28479         local_time_zone_table, so that "GMT" time stamps are allowed in
28480         London during the summer.  Problem reported by Ian Abbott.
28481
28482 2005-04-12  Jim Meyering  <jim@meyering.net>
28483
28484         * lib/human.c (humblock): Set *options even when returning due to
28485         xstrtoumax conversion failure.  Thanks to a used-uninitialized
28486         warning from gcc-4.
28487
28488 2005-04-09  Jim Meyering  <jim@meyering.net>
28489
28490         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
28491         -Wuninitialized: initialize tm0.tm_year.
28492
28493 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
28494
28495         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
28496         count, since there's no maximum.  All uses changed.
28497         Add member dsts_seen.
28498         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
28499         not being INT_MAX.
28500         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
28501         Use pc_rels_seen to decide whther a date is absolute.
28502
28503         * lib/getdate.y (number): Don't overwrite year.
28504         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
28505         check.
28506
28507 2005-04-02  Simon Josefsson  <jas@extundo.com>
28508
28509         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
28510         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
28511
28512 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
28513
28514         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
28515         where no absolute path name can be longer than PATH_MAX.
28516
28517 2005-03-27  Jim Meyering  <jim@meyering.net>
28518
28519         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
28520
28521 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
28522
28523         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
28524         "one's complement" -> "ones' complement" in comment, as per Knuth.
28525         "value of type" -> "type or expression" in comment.
28526         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
28527
28528 2005-03-26  Jim Meyering  <jim@meyering.net>
28529
28530         Comment nits.
28531         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
28532         Correct typos: s/or/of/.
28533
28534 2005-03-26  Jim Meyering  <jim@meyering.net>
28535
28536         * modules/check-include-files: Move to ../ and rename to...
28537         * check-module: ...this.
28538
28539 2005-03-25  Jim Meyering  <jim@meyering.net>
28540
28541         * modules/xvasprintf (Files): Add xalloc.h.
28542
28543 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         * modules/gettext (Files): config/config.rpath ->
28546         build-aux/config.rpath
28547         * modules/iconv (Files): Likewise.
28548         Problem reported by Oskar Liljeblad.
28549
28550 2005-03-23  Jim Meyering  <jim@meyering.net>
28551
28552         * modules/check-include-files: New script to check for
28553         missing dependencies, multiple includes, etc.
28554
28555         * modules/c-strtold (Depends-on): Add xalloc.
28556         * modules/c-strtod (Depends-on): Add xalloc.
28557         * modules/hash (Depends-on): Add xalloc.
28558         (Files): Remove lib/xalloc.h.
28559
28560         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
28561         * modules/userspec (Files): Add lib/inttostr.h.
28562
28563 2005-03-23  Jim Meyering  <jim@meyering.net>
28564
28565         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
28566
28567 2005-03-22  Jim Meyering  <jim@meyering.net>
28568
28569         * modules/stat-macros: New module.
28570         * modules/canonicalize, modules/euidaccess, modules/file-type,
28571         * modules/filemode, modules/lchown, modules/makepath,
28572         * modules/rmdir, modules/stat: Depend on new stat-macros module
28573         rather than listing lib/stat-macros.h manually.
28574         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
28575
28576 2005-03-22  Jim Meyering  <jim@meyering.net>
28577
28578         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
28579
28580 2005-03-22  Bruno Haible  <bruno@clisp.org>
28581
28582         * config/srclist.txt: Replace target directory 'config' with
28583         'build-aux'.
28584         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
28585         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
28586         ../build-aux/.
28587
28588 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
28589
28590         * modules/chdir-long (Depends-on): Add mempcpy.
28591
28592         * modules/acl, modules/backupfile, modules/c-strtod,
28593         modules/c-strtold, modules/canon-host, modules/canonicalize,
28594         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
28595         modules/exclude, modules/exitfail, modules/file-type,
28596         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
28597         modules/getdate, modules/getline, modules/getpagesize,
28598         modules/getpass, modules/getugroups, modules/group-member,
28599         modules/hard-locale, modules/hash, modules/human, modules/idcache,
28600         modules/inttostr, modules/long-options, modules/makepath,
28601         modules/md5, modules/memcasecmp, modules/memcoll,
28602         modules/modechange, modules/mountlist, modules/path-concat,
28603         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
28604         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
28605         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
28606         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
28607         modules/strftime, modules/strndup, modules/strverscmp,
28608         modules/timespec, modules/unlocked-io, modules/userspec,
28609         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
28610         modules/yesno:
28611         Remove lib_SOURCES line from Makefile.am section, as this is now
28612         done automatically by the corresponding Autoconf macro.
28613
28614 2005-03-21  Jim Meyering  <jim@meyering.net>
28615
28616         Changes imported from coreutils.
28617
28618         * lib/cycle-check.c: Don't include xalloc.h.
28619
28620         * lib/path-concat.c: Don't include assert.h.
28621         (path_concat): Remove assertion that would have triggered
28622         for ABASE starting with more than one slash.
28623         Reported by Andreas Schwab.
28624
28625         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
28626         properly when ABASE is an absolute file name.
28627         Correct the description of this function.
28628         Include <assert.h>.
28629         Add an assertion and a test driver.
28630         This fixes a bug introduced on 2004-07-02.
28631         Andreas Schwab reported the resulting failure of cp --parents:
28632         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
28633
28634 2005-03-21  Jim Meyering  <jim@meyering.net>
28635
28636         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
28637         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
28638
28639 2005-03-21  Jim Meyering  <jim@meyering.net>
28640         and  Paul Eggert  <eggert@cs.ucla.edu>
28641
28642         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
28643         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
28644         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
28645         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
28646         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
28647         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
28648         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
28649         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
28650         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
28651         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
28652         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
28653         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
28654         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
28655         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
28656         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
28657         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
28658         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
28659         for these modules.
28660
28661 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
28662
28663         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
28664         (which shouldn't happen), generate nothing instead of returning 0
28665         immediately, so that nstrftime (NULL, ...) doesn't return 0.
28666
28667 2005-03-16  Bruno Haible  <bruno@clisp.org>
28668
28669         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
28670         HAVE_LONGLONG_64BIT.
28671
28672 2005-03-16  Bruno Haible  <bruno@clisp.org>
28673
28674         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
28675         HAVE_LONGLONG_64BIT.
28676
28677 2005-03-16  Bruno Haible  <bruno@clisp.org>
28678
28679         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
28680         HAVE_LONGLONG_64BIT.
28681
28682 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28683
28684         * lib/strftime.c (my_strftime): Prepend space to format so that we can
28685         reliably distinguish strftime failure from empty output on POSIX
28686         hosts.
28687
28688 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
28689
28690         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
28691         (iconv_string): Don't guess a size-zero buffer, as that might cause
28692         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
28693         result would be 'too large', where 'too large' is (heuristically)
28694         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
28695         overflow concerns.  This will prevent some unwanted malloc failures
28696         when the inputs are very large.
28697
28698 2005-03-15  Karl Berry  <karl@gnu.org>
28699
28700         * config/srclist.txt (config.rpath): from gettext.
28701         * config/config.rpath: update.
28702
28703 2005-03-15  Bruno Haible  <bruno@clisp.org>
28704
28705         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
28706         to 'negate'.
28707
28708         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
28709         variable.
28710
28711         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
28712         results.
28713
28714 2005-03-14  Simon Josefsson  <jas@extundo.com>
28715
28716         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
28717         <fx@gnu.org>.
28718
28719 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
28720
28721         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
28722         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
28723         intprops.h.
28724         * lib/strtol.c: Likewise.
28725
28726 2005-03-14  Jim Meyering  <jim@meyering.net>
28727
28728         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
28729         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
28730         to be nonzero so that we (and caller) can detect the difference
28731         between a valid zero-length expansion and an error return, even
28732         when the underlying strftime fails before writing anything into
28733         that location.
28734
28735 2005-03-14  Bruno Haible  <bruno@clisp.org>
28736
28737         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
28738         Update from GNU gettext 0.14.3.
28739
28740 2005-03-10  Jim Meyering  <jim@meyering.net>
28741
28742         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
28743
28744 2005-03-10  Jim Meyering  <jim@meyering.net>
28745
28746         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
28747         so that this module works on systems without fchdir.
28748
28749 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
28750
28751         Factor int-properties macros into a single file, except for
28752         glibc-related files.
28753         * lib/intprops.h: New file.
28754         * lib/getloadavg.c: Include it instead of limits.h.
28755         (INT_STRLEN_BOUND): Remove.
28756         * lib/human.c: Include intprops.h.
28757         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
28758         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
28759         302/1000.
28760         * lib/inttostr.h: Include intprops.h instead of limits.h.
28761         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
28762         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
28763         for consistency with intprops.h.
28764         (time_t_is_integer, twos_complement_arithmetic): Use them.
28765         * lib/sig2str.h: Include <signal.h>, intprops.h.
28766         (INT_STRLEN_BOUND): Remove.
28767         * lib/strftime.c (TYPE_SIGNED): Remove.
28768         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
28769         * lib/strtol.c: Adjust comments to match intprops.h.
28770         * lib/userspec.c: Include intprops.h.
28771         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
28772         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
28773         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
28774         instead of rolling our own expressions.
28775         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
28776
28777         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
28778         instead of int.
28779         (my_strftime): Do not mishandle years close to INT_MAX, by doing
28780         the right thing even if adding 1900 would overflow.  Similarly
28781         for tm_mon + 1 and tm_yday + 1.
28782         Make %Y always equivalent to %C%y, and similarly for %G and %g.
28783         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
28784         (DO_SIGNED_NUMBER): New macro.
28785         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
28786
28787 2005-03-07  Bruno Haible  <bruno@clisp.org>
28788
28789         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
28790
28791 2005-03-07  Bruno Haible  <bruno@clisp.org>
28792
28793         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
28794
28795 2005-03-04  Derek R. Price  <derek@ximbiot.com>
28796
28797         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
28798         (func_import): Only replace files via --import when they have actually
28799         changed.
28800
28801 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28802
28803         * m4/mmap-anon.m4: New file.
28804         * m4/pagealign_alloc.m4: New file.
28805
28806 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28807             Bruno Haible  <bruno@clisp.org>
28808
28809         * modules/pagealign_alloc: New file.
28810         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
28811
28812 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28813             Bruno Haible  <bruno@clisp.org>
28814
28815         * lib/pagealign_alloc.h: New file.
28816         * lib/pagealign_alloc.c: New file.
28817
28818 2005-03-03  Bruno Haible  <bruno@clisp.org>
28819
28820         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
28821         Use an all-permissive copyright notice, recommended by RMS.
28822
28823 2005-03-02  Bruno Haible  <bruno@clisp.org>
28824
28825         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
28826         of AIX, the replacement has to be done only after <string.h> is
28827         included, therefore not in config.h. stpncpy.h does the replacement,
28828         and stpncpy.c uses it.
28829
28830 2005-03-02  Bruno Haible  <bruno@clisp.org>
28831
28832         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
28833         stpncpy.c uses it.
28834
28835 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28836
28837         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
28838         The workaround isn't strictly needed for POSIX conformance, and
28839         it's too much of a pain to configure and maintain.  We'll ask
28840         people to fix their kernels instead.
28841         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
28842         (NANOSLEEP_BUG_WORKAROUND): Remove.
28843         (xnanosleep): Remove the workaround.
28844
28845 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28846
28847         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
28848         Reported by Derek Price.
28849         (Include): Add "timespec.h".
28850
28851         * modules/xnanosleep (Depends-on): Remove gethrxtime.
28852
28853 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28854
28855         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
28856         to detect nanosleep bug.
28857
28858 2005-03-01  Bruno Haible  <bruno@clisp.org>
28859
28860         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
28861
28862 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28863
28864         * modules/gethrxtime: New file.
28865         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
28866         (Depends-on): Add gethrxtime.
28867         (configure.ac): Add gl_XNANOSLEEP.
28868         (Makefile.am): Remove lib_SOURCES line.
28869
28870 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
28873         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
28874
28875 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28876
28877         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
28878         * lib/timespec.h (gettime): Return void, since it always
28879         succeeds now.  All uses changed.
28880         * lib/gettime.c (gettime) Likewise.
28881         [HAVE_NANOTIME]: Prefer nanotime.
28882         Assume gettimeofday succeeds, as POSIX requires.
28883         Assime time () succeeds, since other code already does.
28884         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
28885         (timespec_subtract): Remove.
28886         (NANOSLEEP_BUG_WORKAROUND): New constant.
28887         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
28888         things considerably.  Use it only on GNU/Linux hosts, since the
28889         workaround shouldn't be needed elsewhere.
28890
28891 2005-02-24  Bruno Haible  <bruno@clisp.org>
28892
28893         * modules/gettext (Files): Add m4/glibc2.m4.
28894
28895 2005-02-24  Bruno Haible  <bruno@clisp.org>
28896
28897         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
28898         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
28899         * m4/progtest.m4:
28900         Update from GNU gettext 0.14.2.
28901         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
28902
28903 2005-02-24  Bruno Haible  <bruno@clisp.org>
28904
28905         * lib/localcharset.c: Update from GNU gettext 0.14.2.
28906         * lib/config.charset: Update from GNU gettext 0.14.2.
28907
28908 2005-02-24  Bruno Haible  <bruno@clisp.org>
28909
28910         * lib/gettext.h: Update from GNU gettext 0.14.2.
28911
28912 2005-02-23  Simon Josefsson  <jas@extundo.com>
28913
28914         * m4/iconvme.m4: New file.
28915
28916 2005-02-23  Jim Meyering  <jim@meyering.net>
28917
28918         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
28919         change.
28920         Thanks to Bruno Haible for catching it.
28921
28922 2005-02-22  Simon Josefsson  <jas@extundo.com>
28923
28924         * modules/iconvme: New file.
28925
28926         * MODULES.html.sh: Add iconvme.
28927
28928 2005-02-22  Simon Josefsson  <jas@extundo.com>
28929
28930         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
28931
28932 2005-02-22  Simon Josefsson  <jas@extundo.com>
28933
28934         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
28935
28936 2005-02-22  Jim Meyering  <jim@meyering.net>
28937
28938         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
28939         s/ifndef/ifdef/.
28940
28941 2005-02-20  Neil Conway  <neilc@samurai.com>
28942
28943         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
28944         returned by OSX/Darwin if the specified buffer is not large
28945         enough for the hostname.
28946
28947 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28948
28949         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
28950         pass it to _help, otherwise the latter coredumps trying to
28951         dereference state.root_argp.
28952
28953 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28954
28955         * modules/chdir-long (Depends-on): Add memrchr.
28956         * modules/memrchr (Files): Add lib/memrchr.h.
28957         (Include): "memrchr.h".
28958
28959 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28960
28961         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
28962
28963 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28964
28965         * lib/memrchr.h: New file.
28966         * lib/chdir-long.c: Include it.
28967         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
28968         Don't bother including stddef.h.
28969
28970 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28971
28972         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
28973         inclusion.
28974         Include <sys/types.h>, for dev_t.
28975         (ME_DUMMY, ME_REMOTE): Move from here....
28976         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
28977         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
28978         Dmitry V. Levin.
28979         Include mountlist.h first, to test the interface.
28980
28981 2005-01-29  Bruno Haible  <bruno@clisp.org>
28982
28983         * lib/progname.c (program_name): Initialize.
28984         Needed when linking statically on MacOS X.
28985
28986 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28987
28988         Sync from coreutils.
28989         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
28990         (Depends-on): Add c-strtod.
28991         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
28992
28993 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28994
28995         Sync from coreutils.
28996         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
28997
28998         Remove files that are specific to coreutils.
28999         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29000
29001 2005-01-28  Bruno Haible  <bruno@clisp.org>
29002
29003         * modules/javacomp: New file.
29004         * MODULES.html.sh (Java): Add javacomp.
29005
29006 2005-01-28  Bruno Haible  <bruno@clisp.org>
29007
29008         * m4/javacomp.m4: New file, from GNU gettext.
29009
29010 2005-01-28  Bruno Haible  <bruno@clisp.org>
29011
29012         * lib/javacomp.sh.in: New file, from GNU gettext.
29013         * lib/javacomp.h: New file, from GNU gettext.
29014         * lib/javacomp.c: New file, from GNU gettext.
29015
29016 2005-01-26  Simon Josefsson  <jas@extundo.com>
29017
29018         * lib/gai_strerror.c: Use GPL in header.
29019
29020 2005-01-26  Bruno Haible  <bruno@clisp.org>
29021
29022         * modules/javaexec: New file.
29023         * MODULES.html.sh (Java): Add javaexec.
29024
29025 2005-01-26  Bruno Haible  <bruno@clisp.org>
29026
29027         * m4/javaexec.m4: New file, from GNU gettext.
29028
29029 2005-01-26  Bruno Haible  <bruno@clisp.org>
29030
29031         * lib/javaexec.sh.in: New file, from GNU gettext.
29032         * lib/javaexec.h: New file, from GNU gettext.
29033         * lib/javaexec.c: New file, from GNU gettext.
29034
29035 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29036
29037         * modules/lchown (Depends-on): Remove lchown.h
29038
29039 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29040
29041         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29042         must be defined if the header file was not found, in order
29043         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29044
29045 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29046
29047         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29048         initializers for struct pentry_state.
29049         (__argp_error): Check return value of __asprintf
29050         (__argp_failure): Translate error message
29051
29052         * lib/argp-parse.c: Removed braces around the expansion of N_()
29053
29054 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29055
29056         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29057         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29058         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29059         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29060         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29061         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29062         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29063         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29064         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29065         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29066         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29067         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29068         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29069         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29070         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29071         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29072         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29073         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29074         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29075         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29076         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29077         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29078         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29079         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29080         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29081         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29082         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29083         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29084         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29085         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29086         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29087         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29088         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29089         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29090         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29091         Use an all-permissive copyright notice, recommended by RMS.
29092
29093 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29094
29095         * modules/chdir-long (Depends-on): Remove mempcpy.
29096
29097 2005-01-21  Jim Meyering  <jim@meyering.net>
29098
29099         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29100         same value as for Solaris 9.
29101
29102         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29103         component length.  This included changing the parameter to be
29104         of type `char *' rather than `char const *'.
29105         * lib/chdir-long.h (chdir_long): Update prototype.
29106
29107         * lib/openat.c (fdopendir, fstatat): New functions.
29108         * lib/openat.h: Include headers required for use of DIR and struct
29109         stat.
29110         [AT_SYMLINK_NOFOLLOW]: Define.
29111         (fdopendir, fstatat): Add prototypes.
29112
29113 2005-01-21  Bruno Haible  <bruno@clisp.org>
29114
29115         * modules/classpath: New file.
29116         * MODULES.html.sh (Java): Add classpath.
29117
29118 2005-01-21  Bruno Haible  <bruno@clisp.org>
29119
29120         * lib/classpath.h: New file, from GNU gettext.
29121         * lib/classpath.c: New file, from GNU gettext.
29122
29123 2005-01-20  Simon Josefsson  <jas@extundo.com>
29124
29125         * modules/version-etc-fsf: New file.
29126
29127 2005-01-20  Simon Josefsson  <jas@extundo.com>
29128
29129         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29130         * lib/version-etc.c: Remove version_etc_copyright.
29131         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29132         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29133
29134 2005-01-20  Simon Josefsson  <jas@extundo.com>
29135
29136         * lib/base64.h (isbase64): Add.
29137
29138         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29139         using a unsigned prototype, don't inline.
29140         (base64_decode): Use it.
29141
29142 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29145         it.
29146
29147 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29148
29149         * lib/save-cwd.c (save_cwd): Remove code to support the case
29150         where fchdir is missing or flaky.
29151
29152 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29153
29154         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29155
29156 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29157
29158         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29159         AC_LIBSOURCES now does this.
29160         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29161         with new ullong_max module.
29162
29163 2005-01-19  Bruno Haible  <bruno@clisp.org>
29164
29165         * modules/sh-quote: New file.
29166         * MODULES.html.sh (Executing programs): Add sh-quote.
29167
29168 2005-01-19  Bruno Haible  <bruno@clisp.org>
29169
29170         * lib/sh-quote.h: New file, from GNU gettext.
29171         * lib/sh-quote.c: New file, from GNU gettext.
29172
29173 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29174
29175         Merge from coreutils.
29176         * m4/ullong_max.m4: New file.
29177         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29178         (gl_MACROS): Assume localeconv exists.
29179
29180 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29181
29182         Merge changes from coreutils, as described below in several
29183         changelogs dated today.
29184
29185         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29186         (O_DIRECTORY): Remove; not needed here, since "." must be
29187         a directory.  All uses removed.
29188         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29189         universal on Suns, and we also need to test for IRIX.
29190         Revamp code to use 'if' rather than '#if'.
29191         Avoid unnecessary comparison of cwd->desc to 0.
29192
29193         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29194         for known valid error numbers rather than observed invalid ones.
29195
29196 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29197
29198         * modules/ullong_max: New file.
29199
29200         * modules/chdir-long, modules/openat: New files.
29201         * modules/save-cwd (Depends-on): Depend on chdir-long.
29202         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29203
29204 2005-01-18  Jim Meyering  <jim@meyering.net>
29205
29206         Merge from coreutils.
29207         * m4/chdir-long.m4, m4/openat.m4: New files.
29208         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29209         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29210         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29211         is sane and DOES follow symlinks.  Besides, testing 20 different
29212         systems found no broken chown implementations.
29213         Prompted by a change in rsync's copy of this macro.
29214         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29215
29216         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29217
29218         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29219         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29220         NULL-means-set-to-current-time semantics.
29221         Remove temporary file immediately, rather than waiting
29222         for configure's at-exit trap code to do it.
29223
29224 2005-01-18  Jim Meyering  <jim@meyering.net>
29225
29226         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29227
29228         * lib/utimens.c (futimens): Account for the fact that futimes
29229         can also fail with errno == ENOSYS or errno == ENOENT.
29230         Patch from Dmitry V. Levin.
29231
29232         Change the name of the robust chdir function from chdir to chdir_long.
29233         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29234         (restore_cwd): Use chdir_long, not chdir.
29235         * lib/chdir-long.c: Renamed from chdir.c.
29236         * lib/chdir-long.h: Renamed from chdir.h.
29237         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29238         Hurd.
29239
29240 2005-01-18  Bruno Haible  <bruno@clisp.org>
29241
29242         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29243         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29244         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29245         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29246         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29247         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29248         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29249         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29250         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29251         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29252         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29253         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29254         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29255         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29256         Use an all-permissive copyright notice, recommended by RMS.
29257
29258 2005-01-18  Bob Proulx  <bob@proulx.com>
29259
29260         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29261         simplify offsetof() macro construct to avoid compile failure with
29262         native HP-UX 11.0 ANSI C compiler.
29263
29264 2005-01-17  Bruno Haible  <bruno@clisp.org>
29265
29266         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29267         redundant because stpncpy.m4 takes care of it.
29268
29269 2005-01-17  Bruno Haible  <bruno@clisp.org>
29270
29271         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29272
29273 2005-01-17  Bruno Haible  <bruno@clisp.org>
29274
29275         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29276         used.
29277
29278 2005-01-17  Bruno Haible  <bruno@clisp.org>
29279
29280         * lib/fwriteerror.h (fwriteerror): Change specification to include
29281         fclose.
29282         * lib/fwriteerror.c: Include <stdbool.h>.
29283         (fwriteerror): At the end, close the file stream. Record whether
29284         stdout was already closed.
29285
29286 2005-01-17  Bruno Haible  <bruno@clisp.org>
29287
29288         * lib/execute.c (environ): Declare if needed.
29289         * lib/pipe.c (environ): Likewise.
29290         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29291
29292 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29293
29294         * modules/argp: Depend on vsnprintf
29295
29296 2005-01-10  Jim Meyering  <jim@meyering.net>
29297
29298         * modules/closeout (Depends-on): Add atexit.
29299
29300 2005-01-06  Bruno Haible  <bruno@clisp.org>
29301
29302         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29303
29304 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29305
29306         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29307         definitions to be after all include files, to avoid collisions.
29308         Problem reported by Bob Proulx.
29309
29310 2005-01-04  Jim Meyering  <jim@meyering.net>
29311
29312         Changes imported from coreutils.
29313         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29314         as the mkstemp template, use a temporary directory and an
29315         8.3-friendly template to avoid trouble on systems like DJGPP.
29316         Reported by Juan M. Guerrero via Stepan Kasal.
29317         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29318         close. Remove the temporary directory right away, rather than waiting
29319         for configure's at-exit trap code to do it.
29320         Suggestion from Stepan Kasal.
29321
29322 2005-01-01  Simon Josefsson  <jas@extundo.com>
29323
29324         * gnulib-tool: Print #include directives when --import'ing.
29325
29326 2004-12-28  Simon Josefsson  <jas@extundo.com>
29327
29328         * tests/test-base64.c: Include required header files.  Remove
29329         unused variables.
29330
29331 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         * modules/error (Depends-on): Remove gettext.
29334
29335 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29336
29337         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29338         not needed.  This removes a dependency on the gettext module.
29339         [defined _LIBC]: Do not include <libintl.h>; not needed.
29340
29341 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29342
29343         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29344         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29345
29346 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29347
29348         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29349         HAVE_DECL_STRTOLD.
29350
29351 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29352
29353         * modules/getdate (Depends-on): Remove alloca-opt.
29354
29355 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29356
29357         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29358
29359 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29360
29361         * lib/argp-parse.c: Include <stddef.h>.
29362         (alignof, alignto): New macros.
29363         (parser_init): Don't assume that void * is aligned sufficiently
29364         for struct option.
29365
29366         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29367         need to extend the stack.
29368         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29369         large.
29370
29371 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29372
29373         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29374
29375 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29376
29377         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29378         (2004-10-24) change.  Apparently this was a false alarm.
29379
29380         * modules/getdate: Depend on alloca-opt, not alloca.
29381
29382 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29383
29384         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29385         Remove now-obsolete comment about AIX.
29386         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29387         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29388         (YYMAXDEPTH): New macro.
29389
29390 2004-12-18  Simon Josefsson  <jas@extundo.com>
29391
29392         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29393
29394 2004-12-18  Bruno Haible  <bruno@clisp.org>
29395
29396         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29397
29398 2004-12-18  Bruno Haible  <bruno@clisp.org>
29399
29400         * lib/fatal-signal.c (fatal_signals): Make non-const.
29401         (init_fatal_signals): New function.
29402         (uninstall_handlers, install_handlers): Ignore signals that were set to
29403         SIG_IGN.
29404         (at_fatal_signal): Call init_fatal_signals.
29405         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29406         SIG_IGN.
29407         Reported by Paul Eggert.
29408
29409 2004-12-18  Bruno Haible  <bruno@clisp.org>
29410
29411         * doc/alloca.texi: New file.
29412         * doc/alloca-opt.texi: New file.
29413
29414 2004-12-17  Jim Meyering  <jim@meyering.net>
29415
29416         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29417         Otherwise, install-sh could exit with improper exit status when
29418         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29419
29420 2004-12-16  Simon Josefsson  <jas@extundo.com>
29421
29422         * tests/test-base64.c: Add license.
29423
29424 2004-12-15  Stepan Kasal  <address@hidden>
29425
29426         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29427
29428 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29429
29430         * modules/getcwd (Files): Add m4/d-ino.m4.
29431         Suggested by Mark D. Baushke.
29432
29433 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29434
29435         * lib/getdate.y (textint): New member "negative".
29436         (time_zone_hhmm): New function.
29437         Expect 14 shift-reduce conflicts, not 13.
29438         (o_colon_minutes): New rule.
29439         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29440         (yylex): Set the "negative" member of signed numbers.
29441
29442 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29443
29444         * doc/getdate.texi (Time of day items, Time zone items):
29445         Describe new formats +00:00, UTC+00:00.
29446
29447 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29448
29449         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29450         spurious "-l"s.  Problem reported by Stepan Kasal.
29451
29452 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
29455         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
29456
29457 2004-12-04  Simon Josefsson  <jas@extundo.com>
29458
29459         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
29460         Vandoorselaere <yoann@prelude-ids.org>.
29461
29462 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29463
29464         Changes imported from coreutils.
29465         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
29466         exist.
29467         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
29468
29469 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29470
29471         Changes imported from coreutils.
29472         * lib/hard-locale.c: Assume <locale.h> exists.
29473         Include "strdup.h".
29474         (GLIBC_VERSION): New macro.
29475         (hard_locale): Assume setlocale exists.
29476         Rewrite to avoid #ifdef.
29477         Use strdup rather than malloc + strcpy.
29478         * lib/human.c: Assume <locale.h> exists.
29479         (human_readable): Assume localeconv exists.
29480
29481 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29482
29483         * modules/hard-locale (Depends-on): Add strdup.
29484
29485 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29486
29487         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
29488         convert T2, not T.  (Imported from libc.)
29489
29490 2004-11-30  Simon Josefsson  <jas@extundo.com>
29491
29492         * modules/restrict (License): Change to LGPL.
29493
29494 2004-11-30  Simon Josefsson  <jas@extundo.com>
29495
29496         * m4/restrict.m4: Add copyright and copying conditions.
29497
29498 2004-11-30  Simon Josefsson  <jas@extundo.com>
29499
29500         * m4/base64.m4: New file.
29501
29502 2004-11-30  Simon Josefsson  <jas@extundo.com>
29503
29504         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
29505         base64.
29506
29507         * tests/test-base64.c: New file.
29508
29509         * modules/base64: New file.
29510
29511 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29512
29513         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
29514         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
29515
29516         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
29517
29518 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
29519
29520         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
29521         (__getcwd.c): Don't restore errno; glibc doesn't.
29522         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
29523         first, falling back to our code only if its results look suspicious.
29524         Ensure that the resulting buffer is only as large as necessary.
29525
29526         * lib/readutmp.c: Include readutmp.h first.
29527         Include <errno.h>, since readutmp.h no longer does that.
29528         * lib/readutmp.h: Don't include <errno.h>,
29529         <sys/param.h>, <time.h>; not needed to establish interface.
29530         (errno): Remove decl.
29531         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
29532         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
29533         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
29534
29535 2004-11-28  Simon Josefsson  <jas@extundo.com>
29536
29537         * lib/base64.h, base64.c: New file.
29538
29539 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29540
29541         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
29542
29543 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
29544
29545         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
29546         (Depends-on): Remove pathmax, same.  Add mempcpy.
29547         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
29548         (Makefile.am): Append getcwd.h to lib_SOURCES.
29549         (Include): Add getcwd.h.
29550         (Maintainer): Change from Jim Meyering to "all, glibc",
29551         since getdate now uses intended-for-glibc code.
29552         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
29553         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
29554
29555 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29556
29557         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
29558         HP's ANSI C compiler.
29559         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
29560         Declaring int functions causes warnings on some modern systems and
29561         shouldn't be needed to compile on ancient ones.
29562         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
29563         defined.
29564
29565         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
29566         with the following changes.
29567         (__set_errno): Parenthesize properly.
29568         Include <stdbool.h>.
29569         (MIN, MAX, MATCHING_INO): New macros.
29570         (__getcwd): Define with prototype, not K&R form.
29571         Use heuristics to allocate default buffer on stack if possible.
29572         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
29573         behavior, and to avoid the PATH_MAX limit when computing
29574         ../../../../...
29575         Use MATCHING_INO to compare inode number to file.
29576         Check for arithmetic overflow in size calculations.
29577         Fix bug in reallocation of dot array that caused getcwd to fail
29578         on directories nested deeper than 75.
29579         Be more careful about saving errno on error.
29580         Do not use realloc; use only free+malloc, as this is a bit
29581         more flexible and avoids a needless copy operation.
29582         Do not inspect st_dev and st_ino for symbolic links; POSIX
29583         doesn't specify the latter.
29584         Check for closedir errors.
29585         Avoid needless casts.
29586         Use "#ifdef weak_alias" around weak_alias, to be like other
29587         glibc code.
29588         The following changes to getcwd.c have effect only when used in
29589         gnulib; they have no effect inside glibc proper.
29590         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
29591         as alloca isn't used.
29592         (alloca, __alloca): Likewise.
29593         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
29594         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
29595         unconditionally, as gnulib assumes C89 or better.
29596         Do not include <sys/param.h>.
29597         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
29598         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
29599         better.
29600         (NULL) [!defined NULL]: Remove; we assume C89 or better.
29601         Include <dirent.h> in a way that is compatible with modern Autoconf.
29602         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
29603         New macros, if not already defined.
29604         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
29605         Use "_LIBC", not "defined _LIBC", for consistency.
29606         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
29607         a mempcpy module.
29608         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
29609         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
29610         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
29611         credit only to Jim Meyering and adjust the copyright dates.
29612         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
29613         <stdlib.h>, <unistd.h>, "pathmax.h".
29614         Instead, include "xgetcwd.h" (first) and "getcwd.h".
29615         (INITIAL_BUFFER_SIZE): Remove.
29616         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
29617
29618 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29619
29620         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
29621         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
29622         Use the _ONCE methods, for efficiency.
29623         Check for fcntl.h.  In test program, include <errno.h>
29624         and <fcntl.h> if available.  Remove old K&R cruft from
29625         test program.  Check for common errors in GNU/Linux,
29626         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
29627         don't do AC_LIBOBJ, as that's getcwd.m4's job.
29628         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
29629         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
29630         name accordingly.
29631         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
29632         accommodate new getcwd.c.
29633         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
29634         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
29635         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
29636         that's all we need now.
29637
29638 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29639
29640         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
29641         argp-parse.c depends on getopt internals, that means we should
29642         always use our getopt, to be on the safe side.
29643         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
29644         order not to spoil the result of an eventual previous invocation
29645         of gl_GETOPT_SUBSTITUTE.
29646
29647 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29648
29649         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
29650         redefinition warnings. To avoid them, include the defines
29651         in `#if !defined __need_getopt ... #endif'. The only place
29652         where __getopt_argv_const is used is in definitions
29653         of getopt_long and getopt_long_only below, which are as well
29654         protected by `#ifndef __need_getopt'.
29655         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
29656         __need_getopt after including <stdio.h> and <unistd.h> These
29657         headers might have defined it.
29658
29659 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29660
29661         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
29662
29663 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
29664
29665         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
29666         (futimens): New function, which uses futimes if available.
29667         (futimens, utimens): Support timespec==NULL, with same semantics
29668         as utime and utimens.
29669         * lib/utimens.h (futimens): New decl.
29670
29671 2004-11-23  Jim Meyering  <jim@meyering.net>
29672
29673         * lib/getopt_.h: Remove trailing blanks.
29674
29675 2004-11-23  Jim Meyering  <jim@meyering.net>
29676
29677         * lib/__fpending.c: Add comment.
29678
29679 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
29680
29681         * modules/canonicalize (Depends-on): Add xreadlink.
29682         Problem reported by James Youngman.
29683
29684 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29685
29686         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
29687         New macros.
29688         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
29689         optopt): Use them instead of invoking ## directly; otherwise, the
29690         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
29691
29692 2004-11-19  Bruno Haible  <bruno@clisp.org>
29693
29694         * lib/strtok_r.c: Move comments from here...
29695         * lib/strtok_r.h: ... to here.
29696
29697 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29698
29699         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
29700         implementations that mishandle size_t overflow.
29701
29702 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
29705         might fail.  Problem reported by Yoann Vandoorselaere.
29706         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
29707         implementations that mishandle size_t overflow.
29708
29709 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29710
29711         * modules/canon-host (Depends-on): Add strdup.
29712
29713 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29714
29715         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
29716
29717 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29718
29719         * lib/canon-host.c: Include "strdup.h".
29720         (canon_host): Use getaddrinfo if available, so that IPv6 works.
29721         Use strdup instead of malloc/strcpy to duplicate strings.
29722
29723         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
29724         (human_space_before_unit): New constant.
29725         * lib/human.c (human_readable): Support it.
29726
29727         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
29728         (xgetcwd): Set errno correctly when failing.
29729         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
29730         the failure is actually due to a PATH_MAX problem.
29731
29732         Further getopt changes to make it more likely that glibc will
29733         buy the changes back.
29734         * lib/getopt.c (POSIXLY_CORRECT): New constant.
29735         (getopt): Use it, so to preserve glibc semantic
29736         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
29737         when compiling for libc.
29738         * lib/getopt_.h (__getopt_argv_const): Bring it back.
29739         (getopt_long, getopt_long_only): Use it.
29740
29741         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29742         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
29743         (getopt): Argv is now char * const *, as per standard.
29744         (_getopt_internal_r, _getopt_internal): Argv is now char **,
29745         not char *__getopt_argv_const *.
29746         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29747         _getopt_long_only_r): Likewise.
29748         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
29749         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29750         _getopt_long_r, _getopt_long_only_r): Likewise.
29751         * lib/getopt_.h (__getopt_argv_const): Remove.
29752         (getopt): Argv is now char * const *, as per standard.
29753
29754         * lib/getdate.y (tORDINAL): New token.
29755         (day, relunit): Allow it for relative times.
29756         (relative_time_table): Use tORDINAL for ordinals.
29757
29758 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29759
29760         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
29761         Document that "second" isn't allowed as an ordinal number.
29762
29763 2004-11-16  Jim Meyering  <jim@meyering.net>
29764
29765         * modules/closeout (Depends-on): Add fpending.
29766
29767 2004-11-15  Jim Meyering  <jim@meyering.net>
29768
29769         * lib/closeout.c: Include "__fpending.h" once again.
29770         Include <stdbool.h>.
29771         (close_stdout): Don't fail just because stdout was closed initially,
29772         since some programs don't write to stdout in the normal course of
29773         operation (other than --version and --help), and we don't want this
29774         function to make e.g. `touch file >&-' fail.
29775         But do fail if it was closed and someone has tried to write to it.
29776         E.g., `printf foo >&-' must fail.
29777
29778 2004-11-13  Jim Meyering  <jim@meyering.net>
29779
29780         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
29781
29782 2004-11-12  Simon Josefsson  <jas@extundo.com>
29783
29784         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
29785         small doc fix is still pending.
29786
29787 2004-11-11  Simon Josefsson  <jas@extundo.com>
29788
29789         * modules/strtok_r: New file.
29790
29791         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29792         strtok_r.
29793
29794 2004-11-11  Simon Josefsson  <jas@extundo.com>
29795
29796         * m4/strtok_r.m4: New file.
29797
29798         * m4/getopt.m4: Replace opterr.
29799
29800 2004-11-11  Simon Josefsson  <jas@extundo.com>
29801
29802         * lib/strtok_r.h, strtok_r.c: New file.
29803
29804 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29805
29806         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
29807         of replacing opterr, getopt, etc.  This should handle the
29808         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
29809
29810 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29811
29812         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
29813         we can stop lying to compilers about the constness of argv when we
29814         are compiled outside glibc.
29815         (getopt, getopt_long, getopt_long_only): Use it.
29816         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29817         _getopt_internal, getopt): Likewise.
29818         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29819         _getopt_long_only_r): Likewise.
29820         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29821         _getopt_long_r, _getopt_long_only_r): Likewise.
29822
29823         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
29824         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
29825         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
29826         the other external symbols.
29827         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
29828         declaration, since the above renaming now works around collisions.
29829
29830 2004-11-11  Jim Meyering  <jim@meyering.net>
29831
29832         * lib/linebreak.c: Remove trailing blanks.
29833         * lib/alloca_.h: Likewise.
29834         * lib/acosl.c: Likewise.
29835         * lib/euidaccess.c: Likewise.
29836         * lib/allocsa.h: Likewise.
29837
29838 2004-11-10  Simon Josefsson  <jas@extundo.com>
29839
29840         * m4/getaddrinfo.m4: New file.
29841
29842 2004-11-10  Simon Josefsson  <jas@extundo.com>
29843
29844         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
29845
29846 2004-11-10  Simon Josefsson  <jas@extundo.com>
29847
29848         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29849         getaddrinfo.
29850
29851         * modules/getaddrinfo: New file.
29852
29853 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29854
29855         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
29856
29857 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29858
29859         * lib/mktime.c (SHR): New macro, which is a portable
29860         substitute for >> that should work even on Crays.
29861         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
29862         Problem reported by Mark D. Baushke in
29863         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
29864         * lib/getdate.y (SHR): Likewise.
29865         (tm_diff): Use it.
29866         * lib/strftime.c (SHR): Likewise.
29867         (tm_diff): Use it.
29868         * lib/quotearg.c (struct quoting_options): Use unsigned int for
29869         quote_these_too, so that right shifts are well defined.  All uses
29870         changed.
29871
29872 2004-11-10  Jim Meyering  <jim@meyering.net>
29873
29874         Ensure that no close failure goes unreported.
29875         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
29876         return early when it seems there's nothing to flush.
29877         Don't include __fpending.h.
29878
29879 2004-11-10  Jim Meyering  <jim@meyering.net>
29880
29881         * modules/closeout (Depends-on): Remove fpending.
29882
29883 2004-11-10  Jim Meyering  <jim@meyering.net>
29884
29885         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
29886
29887 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29888
29889         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
29890         gl_FUNC_STRFTIME.
29891         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
29892         and AC_REQUIRE when possible, to avoid duplicate checks.
29893         Check for <wchar.h>.
29894
29895 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29896
29897         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
29898
29899 2004-11-09  Bruno Haible  <bruno@clisp.org>
29900
29901         * m4/sockpfaf.m4: New file.
29902
29903 2004-11-05  Bruno Haible  <bruno@clisp.org>
29904
29905         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
29906         Reported by Mark D. Baushke <mdb@cvshome.org>.
29907
29908 2004-11-04  Bruno Haible  <bruno@clisp.org>
29909
29910         2004-09-11  Bruno Haible  <bruno@clisp.org>
29911                 * allocsa.valgrind: New file.
29912         2004-02-06  Bruno Haible  <bruno@clisp.org>
29913                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
29914                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
29915                 Reported by Christopher Seip <chris.seip@hp.com>.
29916
29917 2004-11-04  Bruno Haible  <bruno@clisp.org>
29918
29919         * modules/allocsa (Files): Add lib/allocsa.valgrind.
29920         (Makefile.am): Distribute it.
29921
29922 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29923
29924         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
29925         with errno == ERANGE if the buffer is too small.
29926         Problem reported by Mark D. Baushke.
29927
29928 2004-11-03  Albert Chin  <china@thewrittenword.com>
29929             Paul Eggert  <eggert@cs.ucla.edu>
29930
29931         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
29932         equivalent, substitute $ac_type for equivalent type rather than
29933         blindly using uint32_t *always* which won't work if uint32_t is not
29934         available.  Define _UINT32_T to work around typedef of uint32_t if
29935         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
29936         2.5.1.
29937
29938 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29939
29940         * m4/jm-macros.m4: Sync from coreutils.
29941         (gl_MACROS): Check for mbrlen, for pathchk.
29942         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
29943
29944 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29945
29946         * lib/xreadlink.c (MAXSIZE): New macro.
29947         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
29948         size does not exceed MAXSIZE.  Avoid cast.
29949         As suggested by Mark D. Baushke in
29950         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
29951         if readlink fails with buffer size just under MAXSIZE, try again
29952         with MAXSIZE.
29953
29954 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29955
29956         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
29957
29958 2004-11-02  Derek R. Price  <derek@ximbiot.com>
29959         and  Paul Eggert  <eggert@cs.ucla.edu>
29960
29961         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
29962         (get_date): Overparenthesize to avoid GCC warning.
29963
29964 2004-11-02  Bruno Haible  <bruno@clisp.org>
29965
29966         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
29967         returns void.
29968
29969 2004-11-02  Bruno Haible  <bruno@clisp.org>
29970
29971         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
29972         function returns void.
29973
29974 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
29977         fflush_unlocked, flockfile, funlockfile, funlockfile,
29978         fputs_unlocked, putc_unlocked.
29979
29980 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29981
29982         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29983         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
29984         already declared.
29985
29986 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         * modules/getdate (Files): Add doc/getdate.texi.
29989         (Depends-on): Add setenv, xalloc.
29990
29991 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29992
29993         * lib/getdate.y: Add support for TZ="foo" within a date string.
29994         Fix some bugs near time_t boundaries.  Reject dates with
29995         out-of-range components, e.g., "Sept 31".
29996         Include <stdlib.h>, "setenv.h", "xalloc.h".
29997         (ISDIGIT_LOCALE): Remove; unused.
29998         Note that the TZ and time functions used here are not reentrant.
29999         (mktime_ok, get_tz): New functions.
30000         (TZBUFSIZE): New constant.
30001         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30002         This requires that we sometimes generate our own TZ="XXX..." setting.
30003
30004 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30005
30006         * doc/getdate.texi: New file, from coreutils with modifications for
30007         the new TZ parsing.
30008
30009 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30010
30011         * lib/mktime.c (not_equal_tm): Remove redundant check.
30012
30013 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30014
30015         * modules/regex (lib_SOURCES): Add regex.c.
30016         Reported by James Youngman in
30017         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30018
30019 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30020
30021         * lib/getdate.y: Use Bison 1.875 features, and some minor
30022         code cleanups.  This change does not affect semantics.
30023         Don't include <stdlib.h>; no longer needed.
30024         Don't include unlocked-io.h; only the "#if TEST" code uses
30025         stdio, and performance isn't crucial there.
30026         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30027         Bison 1.875 features as described below.
30028         All uses of "PC." replaced by "pc->".
30029         (YYSTYPE): Add a forward declaration.
30030         (yylex, yyerror): Use full prototypes in forward decls.
30031         Use "%pure-parser" rather than obsolescent "%pure_parser".
30032         Use %parse-param and %lex-param instead of obsolescent
30033         YYPARSE_PARAM and YYLEX_PARAM.
30034         (meridian_table, month_and_day_table, time_units_table,
30035         relative_time_table, time_zone_table, military_table,
30036         lookup_zone, lookup_word, get_date):
30037         Use NULL instead of 0 where appropriate.
30038         (to_hour): Avoid abort (), to avoid a dependency on
30039         stdlib.h.
30040         (yyerror, yylex): Now accepts parser_control * arg.
30041         (main) [TEST]: Use '\0' rather than 0 for char.
30042
30043 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30044
30045         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30046
30047 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30048
30049         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30050         It's now the caller's responsibility to handle the case where
30051         !HAVE_GETPAGESIZE && !defined getpagesize.
30052
30053         * lib/mktime.c (leapyear): Arg is long int, not int.
30054
30055 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30058
30059 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30060
30061         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30062         missing.  Problem reported by James Youngman.
30063
30064 2004-10-16  Simon Josefsson  <jas@extundo.com>
30065
30066         * gnulib-tool: Fix comments.  Fix parse problem.
30067         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30068
30069 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30070
30071         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30072         implementation of getopt_long.  Problem reported by Alexander Taler in:
30073         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30074
30075 2004-10-15  Bruno Haible  <bruno@clisp.org>
30076
30077         * gnulib-tool: Untabify. Initialize supplied_libname.
30078         (func_usage): More homogenous output.
30079         (func_modules_transitive_closure, func_modules_to_filelist,
30080         func_emit_lib_Makefile_am): New functions.
30081         (func_import): New function, extracted from big case statement. Use
30082         func_get_license, func_modules_transitive_closure,
30083         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30084         opt_lgpl. Don't use test -a, as it's not portable.
30085         (func_create_testdir): Use func_modules_transitive_closure,
30086         func_modules_to_filelist, func_emit_lib_Makefile_am.
30087
30088 2004-10-15  Bruno Haible  <bruno@clisp.org>
30089
30090         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30091
30092 2004-10-15  Bruno Haible  <bruno@clisp.org>
30093
30094         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30095         the portions belonging to each module.
30096         Suggested by Derek Robert Price <derek@ximbiot.com>.
30097
30098 2004-10-12  Simon Josefsson  <jas@extundo.com>
30099
30100         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30101         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30102         to real functions.
30103
30104 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30105
30106         * modules/vsnprintf: New file.
30107
30108 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30109
30110         * m4/vsnprintf.m4: New file.
30111
30112 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30113
30114         * lib/vsnprintf.h: New file.
30115         * lib/vsnprintf.c: New file.
30116
30117 2004-10-11  Bruno Haible  <bruno@clisp.org>
30118
30119         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30120         vsnprintf.
30121
30122 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30123
30124         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30125
30126 2004-10-07  Bruno Haible  <bruno@clisp.org>
30127
30128         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30129         fits into the provided buffer.
30130
30131 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30132
30133         * lib/diacrit.c, diacrit.h: Add GPL notice.
30134
30135         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30136         notice.
30137         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30138         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30139         This avoids a potential constant-folding bug.
30140
30141 2004-10-05  Bruno Haible  <bruno@clisp.org>
30142
30143         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30144         for the declaration of strsep.
30145
30146 2004-10-05  Bruno Haible  <bruno@clisp.org>
30147
30148         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30149
30150 2004-10-04  Simon Josefsson  <jas@extundo.com>
30151
30152         * modules/memmem: New file.
30153         * tests/test-memmem.c: New file.
30154         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30155
30156 2004-10-04  Simon Josefsson  <jas@extundo.com>
30157
30158         * m4/memmem.m4: New file.
30159
30160 2004-10-04  Simon Josefsson  <jas@extundo.com>
30161
30162         * lib/memmem.h: New file.
30163         * lib/memmem.c: New file, taken from glibc.
30164
30165 2004-10-04  Simon Josefsson  <jas@extundo.com>
30166
30167         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30168         '#ifdef USE_UNLOCKED_IO'.
30169
30170 2004-10-04  Simon Josefsson  <jas@extundo.com>
30171
30172         * config/srclist.txt: Add memmem from glibc.
30173
30174 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30175
30176         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30177
30178         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30179         modules/exclude, modules/getdate, modules/getline,
30180         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30181         modules/getusershell, modules/linebuffer, modules/md5,
30182         modules/mountlist, modules/posixtm, modules/readtokens,
30183         modules/readutmp, modules/regex, modules/sha1,
30184         modules/version-etc, modules/yesno:
30185         Remove dependency on unlocked-io.
30186
30187 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30188
30189         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30190
30191         * m4/unlocked-io.m4: Add copyright notice.
30192         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30193
30194 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30195
30196         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30197         * lib/xmalloc.c (xmemdup): Likewise.
30198         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30199         XFREE): Remove these long-obsolescent macros.
30200         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30201         * lib/xstrdup.c: Remove.
30202
30203         * lib/regex.c (re_comp): Cast gettext return value to char *,
30204         Problem reported by Martin Neitzel via Mark D. Baushke.
30205
30206 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30207
30208         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30209         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30210         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30211         regex.c, sha1.c, version-etc.c, yesno.c:
30212         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30213         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30214         the includer's responsibility.
30215
30216         Sync from coreutils.
30217
30218         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30219         points to the start of a string, as the C Standard says the
30220         resulting behavior is undefined.
30221
30222         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30223         simple -> simple_backups, numbered_existing ->
30224         numbered_existing_backups, numbered -> numbered_backups
30225         to avoid shadowing problems.  All uses changed.
30226         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30227         * lib/backupfile.c (check_extension, numbered_backup):
30228         Rename locals to avoid shadowing 'basename'.
30229         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30230         once.
30231
30232         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30233         * lib/.cvsignore: Add getopt.h.
30234
30235 2004-10-04  Bruno Haible  <bruno@clisp.org>
30236
30237         * modules/README: New file.
30238         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30239         not a module.
30240
30241 2004-10-02  Jim Meyering  <jim@meyering.net>
30242
30243         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30244
30245 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30246
30247         * modules/strsep: New file.
30248
30249 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30250
30251         * m4/strsep.m4: New file.
30252
30253 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30254
30255         * lib/strsep.h: New file.
30256         * lib/strsep.c: New file.
30257
30258 2004-10-01  Simon Josefsson  <jas@extundo.com>
30259
30260         * lib/snprintf.c (snprintf): Handle size==0.
30261
30262 2004-10-01  Simon Josefsson  <jas@extundo.com>
30263             Bruno Haible  <bruno@clisp.org>
30264
30265         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30266         (snprintf): Declare 'args'.
30267
30268 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30269
30270         * lib/snprintf.c: Remove comments as to why each header is needed.
30271
30272 2004-10-01  Bruno Haible  <bruno@clisp.org>
30273
30274         * MODULES.html.sh: Add strsep.
30275
30276 2004-09-30  Simon Josefsson  <jas@extundo.com>
30277
30278         * modules/snprintf: New file.
30279
30280 2004-09-30  Simon Josefsson  <jas@extundo.com>
30281
30282         * m4/snprintf.m4: New file.
30283
30284 2004-09-30  Simon Josefsson  <jas@extundo.com>
30285
30286         * lib/snprintf.h, lib/snprintf.c: New files.
30287
30288 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30289
30290         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30291         (hol_entry_help): Never translate an empty string.
30292         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30293         * lib/argp.h (OPTION_NO_TRANS): New option.
30294
30295 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30296
30297         * modules/argp (Maintainer): Replace Simon Josefsson
30298         by Sergey Poznyakoff.
30299
30300 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30301
30302         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30303         changes merged back into glibc.
30304
30305 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30306
30307         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30308
30309 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30310
30311         * lib/xvasprintf.c: Include xalloc.h.
30312         (xvasprintf): Use xalloc_die, not xmalloc_die.
30313
30314 2004-09-29  Bruno Haible  <bruno@clisp.org>
30315
30316         * modules/alloca-opt: New file, derived from modules/alloca.
30317         * modules/allocsa: Depend on alloca-opt instead of alloca.
30318         * modules/setenv: Likewise.
30319         * modules/vasnprintf: Likewise.
30320         * MODULES.html.sh: Add alloca-opt.
30321
30322 2004-09-28  Simon Josefsson  <jas@extundo.com>
30323
30324         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30325         LGPL, and to replace license template from GPL to LGPL.
30326
30327 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30328
30329         * modules/dummy: Change license to LGPL.
30330
30331 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30332
30333         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30334
30335 2004-09-24  Simon Josefsson  <jas@extundo.com>
30336
30337         * modules/minmax (License): Change from GPL to LGPL.
30338
30339 2004-09-23  Simon Josefsson  <jas@extundo.com>
30340
30341         * gnulib-tool (--import): Typo.
30342
30343 2004-09-23  Simon Josefsson  <jas@extundo.com>
30344
30345         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30346
30347 2004-09-22  Bruno Haible  <bruno@clisp.org>
30348
30349         * modules/*: Add 'License' field.
30350         * gnulib-tool: Accept --extract-license option.
30351         (func_get_license): New function.
30352
30353 2004-09-21  Bruno Haible  <bruno@clisp.org>
30354
30355         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30356         Reported by Simon Josefsson.
30357
30358 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30359
30360         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30361         gl_AC_TYPE_LONG_LONG.
30362
30363 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30364
30365         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30366
30367 2004-09-18  Simon Josefsson  <jas@extundo.com>
30368         and  Paul Eggert  <eggert@cs.ucla.edu>
30369
30370         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30371         calls with autoreconf.  Define GL_LIB.
30372
30373 2004-09-14  Karl Berry  <karl@gnu.org>
30374
30375         * config/srclist.txt: unsync setenv.c, sigh.
30376
30377 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30378
30379         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30380         Problem reported by Bruno Haible in:
30381         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30382
30383 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30384
30385         * config/srclist.txt: Comment out argp-pvh.c.
30386
30387 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30388
30389         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30390         in case some system header has #define'd it.  Problem reported by
30391         Soeren D. Schulze in
30392         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30393
30394 2004-09-09  Karl Berry  <karl@gnu.org>
30395
30396         * regex.[ch]: delete from the root.  These were supposed to be
30397                 synced with emacs cvs, but this has not happened for about
30398                 a year, and anyway nothing else uses emacs regex.[ch].
30399                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30400                 lib/regex[.ch] is untouched.
30401
30402 2004-09-09  Bruno Haible  <bruno@clisp.org>
30403
30404         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30405
30406 2004-09-09  Bruno Haible  <bruno@clisp.org>
30407
30408         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30409         modifications.
30410         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30411
30412 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30413
30414         * modules/xvasprintf: New file.
30415         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30416
30417 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30418
30419         * lib/xvasprintf.h: New file.
30420         * lib/xvasprintf.c: New file.
30421         * lib/xasprintf.c: New file.
30422
30423 2004-09-08  Bruno Haible  <bruno@clisp.org>
30424
30425         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30426
30427 2004-09-08  Bruno Haible  <bruno@clisp.org>
30428
30429         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30430         length is > INT_MAX.
30431         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30432         more.
30433
30434 2004-09-08  Bruno Haible  <bruno@clisp.org>
30435
30436         * lib/stdint_.h: New file, taken from GNU clisp.
30437
30438 2004-09-08  Bruno Haible  <bruno@clisp.org>
30439             Oskar Liljeblad  <oskar@osk.mine.nu>
30440
30441         * modules/stdint: New file.
30442         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30443
30444 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30445
30446         Import from coreutils.
30447         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30448         strings on unbounded length.  alloca's performance benefits aren't
30449         that important here.
30450         (V_STRDUP): Remove.
30451         (parse_with_separator): New function, with most of the internals
30452         of the old parse_user_spec.  Allow user to omit both user and group,
30453         for compatibility with FreeBSD.
30454         Clone only the user name, not the entire spec.
30455         Do not set *uid, *gid unless entirely successful.
30456         Avoid memory leak in some failing cases.
30457         Fix regression for USER.GROUP reported by Dmitry V. Levin in
30458         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
30459         (parse_user_spec): Rewrite to use parse_with_separator.
30460
30461 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30462
30463         * modules/userspec: Don't depend on alloca.
30464
30465 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30466
30467         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
30468
30469 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30470
30471         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
30472         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
30473         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
30474
30475 2004-08-16  Simon Josefsson  <jas@extundo.com>
30476
30477         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
30478         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
30479         Add --dry-run for --import.
30480         Let user provided command line parameters override configure.ac
30481         settings.
30482
30483 2004-08-12  Simon Josefsson  <jas@extundo.com>
30484
30485         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
30486         as discussed with Paul Eggert in threads rooted at
30487         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
30488         and
30489         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
30490         Before, the test was empty, and relied on ELIDE_CODE in source
30491         code.)
30492         (gl_PREREQ_GETOPT): New macro.
30493         (gl_GETOPT): Use them.
30494
30495 2004-08-12  Simon Josefsson  <jas@extundo.com>
30496
30497         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
30498         * lib/getopt_.h: Renamed from getopt.h.
30499
30500 2004-08-12  Simon Josefsson  <jas@extundo.com>
30501
30502         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
30503         Change default library name from libfoo to libgnu.
30504         Now, if you have a configure.ac that says:
30505                 gl_SOURCE_BASE(gl)
30506                 gl_M4_BASE(gl/m4)
30507                 gl_MODULES(error getopt etcetera)
30508                 gl_INIT
30509         you can import all you need by running:
30510                 ../gnulib/gnulib-tool --import
30511
30512         * modules/getopt (Files): Rename getopt.h to getopt_.h.
30513         (Makefile.am): Rewrite, use logic from argz.
30514         (Include): Use <getopt.h> instead of "getopt.h".
30515
30516 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30517
30518         * modules/argp (Files): Add m4/unlocked-io.m4.
30519         (Depends-on): Add extensions.
30520
30521 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30522
30523         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
30524         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
30525         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
30526         Check for program_invocation_name, program_invocation_short_name,
30527         flockfile, funlockfile, features.h, _getopt_long_only_r.
30528
30529 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30530
30531         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
30532         its complicated substitute.
30533         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
30534         and program_invocation_name.
30535         (__argp_basename) [!_LIBC]: Remove; the only use was
30536         replaced by its body.
30537         (__argp_short_program_name): Change condition from
30538         !defined __argp_short_program_name to
30539         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
30540         to match argp-namefrob.h.
30541         (__argp_failure): Don't assume strerror_r returns char *.
30542         * lib/argp-parse.c (N_): Define unconditionally.
30543         (argp_default_options): Fill out initializers with 0 to avoid
30544         gcc warnings.
30545
30546 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
30547
30548         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
30549         getopt1.c.
30550
30551 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30552
30553         Merge from coreutils.
30554
30555         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
30556
30557         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
30558         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
30559
30560 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30561
30562         Merge from coreutils.
30563
30564         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
30565         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
30566         for Reliant Unix 5.43.
30567
30568         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
30569         (union fooround): Use uintmax_t, not long int.
30570         The rest is a merge from libc:
30571         [defined _LIBC]: Include <shlib-compat.h>.
30572         (_obstack) [defined _LIBC]: Remove after 2.3.4.
30573
30574         * lib/settime.c (settime): Recode to avoid warning with
30575         Sun Forte C 6U2.
30576
30577         * lib/strverscmp.c: Convert to UTF-8.
30578
30579 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30580
30581         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30582         m4/uintmax_t.m4.
30583
30584 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30585
30586         * modules/xalloc-die: New file.
30587         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
30588
30589         * modules/md5 (Files): Add m4/uint32_t.m4.
30590         * modules/sha1: Renamed from modules/sha.
30591         (Files):
30592         Rename lib/sha.h to lib/sha1.h.
30593         Rename lib/sha.c to lib/sha1.c.
30594         Rename m4/sha.m4 to m4/sha1.m4.
30595         (lib_SOURCES): Likewise.
30596         (configure.ac): Rename gl_SHA to gl_SHA1.
30597         (Include): sha.h -> sha1.h.
30598
30599 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30600
30601         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
30602         * m4/sha1.m4: Renamed from sha.m4.
30603         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
30604
30605 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30606
30607         * lib/obstack.h (obstack_empty_p):
30608         Don't assume that chunk->contents is suitably aligned.
30609         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
30610         Likewise. Problem reported by Benno in
30611         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
30612
30613         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
30614         readable.  This could be improved further but it'd take some work.
30615
30616 2004-08-08  Simon Josefsson  <jas@extundo.com>
30617
30618         * modules/xgethostname (Depends-on): Remove exit and error (not
30619         used).
30620
30621         * modules/getpass-gnu: Add getpass.h.
30622         (Depends-on): Add stdbool.
30623         * modules/getpass: Add getpass.h.
30624
30625 2004-08-08  Simon Josefsson  <jas@extundo.com>
30626
30627         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
30628         Check getpass declaration.
30629
30630 2004-08-08  Simon Josefsson  <jas@extundo.com>
30631
30632         * lib/xgethostname.c: Don't include error.h (not used).
30633
30634         * lib/getpass.h: Add.
30635         * lib/getpass.c: Include getpass.h first.
30636
30637 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
30638
30639         * lib/xalloc-die.c: New file.
30640         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
30641         All uses removed.
30642         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
30643         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
30644         xalloc-die.c.
30645         (_, N_, xalloc_die): Move to xalloc-die.c.
30646         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
30647         so that we needn't mess with xalloc_msg_memory_exhausted.
30648
30649         * lib/sha1.h: Renamed from sha.h.
30650         (SHA1_H): Renamed from _SHA_H.
30651         (sha1_ctx): Renamed from sha_ctx.
30652         (sha1_init_ctx): Renamed from sha_init_ctx.
30653         (sha1_process_block): Renamed from sha_process_block.
30654         (sha1_process_bytes): Renamed from sha_process_bytes.
30655         (sha1_finish_ctx): Renamed from sha_finish_ctx.
30656         (sha1_read_ctx): Renamed from sha_read_ctx.
30657         (sha1_stream): Renamed from sha_stream.
30658         (sha1_buffer): Renamed from sha_buffer.
30659         * lib/sha1.c: Likewise; renamed from sha.c.
30660         Do not include <sys/types.h>.
30661         Include <stddef.h> rather than <stdlib.h>.
30662
30663 2004-08-08  Bruno Haible  <bruno@clisp.org>
30664
30665         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
30666         FILESYSTEM_PREFIX_LEN.
30667         * lib/progreloc.c: Likewise.
30668         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
30669
30670 2004-08-06  Simon Josefsson  <jas@extundo.com>
30671
30672         * modules/progname (Depends-on): Don't depend on stdbool.
30673
30674 2004-08-06  Simon Josefsson  <jas@extundo.com>
30675
30676         * modules/getsubopt: New file.
30677         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30678         getsubopt.
30679
30680 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30681
30682         More merge from coreutils.
30683
30684         * m4/utimens.m4, m4/utimecmp.m4: New files.
30685         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
30686         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
30687         prereq.m4, sha.m4: Import changes from coreutils.
30688
30689 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30690
30691         More merge from coreutils.
30692         * modules/raise, modules/readtokens0, modules/utimens:
30693         * modules/utimecmp, module/xnanosleep: New files.
30694         * modules/strftime: Add lib/strftime.h.
30695         Change include from <time.h> to "strftime.h".
30696         * modules/yesno: Add lib/yesno.h.
30697         * modules/backupfile: Remove lib/addext.c.
30698         * modules/euidaccess: Add stat-macros.h.
30699         * modules/canonicalize, modules/euidaccess,
30700         modules/filemode, modules/lchown, modules/makepath,
30701         modules/rmdir, modules/stat: Likewise.
30702
30703 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         Merge from tar.
30706         * lib/argp-help.c (make_hol, hol_append): Don't assume that
30707         SIZE_MAX is a valid preprocessor constant.
30708         (__argp_basename): Change from "#ifndef _LIBC"
30709         to "#ifndef __argp_short_program_name", so that
30710         we don't compile these functions for tar.
30711
30712         More merges from coreutils.
30713         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
30714         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
30715         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
30716         * lib/addext.c: Remove; no longer needed.
30717         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
30718         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
30719         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
30720         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
30721         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
30722         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
30723         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
30724         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
30725         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
30726         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30727         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
30728         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
30729         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
30730         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
30731         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
30732         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
30733         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
30734         Import changes from coreutils.
30735
30736 2004-08-05  Simon Josefsson  <jas@extundo.com>
30737
30738         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
30739
30740 2004-08-05  Simon Josefsson  <jas@extundo.com>
30741
30742         * m4/getsubopt.m4: New file.
30743
30744 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30745
30746         Merge from coreutils.
30747
30748         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
30749         * m4/getcwd-path-max.m4: New files.
30750
30751         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
30752         FILESYSTEM_PREFIX_LEN ->
30753         FILE_SYSTEM_PREFIX_LEN.
30754         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
30755         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
30756         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
30757         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
30758
30759         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
30760         prerequisite modules now handle the DOS stuff.
30761         Don't check for unistd.h.
30762
30763 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30764
30765         Merge from coreutils.
30766
30767         * lib/.gdb-history: Remove; this doesn't belong here.
30768
30769         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
30770         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
30771         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
30772         * lib/getcwd.c: New files.
30773
30774         * lib/dirname.h: Include <stdbool.h>.
30775         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
30776         for consistency with POSIX terminology.  All uses changed.
30777         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
30778         (strip_trailing_slashes): Use bool for booleans.
30779         * lib/stripslash.c (strip_trailing_slashes): Likewise.
30780
30781         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
30782         sometimes returns a positive errno value even when it succeeds.
30783         (print_errno_message) [!LIBC]: Fall back on strerror if
30784         __strerror_r fails.
30785
30786         * lib/path-concat.c (mempcpy): Don't define if a system header defines
30787         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
30788         (longest_relative_suffix): New function.
30789         (path_concat): Use it.  Assume first argument is not NULL.
30790         Port to DOS.  Omit redundant separators.
30791         Report an error instead of returning NULL.
30792         Use mempcpy instead of memcpy.
30793         (xpath_concat): Remove: not declared or used.
30794
30795         * lib/same.h: Include <stdbool.h>
30796         (same_name): Return bool, not int.
30797         * lib/same.c (same_name): Likewise.
30798         (errno): Don't declare; we assume C89 or better now.
30799
30800         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
30801         if not already defined.
30802
30803         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
30804         * lib/dup-safer.c (errno): Likewise.
30805
30806 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30807
30808         Merge from coreutils.
30809         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
30810         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
30811         * modules/path-concat: Don't depend on strdup.
30812
30813 2004-08-03  Simon Josefsson  <jas@extundo.com>
30814
30815         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
30816         * lib/progname.h: Don't include stdbool.h.
30817
30818 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30819
30820         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
30821         * MODULES.html.sh (func_all_modules): Remove fatal.
30822
30823 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30824
30825         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
30826
30827 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30828
30829         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
30830         working.
30831
30832 2004-08-02  Simon Josefsson  <jas@extundo.com>
30833
30834         * lib/getsubopt.h: New file, with comments from Bruno Haible.
30835         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
30836         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
30837
30838 2004-08-01  Simon Josefsson  <jas@extundo.com>
30839
30840         * lib/xgetdomainname.c: Include stdlib.h, for free().
30841
30842 2004-07-19  Bruno Haible  <bruno@clisp.org>
30843
30844         * MODULES.html.sh (func_all_modules): Add dummy.
30845
30846 2004-07-16  Simon Josefsson  <jas@extundo.com>
30847
30848         * modules/dummy: New file.
30849
30850 2004-07-16  Simon Josefsson  <jas@extundo.com>
30851
30852         * lib/dummy.c: New file.
30853
30854 2004-07-16  Bruno Haible  <bruno@clisp.org>
30855
30856         * lib/backupfile.h: Add extern "C" for C++.
30857         * lib/closeout.h: Likewise.
30858         * lib/copy-file.h: Likewise.
30859         * lib/findprog.h: Likewise.
30860         * lib/full-write.h: Likewise.
30861         * lib/pathname.h: Likewise.
30862         * lib/progname.h: Likewise.
30863         * lib/stpcpy.h: Likewise.
30864         * lib/stpncpy.h: Likewise.
30865         * lib/strcase.h: Likewise.
30866         * lib/strstr.h: Likewise.
30867         * lib/xalloc.h: Likewise.
30868
30869         * lib/mbswidth.h: Add extern "C" for C++.
30870         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
30871
30872 2004-07-13  Robert Millan  <robertmh@gnu.org>
30873
30874         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
30875
30876 2004-07-09  Simon Josefsson  <jas@extundo.com>
30877
30878         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
30879         failed without this.)
30880
30881 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         * modules/chown (Files): Add lib/fchown-stub.c, since
30884         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
30885
30886 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30887
30888         * lib/fchown-stub.c: New file.
30889
30890 2004-06-24  Jim Meyering  <jim@meyering.net>
30891
30892         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
30893
30894 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30895
30896         * modules/argz: Omit "#include".
30897
30898         * MODULES.html.sh (func_all_modules): Add calloc, to match
30899         2004-06-01 addition of calloc module.
30900
30901 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30902
30903         * m4/argz.m4: New file, which is autoupdated from libtool.
30904
30905 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30906
30907         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
30908         libtool.
30909
30910 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30911
30912         * config/srclist-update: Don't insist on "USA." before the
30913         close-comment, as libtool omits the period and puts the */ on a
30914         separate line.
30915         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
30916         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
30917
30918 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
30919
30920         * modules/argz: New file.
30921         * MODULES.html.sh (func_all_modules): Add argz.
30922
30923 2004-06-12  Jim Meyering  <jim@meyering.net>
30924         and  Paul Eggert  <eggert@cs.ucla.edu>
30925
30926         * modules/hash (Files): Add lib/xalloc.h.
30927         * modules/pipe (Depends-on): Add wait-process.
30928         * modules/stat (Depends-on): Add xalloc.
30929         * modules/userspec (Files): Add lib/userspec.h.
30930         * modules/xstrto
30931
30932         Upgrade from gettext-0.13.
30933         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
30934         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
30935         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
30936
30937 2004-06-10  Jim Meyering  <jim@meyering.net>
30938
30939         * lib/calloc.c: New file.
30940
30941 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30942
30943         * lib/getdate.y (yylex): Allow space between sign and number.
30944         Problem reported by Dan Jacobson.
30945
30946 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30947
30948         Merge from coreutils CVS.
30949
30950         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
30951         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
30952         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
30953         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
30954         xstrtol.m4: Fix copyright date and/or serial number.
30955
30956         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
30957         See if we need an fchown replacement.
30958         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
30959         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
30960         and use the replacement function if we detect either defect.
30961
30962         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
30963         gl_UTIMECMP.
30964
30965 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30966         and  Jim Meyering  <jim@meyering.net>
30967
30968         Merge from coreutils CVS.
30969
30970         * lib/stat-macros.h: New file, with contents from file-type.h
30971         and coreutils' system.h.
30972         * lib/file-type.c: Include "stat-macros.h".
30973         * lib/file-type.h (file_type): Move all macro definitions to new file,
30974         stat-macros.h.
30975
30976         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
30977         Wrap old code with this conditional.
30978         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
30979         function that does not dereference symlinks.
30980         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
30981
30982         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
30983         dependency problems.
30984         (xreadlink): Accept new arg SIZE, for efficiency.
30985         All decls and uses changed.
30986         * lib/xreadlink.h: Include <stddef.h>, for size_t.
30987
30988         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
30989         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
30990
30991         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
30992         sysexits.h.
30993
30994 2004-06-01  Jim Meyering  <jim@meyering.net>
30995
30996         * m4/calloc.m4: New file.
30997
30998 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
30999
31000         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31001         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31002         Also, fix a typo in a diagnostic.
31003
31004 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31005
31006         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31007         or AC_FUNC_REALLOC.
31008
31009 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31010
31011         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31012         macros to be defined.
31013         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31014         the allocator returns NULL because the requested size is zero.
31015
31016 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31017
31018         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31019         var.  Add comment explaining why libc still defines it.  This
31020         merges the following patch from glibc:
31021         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31022
31023 2004-05-20  Andreas Schwab  <schwab@suse.de>
31024
31025         * m4/free.m4: Replace free if it not known to work, not the other
31026         way round.
31027
31028 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31029
31030         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31031         present in glibc since revision 1.1 of this file.
31032         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31033         obstack_alignment_mask, obstack_alloc, obstack_base,
31034         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31035         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31036         obstack_grow0, obstack_init, obstack_int_grow,
31037         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31038         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31039         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31040         nonexistent functions.
31041
31042 2004-05-18  Karl Berry  <karl@gnu.org>
31043
31044         * config/srclist.txt: break link for vasnprintf.c.
31045
31046 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31047
31048         Port obstack to the AS/400, where pointers are 16 bytes wide and
31049         you cannot cast an integer to a valid pointer.  This patch is
31050         currently waiting to be integrated into glibc; see
31051         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31052
31053         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31054         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31055         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31056         (struct obstack): temp member is now a union of a pointer and
31057         an integer, instead of an integer.  All integer uses changed.
31058         This does not affect the physical layout of struct obstack,
31059         except on hosts (like the AS/400) where the size or alignment of
31060         void * is greater than that of ptrdiff_t.
31061         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31062         __STDC__)]: Store temporary in pointer member of union, not
31063         integer member.
31064         * lib/obstack.c: Include <stddef.h>, for offsetof.
31065         (struct fooalign): Remove; it doesn't need a name.
31066         (union fooround): Change double to long double, and add void *.
31067         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31068         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31069         not a macro.  Hence the values are always int; so remove all
31070         casts-to-int in uses.
31071
31072 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31073
31074         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31075         we can get this patch merged into glibc.
31076
31077 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31078             Paul Eggert  <eggert@cs.ucla.edu>
31079
31080         * m4/argp: Depend on alloca.
31081
31082 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31083             Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31086         freecoding.
31087
31088 2004-05-17  Bruno Haible  <bruno@clisp.org>
31089
31090         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31091         precision that consists of a '.' followed by an empty digit string.
31092         Patch by Tor Lillqvist <tml@iki.fi>.
31093
31094 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31095
31096         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31097         for backward compatibility with older code.  We need our own
31098         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31099         it under some other name, and our alloca.h will define it.
31100
31101 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31102             Derek Price  <derek@ximbiot.com>
31103
31104         * lib/alloca.c: Include <alloca.h>, to get our interface.
31105         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31106         include <alloca.h> first.  Use C89 prototype for alloca; this
31107         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31108         Use #elif for simplicity, since we can assume C89 now.
31109         Don't try to source the system alloca.h since it will not be found
31110         and to prevent recursively including its replacement.
31111         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31112         * lib/regex.c: Likewise.
31113
31114 2004-05-16  Derek Price  <derek@ximbiot.com>
31115             Paul Eggert  <eggert@cs.ucla.edu>
31116
31117         getline cleanup.  This changes the getndelim2 API: both order of
31118         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31119         no delimiter).
31120
31121         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31122         interface does that.
31123         (getline): Always use getdelim, so that we don't have two
31124         copies of this code.
31125         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31126         if available.
31127         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31128         (GETNDELIM2_MAXIMUM): New macro.
31129         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31130         instead of the old practice of delim2==0.  All callers changed.
31131         Return -1 on overflow, instead of returning junk.
31132         Do not set *linesize unless allocation succeeds.
31133         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31134         that we include sys/types.h.
31135         * lib/getnline.h: Likewise.
31136         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31137         (getndelim2): Reorder arguments.
31138         * lib/getnline.c (getnline, getndelim):
31139         Don't discard the NMAX argument.
31140         (getnline): Invoke getndelim, to avoid code duplication.
31141         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31142         of (size_t) -1 by callers of the getnline family.
31143
31144 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31145
31146         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31147         Check for gettimeofday.
31148         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31149         Check for settimeofday, stime.
31150
31151 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31152
31153         * lib/nanosleep.c (suspended): Change its type from int to
31154         sig_atomic_t volatile.
31155         (first_call): Make it private to rpl_nanosleep, and have it
31156         be zero initially as that's a bit faster.
31157         (my_usleep): Round up fractional times instead of truncating them,
31158         as this is the usual meaning for 'sleep'.
31159
31160         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31161         doesn't work.
31162         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31163         (ENOSYS): Define if not defined.
31164         (settime): Fall back on stime if it exists and settimeofday fails.
31165         But don't bother with fallbacks if a method fails with errno == EPERM.
31166
31167 2004-05-11  Jim Meyering  <jim@meyering.net>
31168
31169         Prior to this change, the save_cwd caller required read access to the
31170         current directory on most systems (ones with the fchdir function).
31171
31172         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31173         fails, try write-only, and finally, resort to using xgetcwd.
31174
31175 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31176
31177         * lib/obstack.c, obstack.h: Import changes from libc.
31178
31179 2004-04-28  Bruno Haible  <bruno@clisp.org>
31180
31181         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31182         also implicitly appends .exe to executables.
31183         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31184         accepts Windows pathnames.
31185         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31186         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31187         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31188         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31189         Reported by Derek Robert Price <derek@ximbiot.com>.
31190
31191 2004-04-21  Karl Berry  <karl@gnu.org>
31192
31193         * config/srclist.txt (localcharset.c): break sync.
31194
31195 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31196
31197         * m4/host-os.m4: Add a copyright notice.
31198
31199 2004-04-20  Jim Meyering  <jim@meyering.net>
31200
31201         Change UTILS_ to gl_ in AC_DEFINE'd names.
31202         Change utils_- and jm_-prefixed variables, too.
31203         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31204         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31205         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31206
31207         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31208         Don't emit trailing blanks.
31209         Also rename jm_-prefixed variables to have gl_ prefix.
31210
31211         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31212         Also rename jm_-prefixed variables to have gl_ prefix.
31213
31214         * m4/jm-macros.m4: Reflect the renamings.
31215         * m4/prereq.m4: Likewise.
31216
31217 2004-04-20  Jim Meyering  <jim@meyering.net>
31218
31219         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31220         memory.
31221
31222 2004-04-20  Jim Meyering  <jim@meyering.net>
31223             Bruno Haible  <bruno@clisp.org>
31224
31225         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31226         memory when realloc fails.
31227
31228 2004-04-19  Jim Meyering  <jim@meyering.net>
31229
31230         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31231         now that readutmp.c may call `free (0)'.
31232
31233 2004-04-19  Bruno Haible  <bruno@clisp.org>
31234
31235         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31236         * m4/inttypes_h.m4: Likewise.
31237         * m4/stdint_h.m4: Likewise.
31238         * m4/intmax_t.m4: Likewise.
31239         * m4/uintmax_t.m4: Likewise.
31240
31241 2004-04-18  Jim Meyering  <jim@meyering.net>
31242
31243         * m4/prereq.m4: Don't forbid jm_ prefix.
31244
31245         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31246         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31247         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31248         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31249         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31250         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31251         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31252         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31253         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31254         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31255         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31256         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31257         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31258         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31259         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31260         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31261         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31262         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31263         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31264
31265 2004-04-18  Jim Meyering  <jim@meyering.net>
31266
31267         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31268         failure, don't leak memory and do call END_UTMP_ENT.
31269
31270 2004-04-16  Jim Meyering  <jim@meyering.net>
31271
31272         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31273         coreutils' stat program.
31274         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31275
31276 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31277
31278         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31279         C89.
31280         (CHAR_BIT): Remove, since we assume C89.
31281         Include <stdint.h> if available, as per current Autoconf CVS advice.
31282
31283 2004-03-31  Jim Meyering  <jim@meyering.net>
31284
31285         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31286         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31287         * m4/xalloc.m4: Likewise.
31288
31289 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31290
31291         Merge from coreutils.
31292
31293         * m4/inttostr.m4: New file.
31294         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31295         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31296         Require gl_CLOCK_TIME.
31297         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31298
31299 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31300
31301         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31302         not bool, to be more consistent with Unix conventions.
31303         Suggested by Bruno Haible.
31304
31305         Merge from coreutils.
31306
31307         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31308         * lib/umaxtostr.c: New files.
31309
31310         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31311         the usual <time.h> dance.
31312         (get_date): Change signature to support fractional time stamps.
31313         All callers changed.
31314         * lib/getdate.y: Include "getdate.h" first, as we can now
31315         assume C89 and don't need to worry about 'const'.
31316         Similarly, include "unlocked-io.h" near start, not in middle.
31317         Include <limits.h>.
31318         (textint.value): Use long int rather than int.
31319         (textint.digits): Use size_t rather than int.
31320         (BILLION, LOG10_BILLION): New constants.
31321         (parser_control): New member rel_ns.  Members day_ordinal,
31322         time_zone, month, day, hour, minutes, rel_year, rel_month,
31323         rel_day, rel_hour, rel_minutes, rel_seconds
31324         are now long int, not int.  Member seconds is now struct timespec,
31325         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31326         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31327         not int.
31328         (%union.intval): Now long int, not int.
31329         New member timespec.
31330         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31331         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31332         (spec): Now is a timespec or an item list.
31333         (timespec, items): New nonterminals.
31334         (time, rel, relunit, number, get_date):
31335         Add support for fractional seconds.
31336         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31337         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31338         (to_hour): First arg is now long int, not int.
31339         (to_year): Returns long int, not int.
31340         Don't treat year -70 like 70.
31341         (tm_diff): Returns long int, not int.
31342         (lookup_word): Use bool instead of int when appropriate.
31343         (yylex): Use size_t for count, not int.
31344         Detect overflow when parsing large integer constants.
31345         Add support for fractions.
31346         (get_date): Make pointers 'const' if possible.
31347         Use more-portable code to detect integer overflow.
31348         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31349         Don't use ctime; it's not reliable if the year has >4 digits.
31350
31351         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31352         This is for compatibility with BSD.
31353
31354         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31355         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31356         From coreutils' system.h.
31357
31358         * lib/userspec.c: Don't include "posixver.h".
31359         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31360         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31361         compatible extension.  Simplify code by removing a boolean int
31362         that was always nonzero if a string was nonnull.
31363
31364 2004-03-30  Jim Meyering  <jim@meyering.net>
31365
31366         Merge from coreutils.
31367
31368         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31369         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31370         on some systems one must include <grp.h> before it.
31371         Reported by Christian Krackowizer.
31372
31373 2004-03-30  Jim Meyering  <jim@meyering.net>
31374
31375         Merge from coreutils.
31376
31377         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31378
31379         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31380         an empty input stream.
31381
31382         * lib/readtokens.c: Include <stdbool.h>.
31383         (readtoken): Use `size_t' rather than int/long.
31384         All callers adjusted.
31385         Use `bool' rather than `int' where appropriate.
31386         Use memset rather than an explicit loop.
31387         Use x2nrealloc rather than xrealloc.
31388         Allow the use of `\0' as a delimiter.
31389         (readtokens): Likewise.
31390         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31391
31392 2004-03-30  Jim Meyering  <jim@meyering.net>
31393
31394         * m4/realloc.m4: Remove file, since now it does no more than
31395         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31396         the `configure.ac' section of module/realloc.
31397         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31398
31399 2004-03-30  Bruno Haible  <bruno@clisp.org>
31400
31401         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31402         nonnull.
31403
31404 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31405
31406         Merge changes to getloadavg.c from coreutils and Emacs.
31407
31408         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31409         Define to an expression, not to the empty string.
31410         Include cloexec.h and xalloc.h.
31411         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31412         Use set_cloexec_flag rather than rolling our own.
31413         * lib/cloexec.c, lib/cloexec.h: New files.
31414
31415 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31416
31417         * m4/cloexec.m4: New file.
31418
31419 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31420
31421         * lib/getopt.h: Sync with libc CVS.
31422
31423 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31424             Bruno Haible  <bruno@clisp.org>
31425
31426         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31427         mbswidth.
31428
31429 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31430             Bruno Haible  <bruno@clisp.org>
31431
31432         * lib/mbswidth.h: Include <wchar.h> only if
31433         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31434         <wchar.h>.
31435         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31436
31437 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31438
31439         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31440         Sync with libc CVS.
31441         * lib/getopt_int.h: New file, also synced from libc.
31442
31443 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31444
31445         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31446         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31447         Bring back getopt.c, getopt.h, getopt1.c.
31448
31449 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31450
31451         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31452         All uses changed.  Check for sa_sigaction member; this fixes
31453         a bug first reported by Jason Andrade in
31454         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31455
31456 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31457
31458         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
31459         '#if' expressions.  Unlike the code it replaces, it does not
31460         depend on (defined _SC_PAGESIZE).  However, it does depend on
31461         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
31462         first reported by Jason Andrade in
31463         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31464
31465 2004-02-25  Simon Josefsson  <jas@extundo.com>
31466
31467         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
31468
31469 2004-02-25  Simon Josefsson  <jas@extundo.com>
31470
31471         * lib/strdup.h: New file.
31472         * lib/strdup.c: Include it.
31473         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
31474         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
31475
31476 2004-02-23  Karl Berry  <karl@gnu.org>
31477
31478         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
31479         (from fencepost.gnu.org:/gd/gnuorg).
31480
31481 2004-02-23  Karl Berry  <karl@gnu.org>
31482
31483         * config/srclistvars.sh (GNUORG) [karl]: redefine.
31484         * config/srclist.txt: add maintain/standards documents.
31485
31486 2004-02-18  Bruno Haible  <bruno@clisp.org>
31487
31488         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
31489         Reported by Derek Robert Price <derek@ximbiot.com>.
31490
31491 2004-02-16  Karl Berry  <karl@gnu.org>
31492
31493         * config/mkinstalldirs, install-sh: update from automake.
31494
31495 2004-02-06  Karl Berry  <karl@gnu.org>
31496
31497         * m4/po.m4: update from gettext 0.14.1.
31498
31499 2004-02-06  Karl Berry  <karl@gnu.org>
31500
31501         * lib/config.charset: update from gettext 0.14.1.
31502
31503 2004-02-05  Paul Eggert  <eggert@twinsun.com>
31504
31505         Add comments and code, prompted by suggestions from Bruno Haible
31506         for sh-quote.
31507         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
31508         describing the enum quoting_style values.
31509         * lib/quotearg.c (quotearg_alloc): New function.
31510         (quotearg_buffer_restyled): Treat lone { and } as special.
31511         Treat = as special.  Work around bug with older shells
31512         that "see" a '\' that is really the 2nd byte of a multibyte char.
31513         Quote empty string with shell_quoting_style.
31514
31515 2004-02-03  Bruno Haible  <bruno@clisp.org>
31516
31517         * m4/pipe.m4: New file, from GNU gettext.
31518
31519 2004-02-03  Bruno Haible  <bruno@clisp.org>
31520
31521         * lib/pipe.h: New file, from GNU gettext.
31522         * lib/pipe.c: New file, from GNU gettext.
31523
31524 2004-01-27  Bruno Haible  <bruno@clisp.org>
31525
31526         * m4/execute.m4: New file, from GNU gettext.
31527
31528 2004-01-27  Bruno Haible  <bruno@clisp.org>
31529
31530         * lib/execute.h: New file, from GNU gettext.
31531         * lib/execute.c: New file, from GNU gettext.
31532         * lib/w32spawn.h: New file, from GNU gettext.
31533
31534 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31535
31536         Merge from diffutils.
31537
31538         * lib/file-type.c (file_type): Add typed memory objects.
31539         * lib/file-type.h (S_TYPEISTMO): New macro.
31540
31541         * lib/c-stack.h (c_stack_action): Remove argv argument.
31542         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
31543         (die): Don't calculate message unless segv_action returns.
31544         (get_stack_location, min_address_from_argv, max_address_from_argv,
31545         volatile stack_base, volatile_stack_size): Remove.
31546         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
31547         that every segmentation violation is a stack overflow.  (Ouch!)
31548         See Debian bug 136249 (still outstanding) for more info about why
31549         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
31550
31551 2004-01-24  Paul Eggert  <eggert@twinsun.com>
31552
31553         Exit-status fix from coreutils.
31554
31555         Use exit_failure consistently in place of EXIT_FAILURE,
31556         so that program exit statuses are consistent on failure.
31557
31558         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
31559         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
31560         * lib/argmatch.h: Comment fix to match the above.
31561         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
31562         Now a macro referring to exit_failure, instead of a separate
31563         variable.  Include "exitfail.h" to get it.
31564         * lib/xstrtol.h: Include "exitfail.h".
31565         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
31566
31567         * lib/long-options.c (parse_long_options): Use prototype
31568         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
31569         for clarity.
31570
31571 2004-01-21  Jim Meyering  <jim@meyering.net>
31572
31573         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
31574         so as not to conflict with a different-sized __mktime_internal
31575         function in GNU libc.
31576         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
31577         Problem building statically-linked `ls' reported by Michael Brunnbauer.
31578
31579 2004-01-20  Karl Berry  <karl@gnu.org>
31580
31581         * config/config.guess: update from config.
31582
31583         * config/srclistvars.sh: GNUWWWLICENSES for karl.
31584
31585 2004-01-20  Bruno Haible  <bruno@clisp.org>
31586
31587         Safer stack allocation.
31588         * lib/setenv.c: Include allocsa.h.
31589         (alloca): Remove fallback definition.
31590         (freea): Remove macro.
31591         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
31592         instead of freea.
31593
31594 2004-01-20  Bruno Haible  <bruno@clisp.org>
31595
31596         * m4/eealloc.m4: New file, from GNU gettext.
31597
31598 2004-01-20  Bruno Haible  <bruno@clisp.org>
31599
31600         * m4/allocsa.m4: New file, from GNU gettext.
31601
31602 2004-01-20  Bruno Haible  <bruno@clisp.org>
31603
31604         * lib/xallocsa.h: New file, from GNU gettext.
31605         * lib/xallocsa.c: New file, from GNU gettext.
31606
31607 2004-01-20  Bruno Haible  <bruno@clisp.org>
31608
31609         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
31610
31611 2004-01-20  Bruno Haible  <bruno@clisp.org>
31612
31613         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
31614         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
31615         specially.
31616
31617 2004-01-20  Bruno Haible  <bruno@clisp.org>
31618
31619         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
31620         patch.
31621
31622 2004-01-20  Bruno Haible  <bruno@clisp.org>
31623
31624         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
31625
31626 2004-01-20  Bruno Haible  <bruno@clisp.org>
31627
31628         * lib/eealloc.h: New file.
31629
31630 2004-01-20  Bruno Haible  <bruno@clisp.org>
31631
31632         * lib/binary-io.h: Avoid warnings on Cygwin.
31633
31634 2004-01-20  Bruno Haible  <bruno@clisp.org>
31635
31636         * lib/allocsa.h: New file, from GNU gettext.
31637         * lib/allocsa.c: New file, from GNU gettext.
31638
31639 2004-01-18  Karl Berry  <karl@gnu.org>
31640
31641         * doc/gpl.texi, doc/lgpl.texi: new files.
31642
31643 2004-01-18  Karl Berry  <karl@gnu.org>
31644
31645         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
31646         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
31647
31648 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31649
31650         Merge from coreutils.
31651
31652         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
31653         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
31654         (gl_DEFAULT_POSIX2_VERSION): Move
31655         the documentation from 'configure' into 'config.hin',
31656         so that 'configure --help' isn't burdened by it and
31657         we don't have to worry about its formatting there.
31658         Reword the documentation so that it's more succinct
31659         and can be run together into a single paragraph.
31660         * m4/same.m4 (gl_SAME): Check for pathconf.
31661
31662 2004-01-15  Paul Eggert  <eggert@twinsun.com>
31663
31664         Merge from coreutils.
31665
31666         * lib/posixver.c: Include posixver.h.
31667
31668         * lib/same.c: Include <stdbool.h>, <limits.h>.
31669         (_POSIX_NAME_MAX): Define if not defined.
31670         (MIN): New macro.
31671         (same_name): If file names are silently truncated, report
31672         that the file names are the same if they are the same after
31673         the silent truncation.
31674
31675         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
31676         conversion function.
31677         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
31678         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
31679         longer needed.
31680
31681 2004-01-15  Jim Meyering  <jim@meyering.net>
31682
31683         Merge from coreutils.
31684
31685         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
31686         if no library is required.
31687         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
31688         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
31689         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
31690         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
31691         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
31692         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
31693         value, $ac_cv_search_crypt, if it's "none required".
31694         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
31695         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
31696         not gl_FUNC_GETLOADAVG.
31697         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
31698         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
31699
31700 2004-01-15  Jim Meyering  <jim@meyering.net>
31701
31702         Merge from coreutils.
31703
31704         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
31705         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
31706         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
31707
31708         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
31709         optional configure-time default.
31710
31711         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31712
31713         * lib/xreadlink.c (xreadlink): Correct outdated comment.
31714
31715 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
31716
31717         Merge from coreutils.
31718
31719         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
31720         value, $ac_cv_search_nanosleep, if it's "none required".
31721
31722 2004-01-14  Paul Eggert  <eggert@twinsun.com>
31723
31724         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
31725         with like-named macro in fnmatch.c.
31726         (EXT): Use an internal constant instead.
31727
31728         Merge fnmatch patches from glibc.
31729         * lib/fnmatch.c (mbsinit): Remove define.
31730         Add libc_hidden_ver (__fnmatch, fnmatch).
31731         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
31732         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
31733
31734 2004-01-14  Karl Berry  <karl@gnu.org>
31735
31736         * config/install-sh: update from automake.
31737
31738 2004-01-13  Karl Berry  <karl@gnu.org>
31739
31740         * config/install-sh: update from automake.
31741
31742 2004-01-09  Karl Berry  <karl@gnu.org>
31743
31744         * config/install-sh: update from automake.
31745
31746 2004-01-05  Karl Berry  <karl@gnu.org>
31747
31748         * config/config.{sub,guess}: update from config.
31749
31750 2003-12-31  Karl Berry  <karl@gnu.org>
31751
31752         * config/depcomp: update from automake.
31753
31754 2003-12-14  Karl Berry  <karl@gnu.org>
31755
31756         * lib/config.charset: update from gettext-runtime.
31757
31758 2003-12-03  Paul Eggert  <eggert@twinsun.com>
31759
31760         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
31761         Bug reported by Alfred M. Szmidt.
31762
31763 2003-12-03  Bruno Haible  <bruno@clisp.org>
31764
31765         * m4/gettext.m4: Upgrade from gettext-0.13.
31766         * m4/po.m4: Upgrade from gettext-0.13.
31767         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
31768         * m4/intmax.m4: New file, from gettext-0.13.
31769         * m4/printf-posix.m4: New file, from gettext-0.13.
31770
31771 2003-11-29  Karl Berry  <karl@gnu.org>
31772
31773         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
31774
31775 2003-11-25  Paul Eggert  <eggert@twinsun.com>
31776             Bruno Haible  <bruno@clisp.org>
31777
31778         * lib/printf-parse.h: Don't include sys/types.h.
31779         (ARG_NONE): New macro.
31780         (char_directive): Change type of *arg_index fields to size_t.
31781         * lib/printf-parse.c: Don't include sys/types.h.
31782         (SSIZE_MAX): Remove macro.
31783         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
31784         Remove unnecessary overflow check.
31785         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
31786         fields.
31787
31788 2003-11-25  Bruno Haible  <bruno@clisp.org>
31789
31790         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
31791
31792 2003-11-25  Bruno Haible  <bruno@clisp.org>
31793
31794         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
31795         gt_TYPE_SSIZE_T.
31796
31797 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31798
31799         * modules/alloca: Remove dependency on xalloc.
31800
31801 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31802
31803         * lib/alloca.c: Remove dependency on xalloc module.
31804         (xalloc_die): Remove.
31805         (memory_full) [!defined emacs]: New macro.
31806         [!defined emacs]: Don't include xalloc.h.
31807         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
31808         address arithmetic overflows.  Change datatypes a bit to avoid
31809         unnecessary casts.
31810
31811 2003-11-22  Jim Meyering  <jim@meyering.net>
31812
31813         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
31814         s/size/size_t/.
31815
31816 2003-11-21  Karl Berry  <karl@gnu.org>
31817
31818         * config/config.{sub,guess}: update from config.
31819
31820 2003-11-18  Karl Berry  <karl@gnu.org>
31821
31822         * config/config.{sub,guess}: update from config.
31823
31824         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
31825
31826 2003-11-17  Paul Eggert  <eggert@twinsun.com>
31827
31828         * README: Mention that S+T cannot overflow if S is the size of
31829         an existing object and T is sufficiently small.
31830
31831 2003-11-17  Jim Meyering  <jim@meyering.net>
31832
31833         On systems without utime and without a utimes function capable of
31834         dealing with a NULL struct utimbuf* argument, this utime replacement
31835         could -- in unusual circumstances -- leak a file descriptor.
31836         * lib/utime.c: Include <unistd.h> and <errno.h>.
31837         (utime_null): Be sure to close `fd' and to preserve errno.
31838         Reported by Geoff Collyer via Arnold Robbins.
31839
31840 2003-11-17  Bruno Haible  <bruno@clisp.org>
31841
31842         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
31843         (Depends-on): Add xsize.
31844
31845 2003-11-17  Bruno Haible  <bruno@clisp.org>
31846
31847         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
31848
31849 2003-11-17  Bruno Haible  <bruno@clisp.org>
31850
31851         * lib/vasnprintf.c (alloca): Remove fallback definition.
31852         (freea): Remove definition.
31853         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
31854         Reported by Paul Eggert.
31855
31856 2003-11-16  Paul Eggert  <eggert@twinsun.com>
31857             Bruno Haible  <bruno@clisp.org>
31858
31859         Protect against address arithmetic overflow.
31860         * lib/printf-args.h: Include stddef.h.
31861         (arguments): Change type of field 'count' to size_t.
31862         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
31863         'unsigned int' where appropriate.
31864         * lib/printf-parse.h: Include sys/types.h.
31865         (char_directive): Change type of *arg_index fields to ssize_t.
31866         (char_directives): Change type of fields 'count', max_*_length to
31867         size_t.
31868         * lib/printf-parse.c: Include sys/types.h and xsize.h.
31869         (SSIZE_MAX): Define fallback value.
31870         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
31871         instead of 'int' where appropriate. Check a_allocated, d_allocated
31872         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
31873         * lib/vasnprintf.c: Include xsize.h.
31874         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
31875         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
31876         overflow. Avoid wraparound when converting a width or precision from
31877         decimal to binary.
31878
31879 2003-11-16  Bruno Haible  <bruno@clisp.org>
31880
31881         Update from GNU gettext.
31882         * lib/printf-parse.c: Generalize to it can be compiled for wide
31883         strings.
31884         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
31885         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
31886         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
31887         SNPRINTF): New macros.
31888         Don't include <alloca.h> if the file is used inside libintl.
31889         (local_wcslen): New function, for Solaris 2.5.1.
31890         (VASNPRINTF): Use it instead of wcslen.
31891
31892 2003-11-16  Bruno Haible  <bruno@clisp.org>
31893
31894         * lib/xsize.h (xmax): New function.
31895         (xsum, xsum3, xsum4): Declare as "pure" functions.
31896
31897 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31898
31899         * modules/xalloc (Files): Undo latest change, since xalloc.h
31900         no longer needs SIZE_MAX or PTRDIFF_MAX.
31901
31902 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31903
31904         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
31905         gl_PTRDIFF_MAX.
31906
31907 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31908
31909         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
31910         "return", to pacify some unknown compiler.  Problem reported
31911         by Joerg Schilling.
31912
31913 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31914
31915         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
31916         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
31917         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
31918         heuristic is just as accurate as far as we know, and it removes a
31919         dependency on size_max.m4 and ptrdiff_max.m4.
31920
31921 2003-11-11  Bruno Haible  <bruno@clisp.org>
31922
31923         * modules/xsize (Files): Add m4/size_max.m4.
31924         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
31925
31926 2003-11-11  Bruno Haible  <bruno@clisp.org>
31927
31928         * m4/size_max.m4: New file.
31929         * m4/ptrdiff_max.m4: New file.
31930         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
31931         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
31932         (gl_XALLOC): Invoke it.
31933
31934 2003-11-11  Bruno Haible  <bruno@clisp.org>
31935
31936         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
31937         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
31938         defined.
31939
31940 2003-11-10  Paul Eggert  <eggert@twinsun.com>
31941
31942         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
31943         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
31944         rejected some allocations of exactly SIZE_MAX - 2 bytes.
31945         From Bruno Haible.
31946         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
31947         not (size_t) -1, since it's defined here.
31948
31949 2003-11-09  Karl Berry  <karl@gnu.org>
31950
31951         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
31952
31953 2003-11-06  Paul Eggert  <eggert@twinsun.com>
31954
31955         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
31956         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
31957         Reject sizes of exactly SIZE_MAX bytes.
31958         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
31959         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
31960
31961 2003-11-05  Bruno Haible  <bruno@clisp.org>
31962
31963         * lib/xsize.h: Include limits.h, to avoid a possible collision with
31964         SIZE_MAX defined in <limits.h> on Solaris.
31965
31966 2003-11-04  Jim Meyering  <jim@meyering.net>
31967
31968         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
31969         variable names, rather than @VAR@.
31970         * modules/poll: Likewise.
31971
31972 2003-11-04  Bruno Haible  <bruno@clisp.org>
31973
31974         * modules/xsize: New file.
31975         * modules/linebreak: Depend on xsize.
31976         * MODULES.html.sh (func_all_modules): Add xsize.
31977
31978 2003-11-04  Bruno Haible  <bruno@clisp.org>
31979
31980         * m4/xsize.m4: New file.
31981
31982 2003-11-04  Bruno Haible  <bruno@clisp.org>
31983
31984         * lib/xsize.h: New file.
31985         * lib/linebreak.c: Include xsize.h.
31986         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
31987         argument for overflow.
31988         Suggested by Paul Eggert.
31989
31990 2003-11-03  Karl Berry  <karl@gnu.org>
31991
31992         * config/config.{guess,sub}: update from config.
31993
31994 2003-11-03  Jim Meyering  <jim@meyering.net>
31995
31996         * modules/userspec (lib_SOURCES): Add userspec.h.
31997         (Include): Add "userspec.h".
31998         Improve description.
31999
32000 2003-11-03  Jim Meyering  <jim@meyering.net>
32001
32002         * lib/userspec.c: Include "userspec.h".
32003         * lib/userspec.h: New file.
32004
32005 2003-11-03  Bruno Haible  <bruno@clisp.org>
32006
32007         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32008
32009 2003-11-03  Bruno Haible  <bruno@clisp.org>
32010
32011         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32012         available, to avoid (extremely rare) race condition.
32013         Suggested by Paul Eggert.
32014
32015 2003-11-02  Karl Berry  <karl@gnu.org>
32016
32017         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32018
32019 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32020
32021         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32022         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32023         (read_filesystem_list): Set and use me_type_malloced.
32024         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32025         whatever the type happens to be), for brevity and consistency.
32026         Check for size calculation overflow on Alphas running OSF/1.
32027
32028 2003-10-31  Jim Meyering  <jim@meyering.net>
32029
32030         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32031
32032         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32033
32034 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32035             Bruno Haible  <bruno@clisp.org>
32036
32037         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32038         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32039
32040 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32041
32042         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32043         netbsd*-gnu*.  Suggested by Robert Millan.
32044
32045 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32046
32047         * modules/group-member: Depend on stdbool.
32048
32049 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32050
32051         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32052
32053 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32054
32055         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32056         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32057         after the 'gnu' in these cases.  This fixes some bugs in the
32058         previous change, and is based on suggestions by Robert Millan.
32059
32060 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32061
32062         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32063         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32064         no longer needed.
32065         * lib/quotearg.c (quotearg_n_options): Use it.
32066         * lib/group-member.c: Include <stdbool.h>.
32067         (free_group_info): Arg is now const *; don't free arg.
32068         (get_group_info): Now returns bool and accepts struct group_info *,
32069         rather than returning a malloc'ed struct group_info *.
32070         All uses changed.  Check for overflow in internal size calculation.
32071
32072         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32073         rather than xmalloc/xrealloc.
32074         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32075         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32076         conformance bug: the old code used a pointer after freeing the
32077         storage that it addressed.
32078         * lib/hash.c (hash_initialize): Simplify the code by using
32079         xalloc_oversized rather than doing it by hand.
32080         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32081         the buffer preserved.  Use free and xmalloc instead.
32082         * lib/quotearg.c (quotearg_n_options): Likewise.
32083         Use a simpler test for size overflow.  Don't use xalloc_oversized
32084         because unsigned int might be wider than size_t (!); this suggests
32085         that we should switch from unsigned int to size_t for slot numbers.
32086
32087 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32088
32089         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32090         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32091         NetBSD kernels.  Requested by Richard Stallman.
32092
32093 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32094
32095         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32096         to allocate the returned structure.  Do not allocate a subarray,
32097         as x2nrealloc will do that.
32098         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32099         instead of xnrealloc.
32100         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32101
32102 2003-10-27  Bruno Haible  <bruno@clisp.org>
32103
32104         * lib/stdbool_.h: Better support for BeOS.
32105
32106 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32107
32108         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32109         now uses inline.
32110
32111 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32112
32113         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32114         callers that want to do their own size-overflow checking.  Include
32115         <stdbool.h>, since xalloc_oversized returns bool.
32116         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32117         to use xalloc_oversized.
32118
32119         Add two functions x2realloc, x2nrealloc, for programs that grow
32120         arrays dynamically by doubling their sizes.
32121         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32122         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32123         New functions.
32124
32125         Port to C99 semantics for 'inline' of external functions.
32126         Bug reported by Bruno Haible.
32127         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32128         with the old contents of xnmalloc.
32129         (xnmalloc, xmalloc): Use it.
32130         (xnrealloc_inline): New static inline function,
32131         with the old contents of xnrealloc.
32132         (xnrealloc, xrealloc): Use it.
32133
32134         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32135         that.
32136
32137 2003-10-26  Karl Berry  <karl@gnu.org>
32138
32139         * config/srclist.txt (COPYING.DOC): no longer available from
32140         /gd/gnuorg; don't know where the ultimate source is.
32141
32142 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32143
32144         Fix several address-calculation bugs in the hash modules,
32145         plus some minor code cleanup.
32146
32147         * lib/hash.h: Include <stdbool.h>, for bool.
32148         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32149         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32150         hash_get_n_entries, hash_get_max_bucket_length,
32151         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32152         hash_rehash): Use size_t rather than unsigned.
32153         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32154         hash_get_n_buckets_used, hash_get_n_entries,
32155         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32156         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32157         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32158         Likewise.
32159         (SIZE_MAX): Define if not defined.
32160         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32161         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32162         hash_print):
32163         Use const * when possible.
32164         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32165         (check_tuning): Fix bug: if tuning parameters were very close to
32166         0 or 1, rounding errors could have caused subscript violations.
32167         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32168         (hash_initialize): Add 'fail:' label
32169         to free table and return NULL, and use it to simplify code.
32170         Use calloc rather than clearing the storage ourself.
32171         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32172         buffer size calculations.
32173         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32174         Include <stddef.h>, for size_t.
32175         * lib/hash-pjw.c (hash_pjw): Likewise.
32176         Switch to method described by Bruno Haible.
32177         Include <limits.h>, for CHAR_BIT.
32178         (SIZE_BITS): New macro.
32179
32180 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32181
32182         * m4/getline.m4 (AM_FUNC_GETLINE):
32183         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32184         hosts.  Problem reported by Derek Robert Price in
32185         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32186         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32187         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32188
32189 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32190
32191         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32192         ceiling the allocation at NMAX bytes rather than silently
32193         discarding input bytes before NMAX is reached.  This makes
32194         a difference only if NMAX exceeds SIZE_MAX / 2.
32195
32196         * lib/obstack.c: Merge from glibc.
32197         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32198         Add libc_hidden_def (_obstack_newchunk).
32199         (_obstack_free) [! defined _LIBC]: Remove.
32200         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32201         a clone of the function body.
32202         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32203         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32204
32205         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32206         glibc.
32207         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32208         arg to memcpy.
32209
32210         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32211         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32212         Don't use lvalue casts, as GCC plans to remove support for them
32213         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32214         was also present in the non-GCC version, indicating that this
32215         code had always been buggy and had never been widely used.
32216         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32217         Use the fast variant of each macro, rather than copying the
32218         definiens of the fast variant; that way, we'll be more likely to
32219         catch future bugs in the fast variants.
32220
32221 2003-10-20  Bruno Haible  <bruno@clisp.org>
32222
32223         * modules/wait-process: New file.
32224         * MODULES.html.sh (func_all_modules): Add wait-process.
32225
32226 2003-10-20  Bruno Haible  <bruno@clisp.org>
32227
32228         * m4/wait-process.m4: New file.
32229
32230 2003-10-20  Bruno Haible  <bruno@clisp.org>
32231
32232         * lib/wait-process.h: New file, from GNU gettext.
32233         * lib/wait-process.c: New file, from GNU gettext.
32234
32235 2003-10-19  Jim Meyering  <jim@meyering.net>
32236
32237         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32238         HPUX 10.20.
32239
32240 2003-10-18  Karl Berry  <karl@gnu.org>
32241
32242         * config/config.guess: update from config.
32243
32244 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32245
32246         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32247         (getgroups): First arg is int, not size_t.
32248         Don't let 'free' mangle errno.
32249
32250 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32251
32252         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32253
32254 2003-10-16  Karl Berry  <karl@gnu.org>
32255
32256         * config/config.{guess,sub}: update from config.
32257
32258 2003-10-16  Jim Meyering  <jim@meyering.net>
32259
32260         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32261         memcpy.
32262
32263 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32264
32265         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32266         (SIZE_MAX): Remove.
32267         (new_exclude, add_exclude_file): Initial size no longer needs to
32268         be a power of 2.
32269         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32270         our own address arithmetic overflow checking.
32271
32272         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32273         (fnmatch): Do not alloca more than 2000 wide characters;
32274         instead, use malloc for large buffers.
32275         Check for address arithmetic overflow, and return -1
32276         with errno set to ENOMEM in that case.
32277         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32278         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32279         instead, return -1.  Check for address arithmetic overflow.
32280
32281 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32282
32283         Handle invalid suffixes and overflow independently, so that
32284         callers can treat them independently as needed.  Fix some bugs in
32285         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32286         suffix for a human-readable blocksize.  The major caller-visible
32287         change is the addition of a new
32288         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32289         that both overflow and suffix chars were found.
32290
32291         * lib/human.c (humblock): Don't check separately for invalid suffix
32292         char; that is xstrtoumax's job (now that its bug is fixed).
32293         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32294         INTMAX_MAX]: New macros.
32295         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32296         TYPE_MAXIMUM): New macros.
32297         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32298         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32299         if overflow occurs, as it's what __strtol does and it's more useful
32300         in practice.
32301         (__xstrtol): If __strtol reports some error other than ERANGE,
32302         reflect it to the caller as LONGINT_INVALID.  If it reports
32303         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32304         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32305         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32306         value.
32307         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32308         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32309         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32310         [defined UINTMAX_MAX]: New macros.
32311
32312 2003-10-14  Bruno Haible  <bruno@clisp.org>
32313
32314         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32315
32316 2003-10-14  Bruno Haible  <bruno@clisp.org>
32317
32318         * m4/sig_atomic_t: New file, from GNU gettext.
32319         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32320
32321 2003-10-14  Bruno Haible  <bruno@clisp.org>
32322
32323         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32324         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32325         Also use volatile where needed.
32326
32327 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32328
32329         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32330         Change maintainer from Bruno Haible to 'all'.
32331
32332 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32333
32334         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32335
32336 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32337
32338         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32339         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32340         and define in terms of the other primitives.
32341         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32342         (SIZE_MAX): Define if not already defined.
32343         (array_size_overflow): New function.
32344         (xalloc_die): Abort instead of exiting if 'error' returns.
32345         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32346         (xmalloc, xrealloc): Use them.
32347         (xcalloc): Check for address arithmetic overflow.
32348         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32349         a bit faster than strcpy.
32350
32351 2003-10-10  Simon Josefsson  <jas@extundo.com>
32352
32353         * modules/argp (Depends-on): Add restrict and strcase.
32354
32355 2003-10-10  Simon Josefsson  <jas@extundo.com>
32356
32357         * m4/argp.m4: Add AC_C_INLINE.
32358
32359 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32360
32361         Merge getpass from libc, plus a few fixes.
32362
32363         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32364         Include <stdbool.h>.
32365         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32366         __fsetlocking to empty.
32367         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32368         do include <bits/libc-lock.h>.
32369         Do not include <fcntl.h>; not needed.
32370         [_LIBC]: Include <wchar.h>.
32371         (NOTCANCEL_MODE): New macro.
32372         (flockfile, funlockfile) [_LIBC]: New macros.
32373         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32374         [!_LIBC]: New macros.
32375         (call_fclose): New function.
32376         (getpass): Use it.  Save tty stream separately; this simplifies the
32377         code and makes it more reliable if stdin happens to equal stdout.
32378         Invoke __fsetlocking on tty.
32379         Handle thread cancellation if needed.
32380         Namespace cleanup (use __tcgetattr, __getline).
32381         Use bool for Booleans.
32382         [USE_IN_LIBIO]: Handle wide streams.
32383         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32384         stream might go where.
32385
32386         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32387         doesn't have to include <stdio.h> before us.
32388         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32389         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32390         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32391         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32392         if not declared, so that we can use getpass.c code from libc without
32393         rewriting it.
32394         (flockfile, ftrylockfile, funlockfile): New macros.
32395
32396 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32397
32398         * modules/getpass: Depend on stdbool.
32399
32400 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32401
32402         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32403
32404 2003-10-07  Karl Berry  <karl@gnu.org>
32405
32406         * config/config.{guess,sub}: update from config.
32407
32408 2003-10-06  Jim Meyering  <jim@meyering.net>
32409             Bruno Haible  <bruno@clisp.org>
32410
32411         This lets translators provide better translations for the
32412         "Written by ..." part of --version output.
32413         * lib/version-etc.h: Include stdarg.h.
32414         (version_etc_copyright): Declare as readonly.
32415         (version_etc): Make this function variadic with a NULL-terminated list
32416         of author name strings.
32417         (version_etc_va): New declaration.
32418         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32419         (version_etc_copyright): Declare as readonly.
32420         (version_etc_va): New function. Provide a different translatable string
32421         for each possible number of authors < 10. Abbreviate when there are 10
32422         authors or more.
32423         (version_etc): Make this function variadic. Call version_etc_va.
32424         Suggestion from Gary V. Vaughan.
32425
32426         * lib/long-options.h (parse_long_options): Change prototype: the
32427         authors string is moved to the end and becomes variadic.
32428         * lib/long-options.c: Include stdarg.h.
32429         (parse_long_options): Make this function variadic, too.
32430         Call version_etc_va, not version_etc.
32431
32432 2003-10-06  Bruno Haible  <bruno@clisp.org>
32433
32434         * modules/version-etc-2: Remove file.
32435         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32436
32437 2003-10-06  Bruno Haible  <bruno@clisp.org>
32438
32439         * modules/fatal-signal: New file.
32440         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32441
32442 2003-10-06  Bruno Haible  <bruno@clisp.org>
32443
32444         * m4/fatal-signal.m4: New file.
32445         * m4/signalblocking.m4: New file, from GNU gettext.
32446
32447 2003-10-06  Bruno Haible  <bruno@clisp.org>
32448
32449         * lib/version-etc-2.h: Remove file.
32450         * lib/version-etc-2.c: Remove file.
32451
32452 2003-10-06  Bruno Haible  <bruno@clisp.org>
32453
32454         * lib/fatal-signal.h: New file, from GNU gettext.
32455         * lib/fatal-signal.c: New file, from GNU gettext.
32456
32457 2003-10-05  Paul Eggert  <eggert@twinsun.com>
32458
32459         * README: Rework advice for preventing empty .o files.
32460         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
32461         not <sys/types.h>.
32462
32463 2003-10-04  Karl Berry  <karl@gnu.org>
32464
32465         * lib/argp*: update from libc.
32466
32467 2003-10-04  Karl Berry  <karl@gnu.org>
32468
32469         * config/config.{guess,sub}: update from config.
32470
32471 2003-10-02  Bruno Haible  <bruno@clisp.org>
32472
32473         * modules/lchown (Include): Add lchown.h.
32474         * modules/time_r (Include): Use "..." syntax.
32475         * modules/xgetdomainname (Include): Add xgetdomainname.h.
32476
32477 2003-10-01  Simon Josefsson  <jas@extundo.com>
32478
32479         * MODULES.html.sh (func_all_modules): Move gethostname from section
32480         'based on' to section 'lacking' POSIX:2001.
32481
32482 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
32483
32484         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
32485         to output mode on the same stream.
32486
32487 2003-09-29  Paul Eggert  <eggert@twinsun.com>
32488
32489         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
32490         Fix arg typo in previous patch.
32491
32492 2003-09-28  Jim Meyering  <jim@meyering.net>
32493
32494         * lib/error.c: Correct cpp indentation.
32495
32496 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32497
32498         * modules/free: New file.
32499
32500 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32501
32502         * m4/free.m4: New file.
32503
32504 2003-09-27  Paul Eggert  <eggert@twinsun.com>
32505
32506         * lib/minmax.h (MIN, MAX)
32507         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
32508         Omit the special code that used __typeof__, since we worry that
32509         it could be more trouble than it's worth.  See:
32510         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
32511         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
32512
32513         * lib/free.c: New file.
32514
32515 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
32516
32517         Trivial fixes to Makefile.am parts of module listings.
32518         * modules/strstr: Append strstr.h to lib_SOURCES.
32519         * modules/strcase: Likewise, for strcase.h.
32520
32521 2003-09-27  Karl Berry  <karl@gnu.org>
32522
32523         * config/mkinstalldirs: update from automake.
32524
32525 2003-09-26  Paul Eggert  <eggert@twinsun.com>
32526
32527         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
32528         (error_tail): Do not loop, reallocating temporary buffer, since
32529         the output cannot contain more wide characters than the input
32530         contains bytes, the size must be big enough already.  This avoids
32531         one potential size overflow calculation.  Check for size overflow
32532         when calculating temporary buffer size.  Free temporary buffer
32533         when done, if it was allocated with malloc; this plugs a memory
32534         leak.  Remove casts from void * to pointers, that are no longer
32535         needed now that we're assuming C89 or better.
32536
32537         Merge error changes from glibc.
32538
32539         * lib/error.c, error.h: Update copyright notice header to match glibc.
32540         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
32541         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
32542         Disable cancellation while printing error.
32543         * lib/error.h: Prepend __ to parameter names.
32544
32545 2003-09-26  Jim Meyering  <jim@meyering.net>
32546
32547         * lib/error.c (error_tail): Move some declarations
32548         into inner scope where the local variables are used.
32549
32550 2003-09-26  Bruno Haible  <bruno@clisp.org>
32551
32552         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
32553         stpncpy().
32554         Don't define stpncpy through config.h; it's now done through stpncpy.h.
32555
32556 2003-09-26  Bruno Haible  <bruno@clisp.org>
32557
32558         * lib/stpncpy.h (gnu_stpncpy): New declaration.
32559         (stpncpy): Define as alias for gnu_stpncpy.
32560         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
32561
32562 2003-09-25  Simon Josefsson  <jas@extundo.com>
32563
32564         * lib/xgetdomainname.h: New file.
32565         * lib/xgetdomainname.c: New file.
32566
32567 2003-09-25  Simon Josefsson  <jas@extundo.com>
32568             Bruno Haible  <bruno@clisp.org>
32569
32570         * modules/getdomainname: New file.
32571         * modules/xgetdomainname: New file.
32572         * MODULES.html.sh (func_all_modules): Add getdomainname,
32573         xgetdomainname.
32574
32575 2003-09-25  Simon Josefsson  <jas@extundo.com>
32576             Bruno Haible  <bruno@clisp.org>
32577
32578         * m4/getdomainname.m4: New file.
32579
32580 2003-09-25  Simon Josefsson  <jas@extundo.com>
32581             Bruno Haible  <bruno@clisp.org>
32582
32583         * lib/getdomainname.h: New file.
32584         * lib/getdomainname.c: New file.
32585
32586 2003-09-25  Karl Berry  <karl@gnu.org>
32587
32588         * lib/argp-fmtstream.c, argp-help.c: update from libc.
32589
32590 2003-09-25  Karl Berry  <karl@gnu.org>
32591
32592         * config/install-sh: update from automake.
32593
32594 2003-09-25  Bruno Haible  <bruno@clisp.org>
32595
32596         * modules/version-etc-2: New file, from modules/version-etc with
32597         modifications.
32598         * MODULES.html.sh (func_all_modules): Add version-etc-2.
32599
32600 2003-09-25  Bruno Haible  <bruno@clisp.org>
32601
32602         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
32603         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
32604
32605 2003-09-24  Simon Josefsson  <jas@extundo.com>
32606
32607         * modules/xgethostname: Add xgethostname.h.
32608
32609 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32610
32611         * lib/linebuffer.c (freebuffer): Don't free the argument, just
32612         the buffer associated with the argument.  Bug reported by
32613         Simon Josefsson.
32614
32615 2003-09-24  Paul Eggert  <eggert@twinsun.com>
32616
32617         * README: Document assumptions that 'int' is at least 32 bits
32618         wide, that integer arithmetic is 2's complement without overflow,
32619         that there are no holes in integer values, that adding sizes of
32620         two nonoverlapping objects can't overflow, and that all-bits-zero
32621         yields scalar zero.  Fix spelling and capitalization typos.
32622
32623 2003-09-19  Karl Berry  <karl@gnu.org>
32624
32625         * lib/argp.h: update from libc.
32626
32627 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32628
32629         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
32630         to avoid spurious warnings like "AC_RUN_IFELSE was called before
32631         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
32632
32633 2003-09-17  Paul Eggert  <eggert@twinsun.com>
32634
32635         * gnulib-tool: Use "test -h", not "test -L", for portability
32636         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
32637         (tags_regexp): Remove, since \| doesn't conform to POSIX.
32638         (sed_extract_prog): Issue s commands one-by-one, rather than
32639         using \| in one s command.
32640
32641 2003-09-16  Paul Eggert  <eggert@twinsun.com>
32642
32643         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
32644         input error, instead of returning NULL the next time we are called
32645         (and therefore losing track of errno).
32646
32647 2003-09-16  Bruno Haible  <bruno@clisp.org>
32648
32649         * gnulib-tool (func_create_testdir): Warn about duplicated
32650         dependencies.
32651
32652 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32653
32654         * modules/argmatch, modules/fatal, modules/obstack,
32655         modules/xalloc, modules/xgethostname: Sort dependencies by
32656         importance, not alphabetically.
32657
32658 2003-09-15  Paul Eggert  <eggert@twinsun.com>
32659
32660         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
32661         fails, so that the caller gets the proper errno.
32662
32663         * lib/readutmp.c (read_utmp): Likewise.
32664         Check for fstat error.  Close stream and free storage
32665         when failing.
32666
32667 2003-09-14  Karl Berry  <karl@gnu.org>
32668
32669         * config/srclist.txt (strdup.c): disable for c89 changes.
32670
32671 2003-09-14  Jim Meyering  <jim@meyering.net>
32672
32673         * lib/getloadavg.c: Correct cpp indentation.
32674         * lib/strdup.c: Likewise.
32675         * lib/vasnprintf.c: Likewise.
32676
32677 2003-09-14  Bruno Haible  <bruno@clisp.org>
32678
32679         * modules/fwriteerror: New file.
32680         * MODULES.html.sh (func_all_modules): Add fwriteerror.
32681
32682 2003-09-14  Bruno Haible  <bruno@clisp.org>
32683
32684         * lib/fwriteerror.h: New file.
32685         * lib/fwriteerror.c: New file.
32686
32687 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32688
32689         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
32690         modules/xgethostname, modules/xalloc: Depend on exit.
32691
32692 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32693
32694         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
32695
32696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
32697         and AC_MINIX, too, so that their extensions are available.
32698
32699         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
32700         This macro has been superseded by gl_BACKUPFILE.
32701
32702         More patches to assume C89 or better.
32703
32704         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
32705
32706         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
32707         unconditionally.
32708         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
32709         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
32710         Include <string.h>, <stdlib.h> unconditionally.
32711         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
32712         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
32713         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
32714         headers or for string.h.
32715         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
32716         or strtoul.
32717
32718         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
32719         headers.
32720         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
32721         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32722         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
32723         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
32724         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32725         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
32726         memcpy, memset.
32727         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
32728         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
32729         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
32730         strtol.
32731         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
32732         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
32733         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
32734         strtoul.
32735
32736 2003-09-12  Paul Eggert  <eggert@twinsun.com>
32737
32738         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
32739         * lib/obstack.c [!defined _LIBC]: Likewise.
32740         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
32741         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
32742         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
32743
32744         More changes to assume C89 or better.
32745
32746         * lib/error.c (error_tail): Assume vprintf.
32747
32748         * lib/argmatch.c (getenv): Remove decl.
32749         * lib/progreloc.c (get_full_program_name): Define via prototype.
32750         * lib/setenv.c (clearenv): Likewise.
32751         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
32752         needed.
32753         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
32754         (malloc, memcpy): Remove decls.
32755         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
32756         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
32757         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32758         (memcpy): Remove macro.
32759         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
32760         (__P): Remove.  All uses removed.
32761         (PTR): Remove.  All uses changed to void *.
32762         (CHAR_BIT, NULL): Remove.
32763         (spaces, zeros, memset_space, memset_zero)
32764         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
32765         Remove.
32766         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
32767         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
32768         Define with prototype.
32769         Remove now-unnecessary prototype decl.
32770         (extra_args_spec): Assume ANSI C.  All uses changed.
32771         (extra_args_spec_iso): Remove.
32772         (my_strftime, emacs_strftimeu): Define via prototype.
32773         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
32774         unconditionally.
32775         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
32776         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
32777         (strtoul, strtol): Remove decls.
32778         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
32779         LONG_MAX): Remove.
32780         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32781         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
32782         (LOCALE_PARAM_PROTO): New macro.
32783         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
32784         (INTERNAL (strtol), strtol): Define with a prototype.
32785         (PARAMS): Remove.  All uses removed.
32786         * lib/tempname.c: Include <string.h> unconditionally.
32787         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
32788         * lib/xgethostname.c (main): Define with a prototype.
32789         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
32790         Include <stdlib.h> unconditionally.
32791         (calloc, malloc, realloc, free): Remove decls.
32792         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
32793         Include <stdlib.h> unconditionally.  Sort include file names.
32794         (strtod): Remove.
32795         (xstrtod): Define with a prototype.
32796         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
32797         (strtol, strtoul): Remove decls.
32798
32799 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32800
32801         More patches to assume C89 or better.
32802         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
32803         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
32804         string.h, memchr, STDC_HEADERS.
32805
32806 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32807
32808         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
32809         Include <stdlib.h>, <string.h> unconditionally.
32810         Remove now-unnecessary cast to char *.
32811         * lib/strnlen.c: Include <string.h> unconditionally.
32812         * lib/yesno.c (yesno): Define with a prototype.
32813
32814 2003-09-11  Bruno Haible  <bruno@clisp.org>
32815
32816         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
32817
32818 2003-09-10  Jim Meyering  <jim@meyering.net>
32819
32820         * lib/error.c: Correct indentation of cpp directives.
32821
32822 2003-09-10  Bruno Haible  <bruno@clisp.org>
32823
32824         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
32825         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
32826         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
32827         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
32828         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
32829         <stdlib.h> and <string.h> checks.
32830         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
32831         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
32832
32833 2003-09-10  Bruno Haible  <bruno@clisp.org>
32834
32835         * lib/strcspn.c: Include <string.h> unconditionally.
32836         * lib/strpbrk.c: Include <string.h> unconditionally.
32837         * lib/strstr.c: Include <string.h> unconditionally.
32838         * lib/unicodeio.c: Include <string.h> unconditionally.
32839         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
32840         * lib/unsetenv.c: Likewise.
32841         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
32842         * lib/yesno.c: Include <stdlib.h> unconditionally.
32843         (rpmatch): Add prototype.
32844
32845 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32846
32847         More patches to assume C89 or better.
32848         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
32849         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
32850         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
32851         or for string.h.
32852         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
32853         stdlib.h.
32854         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
32855         C headers.
32856         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
32857         string.h.
32858         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
32859         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
32860         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
32861         or for string.h.
32862         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
32863         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
32864         C headers.
32865         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
32866         memcpy.
32867         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
32868         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
32869         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
32870         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
32871         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
32872         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
32873         string.h, free.
32874         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
32875         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
32876         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
32877         C headers, or for string.h.
32878         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
32879         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
32880         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
32881         headers, memory.h, stdlib.h, string.h, strings.h.
32882         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
32883         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
32884         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
32885         strchr.
32886         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
32887         headers, memory.h, string.h.
32888         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
32889         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
32890         free.
32891         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
32892         headers.
32893         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
32894         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
32895         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
32896         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
32897         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
32898
32899 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32900
32901         More K&R removal.
32902
32903         * lib/acosl.c (main): Use a prototype.
32904         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
32905         tanl.c: Likewise.
32906
32907         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
32908
32909         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
32910         (getopt, etopt_long, getopt_long_only, _getopt_internal)
32911         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
32912         with a prototype.
32913         * lib/getopt.c (const): Remove macro.
32914         Include <string.h> unconditionally.
32915         (my_index): Remove; all uses changed to strchr.
32916         (strlen): Remove decl.
32917         (exchange): Remove forward decl; no longer needed.
32918         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
32919         Define with prototype.
32920         * lib/getopt1.c (const): Remove macro.
32921         (getopt_long, getopt_long_only, main): Define with prototype.
32922
32923         * lib/getugroups.c: Include <string.h> unconditionally.
32924
32925         * lib/getusershell.c: Include <stdlib.h> unconditionally.
32926         (getusershell, setusershell, endusershell, readname, main):
32927         Define with prototypes.
32928
32929         * lib/group-member.c: Include group-member.h first.
32930         Include <stdlib.h> unconditionally.
32931
32932         * lib/hard-locale.c: Include hard-locale.h first.
32933         Include <stdlib.h>, <string.h> unconditionally.
32934
32935         * lib/hash.c (free, malloc): Remove decls.
32936         Include <stdlib.h> unconditionally.
32937
32938         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
32939         (getenv): Do not declare.
32940
32941         * lib/idcache.c: Include <string.h> unconditionally.
32942
32943         * lib/long-options.c: Include long-options.h first, to test interface.
32944         Include <stdlib.h> unconditionally.
32945
32946         * lib/makepath.c: Include makepath.h first, to test interface.
32947         Include <stdlib.h> and <string.h> unconditionally.
32948
32949         * lib/linebuffer.c: Include <stdlib.h>.
32950         (free): Remove decl.
32951
32952         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
32953         stddef.h. rpl_malloc returns void *, not char *.
32954         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
32955         prototype.
32956
32957         * lib/md5.h: Include <limits.h> unconditionally.
32958         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
32959         (__P): Remove; all uses removed.
32960         * lib/md5.c: Include "md5.h" first.
32961         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
32962         md5_buffer, md5_process_bytes, md5_process_block):
32963         Define with prototypes.
32964         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
32965         * lib/sha.c: Include "sha.h" first.
32966         Include <stdlib.h>, <string.h> unconditionally.
32967
32968         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
32969         * lib/memcmp.c (__ptr_t): Likewise.
32970         * lib/memrchr.c (__ptr_t): Likewise.
32971         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
32972         Include <string.h> unconditionally.
32973         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
32974         * lib/memchr.c: Include <stdlib.h> unconditionally.
32975         * lib/memchr.c (LONG_MAX): Remove.
32976         * lib/memrchr.c (LONG_MAX): Likewise.
32977         * lib/memchr.c (__memchr): Define via a prototype.
32978         * lib/memrchr.c (__memrchr): Likewise.
32979         * lib/memcmp.c (__P): Remove, and remove all uses.
32980         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
32981         Remove forward decls; no longer needed.
32982         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
32983         Use types required by C89 in prototype.
32984
32985         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
32986         * lib/savedir.c: Likewise.
32987         * lib/mkdir.c (free): Remove decl.
32988         * lib/rmdir.c (rmdir): Define with a prototype.
32989         * lib/savedir.c: Include savedir.h first, to test interface.
32990
32991         * lib/mktime.c (STDC_HEADERS): Remove.
32992         Include <stdlib.h>, <string.h> unconditionally.
32993
32994         * lib/modechange.c: Include <stdlib.h> unconditionally.
32995         (malloc): Remove decl.
32996
32997         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
32998         (free): Remove decl.
32999
33000         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33001         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33002         (This type really should be intptr_t, but that's a C99ism.)
33003         (_obstack_memcpy): Remove: all uses changed to memcpy.
33004         Include <string.h> unconditionally.
33005         (struct obstack): Assume __STDC__ for types of members
33006         chunkfun, freefun, extra_arg.
33007         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33008         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33009         obstack_begin, obstack_specify_allocation,
33010         obstack_specify_allocation_with_arg, obstack_chunkfun,
33011         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33012         Remove unprototyped decls and the macros that use them.
33013         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33014         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33015         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33016         (defined __STDC__ && __STDC__)]:
33017         Remove nonprototyped code.
33018         Include <stdlib.h> unconditionally.
33019         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33020         _obstack_allocated_p, _obstack_free, obstack_free,
33021         _obstack_memory_used, print_and_abort):
33022         Define using prototypes.
33023         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33024         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33025         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33026         obstack_next_free, obstack_object_size, obstack_room) [0]:
33027         Remove unused, unprototyped code.
33028
33029         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33030
33031         * lib/physmem.c (physmem_total, physmem_available, main): Define
33032         with prototypes.
33033
33034         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33035         (main): Define with a prototype.
33036
33037         * lib/posixver.c (getenv): Remove decl.
33038
33039         * lib/putenv.c (malloc): Returns void *, not char *.
33040         Include <string.h> unconditionally.
33041         (strchr, memcpy, NULL): Do not define.
33042
33043         * lib/readtokens.c: Include readtokens.h first, to test interface.
33044         Include <stdlib.h>, <string.h> unconditionally.
33045         (init_tokenbuffer): Define with a prototype.
33046
33047         * lib/regex.c (PARAMS): Remove.  All uses removed.
33048         All uses of _RE_ARGS removed, too.
33049         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33050         unconditionally.
33051         (bzero): Assume memset exists.
33052         (memcmp, memcpy, NULL): Remove.
33053         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33054         char, or assignments to local vars of type signed char.
33055         (init_syntax_once, PREFIX(extract_number_and_incr),
33056         PREFIX(print_partial_compiled_pattern),
33057         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33058         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33059         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33060         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33061         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33062         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33063         wcs_compile_range, byte_compile_range, truncate_wchar,
33064         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33065         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33066         count_mbs_length, wcs_re_match_2_internal,
33067         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33068         PREFIX(alt_match_null_string_p),
33069         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33070         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33071         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33072         now-unnecessary declaration, if any.
33073         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33074         regcomp, regexec):
33075         Remove now-unnecessary casts among pointer types.
33076         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33077
33078         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33079         (free): Remove decl.
33080
33081         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33082
33083         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33084         (free): Remove decl.
33085
33086         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33087         * lib/xgetcwd.c: Likewise.
33088
33089         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33090         (free): Remove decl.
33091
33092         * lib/strchrnul.c (strchrnul): Define with a prototype.
33093         Fix bug: c_in was not converted to char before searching.
33094
33095         The following changes are not K&R related:
33096
33097         * lib/group-member.h: Include <sys/types.h>, so that this file is
33098         self-contained.
33099         * lib/makepath.h: Likewise.
33100
33101         * lib/getusershell.c (readname, default_index, line_size, readname):
33102         Use size_t, not int, for sizes.
33103         (readname): If the size overflows, report an error instead of
33104         looping forever.
33105
33106 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33107
33108         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33109         libc.
33110
33111 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33112
33113         * README: New section: portability guidelines.
33114
33115 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33116
33117         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33118         C89 spec.
33119
33120 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33121
33122         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33123
33124 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33125
33126         Assume C89 or better; remove K&R cruft.
33127         A few of these changes were first proposed by Derek Robert Price
33128         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33129
33130         * lib/addext.c: Include <string.h> unconditionally.
33131         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33132         Don't declare getenv or malloc.
33133
33134         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33135         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33136         (NULL): Remove.
33137         (find_stack_direction, alloca): Use prototypes.
33138
33139         * lib/atexit.c (atexit): Define using a prototype.
33140
33141         * lib/basename.c, dirname.c, stripslash.c:
33142         Include <string.h> unconditionally.
33143
33144         * lib/bcopy.c: Include <stddef.h>.
33145         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33146
33147         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33148
33149         * lib/error.h (error, error_at_line, error_print_progname)
33150         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33151         * lib/error.c: Include error.h first, to check interface.
33152         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33153         (VA_START): Remove; all uses changeed to va_start.
33154         (exit, strerror): Remove decls.
33155         (error_print_progname): Prototype uncondionally.
33156         Don't include <errno.h>; no longer needed.
33157         (private_strerror): Remove.
33158         (error_tail): Always define.
33159         (error, error_at_line): Assume C89 or better; always use prototypes.
33160         * lib/fatal.c: Include "fatal.h" first, to test interface.
33161         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33162         (VA_START): Remove; all uses changed to va_start.
33163         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33164         this case.
33165         (exit): Remove decl.
33166         (fatal): Prototype unconditionally.  Assume va_start works.
33167         Abort at end, to pacify gcc.
33168
33169         * lib/euidaccess.c (main): Define with a prototype.
33170
33171         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33172
33173         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33174
33175         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33176         prototypes.
33177         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33178         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33179         (getenv): Remove decl.
33180         (fnmatch): Define using a prototype.
33181         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33182         (FCT): Define using a prototype.
33183
33184         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33185
33186         * lib/gethostname.c: Include <stddef.h>.
33187         (gethostname): Define with prototype.  Length is size_t, not int.
33188
33189 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33190
33191         Assume C89 or better; remove K&R cruft.
33192         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33193         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33194         string.h, getenv, malloc.
33195         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33196         headers.
33197         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33198         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33199         do not check for strerror.
33200         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33201         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33202         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33203         do not check for doprnt or vprintf.
33204         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33205         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33206
33207 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33208
33209         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33210         getversion.c should have been removed then, but was accidentally
33211         preserved.
33212
33213         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33214         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33215
33216 2003-09-08  Karl Berry  <karl@gnu.org>
33217
33218         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33219                 config, forget about prep.
33220
33221         * config/depcomp, missing: update from automake.
33222
33223 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33224
33225         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33226         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33227
33228 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33229
33230         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33231         copy_tm_result.  Bug reported by Simon Josefsson in
33232         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33233
33234 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33235
33236         * m4/time_r.m4: New file.
33237         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33238         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33239         is. Check for timegm declaration.
33240         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33241         Do not check for gmtime_r.
33242         Replace mktime if __mktime_internal does not exist and if mktime
33243         hasn't been replaced already.
33244
33245 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33246
33247         * lib/time_r.c, lib/time_r.h: New files.
33248
33249         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33250         __localtime_r.
33251         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33252         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33253
33254         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33255         __gmtime_r.
33256         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33257         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33258         Include <time_r.h>.
33259
33260         * lib/timegm.c: Switch to glibc implementation, with the following
33261         changes:
33262         [defined HAVE_CONFIG_H]: Include <config.h>.
33263         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33264         (__mktime_internal) [!defined _LIBC]: New decl.
33265         (__gmtime_r) [!defined _LIBC]: New macro and function.
33266         (timegm): Use a prototype, since gnulib assumes C89.
33267         Do not bother declaring tmp to be const, as it's not really usefu.
33268         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33269         (timegm): Declare only if HAVE_DECL_TIMEGM.
33270
33271 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33272
33273         * MODULES.html.sh (func_all_modules): Add time_r.
33274         * modules/time_r: New file.
33275         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33276         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33277
33278 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33279
33280         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33281         Bug reported by Lute Kamstra in
33282         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33283
33284         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33285         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33286         course with correspondingly smaller numbers for tomorrow and
33287         yesterday.  From Tadayoshi Funaba.  Originally installed into
33288         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33289         coreutils merge?).
33290
33291 2003-08-31  Simon Josefsson  <jas@extundo.com>
33292
33293         * modules/timegm: New file.
33294         * MODULES.html.sh (func_all_modules): Add timegm.
33295
33296 2003-08-31  Simon Josefsson  <jas@extundo.com>
33297
33298         * m4/timegm.m4: New file.
33299
33300 2003-08-31  Simon Josefsson  <jas@extundo.com>
33301
33302         * lib/timegm.h: New file.
33303         * lib/timegm.c: New file.  Based on
33304         wget-1.8.2/src/http.c:mktime_from_utc.
33305
33306 2003-08-31  Karl Berry  <karl@gnu.org>
33307
33308         * lib/argp.h: update from libc.
33309
33310 2003-08-28  Bruno Haible  <bruno@clisp.org>
33311
33312         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33313         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33314         followed by '#define fnmatch fnmatch_posix' gives an error.
33315
33316 2003-08-28  Bruno Haible  <bruno@clisp.org>
33317
33318         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33319         warning on QNX, which defines O_BINARY to 000000.
33320
33321 2003-08-27  Jim Meyering  <jim@meyering.net>
33322
33323         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33324         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33325         would fail after 32.  Reported by Danny Levinson.  Details here:
33326         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33327
33328 2003-08-24  Bruno Haible  <bruno@clisp.org>
33329
33330         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33331         MSVC7 <stdio.h> is included later.
33332
33333 2003-08-22  Simon Josefsson  <jas@extundo.com>
33334
33335         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33336
33337 2003-08-20  Karl Berry  <karl@gnu.org>
33338
33339         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33340
33341 2003-08-20  Bruno Haible  <bruno@clisp.org>
33342
33343         * modules/progname: New file.
33344         * MODULES.html.sh (func_all_modules): Add progname.
33345
33346 2003-08-20  Bruno Haible  <bruno@clisp.org>
33347
33348         * lib/progname.h: New file, from GNU gettext.
33349         * lib/progname.c: New file, from GNU gettext.
33350         * lib/progreloc.c: New file, from GNU gettext.
33351
33352 2003-08-19  Jim Meyering  <jim@meyering.net>
33353
33354         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33355         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33356
33357 2003-08-19  Bruno Haible  <bruno@clisp.org>
33358
33359         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33360         more.
33361
33362 2003-08-19  Bruno Haible  <bruno@clisp.org>
33363
33364         * lib/xstrdup.c: Assume <string.h> exists.
33365
33366 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33367
33368         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33369         in makefile rules.
33370
33371 2003-08-18  Jim Meyering  <jim@meyering.net>
33372
33373         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33374         * m4/lib-ld.m4: Likewise.
33375
33376 2003-08-18  Jim Meyering  <jim@meyering.net>
33377
33378         * lib/setenv.h: Indent nested cpp directive.
33379         * lib/vasnprintf.c: Remove trailing blanks.
33380
33381 2003-08-17  Simon Josefsson  <jas@extundo.com>
33382
33383         * modules/xstrndup: New file.
33384         * MODULES.html.sh (func_all_modules): Add xstrndup.
33385
33386 2003-08-17  Simon Josefsson  <jas@extundo.com>
33387
33388         * modules/argp: Fix autoconf macro name. Add more dependencies.
33389
33390 2003-08-17  Simon Josefsson  <jas@extundo.com>
33391
33392         * m4/xstrndup.m4: New file.
33393
33394 2003-08-17  Simon Josefsson  <jas@extundo.com>
33395
33396         * m4/argp.m4: New file.
33397
33398 2003-08-17  Simon Josefsson  <jas@extundo.com>
33399             Bruno Haible  <bruno@clisp.org>
33400
33401         * lib/xstrndup.h: New file.
33402         * lib/xstrndup.c: New file.
33403
33404 2003-08-17  Bruno Haible  <bruno@clisp.org>
33405
33406         * modules/strndup (Files, Include): Add lib/strndup.h.
33407
33408 2003-08-17  Bruno Haible  <bruno@clisp.org>
33409
33410         * modules/euidaccess (Files): Add lib/euidaccess.h.
33411
33412 2003-08-17  Bruno Haible  <bruno@clisp.org>
33413
33414         * lib/strndup.h: New file.
33415
33416 2003-08-17  Bruno Haible  <bruno@clisp.org>
33417
33418         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33419         like AC_GNU_SOURCE.
33420         * modules/extensions (configure.ac): Comment out the invocation of
33421         gl_USE_SYSTEM_EXTENSIONS.
33422
33423 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33424
33425         Merges from coreutils, etc.
33426         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33427         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33428         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33429         fixing a typo.
33430         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33431         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33432
33433 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33434
33435         Document merge from coreutils.
33436         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33437         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33438         * modules/utime: Add m4/utimes-null.m4.
33439
33440 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33441
33442         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33443         space, undoing this 2003-08-12 change:
33444         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33445
33446 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33447
33448         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33449         strtoul.c from libc, undoing this 2003-08-12 change:
33450         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33451
33452 2003-08-16  Jim Meyering  <jim@meyering.net>
33453
33454         Merges from coreutils.
33455         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
33456         prefix.  Adjust cache variables similarly.  Create 500 rather than
33457         just 300 files, to exercise bug on Darwin6.5, too.
33458         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
33459         $missing_dir.
33460         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
33461         AM_SYS_POSIX_TERMIOS.
33462         Reported by mkc@mathdogs.com.
33463         Also change use of $am_cv_sys_posix_termios
33464         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
33465         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
33466         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
33467         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
33468         in /proc/mounts until it finds one with matching device number.  This
33469         is unnecessary when the FILE argument *is* a mount point.  No stat call
33470         is necessary in that case.  So, disable the statvfs-testing code on
33471         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
33472         as RedHat bug# 84846.
33473         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33474         to 1MB, so as not to render systems with no stack size limit (e.g.,
33475         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33476         Include <unistd.h>.  On some systems,
33477         it is required for the definition of _SC_PAGESIZE.
33478
33479 2003-08-16  Jim Meyering  <jim@meyering.net>
33480
33481         Merge from coreutils.
33482         * lib/xstrtoimax.c: #else #if -> #elif.
33483         * lib/xstrtoumax.c: Likewise.
33484
33485 2003-08-16  Jim Meyering  <jim@meyering.net>
33486
33487         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
33488         * m4/utimes.m4: Removed.
33489         * m4/utimes-null.m4: Renamed from utimes.m4.
33490
33491         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
33492         to 1MB, so as not to render systems with no stack size limit (e.g.,
33493         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
33494         Include <unistd.h>.  On some systems,
33495         it is required for the definition of _SC_PAGESIZE.
33496
33497 2003-08-16  Jim Meyering  <jim@meyering.net>
33498         and Paul Eggert  <eggert@cs.ucla.edu>
33499
33500         Merges from coreutils, etc.
33501
33502         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
33503         using the latest version from cvs.  This avoids problems with #line
33504         directives using a vendor (Sun) compiler.
33505         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
33506         Don't set GETGROUPS_LIB here; now it's
33507         done via getgroups.m4's wrapper function.
33508         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
33509         rather than just in sh-util/configure.in, so that the
33510         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
33511         same.
33512         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
33513         AC_FUNC_GETLOADAVG where to find getloadavg.c.
33514         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
33515         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
33516         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
33517         Remove code that is now done by the newly-required macros.
33518         Append $(EXEEXT) to DF_PROG.
33519         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
33520         Do not invoke or require the following here,
33521         since prereq.m4 or some gnulib .m4 now does this for us:
33522         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
33523         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
33524         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
33525         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
33526         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
33527         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
33528         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
33529         AC_FUNC_OBSTACK.
33530         Do not replace the following functions, as this is now the job
33531         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
33532         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
33533         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
33534         atexit getpass, strdup, getpagesize.
33535         Replace 'raise'.
33536         Do not check for the following functions, as this is now the job
33537         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
33538         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
33539         setregid.
33540         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
33541         Check for sys/sysctl.h.
33542         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
33543         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
33544         of checking for ssize_t ourselves.
33545
33546         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
33547         Require every macro that gnulib/modules/* suggests for us.
33548         (jm_PREREQ_ADDEXT): New macro.
33549         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
33550         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
33551
33552         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
33553         (gl_PHYSMEM): Use it.
33554         Also check for `table' function.
33555         Check for new headers and functions.
33556         Add check for sys/sysmp.h.
33557         With suggestions from Kaveh Ghazi.
33558         Ignore headers that are present but cannot be compiled.  This
33559         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
33560         C 5.4.
33561
33562 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33563
33564         Document merge from coreutils.
33565         * modules/userspec: Depend on posixver.
33566         * modules/strftime: Depend on tzset.
33567
33568 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33569
33570         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
33571         rather than tab, after '#' in shell-script copyright notices.
33572         Suggested by Bruno Haible.
33573
33574 2003-08-15  Paul Eggert  <eggert@twinsun.com>
33575
33576         * config/srclist-update: Use three spaces, rather than tab, after '#'
33577         in shell-script copyright notices.  Suggested by Bruno Haible.
33578         Remove unnecessary parenthesization in regular expression.
33579
33580 2003-08-15  Jim Meyering  <jim@meyering.net>
33581
33582         Merge from coreutils.
33583         * lib/xgethostname.c: Include <stdlib.h>.
33584         (xghostname): Don't exit for anything other than memory-related
33585         failure; just return NULL.
33586         * lib/userspec.c: Include "posixver.h".
33587         (parse_user_spec): Accept `.' as a separator only
33588         in pre-POSIX-200112 mode.
33589         * lib/strtoimax.c: Use #elif rather than #else #if.
33590         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
33591         Remove function, now that we can rely on a working tzset function.
33592         [!_LIBC]: Ensure that the required autoconf test has been run.
33593         [!defined _NL_CURRENT && HAVE_STRFTIME]:
33594         Use underlying_strftime for %r.
33595         * lib/sha.c: Merge in some clean-up and optimization changes from
33596         glibc.
33597         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
33598         Ensure that it is a multiple of 64.
33599         Rearrange loop exit tests so as to avoid performing an
33600         additional fread after encountering an error or EOF.
33601         * lib/realloc.c: Update copyright date.
33602
33603 2003-08-15  Jim Meyering  <jim@meyering.net>
33604         and Paul Eggert  <eggert@twinsun.com>
33605
33606         Merge from coreutils.
33607         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
33608         member but strut utmpx does not.  Needed for AIX 4.3.3.
33609         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
33610
33611 2003-08-15  Jim Meyering  <jim@meyering.net>
33612         and Paul Eggert  <eggert@cs.ucla.edu>
33613
33614         Merges from coreutils, etc.
33615         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
33616         Require gl_FUNC_TZSET_CLOBBER.
33617         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
33618         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
33619         members.
33620
33621 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33622
33623         Help the merge from coreutils.
33624         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
33625         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
33626         * m4/tzset.m4: Use it too.
33627
33628 2003-08-14  Paul Eggert  <eggert@twinsun.com>
33629
33630         * modules/tzset: New file.
33631
33632 2003-08-14  Jim Meyering  <jim@meyering.net>
33633
33634         Merges from coreutils.
33635         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
33636         variable names, rather than @FNMATCH_H@.
33637         * modules/alloca: Likewise for $(ALLOCA_H).
33638
33639         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
33640         the three copies of the literal target, `fnmatch.h'.
33641         * modules/alloca (alloca.h): Likewise.
33642
33643 2003-08-14  Jim Meyering  <jim@meyering.net>
33644
33645         Merge from coreutils.
33646         * m4/tzset.m4: New file.
33647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
33648         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
33649         otherwise, AIX 5.1 systems would end up using the latter.
33650         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
33651         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
33652         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
33653         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
33654
33655 2003-08-14  Jim Meyering  <jim@meyering.net>
33656
33657         Merge from coreutils.
33658         * lib/obstack.h: Whitespace changes.
33659         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
33660         and xcalloc return values.
33661         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
33662         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
33663         hang on OSF/1 5.1 for DIR on both local and remote file systems.
33664         Reported by (and fix confirmed by) Nelson H. F. Beebe.
33665         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33666         error from mntctl.
33667         Use mntctl's return value to drive the entry-processing loop, since
33668         we can't rely on the value of the vmt_length member in the last
33669         entry.  On some systems doing so could result in exhausting
33670         virtual memory.  Based in part on a patch from Mike Jetzer.
33671
33672 2003-08-14  Jim Meyering  <jim@meyering.net>
33673         and Paul Eggert  <eggert@twinsun.com>
33674
33675         Merges from coreutils, plus other fixes.
33676         * lib/physmem.c: Merge in portability changes from gcc/libiberty
33677         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
33678         for credits and details.  Thanks to Kaveh Ghazi for helping
33679         to keep these files in sync.
33680         (ARRAY_SIZE): Define it.
33681         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
33682         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
33683         (memcasecmp): Don't assume size_t fits in unsigned int.
33684         Remove casts and duplicate code.
33685         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
33686         (memcpy): Remove definition.
33687         Merge in some clean-up and optimization changes from glibc.
33688         [BLOCKSIZE]: Move definition to top of file.
33689         Ensure that it is a multiple of 64.
33690         Rearrange loop exit tests so as to avoid performing an
33691         additional fread after encountering an error or EOF.
33692         * lib/md5.h (md5_uintptr): Define.
33693         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
33694         return to the initial working directory.  Preserve errno
33695         for caller.
33696         * lib/idcache.c: Include "xalloc.h".
33697         (xmalloc, xrealloc): Remove decls.
33698         (getuser): Remove casts no longer required in C89.
33699         * lib/human.c: Include stdio.h, for sprintf.
33700         * lib/group-member.c: Include "xalloc.h".
33701         (xmalloc, xrealloc): Remove decls.
33702         (get_group_info): Remove casts no longer required in C89.
33703         * lib/getusershell.c (readname): Remove casts no longer required in
33704         C89.
33705         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
33706         * lib/getline.c: Whitespace fix, from coreutils.
33707
33708 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33709
33710         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
33711         Check for isascii.
33712
33713         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33714         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33715         Undo previous (whitespace-only) change.
33716
33717 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33718
33719         * lib/exclude.c: Include <ctype.h>
33720         (IN_CTYPE_DOMAIN): New macro.
33721         (is_space): New fn.
33722         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
33723         and empty lines.
33724
33725         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33726         Undo previous (whitespace-only) change.
33727
33728 2003-08-13  Paul Eggert  <eggert@twinsun.com>
33729
33730         * config/srclist-update: Change update back to the old behavior,
33731         leaving whitespace alone.  Use one 'sed' command rather than a
33732         pipeline.
33733         (fixlicense): Now a variable, not a function.
33734         (remove_trailing_blanks): Remove.
33735         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
33736         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33737         Undo previous (whitespace-only) change.
33738
33739 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33740
33741         Merge from coreutils.
33742         * modules/euidaccess: Add lib_SOURCES, include for new
33743         file euidaccess.h
33744
33745 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33746
33747         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
33748         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
33749         Normalize leading white space and remove trailing white space.
33750
33751         Merge from coreutils
33752         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
33753
33754         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
33755         0.12.1.  These files are now being upgraded automatically by
33756         ../config/srclist-update.
33757
33758 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33759
33760         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
33761         Normalize leading white space and remove trailing white space.
33762         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
33763         notice, as per ../config/srclist-update.
33764
33765         Merge from coreutils.
33766         * lib/euidaccess.h: New file.
33767         * lib/euidaccess.c: Include it.
33768         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
33769         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
33770         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
33771
33772 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33773
33774         * config/srclist-update: Add copyright notice.
33775         (remove_id_lines, remove_trailing_blanks): New constants.
33776         (fixfile): Use them to normalize spacing a bit in copied files.
33777         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33778         Normalize leading white space and remove trailing white space.
33779
33780         * config/texinfo.tex: Sync with texinfo.
33781
33782         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
33783         strtoul.c from libc, to merge coreutils whitespace changes.
33784
33785         * config/srclist.txt: Get the following m4 files from gettext:
33786         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
33787         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
33788         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
33789         wint_t.m4.
33790
33791 2003-08-12  Karl Berry  <karl@gnu.org>
33792
33793         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
33794         been made.
33795
33796 2003-08-11  Paul Eggert  <eggert@twinsun.com>
33797
33798         * modules/gnu-source, m4/gnu-source.m4:
33799         Remove; we're assuming Autoconf 2.54 or later now.
33800         Suggested by Bruno Haible.
33801         * MODULES.html.sh (func_all_modules): Remove gnu-source.
33802
33803 2003-08-11  Bruno Haible  <bruno@clisp.org>
33804
33805         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
33806
33807 2003-08-11  Bruno Haible  <bruno@clisp.org>
33808
33809         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
33810         (vasnprintf): Use it instead of wcslen.
33811
33812 2003-08-11  Bruno Haible  <bruno@clisp.org>
33813
33814         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
33815         value to ensure that _Bool promotes to int. Use #define for _Bool when
33816         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
33817
33818 2003-08-10  Karl Berry  <karl@gnu.org>
33819
33820         * lib/regex.h: update from libc (whitespace fix).
33821
33822 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33823
33824         Merge some files from coreutils.  These changes were
33825         originally made by Jim Meyering.
33826         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
33827         many older Unixes require this.
33828         * lib/alloca.c (alloca): Remove cast to argument of free;
33829         no longer needed in C89.
33830         * lib/alloca_.h, regex.h: Fix white space to match
33831         what GNU indent does.
33832
33833 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33834
33835         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
33836         apparently Emacs's Unicode mode got confused before my 2003-08-05
33837         checkin.
33838
33839 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33840
33841         * m4/extensions.m4: New file.
33842         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
33843         Require gl_USE_SYSTEM_EXTENSIONS.
33844         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
33845         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
33846
33847 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33848
33849         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
33850         * modules/extensions, modules/gnu-source: New files.
33851         * modules/timespec, modules/unlocked-io: Depend on extensions.
33852
33853 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33854
33855         * modules/restrict: New file.
33856         * MODULES.html.sh (func_all_modules): Add restrict.
33857         * modules/regex: Depend on restrict.
33858
33859 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33860
33861         * m4/restrict.m4: New file.
33862         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
33863
33864 2003-08-07  Bruno Haible  <bruno@clisp.org>
33865
33866         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
33867         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
33868
33869 2003-08-07  Bruno Haible  <bruno@clisp.org>
33870
33871         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
33872         makes the module 'getndelim2' compatible with the module 'getline'.
33873
33874 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33875
33876         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
33877         byte with "\201" to avoid glitches when editing that source file
33878         with multi-gnome-terminal.
33879
33880 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33881
33882         * lib/bumpalloc.h: Remove.
33883
33884 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33885
33886         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
33887         * modules/bumpalloc: Remove.
33888
33889 2003-08-04  Paul Eggert  <eggert@twinsun.com>
33890
33891         * lib/getloadavg.c: Change copyright notice and spacing to conform to
33892         GNU coding style.
33893
33894         Merge from coreutils.
33895         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
33896         1. From glibc.
33897         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
33898         from Karl Berry, implemented by Jim Meyering.
33899         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
33900         from Dmitry V. Levin.
33901         Remove anachronistic cast of xrealloc.
33902         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
33903         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
33904         type. Otherwise, it wouldn't compile with at least /bin/cc on
33905         ymp-cray-unicos9.0.2.X.
33906         Combine two mostly-identical uses of alloca into one.
33907         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
33908
33909 2003-08-04  Dave Love  <d.love@dl.ac.uk>
33910
33911         [From Emacs.]
33912
33913         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
33914         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
33915         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
33916         obsolete NLIST_NAME_UNION.
33917         [__GNU__]: Undef BSD and FSCALE.
33918         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
33919
33920 2003-08-03  Paul Eggert  <eggert@twinsun.com>
33921
33922         * lib/stdbool_.h (_Bool): Make it signed char, instead of
33923         an enum type, so that it's guaranteed to promote to int.  See:
33924         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
33925
33926 2003-08-03  Karl Berry  <karl@gnu.org>
33927
33928         * config/depcomp: update from automake.
33929
33930 2003-07-31  Paul Eggert  <eggert@twinsun.com>
33931
33932         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
33933         (strerror): Don't assume that a printable int fits in 14 bytes.
33934
33935 2003-07-31  Bruno Haible  <bruno@clisp.org>
33936
33937         * modules/getpass-gnu: New file.
33938         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
33939
33940 2003-07-31  Bruno Haible  <bruno@clisp.org>
33941
33942         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
33943
33944 2003-07-24  Karl Berry  <karl@gnu.org>
33945
33946         * config/missing: update from automake.
33947
33948 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
33949             Bruno Haible  <bruno@clisp.org>
33950
33951         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
33952         * lib/getline.c (getline, getdelim): Likewise.
33953         Remove _GNU_SOURCE define; now it's defined in config.h through
33954         m4/getline.m4.
33955
33956 2003-07-23  Karl Berry  <karl@gnu.org>
33957
33958         * config/config.sub: update from prep.
33959
33960 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33961
33962         * modules/xalloc (Depends-on): Add exitfail.
33963         * modules/xmemcoll: Likewise.
33964
33965 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33966
33967         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
33968         over-parenthesization in macros.
33969
33970         Sync with coreutils.
33971
33972         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
33973         required by C99.
33974
33975         Use `exit_failure' for xalloc and xmemcoll instead of their own
33976         private exit-failure variables.
33977         * lib/xalloc.h (xalloc_exit_failure): Remove.
33978         * lib/xmalloc.c: Likewise.  Include exitfail.h.
33979         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
33980         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
33981         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
33982         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
33983
33984 2003-07-20  Jim Meyering  <jim@meyering.net>
33985
33986         * modules/closeout (Depends-on): Add exitfail.
33987         Suggestion from Bruno Haible.
33988
33989 2003-07-19  Karl Berry  <karl@gnu.org>
33990
33991         * config/config.sub: update from prep.
33992
33993 2003-07-18  Paul Eggert  <eggert@twinsun.com>
33994
33995         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
33996         Remove.
33997         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
33998         to test that it can stand by itself.  Include "exitfail.h".
33999         Clients should set exit_failure instead.
34000         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34001
34002 2003-07-18  Bruno Haible  <bruno@clisp.org>
34003
34004         * modules/getndelim2: New file.
34005         * modules/getline: Share files with module getndelim2.
34006         * modules/getnline: Depend on getndelim2 instead of sharing files with
34007         it. Add getnline.c to lib_SOURCES.
34008         * MODULES.html.sh (func_all_modules): Add getndelim2.
34009
34010 2003-07-18  Bruno Haible  <bruno@clisp.org>
34011
34012         * m4/getndelim2.m4: New file.
34013         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34014         invoke gl_PREREQ_GETNDELIM2.
34015         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34016         gl_PREREQ_GETNDELIM2.
34017         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34018         gl_GETNDELIM2.
34019
34020 2003-07-18  Bruno Haible  <bruno@clisp.org>
34021
34022         * lib/getndelim2.h: New file.
34023         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34024         getndelim2.h.
34025         (getndelim2): Make non-static. Change return type to ssize_t.
34026         * lib/getline.h: Change argument names.
34027         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34028         * lib/getnline.c: Include getndelim2.h.
34029
34030 2003-07-18  Andreas Schwab  <schwab@suse.de>
34031
34032         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34033
34034 2003-07-17  Karl Berry  <karl@gnu.org>
34035
34036         * config/config.sub: update from prep.
34037
34038 2003-07-17  Bruno Haible  <bruno@clisp.org>
34039
34040         * modules/getnline: New file.
34041         * modules/getline: Add lib/getndelim2.c to source file list.
34042         * MODULES.html.sh (func_all_modules): Add getnline.
34043
34044 2003-07-17  Bruno Haible  <bruno@clisp.org>
34045
34046         * m4/getnline.m4: New file.
34047
34048 2003-07-17  Bruno Haible  <bruno@clisp.org>
34049
34050         * m4/Makefile.am.in: Remove file.
34051         * m4/Makefile.am: Remove file.
34052         * m4/Makefile.in: Remove file.
34053
34054 2003-07-17  Bruno Haible  <bruno@clisp.org>
34055
34056         * lib/getnline.h: New file.
34057         * lib/getnline.c: New file.
34058         * lib/getndelim2.c: New file, extracted from getline.c.
34059         (getndelim2): Renamed from getdelim2, with added nmax argument.
34060         * lib/getline.c: Include getndelim2.c.
34061         (getdelim2): Moved out to getndelim2.c.
34062         (getline, getdelim): Update.
34063
34064 2003-07-17  Bruno Haible  <bruno@clisp.org>
34065
34066         * lib/Makefile.am: Remove file.
34067         * lib/Makefile.in: Remove file.
34068
34069 2003-07-17  Bruno Haible  <bruno@clisp.org>
34070
34071         * configure.in: Remove file.
34072         * Makefile.in: Remove file.
34073
34074 2003-07-17  Bruno Haible  <bruno@clisp.org>
34075
34076         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34077
34078 2003-07-16  Karl Berry  <karl@gnu.org>
34079
34080         * config/srclist-update: was running fixlicense twice, which caused
34081                 texinfo.tex to be nullified for some reason.  Simplify,
34082                 $gplsrc is no longer needed as far as I can see?
34083
34084 2003-07-16  Jim Meyering  <jim@meyering.net>
34085
34086         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34087
34088 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34089
34090         * config/srclist.txt: Get the following files from gettext-runtime/intl
34091         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34092         ref-del.sin.  From Bruno Haible.
34093         * config/srclist-update (fixfile): Change grep pattern again, since the
34094         previous fix didn't work (there was another trailing $).  Use
34095         '[$]' to escape the $s.
34096
34097 2003-07-15  Karl Berry  <karl@gnu.org>
34098
34099         * lib/vasnprintf.c: update from gettext.
34100
34101 2003-07-15  Karl Berry  <karl@gnu.org>
34102
34103         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34104         gets expanded when surrounded by '$'.
34105
34106 2003-07-15  Jim Meyering  <jim@meyering.net>
34107
34108         * modules/save-cwd: Don't depend on error.  From Derek Price.
34109
34110 2003-07-15  Jim Meyering  <jim@meyering.net>
34111
34112         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34113
34114 2003-07-14  Simon Josefsson  <jas@extundo.com>
34115
34116         * modules/mempcpy: New file.
34117         * MODULES.html.sh (func_all_modules): Add mempcpy.
34118
34119 2003-07-14  Simon Josefsson  <jas@extundo.com>
34120
34121         * m4/mempcpy.m4: New file.
34122
34123 2003-07-14  Simon Josefsson  <jas@extundo.com>
34124
34125         * lib/mempcpy.h: New file.
34126         * lib/mempcpy.c: New file.
34127
34128 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34129
34130         * modules/getdate, modules/posixtm: Depend on mktime.
34131
34132 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34133
34134         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34135         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34136         unicodeio.c, unicodeio.h, unlocked-io.h:
34137         Switch from LGPL to GPL.
34138
34139 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34140
34141         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34142         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34143         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34144         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34145         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34146         updated automatically by ../config/srclist-update.  This changes
34147         their license from LPGL to GPL.
34148
34149 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34150
34151         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34152         assumed to refer to the root of the most recent stable gettext version.
34153         * config/srclistvars.sh: Add defaults for eggert.
34154         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34155         Match "This program" as well as "The program".  This is needed
34156         for gettext.
34157
34158 2003-07-14  Jim Meyering  <jim@meyering.net>
34159
34160         Don't emit diagnostics.  Let callers do that.
34161         * lib/save-cwd.c: Don't include "error.h".
34162         (save_cwd): Don't call error.  Ensure that errno is valid
34163         when returning nonzero.
34164
34165         * lib/save-cwd.h (restore_cwd): Update prototype.
34166         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34167         Simplify.  Don't call error upon failure.  Let callers do that.
34168         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34169         when auditing is enabled.  But don't bother updating the #if.
34170
34171 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34172
34173         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34174         it breaks C++ compilation.
34175         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34176
34177 2003-07-10  Simon Josefsson  <jas@extundo.com>
34178
34179         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34180
34181 2003-07-10  Jim Meyering  <jim@meyering.net>
34182
34183         * m4/clock_time.m4: Remove trailing blank.
34184         * m4/intmax_t.m4: Likewise.
34185
34186 2003-07-10  Jim Meyering  <jim@meyering.net>
34187
34188         * lib/vasnprintf.c: Remove trailing blanks.
34189         Make cpp indentation consistent.
34190
34191 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34192
34193         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34194         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34195         Switch from LGPL to GPL.
34196
34197 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34198
34199         * config/srclist.txt: Sort sublists.  Add
34200         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34201         that differ from gnulib for one reason or another; we'd like this list
34202         to be smaller but for now let's document what we have.
34203
34204 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34205
34206         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34207         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34208         and sweeter "eval x=$x".
34209         * config/srclist.txt: Get lib/argp* from glibc.
34210
34211 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34212
34213         * lib/mktime.c: Fix some boundary cases and remove need for floating
34214         point.
34215
34216         Issue a compile-time diagnostic if time_t is floating point, or if
34217         two's complement arithmetic is not in effect, or if arithmetic
34218         right shift does not propagate the sign.  These assumptions were
34219         all in the original code but they weren't checked.
34220
34221         (TIME_T_MIDPOINT, verify): New macros.
34222         (__isleap): Remove; it has integer overflow problems.
34223         (leapyear): New function, without those problems.
34224         (ydhms_tm_diff): Remove; splitting into two parts.
34225         (ydhms_diff): New function, containing the arithmetic part of
34226         the old ydhms_tm_diff function.  Issue a compile-time
34227         diagnostic if we are not using C99 integer division.
34228         Avoid casts when possible.
34229         (guess_time_tm): New function, containing the checking part of
34230         the old ydhms_tm_diff function.  Return the new value, rather than
34231         the difference between it and the old.  Accept a new argument T
34232         so that *T specifies the old value.  Check for overflow in the result.
34233
34234         (__mktime_internal): Use a time_t offset, not a long int offset.
34235         This undoes the 2003-06-04 change, which is no longer needed now
34236         that we have better overflow checking.
34237         (localtime_offset): Likewise.
34238
34239         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34240         and long are 64-bit but int is only 32-bit.
34241         (ydhms_diff): Use long int to store year1 and yday1.
34242         Issue a compile-time diagnostic if long int is not wide enough.
34243
34244         (__mktime_internal): Use long int to store adjusted year and yday.
34245         Use plain C rather than preprocessor commands, if that doesn't
34246         affect efficiency.
34247         Check for overflow (and try to repair) after each probe
34248         rather than checking only at the very end.  This avoids some bugs
34249         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34250         does not equal GMT offset at maximum time).
34251         Use integer to check for overflow rather than floating point; this
34252         is more portable to non-IEEE hosts, and is a tad faster.
34253         When we detect that we are oscillating between two values,
34254         don't check whether tm_isdst has the requested value, since
34255         we already know the answer.  When tm_isdst has the wrong value,
34256         use a different heuristic to find the right one, based on the
34257         extreme values actually observed in practice in tz2003a,
34258         rather than the (overly optimistic) "previous 3 calendar quarters".
34259
34260         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34261         "T const" to accommodate glibc style.
34262         (check_result): Use less-confusing report format.  "long" -> "long int.
34263         (main): Likewise.
34264         Don't loop if the iteration overflows time_t.
34265         Allow a negative step in the iteration.
34266
34267 2003-07-06  Karl Berry  <karl@gnu.org>
34268
34269         * config/depcomp: update from automake.
34270         * config/config.sub: update from prep.
34271
34272 2003-07-03  Karl Berry  <karl@gnu.org>
34273
34274         * config/config.guess: update from prep.
34275
34276 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34277
34278         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34279         xreadlink.c now includes it unconditionally.
34280
34281 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34282
34283         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34284         having it depend on HAVE_SYS_TYPES_H.
34285
34286 2003-07-01  Bruno Haible  <bruno@clisp.org>
34287
34288         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34289         <sys/types.h> should be sufficient.
34290         Reported by Paul Eggert.
34291
34292 2003-06-26  Karl Berry  <karl@gnu.org>
34293
34294         * config/depcomp: update from automake.
34295
34296 2003-06-26  Bruno Haible  <bruno@clisp.org>
34297
34298         * modules/human: Depend on module stdbool.
34299
34300 2003-06-25  Bruno Haible  <bruno@clisp.org>
34301
34302         * modules/readlink: New file.
34303         * modules/xreadlink: Depend on it.
34304         * MODULES.html.sh (func_all_modules): Add readlink.
34305
34306 2003-06-25  Bruno Haible  <bruno@clisp.org>
34307
34308         * m4/readlink.m4: New file.
34309
34310 2003-06-25  Bruno Haible  <bruno@clisp.org>
34311
34312         * lib/readlink.c: New file.
34313
34314 2003-06-22  Karl Berry  <karl@gnu.org>
34315
34316         * config/srclist.txt: update mkinstalldirs from automake.
34317         * config/mkinstalldirs: update.
34318
34319 2003-06-22  Bruno Haible  <bruno@clisp.org>
34320
34321         Portability to mingw32.
34322         * m4/ssize_t.m4: New file, from GNU gettext.
34323         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34324         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34325
34326 2003-06-22  Bruno Haible  <bruno@clisp.org>
34327
34328         * modules/safe-read: Add m4/ssize_t.m4.
34329         * modules/xreadlink: Add m4/ssize_t.m4.
34330
34331 2003-06-20  Bruno Haible  <bruno@clisp.org>
34332
34333         Assume C89, so PARAMS isn't needed.
34334         * lib/unicodeio.h (PARAMS): Remove.
34335         * lib/unicodeio.c: Don't use PARAMS.
34336
34337 2003-06-18  Karl Berry  <karl@gnu.org>
34338
34339         * config/config.{guess,sub}: update from prep.
34340
34341 2003-06-18  Jim Meyering  <jim@meyering.net>
34342
34343         Merge changes from coreutils.
34344         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34345         Remove explicit declarations of xmalloc and realloc.
34346         Include xalloc.h.
34347         (read_utmp): Remove anachronistic cast of xmalloc.
34348
34349 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34350
34351         Assume C89, so PARAMS isn't needed.
34352         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34353         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34354         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34355         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34356         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34357         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34358         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34359         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34360         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34361         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34362         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34363         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34364         no longer needed. Anyway, config.h should always be included before any
34365         other file.
34366
34367 2003-06-11  Simon Josefsson  <jas@extundo.com>
34368
34369         * modules/sysexits: New file.
34370         * MODULES.html.sh (func_all_modules): Add sysexits.
34371
34372 2003-06-11  Simon Josefsson  <jas@extundo.com>
34373
34374         * lib/sysexit_.h: New file.
34375
34376 2003-06-11  Derek Price  <derek@ximbiot.com>
34377
34378         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34379         necessary.
34380
34381 2003-06-11  Bruno Haible  <bruno@clisp.org>
34382
34383         * m4/sysexits.m4: New file.
34384
34385 2003-06-10  Simon Josefsson  <jas@extundo.com>
34386
34387         * lib/argp.h: New file, from glibc.
34388         * lib/argp-ba.c: New file, from glibc.
34389         * lib/argp-eexst.c: New file, from glibc.
34390         * lib/argp-fmtstream.c: New file, from glibc.
34391         * lib/argp-fmtstream.h: New file, from glibc.
34392         * lib/argp-fs-xinl.c: New file, from glibc.
34393         * lib/argp-help.c: New file, from glibc.
34394         * lib/argp-namefrob.h: New file, from glibc.
34395         * lib/argp-parse.c: New file, from glibc.
34396         * lib/argp-pv.c: New file, from glibc.
34397         * lib/argp-pvh.c: New file, from glibc.
34398         * lib/argp-xinl.c: New file, from glibc.
34399
34400 2003-06-10  Simon Josefsson  <jas@extundo.com>
34401
34402         * modules/strchrnul: New file.
34403
34404 2003-06-10  Simon Josefsson  <jas@extundo.com>
34405
34406         * modules/argp: New file.
34407
34408 2003-06-10  Simon Josefsson  <jas@extundo.com>
34409
34410         * m4/strchrnul.m4: New file.
34411
34412 2003-06-10  Simon Josefsson  <jas@extundo.com>
34413
34414         * lib/strchrnul.h: New file.
34415         * lib/strchrnul.c: New file.
34416
34417 2003-06-10  Bruno Haible  <bruno@clisp.org>
34418
34419         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34420
34421 2003-06-07  Karl Berry  <karl@gnu.org>
34422
34423         * config/config.{guess,sub}: update from prep.
34424
34425 2003-06-07  Jim Meyering  <jim@meyering.net>
34426
34427         * modules/strtod: Use $(...) notation, not @...@ for
34428         AC_REPLACE'd variables.
34429         * modules/localcharset: Likewise.
34430
34431 2003-06-07  Jim Meyering  <jim@meyering.net>
34432
34433         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34434         in place of my name in the copyright comment.
34435         Remove definition and uses of __P.
34436
34437         From coreutils.
34438         * lib/stat.c: Don't declare xmalloc explicitly.
34439         Instead, include "xalloc.h".
34440         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34441         xrealloc, and xcalloc return values.
34442         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34443         Improve comment.
34444         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34445
34446 2003-06-07  Bruno Haible  <bruno@clisp.org>
34447
34448         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34449         avoid AC_CONFIG_LINKS.
34450         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34451         fnmatch.h, to avoid AC_CONFIG_LINKS.
34452         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34453
34454 2003-06-07  Bruno Haible  <bruno@clisp.org>
34455
34456         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
34457         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
34458         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34459         directory.
34460         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
34461         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34462         directory.
34463
34464 2003-06-06  Jim Meyering  <jim@meyering.net>
34465
34466         Merge from coreutils.
34467         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
34468         Consolidate declarations and initializations of *_base* locals.
34469
34470         Merge from coreutils.
34471         This avoids a core dump on systems without GNU putenv,
34472         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
34473         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
34474         (unsetenv): New static function, from GNU libc.
34475         (rpl_putenv): Use it.
34476
34477         * lib/modechange.c: Remove trailing blanks.
34478
34479         Merge from coreutils.
34480         * lib/fsusage.c: Remove declaration of statfs.
34481         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
34482
34483         * lib/posixtm.c: Include <stdbool.h> unconditionally.
34484
34485 2003-06-06  Jim Meyering  <jim@meyering.net>
34486
34487         * lib/stdbool_.h: Renamed from stdbool.h.in.
34488
34489 2003-06-06  Jim Meyering  <jim@meyering.net>
34490             Bruno Haible  <bruno@clisp.org>
34491
34492         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
34493         Adjust Makefile.am snippet not to redirect directly to target.
34494         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
34495
34496 2003-06-05  Paul Eggert  <eggert@twinsun.com>
34497
34498         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
34499         mismatch, look in future quarters as well as past.  This fixes a
34500         bug when processing fall-backwards gaps immediately after a long
34501         period of daylight-saving time.
34502
34503         * lib/mktime.c: Assume freestanding C89 or better.
34504         (HAVE_LIMITS_H): Remove.  Assume it's 1.
34505         (__P): Remove; not used.
34506         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
34507         (mktime, not_equal_tm, print_tm, check_result,
34508         main): Use prototypes.  Use const * where appropriate.
34509         (main): Fix typo in testing code that uncovered by above changes.
34510         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
34511
34512 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34513
34514         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
34515         locale.h, localeconv.  This merges changes from coreutils.
34516
34517         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
34518         It can be removed after the next Autoconf is released.
34519         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
34520         needed.
34521
34522 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34523
34524         * lib/mktime.c: Fix Debian bug 177940
34525         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
34526         (localtime_offset): Now long int, not time_t, because we want it
34527         to be guaranteed to be signed.  All uses changed.
34528         (__mktime_internal): If overflow would occur when adding offset,
34529         don't add it.
34530
34531         Merge 'human' changes from coreutils.  Rewrite to support
34532         locale-specific notations like thousands separators.
34533         * lib/human.c: Simplify authorship notice.
34534         Include human.h immediately after config.h.
34535         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
34536         <limits.h>: Do not include, since human.h does.
34537         (SIZE_MAX, UINTMAX_MAX): New macros.
34538         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
34539         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
34540         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
34541         (power_letter): Renamed from suffixes.
34542         (generate_suffix_backwards): Remove.
34543         (adjust_value): Now takes int style (because of human.h changes)
34544         and long double value (for greater precision on some platforms).
34545         (group_number): New function.
34546         (human_readable): Use it.  Use integer options, not enum.
34547         Put the options before the sizes in the arg list.
34548         Support all the new options.
34549         The old human_readable function has been removed;
34550         use inttostr.h instead.
34551         (human_readable, default_block_size, humblock):
34552         Use uintmax_t, not int, for block sizes.
34553         (human_readable_inexact, block_size_types): Remove.
34554         (block_size_opts): New constant.
34555         (human_options): Renamed from human_block_size, with new signature
34556         that allows block sizes up to UINTMAX_MAX.  All callers changed.
34557         * lib/human.h: Add copyright and authorship notice.
34558         Include <limits.h> and <stdbool.h> unconditionally.
34559         (PARAMS): Remove.  All uses removed.
34560         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
34561         (enum human_inexact_style): Remove tag; now a nameless enum.
34562         (human_floor, human_ceiling, human_round_to_even): Now have
34563         values 2, 0, 1 rather than -1, 1, 0.
34564         (human_group_digits, human_suppress_point_zero, human_autoscale,
34565         human_base_1024, human_SI, human_B): New constants.
34566         (human_readable_inexact, human_block_size): Remove.
34567         (human_readable): Size args are now uintmax_t, not int.
34568         (human_options): New decl.
34569
34570         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
34571         unnecessary now that we assume C89 or better.  This change
34572         imported from coreutils.
34573
34574         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34575         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
34576         in the 2003-05-30 sync from glibc.
34577
34578         .h files should stand alone, but we shouldn't include <sys/types.h>
34579         if we can get away with just <stddef.h>.
34580
34581         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
34582         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
34583         rather than <sys/types.h>, as we merely need size_t.
34584         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
34585         to get size_t.
34586         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
34587         Include <stdio.h>, to get FILE.
34588         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
34589         memcasecmp.h has included <stddef.h> and all we need is size_t.
34590         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
34591         our interface, instead of including <sys/types.h>
34592
34593 2003-06-04  Paul Eggert  <eggert@twinsun.com>
34594
34595         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
34596         now, as glibc mktime is buggy on non-glibc systems.
34597
34598 2003-06-03  Karl Berry  <karl@gnu.org>
34599
34600         * config/config.sub: update from prep.
34601
34602 2003-06-02  Paul Eggert  <eggert@twinsun.com>
34603
34604         [from coreutils]
34605         Fix some minor time-related bugs with POSIX time arguments.
34606         Some valid time stamps were being rejected (notably -1, and
34607         time stamps before 1900 on 64-bit hosts).  And some invalid
34608         time stamps were being accepted, e.g. September 31.
34609
34610         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
34611         that we can return (time_t) -1 successfully.
34612         * lib/posixtm.c: Likewise.
34613         [HAVE_STDBOOL_H]: Include <stdbool.h>.
34614         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
34615         (t): Remove static var.
34616         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
34617         of static var.  All uses changed.
34618         (year): Do not reject years before 1900; they can occur with
34619         64-bit time_t.
34620         (posix_time_parse): Do not check for out-of-range components;
34621         that is now the caller's responsibility, since our checks were
34622         only approximations.
34623         (posixtime): Use mktime to check for out-of-range components,
34624         since it knows them exactly.
34625         If mktime returns (time_t) -1, check whether an error actually occurred
34626         by invoking localtime on -1.
34627         (main) [TEST_POSIXTIME]: Check for input data errors, and report
34628         posixtime failures better.
34629         Improve the test data (in comments only).
34630
34631 2003-06-02  Karl Berry  <karl@gnu.org>
34632
34633         * config/mkinstalldirs (version): new variable.
34634         (--version): new option.
34635         (usage): improve message.
34636
34637 2003-05-30  Karl Berry  <karl@gnu.org>
34638
34639         * lib/mktime.c: update from libc.
34640
34641 2003-05-30  Bruno Haible  <bruno@clisp.org>
34642
34643         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
34644         * config/config.rpath: Upgrade to gettext-0.12.1.
34645
34646 2003-05-30  Bruno Haible  <bruno@clisp.org>
34647
34648         * m4/gettext.m4: Upgrade to gettext-0.12.1.
34649         * m4/nls.m4: New file, from gettext-0.12.1.
34650         * m4/po.m4: New file, from gettext-0.12.1.
34651         * m4/progtest.m4: Upgrade to gettext-0.12.1.
34652
34653 2003-05-30  Bruno Haible  <bruno@clisp.org>
34654
34655         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
34656         * lib/localcharset.h: Likewise.
34657         * lib/localcharset.c: Likewise.
34658
34659 2003-05-29  Karl Berry  <karl@gnu.org>
34660
34661         * config/config.rpath: update from gettext.
34662
34663 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34664
34665         Assume the headers required for C89 freestanding compilers.
34666         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
34667         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
34668         * m4/human.m4 (gl_HUMAN): Likewise.
34669         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
34670         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
34671         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34672         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
34673         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34674         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
34675
34676 2003-05-28  Paul Eggert  <eggert@twinsun.com>
34677
34678         Assume the headers required for C89 freestanding compilers.
34679         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
34680         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
34681         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
34682         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
34683         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
34684         define, since <limits.h> is guaranteed to do that.
34685         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
34686         * lib/exclude.c: Include <stdbool.h> unconditionally.
34687         * lib/tempname.c: Include <stddef.h> unconditionally.
34688         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
34689         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
34690         <stddef.h> does that.
34691         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
34692         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
34693         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
34694         needed.
34695         * lib/xstrtol.c: Likewise.
34696         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
34697         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
34698
34699         * lib/addext.c (addext): Use assignment rather than cast, to avoid
34700         warnings on some platforms.
34701
34702         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
34703         arbitrarily.
34704
34705 2003-05-26  Jim Meyering  <jim@meyering.net>
34706
34707         Merge in a change from coreutils:
34708         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
34709         that is guaranteed to be `no'.  Use `no_such_member' to indicate
34710         that condition, rather than `-1' which is slightly misleading.
34711         Change the name of the cache variable to have the gl_ prefix.
34712         Prompted by a patch from Richard Dawe for DJGPP.
34713
34714 2003-05-24  Karl Berry  <karl@gnu.org>
34715
34716         * config/config.guess: update from prep.
34717
34718 2003-05-22  Karl Berry  <karl@gnu.org>
34719
34720         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
34721
34722 2003-05-20  Karl Berry  <karl@gnu.org>
34723
34724         * config/config.guess: update from prep.
34725
34726 2003-05-18  Karl Berry  <karl@gnu.org>
34727
34728         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
34729         might actually be set by the user.
34730
34731         * config/depcomp, install-sh, mdate-sh: update from automake.
34732
34733 2003-05-17  Bruno Haible  <bruno@clisp.org>
34734
34735         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
34736         invalid expansion for AC_EGREP_CPP.
34737         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
34738         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
34739         Suggested by Akim Demaille <akim@epita.fr> in
34740         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
34741
34742 2003-05-12  Jim Meyering  <jim@meyering.net>
34743
34744         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
34745         the space-padded-by-default conversion specifiers, %e, %k, %l.
34746
34747 2003-05-12  Bruno Haible  <bruno@clisp.org>
34748
34749         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
34750         the string is longer than 4 KB.
34751
34752 2003-05-11  Karl Berry  <karl@gnu.org>
34753
34754         * config/config.{guess,sub}: update from prep.
34755
34756 2003-05-09  Bruno Haible  <bruno@clisp.org>
34757
34758         * modules/error: Add m4/strerror_r.m4 to file list.
34759
34760 2003-05-03  Bruno Haible  <bruno@clisp.org>
34761
34762         Upgrade to Unicode-4.0.
34763         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
34764         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
34765         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
34766         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
34767         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
34768         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
34769         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
34770         Change width of U+E0100..U+E01EF from 1 to 0.
34771
34772 2003-04-25  Jim Meyering  <jim@meyering.net>
34773
34774         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
34775         of type size_t, not int.
34776
34777 2003-04-25  Bruno Haible  <bruno@clisp.org>
34778
34779         * lib/copy-file.c: Include <stddef.h>, for size_t.
34780
34781 2003-04-21  Paul Eggert  <eggert@twinsun.com>
34782
34783         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
34784         code which expansion is under static control.  Patch imported from
34785         Akim Demaille's patch to Bison; see
34786         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
34787
34788 2003-04-14  Bruno Haible  <bruno@clisp.org>
34789
34790         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
34791
34792 2003-04-11  Jim Meyering  <jim@meyering.net>
34793
34794         Merge changes from Coreutils.
34795
34796         2003-03-22  Jim Meyering  <jim@meyering.net>
34797
34798         * lib/strftime.c (widen): Cast alloca return value to proper type.
34799
34800         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
34801
34802         From GNU libc.
34803         * lib/strftime.c (my_strftime): Handle very large width
34804         specifications for numeric values correctly.  Improve checks for
34805         overflow.
34806
34807         2003-01-19  Jim Meyering  <jim@meyering.net>
34808
34809         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
34810         definitions.
34811         (nl_get_alt_digit) [! defined my_strftime]: Define.
34812         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
34813         _nl_get_alt_digit and _nl_get_walt_digit.
34814
34815         * lib/strftime.c (my_strftime): Merge in locale-related changes from
34816         libc. These changes have no effect outside of _LIBC.
34817
34818 2003-04-10  Bruno Haible  <bruno@clisp.org>
34819
34820         * modules/findprog: New file.
34821         * MODULES.html.sh (func_all_modules): Add it.
34822
34823 2003-04-10  Bruno Haible  <bruno@clisp.org>
34824
34825         * m4/findprog.m4: New file.
34826         * m4/eaccess.m4: New file.
34827
34828 2003-04-10  Bruno Haible  <bruno@clisp.org>
34829
34830         * lib/findprog.h: New file, from GNU gettext.
34831         * lib/findprog.c: New file, from GNU gettext.
34832
34833 2003-04-05  Jim Meyering  <jim@meyering.net>
34834
34835         Merge changes from Coreutils.
34836
34837         * lib/exclude.h (PARAMS): Remove definition and uses.
34838         * lib/exclude.c: Remove uses of `PARAMS'.
34839
34840         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
34841         Add test-cases for DOS filenames. Declare program_name.
34842         (main): Set up program_name.  Patch by Rich Dawe.
34843
34844         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34845         error from mntctl.
34846         Use mntctl's return value to drive the entry-processing loop, since
34847         we can't rely on the value of the vmt_length member in the last
34848         entry.  On some systems doing so could result in exhausting
34849         virtual memory.  Based in part on a patch from Mike Jetzer.
34850
34851 2003-04-04  Bruno Haible  <bruno@clisp.org>
34852
34853         * modules/linebreak: New file.
34854         * MODULES.html.sh (func_all_modules): Add it.
34855
34856 2003-04-04  Bruno Haible  <bruno@clisp.org>
34857
34858         * m4/linebreak.m4: New file.
34859
34860 2003-04-04  Bruno Haible  <bruno@clisp.org>
34861
34862         * lib/linebreak.h: New file, from GNU gettext.
34863         * lib/linebreak.c: New file, from GNU gettext with slight
34864         modifications.
34865         * lib/lbrkprop.h: New file, from GNU gettext.
34866
34867 2003-04-03  Bruno Haible  <bruno@clisp.org>
34868
34869         * modules/utf8-ucs4: New file.
34870         * modules/utf16-ucs4: New file.
34871         * modules/ucs4-utf8: New file.
34872         * modules/ucs4-utf16: New file.
34873         * MODULES.html.sh (func_all_modules): Add them.
34874
34875 2003-04-03  Bruno Haible  <bruno@clisp.org>
34876
34877         * m4/utf-ucs4.m4: New file.
34878         * m4/ucs4-utf.m4: New file.
34879
34880 2003-04-03  Bruno Haible  <bruno@clisp.org>
34881
34882         * lib/utf8-ucs4.h: New file, from GNU gettext.
34883         * lib/utf16-ucs4.h: New file, from GNU gettext.
34884         * lib/ucs4-utf8.h: New file, from GNU gettext.
34885         * lib/ucs4-utf16.h: New file, from GNU gettext.
34886
34887 2003-04-02  Bruno Haible  <bruno@clisp.org>
34888
34889         * modules/binary-io: New file.
34890         * MODULES.html.sh (func_all_modules): Add it.
34891
34892 2003-04-02  Bruno Haible  <bruno@clisp.org>
34893
34894         * lib/binary-io.h: New file, from GNU gettext.
34895
34896 2003-04-01  Bruno Haible  <bruno@clisp.org>
34897
34898         * modules/pathname: New file.
34899         * MODULES.html.sh (func_all_modules): Add it.
34900
34901 2003-04-01  Bruno Haible  <bruno@clisp.org>
34902
34903         * lib/pathname.h: New file, from GNU gettext.
34904         * lib/concatpath.c: New file, from GNU gettext.
34905
34906 2003-03-30  Bruno Haible  <bruno@clisp.org>
34907
34908         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
34909
34910 2003-03-30  Bruno Haible  <bruno@clisp.org>
34911
34912         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
34913         function chown() doesn't exist.
34914
34915 2003-03-28  Bruno Haible  <bruno@clisp.org>
34916
34917         * modules/copy-file: New file.
34918         * MODULES.html.sh (func_all_modules): Add it.
34919
34920 2003-03-28  Bruno Haible  <bruno@clisp.org>
34921
34922         * m4/copy-file.m4: New file.
34923
34924 2003-03-28  Bruno Haible  <bruno@clisp.org>
34925
34926         * lib/copy-file.h: New file, from GNU gettext.
34927         * lib/copy-file.c: New file, from GNU gettext.
34928
34929 2003-03-18  Jim Meyering  <jim@meyering.net>
34930
34931         * lib/quote.c (quote_n): Fix typo in comment.
34932
34933 2003-03-18  Bruno Haible  <bruno@clisp.org>
34934
34935         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
34936         checking.
34937         * m4/onceonly_2_57.m4: Likewise.
34938
34939 2003-03-17  Bruno Haible  <bruno@clisp.org>
34940
34941         * m4/onceonly.m4: Require autoconf 2.54 or newer.
34942         (m4_quote): Remove macro.
34943         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
34944
34945 2003-03-14  Jim Meyering  <jim@meyering.net>
34946
34947         Merge changes from Coreutils.
34948         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
34949         to be const, in order to avoid warnings.
34950         (obstack_room): Likewise.
34951         (obstack_empty_p): Likewise.
34952
34953 2003-03-14  Bruno Haible  <bruno@clisp.org>
34954
34955         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
34956         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
34957
34958 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34959
34960         Merge changes from Bison.
34961         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
34962         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
34963         when compiling Bison 1.875's `bitset bset = obstack_alloc
34964         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
34965         * lib/hash.c: Include <stdbool.h> unconditionally.
34966
34967 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34968
34969         * m4/onceonly.m4 (m4_quote): New macro.
34970         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
34971         Quote AC_FOREACH variable-expansions properly.
34972
34973 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34974
34975         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
34976
34977 2003-03-09  Paul Eggert  <eggert@twinsun.com>
34978
34979         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
34980         Reported by Bruce Becker; see:
34981         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
34982
34983 2003-03-03  Paul Eggert  <eggert@twinsun.com>
34984             Bruno Haible  <bruno@clisp.org>
34985
34986         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
34987         Reported by John Hughes, see
34988         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
34989
34990 2003-02-20  Bruno Haible  <bruno@clisp.org>
34991
34992         * MODULES.html.sh (func_all_modules): Add poll.
34993
34994 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34995
34996         * modules/poll: New file.
34997
34998 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34999
35000         * lib/poll_.h: New file.
35001         * lib/poll.c: New file.
35002
35003 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35004
35005         * m4/poll.m4: New file.
35006
35007 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35008
35009         * modules/mathl: New file.
35010
35011 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35012
35013         * lib/mathl.h: New file.
35014         * lib/acosl.c: New file.
35015         * lib/asinl.c: New file.
35016         * lib/atanl.c: New file.
35017         * lib/ceill.c: New file.
35018         * lib/cosl.c: New file.
35019         * lib/expl.c: New file.
35020         * lib/floorl.c: New file.
35021         * lib/frexpl.c: New file.
35022         * lib/ldexpl.c: New file.
35023         * lib/logl.c: New file.
35024         * lib/sincosl.c: New file.
35025         * lib/sinl.c: New file.
35026         * lib/sqrtl.c: New file.
35027         * lib/tanl.c: New file.
35028         * lib/trigl.c: New file.
35029         * lib/trigl.h: New file.
35030
35031 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35032
35033         * m4/mathl.m4: New file.
35034
35035 2003-02-18  Bruno Haible  <bruno@clisp.org>
35036
35037         * MODULES.html.sh (func_all_modules): Add mathl.
35038
35039 2003-02-17  Bruno Haible  <bruno@clisp.org>
35040
35041         * modules/mkdtemp: New module.
35042         * MODULES.html.sh (func_all_modules): Add it.
35043
35044 2003-02-17  Bruno Haible  <bruno@clisp.org>
35045
35046         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35047
35048 2003-02-17  Bruno Haible  <bruno@clisp.org>
35049
35050         * lib/mkdtemp.h: New file, from GNU gettext.
35051         * lib/mkdtemp.c: New file, from GNU gettext.
35052
35053 2003-02-02  Jim Meyering  <jim@meyering.net>
35054
35055         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35056         e.g. glibc-2.2.93.
35057
35058 2003-01-31  Bruno Haible  <bruno@clisp.org>
35059
35060         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35061         'rpl_rename'.
35062         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35063         'rpl_strnlen'.
35064         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35065         'rpl_strtod'.
35066         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35067         'rpl_utime'.
35068
35069 2003-01-31  Bruno Haible  <bruno@clisp.org>
35070
35071         * lib/rename.c: #undef rename before defining rpl_rename.
35072         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35073
35074 2003-01-30  Bruno Haible  <bruno@clisp.org>
35075
35076         * modules/vasnprintf, modules/vasprintf: New modules.
35077         * MODULES.html.sh (func_all_modules): Add them.
35078
35079 2003-01-30  Bruno Haible  <bruno@clisp.org>
35080
35081         * m4/signed.m4: New file, from GNU gettext.
35082         * m4/longdouble.m4: New file, from GNU gettext.
35083         * m4/wchar_t.m4: New file, from GNU gettext.
35084         * m4/wint_t.m4: New file, from GNU gettext.
35085         * m4/vasnprintf.m4: New file.
35086         * m4/vasprintf.m4: New file.
35087
35088 2003-01-30  Bruno Haible  <bruno@clisp.org>
35089
35090         * lib/printf-args.h: New file, from GNU gettext.
35091         * lib/printf-args.c: New file, from GNU gettext.
35092         * lib/printf-parse.h: New file, from GNU gettext.
35093         * lib/printf-parse.c: New file, from GNU gettext.
35094         * lib/vasnprintf.h: New file, from GNU gettext.
35095         * lib/vasnprintf.c: New file, from GNU gettext.
35096         * lib/asnprintf.c: New file, from GNU gettext.
35097         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35098         * lib/vasprintf.c: New file, from GNU gettext.
35099         * lib/asprintf.c: New file, from GNU gettext.
35100
35101 2003-01-29  Bruno Haible  <bruno@clisp.org>
35102
35103         * modules/stpncpy: New module.
35104         * MODULES.html.sh (func_all_modules): Add it.
35105
35106 2003-01-29  Bruno Haible  <bruno@clisp.org>
35107
35108         * m4/stpncpy.m4: New file.
35109
35110 2003-01-29  Bruno Haible  <bruno@clisp.org>
35111
35112         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35113         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35114
35115 2003-01-28  Bruno Haible  <bruno@clisp.org>
35116
35117         * modules/c-ctype: New module.
35118         * MODULES.html.sh (func_all_modules): Add it.
35119
35120 2003-01-28  Bruno Haible  <bruno@clisp.org>
35121
35122         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35123         Paul Eggert.
35124         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35125         Paul Eggert.
35126
35127 2003-01-27  Bruno Haible  <bruno@clisp.org>
35128
35129         * modules/xsetenv: New module.
35130         * MODULES.html.sh (func_all_modules): Add it.
35131
35132 2003-01-27  Bruno Haible  <bruno@clisp.org>
35133
35134         * lib/xsetenv.h: New file, from GNU gettext.
35135         * lib/xsetenv.c: New file, from GNU gettext.
35136
35137 2003-01-23  Jim Meyering  <jim@meyering.net>
35138
35139         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35140         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35141
35142 2003-01-23  Bruno Haible  <bruno@clisp.org>
35143
35144         * modules/minmax: New module.
35145         * MODULES.html.sh (func_all_modules): Add it.
35146
35147 2003-01-23  Bruno Haible  <bruno@clisp.org>
35148
35149         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35150         Eggert.
35151
35152 2003-01-22  Bruno Haible  <bruno@clisp.org>
35153
35154         * modules/exit: New module.
35155         * MODULES.html.sh (func_all_modules): Add it.
35156
35157 2003-01-22  Bruno Haible  <bruno@clisp.org>
35158
35159         * lib/exit.h: New file, from GNU gettext.
35160
35161 2003-01-19  Bruno Haible  <bruno@clisp.org>
35162
35163         * gnulib-tool: Recognize option --extract-maintainer.
35164         (func_get_maintainer): New function.
35165         * modules/*: Add Maintainer entry.
35166
35167 2003-01-16  Jim Meyering  <jim@meyering.net>
35168
35169         * m4/regex.m4: The `regex' struct is both input and output.
35170         Initialize it before each use.  Patch by Tim Waugh.
35171
35172 2003-01-16  Bruno Haible  <bruno@clisp.org>
35173
35174         * MODULES.html.sh: Add a table of contents. Add the module name as
35175         leftmost column. Add hyperlinks.
35176
35177 2003-01-15  Bruno Haible  <bruno@clisp.org>
35178
35179         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35180
35181 2003-01-15  Bruno Haible  <bruno@clisp.org>
35182
35183         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35184         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35185         suffix.
35186
35187 2003-01-15  Bruno Haible  <bruno@clisp.org>
35188
35189         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35190
35191 2003-01-15  Bruno Haible  <bruno@clisp.org>
35192
35193         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35194         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35195
35196 2003-01-14  Jim Meyering  <jim@meyering.net>
35197
35198         * lib/same.c (same_name): Tweak a comment.
35199
35200 2003-01-14  Bruno Haible  <bruno@clisp.org>
35201
35202         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35203         when a string comparison is sufficient.
35204
35205 2003-01-14  Bruno Haible  <bruno@clisp.org>
35206
35207         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35208         'unsigned int'.
35209
35210 2003-01-14  Bruno Haible  <bruno@clisp.org>
35211
35212         * lib/hash-pjw.c: Add comment about low quality of this function.
35213
35214 2003-01-13  Bruno Haible  <bruno@clisp.org>
35215
35216         * modules/stpcpy: Distribute lib/stpcpy.h.
35217         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35218
35219 2003-01-13  Bruno Haible  <bruno@clisp.org>
35220
35221         * modules/*: Add a description.
35222         * modules/strpbrk: Fix Makefile.am snippet.
35223         * modules/strtoimax: Fix dependencies.
35224         * modules/strtoumax: Likewise.
35225
35226 2003-01-13  Bruno Haible  <bruno@clisp.org>
35227
35228         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35229         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35230         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35231
35232 2003-01-13  Bruno Haible  <bruno@clisp.org>
35233
35234         * gnulib-tool (func_create_testdir): Store config/* files in the main
35235         directory.
35236         * config.rpath: Move to ...
35237         * config/config.rpath: ... here.
35238         * modules/gettext: Contains config/config.rpath, not config.rpath.
35239         * modules/iconv: Likewise.
35240
35241 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35242
35243         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35244         to avoid collisions with libcurses and libreadline.
35245
35246         * m4/getstr.m4: Remove.
35247         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35248
35249 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35250
35251         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35252         to avoid collisions with libcurses and libreadline.
35253
35254         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35255         * lib/getstr.h, getstr.c: Remove.
35256         * lib/getline.c: Include "getline.h", to check interface.
35257         Move body of old getstr.c here: this defines MIN_CHUNK and
35258         declares getdelim2, which is renamed from getstr.
35259         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35260
35261         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35262         All uses changed.
35263         * lib/linebuffer.h: Likewise.
35264         (readline): Remove backward-compatibility macro.
35265
35266 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35267
35268         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35269         to avoid collisions with libcurses and libreadline.
35270         * getstr: Remove.
35271         * MODULES.html.sh: Remove getstr.
35272         * modules/getline: Depend on unlocked-io, not getstr.
35273
35274 2003-01-12  Jim Meyering  <jim@meyering.net>
35275
35276         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35277
35278 2003-01-10  Bruno Haible  <bruno@clisp.org>
35279
35280         * modules/alloca: Change Makefile.am requirements. Simplify Include
35281         requirements. Add lib/alloca_.h to file list.
35282
35283 2003-01-10  Bruno Haible  <bruno@clisp.org>
35284
35285         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35286
35287 2003-01-10  Bruno Haible  <bruno@clisp.org>
35288
35289         * lib/alloca_.h: New file.
35290         * lib/getdate.y: Unconditionally include alloca.h.
35291         * lib/makepath.c: Likewise.
35292         * lib/setenv.c: Likewise.
35293         * lib/userspec.c: Likewise.
35294
35295 2003-01-09  Karl Berry  <karl@gnu.org>
35296
35297         * MODULES.html.sh: include `dirname $0` in PATH, to find
35298         gnulib-tool.
35299
35300 2003-01-09  Bruno Haible  <bruno@clisp.org>
35301
35302         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35303         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35304
35305 2003-01-09  Bruno Haible  <bruno@clisp.org>
35306
35307         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35308
35309 2003-01-09  Bruno Haible  <bruno@clisp.org>
35310
35311         * lib/stdbool.h.in: New file.
35312
35313 2003-01-09  Bruno Haible  <bruno@clisp.org>
35314
35315         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35316         * MODULES.html.sh: Likewise.
35317
35318 2003-01-08  Jim Meyering  <jim@meyering.net>
35319
35320         * lib/full-write.c: Undefine and define-away `const' after inclusion
35321         of errno.h, not before.  Suggestion from Bruno Haible.
35322
35323 2003-01-08  Bruno Haible  <bruno@clisp.org>
35324
35325         * modules/full-read: Depend on full-write.
35326
35327 2003-01-08  Bruno Haible  <bruno@clisp.org>
35328
35329         * lib/safe-read.c: Include specification header first, to ensure its
35330         selfcontainedness.
35331         * lib/full-write.c: Likewise.
35332
35333 2003-01-07  Jim Meyering  <jim@meyering.net>
35334
35335         * lib/full-write.c: Rework so that it may serve to define full_read,
35336         too.
35337         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35338
35339 2003-01-07  Bruno Haible  <bruno@clisp.org>
35340
35341         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35342         <inttypes.h>.
35343         * lib/xstrtol.h: Likewise.
35344         * lib/xstrtoimax.c: Likewise.
35345         * lib/xstrtoumax.c: Likewise.
35346         * lib/human.h: Likewise.
35347
35348         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35349         on systems that have <inttypes.h> but not <stdint.h>.
35350
35351 2003-01-07  Bruno Haible  <bruno@clisp.org>
35352
35353         * MODULES.html.sh: Add copyright notice.
35354         (missed_files): Omit CVS directory entries.
35355         (func_module): Make it work with sed-3.02.
35356         * MODULES.txt: Remove file.
35357
35358 2003-01-06  Jim Meyering  <jim@meyering.net>
35359
35360         * lib/version-etc.c: Update year in translatable copyright string.
35361
35362 2003-01-03  Karl Berry  <karl@gnu.org>
35363
35364         * config/config.{guess,sub}: update from prep.
35365
35366 2003-01-02  Karl Berry  <karl@gnu.org>
35367
35368         * doc/COPYING.DOC: belatedly updated to 1.2.
35369
35370 2003-01-01  Karl Berry  <karl@gnu.org>
35371
35372         * gnulib-tool (func_verify_module): report module name $module in
35373         error message, not $1.
35374         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35375         be created, only if it doesn't exist.
35376         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35377
35378 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35379
35380         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35381
35382 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35383
35384         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35385         memcmp if strcoll doesn't work.
35386
35387 2002-12-31  Bruno Haible  <bruno@clisp.org>
35388
35389         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35390         nonempty.
35391
35392 2002-12-31  Bruno Haible  <bruno@clisp.org>
35393
35394         * lib/memcoll.c (STRCOLL): New macro.
35395         (memcoll): Use it.
35396
35397 2002-12-31  Bruno Haible  <bruno@clisp.org>
35398
35399         * lib/localcharset.h: New file.
35400         * lib/localcharset.c: Include it.
35401         * lib/unicodeio.c: Likewise.
35402
35403 2002-12-31  Bruno Haible  <bruno@clisp.org>
35404
35405         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35406         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35407
35408 2002-12-31  Bruno Haible  <bruno@clisp.org>
35409
35410         * lib/getline.h: Include <stddef.h>, for size_t.
35411
35412         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35413         * lib/unicodeio.c: Don't include <stddef.h>.
35414
35415 2002-12-31  Bruno Haible  <bruno@clisp.org>
35416
35417         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35418         HAVE_TM_ZONE.
35419
35420 2002-12-24  Karl Berry  <karl@gnu.org>
35421
35422         * config/config.guess: update from prep.
35423
35424 2002-12-24  Bruno Haible  <bruno@clisp.org>
35425
35426         General infrasructure.
35427         * m4/README: Rewritten.
35428         * m4/onceonly.m4: New file.
35429         * m4/onceonly_2_57.m4: New file.
35430
35431         Module atexit.
35432         * m4/atexit.m4: New file.
35433
35434         Module strtod.
35435         * m4/strtod.m4: New file.
35436
35437         Module strtol.
35438         * m4/strtol.m4: New file.
35439
35440         Module strtoul.
35441         * m4/strtoul.m4: New file.
35442
35443         Module memchr.
35444         * m4/memchr.m4: New file.
35445
35446         Module memcmp.
35447         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35448         (jm_FUNC_MEMCMP): Invoke it.
35449
35450         Module memcpy.
35451         * m4/memcpy.m4: New file.
35452
35453         Module memmove.
35454         * m4/memmove.m4: New file.
35455
35456         Module memset.
35457         * m4/memset.m4: New file.
35458
35459         Module strcspn.
35460         * m4/strcspn.m4: New file.
35461
35462         Module strpbrk.
35463         * m4/strpbrk.m4: New file.
35464
35465         Module strstr.
35466         * m4/strstr.m4: New file.
35467
35468         Module strerror.
35469         * m4/strerror.m4: New file.
35470
35471         Module mktime.
35472         * m4/mktime.m4: Renamed from jm-mktime.m4.
35473         (gl_PREREQ_MKTIME): New macro.
35474         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
35475
35476         Module malloc.
35477         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
35478         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
35479         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
35480
35481         Module realloc.
35482         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
35483         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
35484         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
35485
35486         Module strftime.
35487         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
35488         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
35489         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
35490         gl_TM_GMTOFF.
35491         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
35492
35493         Module xalloc.
35494         * m4/xalloc.m4: New file.
35495
35496         Module alloca.
35497         * m4/alloca.m4: New file.
35498
35499         Module putenv.
35500         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
35501         (jm_FUNC_PUTENV): Invoke it.
35502
35503         Module setenv.
35504         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
35505         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
35506         when invoked twice.
35507         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
35508         gt_FUNC_SETENV.
35509
35510         Module memrchr.
35511         * m4/memrchr.m4: New file.
35512
35513         Module stpcpy.
35514         * m4/stpcpy.m4: New file.
35515
35516         Module strcase.
35517         * m4/strcase.m4: New file.
35518
35519         Module strdup.
35520         * m4/strdup.m4: New file.
35521
35522         Module strnlen.
35523         * m4/strnlen.m4: New file.
35524
35525         Module strndup.
35526         * m4/strndup.m4: New file.
35527
35528         Module xstrtod.
35529         * m4/xstrtod.m4: New file.
35530
35531         Module xstrtol.
35532         * m4/xstrtol.m4: New file.
35533
35534         Module getdate.
35535         * m4/getdate.m4: New file.
35536
35537         Module unlocked-io.
35538         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
35539         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
35540         * m4/jm-glibc-io.m4n: Remove file.
35541
35542         Module long-options.
35543         * m4/long-options.m4: New file.
35544
35545         Module md5.
35546         * m4/md5.m4: New file.
35547
35548         Module sha.
35549         * m4/sha.m4: New file.
35550
35551         Module getstr.
35552         * m4/getstr.m4: New file.
35553
35554         Module getline.
35555         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
35556         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
35557         <sys/types.h>, for size_t. Use the function name gnu_getline, not
35558         simply getline. Infoke gl_PREREQ_GETLINE.
35559
35560         Module obstack.
35561         * m4/obstack.m4: New file.
35562
35563         Module hash.
35564         * m4/hash.m4: New file.
35565
35566         Module readtokens.
35567         * m4/readtokens.m4: New file.
35568
35569         Module strverscmp.
35570         * m4/strverscmp.m4: New file.
35571
35572         Module stdbool.
35573         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
35574         OSF/1.
35575
35576         Module strtoll.
35577         * m4/strtoll.m4: New file.
35578
35579         Module strtoull.
35580         * m4/strtoull.m4: New file.
35581
35582         Module strtoimax.
35583         * m4/strtoimax.m4: New file.
35584
35585         Module strtoumax.
35586         * m4/strtoumax.m4: New file.
35587
35588         Module xstrtoimax.
35589         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
35590         jm_AC_PREREQ_XSTRTOIMAX.
35591         Moved the strtol prerequisites to strtol.m4.
35592         Moved the strtoll prerequisites to strtoll.m4.
35593         Moved the strtoimax prerequisites to strtoimax.m4.
35594
35595         Module xstrtoumax.
35596         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
35597         jm_AC_PREREQ_XSTRTOUMAX.
35598         Moved the strtoul prerequisites to strtoul.m4.
35599         Moved the strtoull prerequisites to strtoull.m4.
35600         Moved the strtoumax prerequisites to strtoumax.m4.
35601
35602         Module chown.
35603         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
35604         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
35605
35606         Module dup2.
35607         * m4/dup2.m4: New file.
35608
35609         Module ftruncate.
35610         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
35611         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
35612
35613         Module getgroups.
35614         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
35615         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
35616
35617         Module gettimeofday.
35618         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
35619         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
35620         gl_PREREQ_GETTIMEOFDAY.
35621
35622         Module mkdir.
35623         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
35624         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
35625
35626         Module mkstemp.
35627         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
35628         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
35629         jm_AC_TYPE_UINTMAX_T.
35630         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
35631
35632         Module stat.
35633         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
35634         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
35635
35636         Module lstat.
35637         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
35638         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
35639
35640         Module timespec.
35641         * m4/timespec.m4 (gl_TIMESPEC): New macro.
35642         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
35643         * m4/st_mtim.m4: Indentation.
35644
35645         Module nanosleep.
35646         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
35647         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
35648         gl_PREREQ_NANOSLEEP.
35649
35650         Module regex.
35651         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
35652         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
35653         (gl_REGEX): New macro.
35654
35655         Module rename.
35656         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
35657         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
35658
35659         Module rmdir.
35660         * m4/rmdir.m4: New file.
35661
35662         Module utime.
35663         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
35664         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
35665         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
35666
35667         Module dirname.
35668         * m4/dirname.m4: New file.
35669
35670         Module getopt.
35671         * m4/getopt.m4: New file.
35672
35673         Module unistd-safer.
35674         * m4/unistd-safer.m4: New file.
35675
35676         Module fnmatch.
35677         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
35678         declaration.
35679         (gl_PREREQ_FNMATCH_EXTRA): New macro.
35680         (gl_FUNC_FNMATCH_POSIX): New macro.
35681         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
35682         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
35683         simply fnmatch.
35684
35685         Module exclude.
35686         * m4/exclude.m4: New file.
35687
35688         Module human.
35689         * m4/human.m4: New file.
35690
35691         Module acl.
35692         * m4/acl.m4: Nop.
35693
35694         Module backupfile.
35695         * m4/backupfile.m4: New file.
35696         * m4/d-ino.m4: Indentation.
35697
35698         Module fsusage.
35699         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
35700         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
35701         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
35702
35703         Module dirfd.
35704         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
35705         requirements.
35706
35707         Module euidaccess.
35708         * m4/euidaccess.m4: New file.
35709
35710         Module file-type.
35711         * m4/file-type.m4: New file.
35712
35713         Module fileblocks.
35714         * m4/fileblocks.m4: New file.
35715
35716         Module filemode.
35717         * m4/filemode.m4: New file.
35718
35719         Module isdir.
35720         * m4/isdir.m4: New file.
35721
35722         Module lchown.
35723         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
35724         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
35725
35726         Module makepath.
35727         * m4/makepath.m4: New file.
35728
35729         Module modechange.
35730         * m4/modechange.m4: New file.
35731
35732         Module mountlist.
35733         * m4/mountlist.m4: New file.
35734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
35735         Indentation.
35736
35737         Module path-concat.
35738         * m4/path-concat.m4: New file.
35739
35740         Module pathmax.
35741         * m4/pathmax.m4: New file.
35742
35743         Module same.
35744         * m4/same.m4: New file.
35745
35746         Module save-cwd.
35747         * m4/save-cwd.m4: New file.
35748
35749         Module savedir.
35750         * m4/savedir.m4: New file.
35751
35752         Module xgetcwd.
35753         * m4/xgetcwd.m4: New file.
35754         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
35755
35756         Module xreadlink.
35757         * m4/xreadlink.m4: New file.
35758
35759         Module safe-read.
35760         * m4/safe-read.m4: New file.
35761
35762         Module safe-write.
35763         * m4/safe-write.m4: New file.
35764
35765         Module closeout.
35766         * m4/closeout.m4: New file.
35767
35768         Module stdio-safer.
35769         * m4/stdio-safer.m4: New file.
35770
35771         Module getpass.
35772         * m4/getpass.m4: New file.
35773
35774         Module getugroups.
35775         * m4/getugroups.m4: New file.
35776
35777         Module group-member.
35778         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
35779         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
35780
35781         Module idcache.
35782         * m4/idcache.m4: New file.
35783
35784         Module userspec.
35785         * m4/userspec.m4: New file.
35786
35787         Module gettime.
35788         * m4/clock_time.m4: New file.
35789         * m4/gettime.m4: New file.
35790
35791         Module settime.
35792         * m4/settime.m4: New file.
35793
35794         Module posixtm.
35795         * m4/posixtm.m4: New file.
35796
35797         Module gethostname.
35798         * m4/gethostname.m4: New file.
35799
35800         Module canon-host.
35801         * m4/canon-host.m4: New file.
35802
35803         Module gettext.
35804         * m4/codeset.m4: New file, from gettext-0.11.5.
35805         * m4/gettext.m4: New file, from gettext-0.11.5.
35806         * m4/glibc21.m4: New file, from gettext-0.11.5.
35807         * m4/iconv.m4: New file, from gettext-0.11.5.
35808         * m4/intdiv0.m4: New file, from gettext-0.11.5.
35809         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
35810         * m4/inttypes.m4: New file, from gettext-0.11.5.
35811         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
35812         * m4/isc-posix.m4: New file, from gettext-0.11.5.
35813         * m4/lcmessage.m4: New file, from gettext-0.11.5.
35814         * m4/lib-ld.m4: New file, from gettext-0.11.5.
35815         * m4/lib-link.m4: New file, from gettext-0.11.5.
35816         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
35817         * m4/progtest.m4: New file, from gettext-0.11.5.
35818         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
35819         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
35820         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
35821
35822         Module localcharset.
35823         * m4/localcharset.m4: New file.
35824
35825         Module hard-locale.
35826         * m4/hard-locale.m4: New file.
35827
35828         Module mbswidth.
35829         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
35830         onceonly macros.
35831         * m4/mbrtowc.m4: Add comment.
35832
35833         Module memcasecmp.
35834         * m4/memcasecmp.m4: New file.
35835
35836         Module memcoll.
35837         * m4/memcoll.m4: New file.
35838
35839         Module unicodeio.
35840         * m4/unicodeio.m4: New file.
35841
35842         Module rpmatch.
35843         * m4/rpmatch.m4: New file.
35844
35845         Module yesno.
35846         * m4/yesno.m4: New file.
35847
35848         Module exitfail.
35849         * m4/exitfail.m4: New file.
35850
35851         Module c-stack.
35852         * m4/c-stack.m4 (gl_C_STACK): New macro.
35853         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
35854
35855         Module error.
35856         * m4/error.m4 (gl_ERROR): New macro.
35857         (jm_PREREQ_ERROR): Use onceonly macros.
35858
35859         Module fatal.
35860         * m4/fatal.m4: New file.
35861
35862         Module getloadavg.
35863         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
35864         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
35865
35866         Module getpagesize.
35867         * m4/getpagesize.m4: New file.
35868
35869         Module getusershell.
35870         * m4/getusershell.m4: New file.
35871
35872         Module physmem.
35873         * m4/physmem.m4: New file.
35874
35875         Module posixver.
35876         * m4/posixver.m4: New file.
35877
35878         Module quotearg.
35879         * m4/quotearg.m4: New file.
35880
35881         Module quote.
35882         * m4/quote.m4: New file.
35883
35884         Module readutmp.
35885         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
35886
35887         Module sig2str.
35888         * m4/sig2str.m4: New file.
35889
35890         Other.
35891         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
35892         ulonglong.m4.
35893         * m4/intmax_t.m4: New file.
35894         * m4/d-type.m4: Indentation.
35895         * m4/jm-macros.m4: Update.
35896         * m4/prereq.m4 (jm_PREREQ): Update.
35897         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
35898         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
35899         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
35900         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
35901         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
35902         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
35903         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
35904         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
35905         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
35906         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
35907         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
35908         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
35909         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
35910         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
35911         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
35912         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
35913         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
35914         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
35915         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
35916
35917 2002-12-24  Bruno Haible  <bruno@clisp.org>
35918
35919         * MODULES.txt: Update according to m4/ changes.
35920
35921         Module gettext.
35922         * config.rpath: New file, from gettext-0.11.5.
35923
35924         * modules/*: New module descriptions.
35925         * gnulib-tool: New file.
35926         * MODULES.html.sh: New file.
35927
35928 2002-12-21  Karl Berry  <karl@gnu.org>
35929
35930         * doc/fdl.texi: update to version 1.2.
35931
35932 2002-12-19  Karl Berry  <karl@gnu.org>
35933
35934         * config/config.guess: update from prep.
35935
35936 2002-12-18  Bruno Haible  <bruno@clisp.org>
35937
35938         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
35939         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
35940
35941 2002-12-17  Bruno Haible  <bruno@clisp.org>
35942
35943         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
35944         stdlib.h, string.h.
35945
35946 2002-12-17  Bruno Haible  <bruno@clisp.org>
35947
35948         * lib/canon-host.c (strdup): Remove unused declaration.
35949
35950         * lib/fsusage.c: Include full_read.h.
35951         (get_fs_usage): Use full_read instead of safe_read.
35952
35953         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
35954
35955 2002-12-12  Karl Berry  <karl@gnu.org>
35956
35957         * config/config.guess: update from prep.
35958
35959 2002-12-11  Bruno Haible  <bruno@clisp.org>
35960
35961         * m4/setenv.m4: New file, from gettext-0.11.5.
35962
35963 2002-12-11  Bruno Haible  <bruno@clisp.org>
35964
35965         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
35966         not unsetenv().
35967         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
35968         modifications:
35969
35970         2002-12-11  Bruno Haible  <bruno@clisp.org>
35971
35972                 * setenv.c (alloca): Fall back to malloc.
35973                 (freea): New macro.
35974                 (setenv): Use freea() to free memory allocated with alloca().
35975
35976         2002-11-13  Bruno Haible  <bruno@clisp.org>
35977
35978                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
35979                 function declarations.
35980                 * unsetenv.c (unsetenv): Likewise.
35981
35982         2002-03-04  Bruno Haible  <bruno@clisp.org>
35983
35984                 Portability to AIX 4.3.3.
35985                 * unsetenv.c: New file, extracted from setenv.c.
35986                 * setenv.c: Move the unsetenv() function to unsetenv.c.
35987
35988         2001-12-20  Bruno Haible  <bruno@clisp.org>
35989
35990                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
35991                 use malloc instead. For SunOS 4.
35992
35993         2001-12-11  Bruno Haible  <bruno@clisp.org>
35994
35995                 * setenv.c: Declare alloca.
35996                 (compar_fn_t): New typedef.
35997                 (KNOWN_VALUE, STORE_VALUE): Use it.
35998
35999         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36000         setenv.h.
36001
36002 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36003
36004         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36005         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36006         Choose values that are less likely to collide with system fnmatch
36007         options.
36008         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36009         defined (e.g., a pure POSIX system).
36010         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36011         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36012
36013 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36014
36015         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36016         a pain in practice to deal with generated m4 files.  This change
36017         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36018
36019         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36020         and jm-glibc-io.m4, as they are no longer a special case.
36021         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36022         kludge and the auto-generation stuff.  Check only whether the
36023         functions are declared, not whether they exist, since older hosts
36024         that don't declare the functions can't use the optimization anyway.
36025
36026 2002-12-06  Jim Meyering  <jim@meyering.net>
36027
36028         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36029
36030         Merge in changes from libc's misc/error.c, in preparation
36031         for the merge of gnulib's changes back into libc.
36032
36033         * lib/error.c (_): Define only if not already defined.
36034         Move definition to follow all #include directives.
36035         Include unlocked-io.h only if !_LIBC.
36036         [_LIBC]: Include <libio/libioP.h>.
36037         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36038         (fflush): Tweak definition to use INTUSE.
36039         (putc): Define.
36040
36041 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36042
36043         * lib/alloca.c [defined emacs]: Include "lisp.h".
36044         (xalloc_die) [defined emacs]: New macro.
36045         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36046         [! defined emacs]: Include <xalloc.h>.
36047         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36048         (pointer): Typedef to POINTER_TYPE *.
36049         (malloc): Remove decl; we now always use xmalloc.
36050         (alloca): Use old-style definition, since Emacs needs this.
36051         Check for arithmetic overflow when computing combined size.
36052
36053 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36054
36055         Do not generate unlocked-io.h automatically, since it's easier to
36056         maintain it by hand.
36057
36058         * lib/unlocked-io.h: New file, from GNU diffutils,
36059         but with proper copyright notice and attribution.
36060         * lib/gen-uio: Remove.
36061         * lib/Makefile.am: Add copyright notice.
36062         (libfetish_a_SOURCES): Add unlocked-io.h.
36063         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36064         (DISTCLEANFILES, io_functions): Remove macros.
36065         (EXTRA_DIST): Remove gen_uio.
36066         (unlocked-io.h): Remove rule.
36067
36068 2002-12-04  Jim Meyering  <jim@meyering.net>
36069
36070         Reflect the fact that stat.c and lstat.c are no longer generated.
36071         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36072         (DISTCLEANFILES): Likewise.
36073         (EXTRA_DIST): Likewise.
36074         (all_local): Don't depend on stat.c or lstat.c.
36075         (stat.c, lstat.c): Remove rules.
36076         (EXTRA_DIST): Remove xstat.in.
36077
36078         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36079         * lib/stat.c: New file.  Contents mostly from xstat.in.
36080         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36081         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36082
36083         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36084         too.
36085         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36086
36087 2002-12-03  Jim Meyering  <jim@meyering.net>
36088
36089         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36090         but not semantics, to minimize the differences between these two files.
36091         (safe_read): Change comment to mention SAFE_READ_ERROR.
36092
36093         * lib/safe-read.c (IS_EINTR): Define.
36094         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36095
36096 2002-12-02  Jim Meyering  <jim@meyering.net>
36097
36098         * lib/safe-read.c (EINTR): Define.
36099         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36100         (INT_MAX): Provide fallback.
36101         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36102
36103         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36104
36105 2002-12-02  Bruno Haible  <bruno@clisp.org>
36106
36107         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36108         Define, taken from safe-read.c.
36109         (INT_MAX): Provide fallback.
36110         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36111         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36112
36113         * lib/safe-read.c (EINTR): Remove definition.
36114         (safe_read): Don't use EINTR if it is absent.
36115
36116 2002-12-01  Jim Meyering  <jim@meyering.net>
36117
36118         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36119         zero.
36120         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36121
36122 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36123
36124         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36125         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36126         with `if (! (value < limit)) abort ();', for readability.
36127
36128 2002-11-26  Karl Berry  <karl@gnu.org>
36129
36130         * lib/strdup.c: copy from libc again, with jim's ok.
36131         * lib/.cppi-disable: re-add strdup.c
36132
36133 2002-11-25  Karl Berry  <karl@gnu.org>
36134
36135         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36136         instead of "strtol.c".
36137
36138 2002-11-25  Karl Berry  <karl@gnu.org>
36139
36140         * config/install-sh: update from automake for variable quoting, $0 in
36141         error msgs, etc.
36142
36143         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36144         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36145         entry.
36146
36147 2002-11-25  Jim Meyering  <jim@meyering.net>
36148
36149         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36150
36151 2002-11-24  Karl Berry  <karl@gnu.org>
36152
36153         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36154         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36155
36156 2002-11-24  Jim Meyering  <jim@meyering.net>
36157
36158         Update from coreutils:
36159
36160         * lib/mktime.c: Merge in changes from libc.
36161
36162         Avoid a link-time failure on some Linux systems.
36163         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36164         (otherwise).
36165         (__mon_yday): Declare with the STATIC attribute.
36166         (__mktime_internal): Likewise.
36167         Based on a report from Greg Schafer.
36168
36169 2002-11-23  Jim Meyering  <jim@meyering.net>
36170
36171         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36172         Use `unsigned', not `int', as type of index.
36173
36174         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36175
36176         * lib/fsusage.c: Remove unneeded parentheses around operands of
36177         `defined'.
36178
36179 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36180
36181         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36182         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36183         so that we can be included first.
36184         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36185         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36186         No need to include stddef.h or sys/types.h any more.
36187         Surround local include files with "", not "<>".
36188         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36189         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36190         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36191         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36192         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36193         (ISPRINT): Remove; no longer needed now that we assume C89.
36194
36195         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36196         Preserve errno.
36197
36198         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36199         quotearg_char): Use SIZE_MAX rather than
36200         (size_t) -1 when we are talking about "infinity".
36201
36202         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36203
36204 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36205
36206         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36207         hint that one should use `if (! x) abort ();' rather than `assert
36208         (x);', and anyway it's one less thing to worry about configuring.
36209         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36210         hash_rehash, hash_insert): Use abort rather than assert.
36211
36212 2002-11-22  Bruno Haible  <bruno@clisp.org>
36213
36214         * lib/safe-read.h: Assume C89. Add comments.
36215         (safe_read): Change return type to size_t.
36216         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36217         byte counts > SSIZE_MAX correctly.
36218         * lib/safe-write.h: New file.
36219         * lib/safe-write.c: New file.
36220         * lib/full-read.h: New file.
36221         * lib/full-read.c: New file.
36222         * lib/full-write.h: Assume C89. Add comments.
36223         * lib/full-write.c: Include safe-write.h.
36224         (full_write): Rewritten to use safe_write.
36225         Suggested by Jim Meyering and Paul Eggert.
36226
36227 2002-11-21  Jim Meyering  <jim@meyering.net>
36228
36229         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36230
36231         Merge in changes from the coreutils.
36232
36233         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36234         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36235         <stdint.h>.
36236         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36237         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36238         int.  Work more efficiently if X is the same width as uintmax_t.
36239         Do not compare X to -1, to avoid bogus compiler warning.
36240         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36241         Don't assume that f_frsize and f_bsize are the same type.
36242
36243         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36244         warning on FreeBSD.
36245
36246         * lib/makepath.c (make_path): Restore umask *before* creating the final
36247         component.
36248         (make_path): Minor reformatting.
36249
36250         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36251         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36252         HAVE_MALLOC/HAVE_REALLOC.
36253
36254         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36255         dummy ones.  At least on GNU/Linux systems, `auto' means something
36256         else.
36257         From Michael Stone.
36258
36259 2002-11-21  Bruno Haible  <bruno@clisp.org>
36260
36261         Remove case insensitive option matching.
36262         * lib/argmatch.h (argcasematch): Remove declaration.
36263         (ARGCASEMATCH): Remove macro.
36264         (__xargmatch_internal): Remove case_sensitive argument.
36265         (XARGMATCH): Update.
36266         (XARGCASEMATCH): Remove macro.
36267         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36268         case_sensitive argument.
36269         (argcasematch): Remove function.
36270         (__xargmatch_internal): Remove case_sensitive argument.
36271         (main): Use XARGMATCH instead of XARGCASEMATCH.
36272
36273         * lib/xmalloc.c: Change compile-time error message. Add comment about
36274         required autoconf version.
36275
36276 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36277
36278         Merge argmatch cleanups from Bison.  Assume C89.
36279
36280         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36281         Include stdlib.h, for EXIT_FAILURE.
36282         Always include <string.h>, since we assume C89.
36283         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36284         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36285         Include <stddef.h> instead, since it's all we need for size_t.
36286         (PARAMS): Remove.  All uses removed.
36287         (ARRAY_CARDINALITY): Do not bother to #undef.
36288         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36289         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36290         Remove unnecessary parentheses.
36291         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36292         Insert necessary parentheses.
36293         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36294         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36295
36296 2002-11-19  Bruno Haible  <bruno@clisp.org>
36297
36298         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36299         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36300
36301         * lib/mbswidth.h (PARAMS): Remove macro.
36302         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36303         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36304
36305         * lib/gcd.h (PARAMS): Remove macro.
36306         (gcd): Use ANSI C function declarations.
36307         * lib/gcd.c (gcd): Likewise.
36308
36309 2002-11-15  Bruno Haible  <bruno@clisp.org>
36310
36311         * lib/strcspn.c: Include <stddef.h>.
36312         (strcspn): Use ANSI C function declaration. Change return type to
36313         size_t. Use NULL.
36314         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36315         (strpbrk): Use NULL.
36316         * lib/strpbrk.h (PARAMS): Remove macro.
36317         (strpbrk): Use ANSI C function declaration.
36318         * lib/strstr.c: Don't include <sys/types.h>.
36319         * lib/strstr.h (PARAMS): Remove macro.
36320         (strstr): Use ANSI C function declarations.
36321
36322 2002-11-14  Karl Berry  <karl@gnu.org>
36323
36324         * config/mkinstalldirs: `do' on separate line, instead of
36325         `for var; do'.
36326
36327 2002-11-06  Bruno Haible  <bruno@clisp.org>
36328
36329         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36330         * lib/gcd.c (gcd): Likewise.
36331
36332 2002-11-05  Bruno Haible  <bruno@clisp.org>
36333
36334         * lib/gcd.h: New file, from gettext-0.11.5.
36335         * lib/gcd.c: New file, from gettext-0.11.5.
36336
36337 2002-11-05  Bruno Haible  <bruno@clisp.org>
36338
36339         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36340         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36341         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36342         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36343
36344         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36345         <libintl.h>.
36346         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36347         <libintl.h>.
36348
36349         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36350         * lib/human.c: Include gettext.h instead of <libintl.h>.
36351         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36352         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36353         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36354         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36355         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36356         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36357         (textdomain): Remove definition.
36358         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36359
36360         * lib/long-options.c: Remove include of <libintl.h> and definition of
36361         _.
36362         * lib/same.c: Remove include of <libintl.h> and definition of _.
36363
36364 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36365
36366         * lib/config.charset: A few additions for Solaris.
36367
36368 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36369
36370         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36371         * lib/localcharset.c (locale_charset): Declare as extern "C".
36372
36373 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36374
36375         * lib/config.charset: msdos in uk_UA uses CP1125.
36376
36377 2002-11-04  Bruno Haible  <bruno@clisp.org>
36378
36379         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36380         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36381         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36382         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36383         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36384
36385 2002-11-04  Bruno Haible  <bruno@clisp.org>
36386
36387         * lib/localcharset.c (locale_charset): Don't return an empty string.
36388
36389 2002-11-04  Bruno Haible  <bruno@clisp.org>
36390
36391         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36392         aliases.
36393
36394 2002-11-04  Bruno Haible  <bruno@clisp.org>
36395
36396         * lib/config.charset: Update for newest glibc. Add canonical names
36397         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36398
36399 2002-11-04  Bruno Haible  <bruno@clisp.org>
36400
36401         * lib/config.charset: Add support for NetBSD.
36402
36403 2002-11-04  Bruno Haible  <bruno@clisp.org>
36404
36405         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36406
36407 2002-11-01  Bruno Haible  <bruno@clisp.org>
36408
36409         * configure.in: Add AC_CONFIG_AUX_DIR call.
36410         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36411         test/Makefile.
36412         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36413
36414 2002-09-28  Karl Berry  <karl@gnu.org>
36415
36416         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36417         installed automake until the next release, since changes have been
36418         made.
36419
36420 2002-09-25  Karl Berry  <karl@gnu.org>
36421
36422         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36423         * lib/getopt*: copy from libc/posix.
36424         * lib/gettext.h: copy from gettext.
36425         * lib/.cppi-disable: add strdup.c, gettext.h.
36426
36427 2002-09-25  Karl Berry  <karl@gnu.org>
36428
36429         * config/srclist.txt: enable gettext.h check.
36430         * config/config.{guess,sub}: update from prep.
36431         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36432                 from automake 1.6.3.
36433         See srclist*.
36434
36435 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36436
36437         * regex.c (PATFETCH): Remove the translating fetch.
36438         (PATFETCH_RAW): Rename to PATFETCH.
36439         (set_image_of_range): New fun.
36440         (SET_RANGE_TABLE_WORK_AREA): Use it.
36441         (regex_compile): Don't translate the pattern chars so eagerly.
36442         Only do it when inserting an `exactn' bytecode or when handling
36443         a char-range.
36444         (mutually_exclusive_p): Avoid empty statement.
36445
36446 2002-07-06  Jim Meyering  <meyering@lucent.com>
36447
36448         * m4/README: Don't mention Makefile.am.in.
36449         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36450
36451 2002-07-01  Jim Meyering  <meyering@lucent.com>
36452
36453         * lib/c-stack.c: Include sys/time.h.
36454         From Volker Borchert.
36455
36456 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36457
36458         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
36459
36460 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36461
36462         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
36463         New macro.  Use it uniformly instead of
36464         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
36465         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
36466         reported by Vin Shelton.
36467
36468 2002-06-22  Paul Eggert  <eggert@twinsun.com>
36469
36470         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
36471         Do not assume SA_SIGINFO behavior.
36472         Bug reported by Jim Meyering on NetBSD 1.5.2.
36473
36474 2002-06-22  Jim Meyering  <meyering@lucent.com>
36475
36476         * m4/c-stack.m4: New file, from diffutils-2.8.2.
36477         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
36478
36479         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
36480         now that configure.ac uses AC_GNU_SOURCE.
36481         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
36482         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
36483
36484         Update to latest tools.  Suggestions from Paul Eggert.
36485         * m4/stdbool.m4: New file, from diffutils-2.8.2.
36486         * m4/gnu-source.m4: Update from diffutils-2.8.2.
36487         * m4/fnmatch.m4: Likewise.
36488         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
36489         to AC_HEADER_STDBOOL
36490
36491 2002-06-22  Jim Meyering  <meyering@lucent.com>
36492
36493         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
36494         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
36495
36496 2002-06-22  Jim Meyering  <meyering@lucent.com>
36497
36498         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
36499
36500         * lib/exitfail.c, exitfail.h: Likewise.
36501         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
36502
36503         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
36504         of fnmatch.h.
36505         (EXTRA_DIST): Add fnmatch_loop.c.
36506         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
36507
36508         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
36509         * lib/fnmatch.c: Update from diffutils-2.8.2.
36510         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
36511         * lib/fnmatch.h: Remove file.
36512
36513 2002-06-21  Jim Meyering  <meyering@lucent.com>
36514
36515         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
36516         * m4/mbrtowc.m4: Likewise.
36517
36518         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
36519         * m4/mbswidth.m4: Reflect name change:
36520         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
36521         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36522
36523         * m4/lib-link.m4: Update from gettext-0.11.2.
36524         * m4/gettext.m4: Likewise.
36525
36526         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
36527         From Alfred M. Szmidt.
36528
36529 2002-06-18  Paul Eggert  <eggert@twinsun.com>
36530
36531         * lib/file-type.h: Report an error if neither S_ISREG nor
36532         S_IFREG is defined, instead of using a test specific to glibc
36533         2.2.  This should be safe, since POSIX requires S_ISREG and
36534         Unix Version 7 had S_IFREG.  We don't need to check for
36535         <sys/types.h> since we don't use any symbols that it defines.
36536
36537 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
36538
36539         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
36540         $@-t, so that each temporary file name is unique and valid in the first
36541         8 characters, for operation under DOS.
36542
36543 2002-06-15  Paul Eggert  <eggert@twinsun.com>
36544
36545         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
36546
36547 2002-06-15  Jim Meyering  <meyering@lucent.com>
36548
36549         Work even with DJGPP 2.03, which lacks support for symlinks.
36550         From Richard Dawe.
36551         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
36552         is defined.
36553         * lib/lchown.c (S_ISLNK): Likewise.
36554
36555 2002-06-15  Jim Meyering  <meyering@lucent.com>
36556
36557         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
36558         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
36559         have been included before this file.
36560
36561 2002-06-14  Jim Meyering  <meyering@lucent.com>
36562
36563         * lib/file-type.h: Use the version from diffutils-2.8.2.
36564         * lib/file-type.c: Likewise.
36565
36566 2002-06-07  Jim Meyering  <meyering@lucent.com>
36567
36568         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
36569         They're needed at least for NetBSD 1.5.2.
36570         ($statxfs_includes): Include those same headers.
36571         ($statxfs_includes): Include sys/vfs.h if available.
36572         ($statxfs_includes): Likewise for sys/statvfs.h.
36573         Check for the following members in both structs statfs and statvfs:
36574         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
36575
36576 2002-06-01  Jim Meyering  <meyering@lucent.com>
36577
36578         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
36579         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
36580
36581 2002-05-28  Jim Meyering  <meyering@lucent.com>
36582
36583         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
36584         Reported by Volker Borchert.
36585
36586 2002-05-27  Jim Meyering  <meyering@lucent.com>
36587
36588         Fix a problem seen only on nonconforming systems whereby ls.c's
36589         use of localtime, and then of gettimeofday would cause trouble:
36590         the localtime call used to initialize rpl_gettimeofday's save
36591         mechanism would clobber ls's current local time information so
36592         that in any long listing the first file would always be listed
36593         with date 1970-01-01.  Analysis by Volker Borchert.
36594
36595         * lib/gettimeofday.c (localtime): Undefine.
36596         (rpl_localtime): New function.
36597
36598 2002-05-27  Jim Meyering  <meyering@lucent.com>
36599
36600         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
36601         localtime.
36602
36603         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
36604         use the replacement function; it wouldn't resolve at link time.
36605         Reported by Volker Borchert.
36606
36607 2002-05-22  Jim Meyering  <meyering@lucent.com>
36608
36609         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
36610         file-type.h.
36611         * lib/file-type.h: New file.
36612         * lib/file-type.c (file_type): New file/function.  Extracted from
36613         diffutils.
36614
36615 2002-04-30  Jim Meyering  <meyering@lucent.com>
36616
36617         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
36618
36619 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36620
36621         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
36622
36623 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36624
36625         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
36626         Do not check for alloca.h (no longer used) or stdbool.h (was never
36627         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
36628
36629 2002-04-29  Paul Eggert  <eggert@twinsun.com>
36630
36631         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
36632
36633 2002-04-29  Jim Meyering  <meyering@lucent.com>
36634
36635         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
36636         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
36637         Use AC_FUNC_STRNLEN here instead.
36638
36639         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
36640         With autoconf-2.53a, it's part of AC_PROG_CC.
36641
36642 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36643
36644         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
36645         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
36646
36647 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36648
36649         * lib/sig2str.h, lib/sig2str.c: New files.
36650         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
36651
36652 2002-04-28  Paul Eggert  <eggert@twinsun.com>
36653
36654         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
36655         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
36656         of 127, since 64 is the largest conceivable number for ancient
36657         nonstandard hosts.
36658         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
36659
36660 2002-04-28  Jim Meyering  <meyering@lucent.com>
36661
36662         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
36663
36664 2002-04-24  Jim Meyering  <meyering@lucent.com>
36665
36666         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
36667         (jm_PREREQ): Use it.
36668
36669         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
36670         mach/mach.h fcntl.h.
36671         Check for this function: setlocale.
36672
36673 2002-04-24  Jim Meyering  <meyering@lucent.com>
36674
36675         * lib/gettext.h: New file, from Gettext.
36676         * lib/Makefile.am (INCLUDES): Remove -I../intl.
36677         (libfetish_a_SOURCES): Add gettext.h.
36678
36679 2002-04-16  Jim Meyering  <meyering@lucent.com>
36680
36681         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
36682         ut_pid, ut_id, ut_exit.
36683
36684 2002-04-16  Jim Meyering  <meyering@lucent.com>
36685
36686         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
36687         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
36688         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
36689
36690 2002-04-12  Jim Meyering  <meyering@lucent.com>
36691
36692         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
36693         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
36694         existence of the getmntinfo function.  Needed for Darwin 5.3.
36695
36696         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
36697         This is necessary at least on Darwin 5.3.
36698
36699         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
36700         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
36701         strnlen.o in the library, and that makes some versions of ranlib
36702         object.
36703
36704 2002-04-12  Jim Meyering  <meyering@lucent.com>
36705
36706         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
36707
36708 2002-04-09  Jim Meyering  <meyering@lucent.com>
36709
36710         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
36711         to be more precise.  Rather than saying we're checking whether the
36712         function `works', say what we're testing.
36713         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
36714         Reported by Bruno Haible.
36715
36716 2002-03-10  Jim Meyering  <meyering@lucent.com>
36717
36718         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
36719         Suggestion from Santiago Vila.
36720
36721 2002-03-08  Jim Meyering  <meyering@lucent.com>
36722
36723         * lib/rename.c: Mention that this wrapper is needed also on
36724         mips-dec-ultrix4.4 systems.
36725
36726 2002-03-02  Jim Meyering  <meyering@lucent.com>
36727
36728         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
36729         not HAVE_CLOCK_SETTIME.
36730
36731 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36732
36733         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
36734         Check for clock_settime.
36735
36736 2002-02-27  Paul Eggert  <eggert@twinsun.com>
36737
36738         * lib/nanosleep.h: Rename to....
36739         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
36740
36741         * lib/gettime.c: New file.
36742         * lib/settime.c: New file.
36743         * lib/stime.c: Remove.
36744
36745         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
36746         timespec.h.  Remove nanosleep.h.
36747
36748 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36749
36750         * m4/acl.m4: New file.
36751         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
36752         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
36753
36754 2002-02-25  Paul Eggert  <eggert@twinsun.com>
36755
36756         * lib/acl.c, lib/acl.h: New files.
36757         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
36758
36759 2002-02-24  Jim Meyering  <meyering@lucent.com>
36760
36761         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
36762         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
36763         cause trouble.  Reported by Nelson Beebe.
36764
36765 2002-02-23  Paul Eggert  <eggert@twinsun.com>
36766
36767         * lib/path-concat.c (xpath_concat): Reorder code to pacify
36768         compilers that don't know that xalloc_die never returns.
36769
36770 2002-02-20  Jim Meyering  <meyering@lucent.com>
36771
36772         * lib/getdate.c: Regenerate using bison-1.33.
36773
36774 2002-02-17  Jim Meyering  <meyering@lucent.com>
36775
36776         * config/config.guess (main): Don't use `head -1'; it's no longer
36777         portable. Use `sed 1q' instead.
36778
36779 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
36780
36781         * m4/codeset.m4: Upgrade to gettext-0.11.
36782         * m4/gettext.m4: Upgrade to gettext-0.11.
36783         * m4/glibc21.m4: Upgrade to gettext-0.11.
36784         * m4/iconv.m4: Upgrade to gettext-0.11.
36785         * m4/isc-posix.m4: Upgrade to gettext-0.11.
36786         * m4/lcmessage.m4: Upgrade to gettext-0.11.
36787         * m4/lib-ld.m4: New file, from gettext-0.11.
36788         * m4/lib-link.m4: New file, from gettext-0.11.
36789         * m4/lib-prefix.m4: New file, from gettext-0.11.
36790         * m4/progtest.m4: Upgrade to gettext-0.11.
36791
36792 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36793
36794         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
36795         (jm_PREREQ): Use it.
36796
36797 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36798
36799         * lib/posixver.c, lib/posixver.h: New files.
36800         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36801
36802 2002-02-02  Paul Eggert  <eggert@twinsun.com>
36803             Bruno Haible  <bruno@clisp.org>
36804
36805         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
36806         (fwrite_success_callback): New declaration.
36807         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
36808         print_unicode_char. Call failure callback instead of error.
36809         (fwrite_success_callback): New function.
36810         (exit_failure_callback): New function.
36811         (fallback_failure_callback): New function.
36812         (print_unicode_char): Call unicode_to_mb.
36813
36814 2002-01-26  Jim Meyering  <meyering@lucent.com>
36815
36816         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
36817         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
36818
36819 2002-01-26  Jim Meyering  <meyering@lucent.com>
36820
36821         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
36822
36823 2002-01-22  Paul Eggert  <eggert@twinsun.com>
36824
36825         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
36826
36827 2002-01-22  Jim Meyering  <meyering@lucent.com>
36828
36829         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
36830         Otherwise, some versions of automake would omit the rule that makes
36831         Makefile from Makefile.in.
36832
36833 2002-01-21  Paul Eggert  <eggert@twinsun.com>
36834
36835         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
36836         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36837         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
36838         (memcoll): Set errno to zero if there is no error.
36839
36840         * lib/quotearg.c (quotearg_buffer_restyled):
36841         Fix bug with quoting buffers containing NUL when backslashing escapes.
36842         This bug was exposed by the other changes in this patch.
36843         (quotearg_n_options): New arg ARGSIZE.
36844         All callers changed.
36845         (quoting_options_from_style): New function.
36846         (quotearg_n_style): Use it.
36847         (quotearg_n_style_mem): New function.
36848
36849         * lib/quotearg.h (quotearg_n_style_mem): New function.
36850
36851 2002-01-19  Jim Meyering  <meyering@lucent.com>
36852
36853         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
36854         Remove useless quotes: DF_PROG="df".
36855         * m4/strnlen.m4: New file.
36856
36857 2002-01-16  Paul Eggert  <eggert@twinsun.com>
36858
36859         * lib/backupfile.c (ISDIGIT): Comment fix.
36860         * lib/getdate.y (ISDIGIT): Likewise.
36861         * lib/posixtm.c (ISDIGIT, year): Likewise.
36862         * lib/strverscmp.c (ISDIGIT): Likewise.
36863         * lib/userspec.c (ISDIGIT): Likewise.
36864
36865 2002-01-16  Jim Meyering  <meyering@lucent.com>
36866
36867         * lib/getdate.y: Add three semicolons, each just before a closing
36868         brace. Bison (as of version 1.31) no longer papers over that mistake.
36869
36870 2002-01-05  Jim Meyering  <meyering@lucent.com>
36871
36872         * lib/version-etc.c (version_etc_copyright): Update copyright year.
36873
36874 2001-12-19  Paul Eggert  <eggert@twinsun.com>
36875
36876         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
36877         not silently exit merely because the output buffer happens to
36878         have nothing pending.
36879
36880 2001-12-18  Paul Eggert  <eggert@twinsun.com>
36881
36882         See the big note in ../ChangeLog.
36883         * lib/human.c (suffixes): Prefer K to k for 1024.
36884         (generate_suffix_backwards): New function.
36885         (human_readable_inexact): Use it.
36886         * lib/xstrtol.c (__xstrtol): If there is no number but there
36887         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
36888         Accept 'K' as well as 'k'.
36889
36890 2001-12-15  Jim Meyering  <meyering@lucent.com>
36891
36892         * lib/regex.h (__restrict_arr): Update from libc.
36893
36894         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
36895         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
36896         (STREQ): Define.
36897
36898 2001-12-14  Jim Meyering  <meyering@lucent.com>
36899
36900         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
36901         Suggestion from Bruno Haible.
36902
36903 2001-12-10  Jim Meyering  <meyering@lucent.com>
36904
36905         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
36906         xrealloc, Instead, include "xalloc.h".
36907         (initbuffer): Don't cast xmalloc return value to char*.
36908         (readline): Reword comment.
36909         Don't cast xrealloc return value to char*
36910         Return NULL, not 0.
36911
36912 2001-12-09  Jim Meyering  <meyering@lucent.com>
36913
36914         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
36915         about `signed and unsigned type in conditional expression'.
36916         * lib/posixtm.c (posix_time_parse): Likewise.
36917
36918         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
36919
36920         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
36921         to avoid a pedantic warning.
36922
36923         * lib/getstr.c: Don't include assert.h.
36924         (getstr): Remove warning-evoking assertions.
36925         Return -1 if offset parameter is out of bounds.
36926         Change the type of a local from int to size_t.
36927
36928         * lib/strftime.c (my_strftime_localtime_r): Include this function
36929         definition in the `#if ! HAVE_TM_GMTOFF' block.
36930
36931         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
36932         Include xalloc.h instead.
36933
36934 2001-12-02  Jim Meyering  <meyering@lucent.com>
36935
36936         * lib/tempname.c: Don't declare getenv, thus reverting the change of
36937         2001-11-18.  It's no longer necessary, now that stdlib.h is always
36938         included.
36939
36940         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
36941         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
36942
36943 2001-11-30  Akim Demaille  <akim@epita.fr>
36944
36945         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
36946         before being defined.
36947
36948 2001-11-27  Paul Eggert  <eggert@twinsun.com>
36949
36950         * lib/quotearg.h (quotearg_n, quotearg_n_style):
36951         First arg is int, not unsigned.
36952         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
36953         (SIZE_MAX, UINT_MAX): New macros.
36954         (quotearg_n_options): Abort if N is negative.
36955         Avoid overflow check on hosts where size_t is 64 bits and int
36956         is 32 bits, as overflow is impossible there.
36957         Fix off-by-one typo that caused unnecessary reallocation.
36958
36959 2001-11-27  Jim Meyering  <meyering@lucent.com>
36960
36961         * lib/tempname.c: Merge with version from libc.
36962         * lib/regex.c: Likewise.
36963
36964         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
36965         systems for which STDC_HEADERS is 0, it was not included, resulting in
36966         a warning about an integer-to-pointer conversion problem with getenv.
36967         Reported by Volker Borchert.
36968
36969 2001-11-26  Jim Meyering  <meyering@lucent.com>
36970
36971         * lib/gtod.h: Remove file.
36972         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
36973         * lib/gettimeofday.c: Don't include gtod.h.
36974         (GTOD_init): Remove function.
36975         (rpl_gettimeofday): Do its job here instead, rather than aborting.
36976         Suggestion from Volker Borchert.
36977
36978 2001-11-23  Jim Meyering  <meyering@lucent.com>
36979
36980         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
36981         it.
36982         * lib/hash.c (struct hash_table): Define it here instead.
36983
36984 2001-11-22  Jim Meyering  <meyering@lucent.com>
36985
36986         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
36987
36988 2001-11-20  Jim Meyering  <meyering@lucent.com>
36989
36990         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
36991         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
36992
36993 2001-11-19  Jim Meyering  <meyering@lucent.com>
36994
36995         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
36996         directory.  Use "conftestXXXXXX" as the template.
36997         Suggestion from Paul Eggert.
36998
36999         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37000         immediately, so the test doesn't mistakenly hit the max-open-files
37001         limit.
37002
37003 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37004
37005         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37006         (TEMPORARIES): New macro.
37007         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37008         removes an artificial limitation (e.g. HP-UX 10.20, where
37009         TMP_MAX is 17576).
37010
37011 2001-11-18  Jim Meyering  <meyering@lucent.com>
37012
37013         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37014
37015 2001-11-18  Jim Meyering  <meyering@lucent.com>
37016
37017         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37018         on SunOS 4.
37019
37020         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37021         files will be created before anything else.
37022
37023 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37024
37025         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37026         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37027
37028 2001-11-17  Jim Meyering  <meyering@lucent.com>
37029
37030         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37031         Prompted by a report from Bob Proulx.
37032
37033         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37034         Instead, require UTILS_FUNC_MKSTEMP.
37035
37036 2001-11-17  Jim Meyering  <meyering@lucent.com>
37037
37038         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37039         Now, that's done as part of AC_FUNC_STRTOD.
37040
37041 2001-11-17  Jim Meyering  <meyering@lucent.com>
37042
37043         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37044         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37045         rather than group writable.  Patch by Juan F. Codagnone.
37046
37047         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37048         xrealloc, Instead, include "xalloc.h".
37049
37050         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37051         Remove explicit declarations of xmalloc, xrealloc,
37052         and xstrdup.  Instead, include "xalloc.h".
37053
37054         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37055         unlocked-io.h.
37056         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37057         Likewise.
37058         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37059
37060         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37061         Reported by Padraig Brady.
37062
37063         * lib/mkstemp.c: #undef mkstemp.
37064         Include config.h.
37065         (rpl_mkstemp): Rename from mkstemp.
37066         Protoize.
37067
37068 2001-11-16  Jim Meyering  <meyering@lucent.com>
37069
37070         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37071         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37072         determine the amount of total physical memory, use pstat_getstatic.
37073         HPUX-11 doesn't define _SC_PHYS_PAGES.
37074         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37075         If sysconf couldn't be used to determine the amount of available
37076         physical memory, use both pstat_getstatic and pstat_getdynamic.
37077         Based on a patch from Bob Proulx.
37078
37079 2001-11-10  Jim Meyering  <meyering@lucent.com>
37080
37081         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37082         (jm_PREREQ): Use it.
37083
37084 2001-11-09  Jim Meyering  <meyering@lucent.com>
37085
37086         * m4/jm-macros.m4: Require autoconf-2.52f.
37087         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37088         Use these AC_-prefixed names, not the AM_-prefixed ones.
37089
37090         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37091
37092 2001-11-05  Jim Meyering  <meyering@lucent.com>
37093
37094         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37095
37096 2001-11-04  Jim Meyering  <meyering@lucent.com>
37097
37098         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37099         $DEFS.
37100
37101 2001-11-03  Jim Meyering  <meyering@lucent.com>
37102
37103         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37104         of AC_DEFUN.
37105
37106         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37107         know the name of the variable in the macro definition.
37108
37109 2001-11-03  Jim Meyering  <meyering@lucent.com>
37110
37111         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37112         in argmatch_to_argument call.
37113
37114         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37115         argument.
37116
37117         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37118         e.g., a fault due to an attempt to free a NULL pointer.
37119
37120 2001-11-01  Jim Meyering  <meyering@lucent.com>
37121
37122         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37123         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37124
37125 2001-11-01  Jim Meyering  <meyering@lucent.com>
37126
37127         * lib/dirfd.c, lib/dirfd.h: New files.
37128         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37129
37130         * lib/hash.c (hash_print) [TESTING]: Clean up.
37131
37132 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37133
37134         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37135         to avoid a warning if -Wall.
37136
37137 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37138
37139         * README: New file
37140         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37141         (per RMS's instructions, this is now the canonical source)
37142         * lgpl/, gpl/: New directories.
37143
37144 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37145
37146         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37147
37148 2001-10-21  Jim Meyering  <meyering@lucent.com>
37149
37150         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37151         this code would end up calling gettext even in packages built
37152         with --disable-nls.
37153         * lib/getopt.c (_): Likewise.
37154         * lib/regex.c (_): Likewise.
37155
37156 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37157
37158         * m4/error.m4 (jm_PREREQ_ERROR):
37159         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37160         AC_FUNC_STRERROR_R does that.
37161         Check for strerror declaration.
37162
37163         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37164         are supposed to have them these days.
37165         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37166         Merge changes from latest Autoconf CVS.
37167         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37168         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37169         POSIX decided to standardize on the int flavor of strerror_r.
37170
37171 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37172
37173         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37174         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37175         Use strerror_r that is only a macro, even if it is not a function.
37176         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37177         (private_strerror): Use prototypes, not old-style function definition.
37178         (print_errno_message): New function.
37179         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37180         char*-flavored one.
37181         (error_tail, error, error_at_line): Use it.
37182
37183 2001-10-11  Jim Meyering  <meyering@lucent.com>
37184
37185         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37186         and quote_n (1, ... to avoid clobbering a buffer.
37187
37188 2001-10-05  Jim Meyering  <meyering@lucent.com>
37189
37190         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37191         hash-pjw.h.
37192         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37193         * lib/hash-pjw.h: New file.
37194
37195 2001-09-30  Jim Meyering  <meyering@lucent.com>
37196
37197         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37198         `struct fsstat' has the `f_fstypename' member.
37199         Use that to define FS_TYPE, which is now used to make
37200         the getfsstat link test tighter.
37201
37202 2001-09-30  Jim Meyering  <meyering@lucent.com>
37203
37204         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37205         Include <sys/ucred.h>, for Apple Darwin.
37206         Include sys/mount.h and sys/fs_types.h only if available.
37207         (FS_TYPE): Define.
37208         (read_filesystem_list): Use FS_TYPE.
37209
37210 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37211
37212         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37213         a boolean context.
37214
37215 2001-09-29  Jim Meyering  <meyering@lucent.com>
37216
37217         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37218         [one-argument getmntent function]): Include stdio.h before mntent.h.
37219         SunOS 4.1.x needs it for the declaration of `FILE'.
37220         Patch by Volker Borchert.
37221
37222         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37223         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37224         sys/fs_types.h, and make the link-test for getfsstat guard #include
37225         directives with appropriate #if HAVE_*_H tests so that we can
37226         detect getfsstat on Apple Darwin1.3.7 systems.
37227         Reported by Nelson Beebe.
37228         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37229
37230 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37231
37232         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37233         #defines strtoimax.  Also treat the other strto* functions
37234         like strtoimax.
37235
37236         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37237         Check for strtoul and strtoumax,
37238         as those declarations are made even in the signed case.
37239         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37240         Likewise, for strtol and strtoimax.
37241
37242 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37243
37244         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37245         #defines strtoimax.  Also treat the other strto* functions
37246         like strtoimax.
37247
37248         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37249         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37250         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37251
37252 2001-09-26  Jim Meyering  <meyering@lucent.com>
37253
37254         Most macros in unlocked-io.h had the wrong number of arguments.
37255         * lib/gen-uio: New script.
37256         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37257         * lib/unlocked-io.hin: Remove file.
37258         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37259         rather than trying to embed it here.
37260         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37261         Reported by Padraig Brady.
37262
37263 2001-09-25  Volker Borchert  <bt@teknon.de>
37264
37265         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37266         `result'.
37267
37268 2001-09-24  Jim Meyering  <meyering@lucent.com>
37269
37270         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37271
37272 2001-09-23  Jim Meyering  <meyering@lucent.com>
37273
37274         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37275         instead of the mere test for existence of mntent.h.  The latter
37276         would get a false-positive on AIX 3.4 systems.
37277         In the outer getmntent if-block, don't die if neither of the getmntent
37278         tests succeeds.  Instead, just fall through and continue with the
37279         remaining tests.
37280
37281 2001-09-23  Jim Meyering  <meyering@lucent.com>
37282
37283         * lib/mountlist.c: Remove useless parentheses in #if directives.
37284         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37285         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37286
37287 2001-09-22  Jim Meyering  <meyering@lucent.com>
37288
37289         * m4/gettext.m4: New file.  From gettext.
37290         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37291         * m4/progtest.m4: Likewise
37292         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37293         * m4/glibc21.m4: Likewise.
37294
37295         * m4/libintl.m4: Remove.  No longer used.
37296
37297 2001-09-22  Jim Meyering  <meyering@lucent.com>
37298
37299         * lib/localcharset.c: Update from latest gettext.
37300         * lib/config.charset: Likewise.
37301
37302 2001-09-20  Jim Meyering  <meyering@lucent.com>
37303
37304         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37305         strtoimax.
37306         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37307         strtoumax.
37308
37309 2001-09-20  Jim Meyering  <meyering@lucent.com>
37310
37311         * lib/xstrtol.c (strtoimax): Guard declaration with
37312         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37313         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37314         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37315         (strtoumax): Likewise, for completeness (it wasn't necessary).
37316
37317 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37318
37319         * lib/strtoimax.c (HAVE_LONG_LONG):
37320         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37321         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37322         to work around bug in IBM C compiler.
37323
37324 2001-09-17  Jim Meyering  <meyering@lucent.com>
37325
37326         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37327         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37328         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37329         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37330         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37331         whenever the right hand side need not be expanded by the shell.
37332
37333 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37334
37335         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37336         library.  It's not correct, as some older glibcs are buggy.
37337         fnmatch wasn't fixed until glibc 2.2.
37338
37339         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37340         special shell magic here.
37341
37342 2001-09-16  Jim Meyering  <meyering@lucent.com>
37343
37344         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37345         * m4/jm-macros.m4: Require it.
37346
37347 2001-09-16  Jim Meyering  <meyering@lucent.com>
37348
37349         * lib/mkdir.c: New file.
37350
37351 2001-09-15  Jim Meyering  <meyering@lucent.com>
37352
37353         * m4/jm-macros.m4: Check for help2man.
37354
37355 2001-09-11  Jim Meyering  <meyering@lucent.com>
37356
37357         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37358         The body, by Paul Eggert, was moved here from configure.in.
37359         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37360
37361 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37362
37363         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37364         (jm_PREREQ): Use it.
37365
37366 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37367
37368         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37369         Use ssize_t, not int, to store result of readlink.
37370         Check for ssize_t overflow as well as size_t overflow,
37371         as POSIX says the result of readlink is implementation-defined
37372         when ssize_t overflows.
37373         Remove unnecessary cast to char*.
37374         Use free+malloc instead of realloc, as the storage doesn't need
37375         to be preserved and it's clearer and can be more efficient that way.
37376         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37377         * lib/xreadlink.h (xreadlink): Update prototype.
37378
37379 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37380
37381         * lib/xgetcwd.c: Revert some of the previous change; intead,
37382         fix the HAVE_GETCWD_NULL code to behave more like the
37383         !HAVE_GETCWD_NULL code used to.
37384
37385         Include "xalloc.h".
37386         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37387         invoke xalloc_die.
37388
37389 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37390
37391         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37392         sys/param.h, as pathmax.h includes them.
37393
37394 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37395
37396         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37397         (jm_PREREQ_XGETCWD): New macro.
37398
37399         * m4/getcwd.m4: New file.
37400
37401 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37402
37403         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37404         like the HAVE_GETCWD_NULL code.
37405         Include pathmax.h if not HAVE_GETCWD.
37406         Do not include xalloc.h.
37407         (INITIAL_BUFFER_SIZE): New symbol.
37408         Do not use xmalloc / xrealloc, since the caller is responsible for
37409         handling errors.  Preserve errno around `free' during failure.
37410         Do not overrun buffer when using getwd.
37411
37412 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37413
37414         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37415         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37416         getcwd (NULL, 0).
37417
37418 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37419
37420         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37421         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37422         spotted by Jim Meyering.
37423
37424 2001-09-03  Jim Meyering  <meyering@lucent.com>
37425
37426         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37427         failure.
37428
37429 2001-09-02  Jim Meyering  <meyering@lucent.com>
37430
37431         * lib/error.c: Update from GNU libc.
37432
37433 2001-09-01  Jim Meyering  <meyering@lucent.com>
37434
37435         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37436         Used by df.
37437
37438 2001-09-01  Jim Meyering  <meyering@lucent.com>
37439
37440         * lib/xreadlink.c: New file.
37441         * lib/xreadlink.h: New file.
37442         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37443         xreadlink.h.
37444
37445         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37446         doesn't conflict with sparc Solaris 7's definition in
37447         /usr/include/sys/int_types.h.
37448
37449         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37450         files.
37451         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37452         and strncasecmp as r-values.  Unixware didn't have declarations.
37453
37454 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37455
37456         * lib/xstrtol.h: Add copyright notice.
37457         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
37458         LONGINT_INVALID_SUFFIX_CHAR.
37459
37460 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37461
37462         * lib/xstrtol.c (strtoimax): New decl.
37463
37464 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37465
37466         * lib/xgetcwd.c: Don't include pathmax.h.
37467         Include stdlib.h and unistd.h if available.
37468         Include xalloc.h.
37469         (xmalloc, xstrdup, free): Remove decls.
37470         (xgetcwd): Don't assume sizes fit in unsigned.
37471         Check for overflow when computing sizes.
37472         Simplify reallocation code.
37473
37474 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37475
37476         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
37477         a directory's st_size can have an arbitrary value, so the old
37478         usage could waste an arbitrary amount of memory.  All uses
37479         changed.
37480         * lib/savedir.h: Update prototype.
37481
37482 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37483
37484         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
37485
37486         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
37487         old strtoimax.c.
37488
37489         Also, make the following further changes to make this file's
37490         configuration more similar to that of strtol.c:
37491         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
37492         (strtoumax, uintmax_t, strtoull, strtol): Remove.
37493         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
37494         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
37495         changed to signed values.
37496
37497         And make the following changes as well:
37498         Fix copyright notice, as 1999 was missing.
37499         (verify): New macro.
37500         (strtoimax): Check sizes at compile-time, not run-time.
37501         Prefer strtol to strtoll if both work.
37502         (main): Remove; it was not that useful and was a pain to maintain.
37503
37504         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
37505
37506 2001-08-31  Jim Meyering  <meyering@lucent.com>
37507
37508         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
37509         Use an initial, malloc'd, buffer of length 128 rather than
37510         a statically allocated one of length 1024.
37511
37512 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37513
37514         Simplify code, partly by assuming autoconf 2.52 semantics.
37515
37516         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
37517
37518         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
37519         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
37520         All uses removed.
37521         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
37522         Move AC_REQUIRE to next-to-top level, to avoid confusion.
37523         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
37524         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
37525         jm_AC_HEADER_INTTYPES_H.
37526         * m4/jm-macros.m4 (jm_MACROS): Likewise.
37527
37528         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
37529
37530         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37531         Quote first arg of AC_DEFUN.
37532         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
37533         since they are needed to parse the include file even if we need
37534         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
37535         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
37536         but with opposite signedness.
37537
37538 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37539
37540         Merge 'exclude' changes from tar 1.13.22.
37541         This fixes one or two unlikely storage allocation overflow bugs,
37542         but doesn't change user-visible behavior otherwise.
37543
37544 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37545
37546         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
37547         (jm_PREREQ_EXCLUDE): New macro.
37548
37549 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37550
37551         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
37552         tm to be declared.
37553
37554 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37555
37556         * lib/hash.c: Remove '2001' from copyright notice.
37557
37558 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37559
37560         * lib/full-write.h: New file.
37561         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
37562         * lib/full-write.c: Correct credits, as cccp.c no longer
37563         exists and anyway it was so heavily changed from the old cccp
37564         code as to be unrecognizable.  Include full-write.h.
37565         (full_write) Return size_t, with short writes meaning failure.
37566         All callers changed.  This fixes a bug with large buffers
37567         on 64-bit hosts.
37568         * lib/utime.c: Include full-write.h.
37569
37570 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37571
37572         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
37573         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
37574         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
37575         Include if available.
37576         (<xalloc.h>): Include
37577         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
37578         (verify): New macro.  Use it to verify that EXCLUDE macros do not
37579         collide with FNM macros.
37580         (struct patopts): New struct.
37581         (struct exclude): Use it, as exclude patterns now come with options.
37582         (new_exclude): Support above changes.
37583         (new_exclude, add_exclude_file):
37584         Initial size must now be a power of two to simplify overflow checking.
37585         (free_exclude, fnmatch_no_wildcards): New function.
37586         (excluded_filename): No longer requires options arg, as the options
37587         are determined by add_exclude.  Now returns bool, not int.
37588         (excluded_filename, add_exclude):
37589         Add support for the fancy new exclusion options.
37590         (add_exclude, add_exclude_file): Now takes int options arg.
37591         Check for arithmetic overflow when computing sizes.
37592         (add_exclude_file): xrealloc might modify errno, so don't
37593         realloc until after errno might be used.
37594
37595         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
37596         New macros.
37597         (free_exclude): New decl.
37598         (add_exclude, add_exclude_file): Now takes int options arg.
37599         (excluded_filename): No longer requires options arg, as the options
37600         are determined by add_exclude.  Now returns bool, not int.
37601
37602 2001-08-30  Paul Eggert  <eggert@twinsun.com>
37603
37604         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
37605
37606 2001-08-27  Jim Meyering  <meyering@lucent.com>
37607
37608         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
37609
37610         * lib/version-etc.c (N_): Remove definition.
37611         Revert most of last change.
37612         Instead, simply don't mark the `Copyright...' string for translation.
37613         Based on advice from Paul Eggert.
37614
37615         * lib/strtoxmax.c: Tweak comment.
37616
37617 2001-08-26  Jim Meyering  <meyering@lucent.com>
37618
37619         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
37620
37621         * m4/xstrtoimax.m4: New file.
37622         * m4/xstrtoumax.m4: Add comments explaining why we
37623         AC_REPLACE_FUNCS(strtol).
37624
37625 2001-08-26  Jim Meyering  <meyering@lucent.com>
37626
37627         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
37628         of copyright with `%s' so translators don't get an untranslated
37629         message in 2002.
37630         (COPYRIGHT_YEAR): Define.
37631         (version_etc): Use fprintf rather than fputs.
37632         Suggestion from Ulrich Drepper.
37633
37634         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
37635
37636         * lib/strtoll.c: New file, from GNU libc.
37637         * lib/xstrtoimax.c: New file.
37638
37639         * lib/xstrtol.h: Add xstrtoimax.
37640         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
37641         * lib/strtoimax.c: New file.  Likewise, but first define
37642         STRTOUXMAX_SIGNED.
37643
37644         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
37645         ...
37646         * lib/strtoxmax.c: ... then renamed to this.
37647
37648 2001-08-18  Paul Eggert  <eggert@twinsun.com>
37649
37650         * m4/inttypes.m4: Add AC_PREREQ(2.13).
37651         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
37652         (jm_AC_TYPE_INTMAX_T): New macro.
37653         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
37654
37655         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
37656
37657         * m4/longlong.m4: Renamed from ulonglong.m4.
37658         * m4/inttypes.m4: Renamed from inttypes_h.m4.
37659         * m4/uintmax_t.m4: Removed.
37660
37661 2001-08-13  Paul Eggert  <eggert@twinsun.com>
37662
37663         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
37664         Port to Solaris 8, where 'sed' requires a space after the 'r'
37665         command, and where sh dislikes "$/".  Clean up the spacing a bit.
37666         Redirect output to $tmp just once.
37667
37668 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
37669
37670         * lib/addext.c (<errno.h>): Include.
37671         (errno): Declare if not defined.
37672         (addext): Work correctly when pathconf returns -1 and leaves
37673         errno alone because there is no limit.  Also, work even if
37674         pathconf returns a value greater than SIZE_MAX.
37675
37676 2001-08-12  Jim Meyering  <meyering@lucent.com>
37677
37678         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
37679         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
37680         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
37681         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
37682         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
37683         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
37684         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
37685         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
37686         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
37687         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
37688         utime.m4, utimes.m4, xstrtoumax.m4:
37689         Quote the first argument in each use of AC_DEFUN.
37690
37691 2001-08-12  Jim Meyering  <meyering@lucent.com>
37692
37693         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
37694         Simply `return getcwd (NULL, 0);'.
37695         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
37696         Use 1300 as initial value for length, not PATH_MAX.
37697
37698         * lib/pathmax.h: Clean up cpp syntax.
37699
37700 2001-08-12  Jim Meyering  <meyering@lucent.com>
37701
37702         * lib/gettimeofday.c: New file.
37703         * lib/gtod.h: New file.
37704         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
37705
37706 2001-08-05  Jim Meyering  <meyering@lucent.com>
37707
37708         * m4/jm-macros.m4: Require autoconf-2.52.
37709
37710 2001-08-04  Jim Meyering  <meyering@lucent.com>
37711
37712         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
37713         stmt, to get in sync with glibc.
37714
37715 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37716
37717         The following changes are from gettext 0.10.39 as maintained by
37718         Bruno Haible.
37719
37720         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
37721         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
37722         with inverted sense.  All uses changed.
37723
37724         * lib/mbswidth.c: Don't include <limits.h>.
37725         Include <stdlib.h> and <string.h> unconditionally.
37726         (iswcntrl, mbsinit, ISCNTRL): New macros.
37727         (mbsnwidth): Use K&R style function declarations.
37728         Don't bother checking for MB_LEN_MAX == 1, since the compiler
37729         can optimize it when MB_CUR_MAX == 1.
37730         The width of control characters is zero, not 1.
37731
37732 2001-08-03  Paul Eggert  <eggert@twinsun.com>
37733
37734         The following changes are from gettext 0.10.39 as maintained by
37735         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
37736
37737         * m4/codeset.m4: Upgrade to serial AM1.
37738         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
37739         all uses changed.  Quote first arg of AC_DEFUN.
37740         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
37741
37742         * m4/iconv.m4: Upgrade to serial AM2.
37743         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
37744         Add --with-libconv-prefix.
37745         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
37746         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
37747         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
37748         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
37749         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
37750
37751         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
37752         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
37753         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
37754         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
37755         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
37756         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
37757         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
37758         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
37759         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
37760
37761         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
37762         string.h any more.
37763
37764         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
37765         not the default value.
37766
37767         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
37768         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
37769         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
37770         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
37771         Also check for iswcntrl, used for wcwidth fallback.
37772         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
37773         to Autoconf 2.13.
37774
37775 2001-08-03  Jim Meyering  <meyering@lucent.com>
37776
37777         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
37778         as it was in the original.  Reported by Paul Eggert.
37779
37780 2001-07-16  Jim Meyering  <meyering@lucent.com>
37781
37782         * m4/gettimeofday.m4: New file.
37783         Prompted by a report from Bernhard Baehr.
37784
37785 2001-07-15  Jim Meyering  <meyering@lucent.com>
37786
37787         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
37788         stuff. Now it's in ../Makefile.cfg.
37789
37790 2001-07-15  Jim Meyering  <meyering@lucent.com>
37791
37792         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
37793         (BUILT_SOURCES): Add unlocked-io.h.
37794         (io_functions): Define.
37795         (unlocked-io.h): New rule.
37796         (DISTCLEANFILES): Add unlocked-io.h.
37797         (all-local): Depend on unlocked-io.h, to ensure it is created.
37798
37799         * lib/unlocked-io.hin: New file
37800
37801         * lib/regex.c: Update from glibc.
37802
37803 2001-07-05  Jim Meyering  <meyering@lucent.com>
37804
37805         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
37806         recommendation.
37807         (libfetish_a_SOURCES): Put all .h files here instead.
37808         Remove a thus-exposed (better checks in automake) duplicate and
37809         two unnecessary .h files.
37810
37811 2001-07-04  Jim Meyering  <meyering@lucent.com>
37812
37813         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
37814         that generates jm-glibc-io.m4 so that it doesn't trigger any make
37815         distcheck failure.
37816
37817 2001-07-02  Jim Meyering  <meyering@lucent.com>
37818
37819         The following changes were prompted by suggestions from Bruno Haible.
37820
37821         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
37822         is now generated.
37823         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
37824         definition of EXTRA_DIST.
37825         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
37826         ensure that the generated file is created/updated whenever the list
37827         of $(unlocked_functions) is changed.
37828         (jm-glibc-io.m4): New rule.
37829         (unlocked-io.h): New rule -- currently unused.
37830
37831 2001-06-24  Jim Meyering  <meyering@lucent.com>
37832
37833         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
37834         unmatched right bracket, rather than kludging it with an extra,
37835         falsely-matching quote in a comment.  Patch by Akim Demaille.
37836
37837 2001-06-11  Jim Meyering  <meyering@lucent.com>
37838
37839         * lib/regex.c: Update from GNU libc.
37840
37841 2001-05-27  Jim Meyering  <meyering@lucent.com>
37842
37843         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
37844         Check for ut_type in struct utmp.
37845
37846 2001-05-27  Jim Meyering  <meyering@lucent.com>
37847
37848         * lib/readutmp.h (UT_TYPE): Define.
37849
37850 2001-05-24  Jim Meyering  <meyering@lucent.com>
37851
37852         * lib/argmatch.c: Include "quote.h".
37853         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
37854         quote function.  Reported by Göran Uddeborg.
37855
37856 2001-05-22  Jim Meyering  <meyering@lucent.com>
37857
37858         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
37859         now that we use the package-supplied version unconditionally.
37860         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
37861
37862 2001-05-21  Jim Meyering  <meyering@lucent.com>
37863
37864         * m4/regex.m4: Change a couple backticks to single quotes to avoid
37865         shell syntax errors.
37866
37867 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37868
37869         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
37870
37871 2001-05-20  Paul Eggert  <eggert@twinsun.com>
37872
37873         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
37874         Don't bother to check library strftime, since
37875         we'll be using our own my_strftime function anyway.
37876         Define my_strftime instead of strftime.
37877
37878 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
37879
37880         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
37881         which is not yet declared.
37882
37883 2001-05-15  Jim Meyering  <meyering@lucent.com>
37884
37885         * m4/regex.m4: Use proper quoting so brackets appear in the test
37886         program.
37887         Reported by, and with help from, Bruno Haible.
37888
37889 2001-05-13  Jim Meyering  <meyering@lucent.com>
37890
37891         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
37892         undefined.
37893
37894 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37895
37896         dirname code cleanup.  base_name now behaves more compatibly
37897         with POSIX basename when given file names that have trailing
37898         slashes, and similarly for dir_name.  Add new primitives
37899         base_len and dir_len.  Put the directory-name-related decls
37900         into dirname.h.
37901
37902         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
37903         * lib/backupfile.c (base_name): Likewise.
37904         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
37905         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
37906         * lib/makepath.c (strip_trailing_slashes): Likewise.
37907         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
37908         ISSLASH): Likewise.
37909         * lib/rename.c (strip_trailing_slashes): Likewise.
37910         * lib/same.c (base_name): Likewise.
37911         * lib/stripslash.c (ISSLASH): Likewise.
37912
37913         * lib/addext.c: Include <dirname.h> after size_t is defined.
37914         * lib/backupfile.c: Likewise.
37915
37916         * lib/addext.c (addext): Use base_len to trim redundant
37917         trailing slashes instead of doing it ourselves.
37918         But do not trim the last slash if it is not redundant.
37919
37920         * lib/backupfile.c (find_backup_file_name,
37921         max_backup_version): Use base_len instead of rolling it ourselves.
37922         Handle the case of "" and (on DOS) "C:" correctly.
37923
37924         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
37925         needed. Include <string.h>, <dirname.h>.
37926         (base_name): Allow file names ending in slashes, other than names
37927         that are all slashes.  In this case, return the basename followed
37928         by the slashes.  This is more general, and can be used in places
37929         where the original base_name purposely had an assertion failure.
37930         (base_len): New function.
37931
37932         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
37933         Do not include <assert.h>; no longer needed.
37934         Include xalloc.h.
37935         (memrchr): Remove decl.
37936         (dir_name_r): Remove.
37937         (dir_len): Renamed from dirlen.  All callers changed.
37938         Rewrite in terms of base_name, for simplicity and consistency.
37939         (dir_name): Never return NULL.  All callers changed.
37940         Do not include <stdlib.h> in test program; no longer needed.
37941         return 0; is fine for test program.
37942
37943         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
37944         New macros.
37945         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
37946
37947         * lib/path-concat.c (path_concat): Use base_len to compute
37948         base length, not strlen; this means we cannot rely on memcpy
37949         to null-terminate.
37950
37951         * lib/same.c (STREQ): Remove.
37952         (same_name): Handle the case where the basename ends in trailing '/'.
37953
37954         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
37955         a slash was stripped.  Do not strip the last slash after a
37956         file system prefix.
37957
37958 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37959
37960         * lib/Makefile.am (libfetish_a_SOURCES):
37961         Add strftime.c, since we now compile it on all hosts.
37962
37963         * lib/strftime.c (my_strftime):
37964         Define to nstrftime if emacs, but only if my_strftime is not defined.
37965         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
37966         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
37967         Add one more extra argument: a nanoseconds value.
37968         All uses changed.
37969         (ns): New macro.
37970         (my_strftime function): Add %N format.
37971         (emacs_strftimeu): Renamed from emacs_strftime,
37972         with extra ut argument.
37973
37974 2001-05-09  Paul Eggert  <eggert@twinsun.com>
37975
37976         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
37977
37978 2001-04-21  Jim Meyering  <meyering@lucent.com>
37979
37980         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
37981         doesn't interfere.
37982
37983 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37984
37985         * m4/ftruncate.m4: Check for chsize.
37986         Link with ftruncate.o unconditionally if ftruncate is missing.
37987         This was required when cross-compiling to i586-mingw32msvc.
37988
37989 2001-04-08  Jim Meyering  <meyering@lucent.com>
37990
37991         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
37992         recomputed; that's necessary when the offset spans a DST transition.
37993         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
37994
37995 2001-04-02  Jim Meyering  <meyering@lucent.com>
37996
37997         * lib/regex.h, regex.c: Update from GNU libc.
37998
37999 2001-03-24  Jim Meyering  <meyering@lucent.com>
38000
38001         * m4/jm-macros.m4: Require autoconf-2.49d.
38002
38003 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38004
38005         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38006
38007 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38008
38009         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38010
38011 2001-03-17  Jim Meyering  <meyering@lucent.com>
38012
38013         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38014         now that the version in autoconf is equivalent.
38015         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38016
38017         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38018         Suggestion from Akim Demaille.
38019
38020         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38021         (jm_PREREQ_TEMPNAME): New function.
38022
38023 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38024
38025         * lib/tempname.c (uint64_t): Define to uintmax_t if
38026         not defined, and if UINT64_MAX is not defined.
38027         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38028         Reported by John David Anglin.
38029
38030 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38031
38032         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38033         resolve alias if codeset is empty.
38034         * lib/config.charset (BeOS): Use wildcard syntax.
38035
38036 2001-03-13  Jim Meyering  <meyering@lucent.com>
38037
38038         * lib/path-concat.c (path_concat)
38039         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38040         concatenating e.g., `C:' and `foo'.
38041         From Bruno Haible.
38042
38043 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38044
38045         * lib/localcharset.c (locale_charset): Don't use
38046         setlocale(LC_CTYPE,NULL). Don't return NULL.
38047         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38048
38049 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38050
38051         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38052         support for DOS/DJGPP.
38053
38054 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38055
38056         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38057         lacks mkstemp.  Compile our own tempname.c if we compile our own
38058         mkstemp.c, as mkstemp relies on tempname.
38059
38060 2001-03-01  Jim Meyering  <meyering@lucent.com>
38061
38062         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38063         AH_VERBATIM really does output its argument verbatim.
38064
38065 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38066
38067         * lib/Makefile.am (libfetish_a_SOURCES):
38068         Add dup-safer.c, fopen-safer.c.
38069         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38070
38071         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38072         * lib/unistd-safer.h: New files.
38073
38074 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38075
38076         The mkstemp replacement is taken from glibc 2.2.2, with some
38077         portability fixes for use outside glibc, as follows:
38078
38079         * lib/tempname.c (struct_stat64): New macro.
38080         (direxists, __gen_tempname): Use it.
38081         This avoids a portability problem with Solaris 8.
38082
38083         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38084         (<stddef.h>, <stdint.h>, <string.h>):
38085         Include only if STDC_HEADERS || _LIBC.
38086         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38087         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38088         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38089         (__set_errno): Define this macro if <errno.h> doesn't.
38090         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38091         Define these macros if <stdio.h> doesn't.
38092         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38093         Define these macros if <sys/stat.h>
38094         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38095         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38096         __xstat64): Define if not _LIBC.
38097         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38098         (__gen_tempname): Invoke gettimeofday only if
38099         HAVE_GETTIMEOFDAY || _LIBC;
38100         otherwise, fall back on plain "time".
38101         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38102
38103         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38104
38105         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38106
38107 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38108
38109         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38110
38111 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38112
38113         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38114         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38115         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38116         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38117
38118 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38119
38120         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38121         Remove workaround macros for hosts that have mbrtowc but not
38122         mbstate_t, as we now insist on proper declarations for both
38123         before using mbrtowc.
38124
38125 2001-02-17  Jim Meyering  <meyering@lucent.com>
38126
38127         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38128         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38129         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38130         UnixWare 7.1.1.
38131
38132         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38133         rather than AC_CACHE_VAL.
38134
38135 2001-02-17  Jim Meyering  <meyering@lucent.com>
38136
38137         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38138         around included file name.
38139
38140         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38141
38142         * lib/strftime.c: Update from GNU libc (the only changes were to
38143         comments).
38144
38145 2001-02-17  Jim Meyering  <meyering@lucent.com>
38146
38147         * lib/regex.c: Update from libc.
38148
38149 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38150
38151         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38152         clash.
38153
38154 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38155
38156         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38157         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38158         Reported by Mark Hounschell via Paul Eggert.
38159
38160 2001-02-07  Jim Meyering  <meyering@lucent.com>
38161
38162         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38163
38164 2001-02-05  Jim Meyering  <meyering@lucent.com>
38165
38166         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38167         it includes the patch required for `large file' support with at least
38168         HP-UX's 10.20 /bin/cc.
38169
38170 2001-02-03  Jim Meyering  <meyering@lucent.com>
38171
38172         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38173         AS_IF, now that it works once again (mysteriously).
38174         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38175
38176 2001-01-30  Jim Meyering  <meyering@lucent.com>
38177
38178         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38179         * m4/chown.m4: Rename conftestchown to conftest.chown.
38180         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38181         s/conftestdir2/conftest.d2/.
38182         * m4/utimes.m4: s/conftestdata/conftest.data/
38183         Inspired by Pavel Roskin's change in autoconf.
38184
38185 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38186
38187         * lib/config.charset: Update for FreeBSD 4.2.
38188
38189 2001-01-27  Jim Meyering  <meyering@lucent.com>
38190
38191         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38192         a use of AS_IF.
38193         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38194
38195 2001-01-26  Jim Meyering  <meyering@lucent.com>
38196
38197         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38198         quotearg.c includes it.
38199
38200 2001-01-26  Jim Meyering  <meyering@lucent.com>
38201
38202         * lib/quotearg.c: Include stddef.h.
38203         * lib/quote.c: Include stddef.h.
38204         Reported by Axel Kittenberger.
38205
38206         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38207         line in double quotes so that it evokes a better diagnostic.
38208         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38209         Reported by Axel Kittenberger.
38210
38211 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38212
38213         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38214         as if it was a `charset'.
38215
38216 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38217
38218         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38219         has const.
38220
38221 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38222
38223         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38224         to avoid a warning.  Add back 'const' to inptr.
38225
38226 2001-01-20  Jim Meyering  <meyering@lucent.com>
38227
38228         Be sure that headers are checked before used in code compiled
38229         for the type checks.
38230         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38231         In place of that, invoke jm_CHECK_ALL_TYPES.
38232         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38233         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38234         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38235         The check for ssize_t was mistakenly run before the test for unistd.h.
38236
38237         The configure-time check for stdbool.h was missing.
38238         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38239         (jm_PREREQ_HASH): New function.
38240
38241 2001-01-17  Jim Meyering  <meyering@lucent.com>
38242
38243         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38244         for autoconf-2.49c.
38245         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38246
38247 2001-01-16  Jim Meyering  <meyering@lucent.com>
38248
38249         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38250         From Bruno Haible.
38251
38252 2001-01-14  Jim Meyering  <meyering@lucent.com>
38253
38254         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38255         foo and bar.  Create conftestdir/ in the script, not in the C code.
38256         Remove directories in the script, not in the C code.
38257         Remove conftestdir{,2} before trying to create the directory.
38258         Make the entire configure script fail if the mkdir fails.
38259
38260 2001-01-14  Jim Meyering  <meyering@lucent.com>
38261
38262         * lib/rename.c: New file.  From Volker Borchert.
38263         Include stdlib.h, string.h or strings.h, and xalloc.h.
38264         Use strip_trailing_slashes rather than open-coding it.
38265
38266 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38267
38268         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38269
38270 2001-01-03  Jim Meyering  <meyering@lucent.com>
38271
38272         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38273         of local `inptr' to avoid warning with some system declarations of
38274         iconv.
38275
38276 2001-01-02  Volker Borchert  <bt@teknon.de>
38277
38278         * m4/rename.m4: New file.
38279         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38280
38281 2001-01-01  Jim Meyering  <meyering@lucent.com>
38282
38283         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38284         even on systems with utmpx.h.  It's necessary for the declaration of
38285         utmp's ut_user member.  Reported by Andreas Jaeger.
38286
38287         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38288         available. They are required for the declarations of getgrgid and
38289         getpwuid resp.
38290         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38291         Reported by Andreas Jaeger.
38292
38293 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38294
38295         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38296         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38297         so `make install' also works in VPATH builds.
38298
38299 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38300
38301         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38302         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38303         can be used in subdirectories.
38304
38305 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38306
38307         * lib/modechange.c: Do not assume that mode_t uses the
38308         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38309         the other-execute bit of FOO even if S_IXOTH != 1.
38310
38311         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38312         WOTH, XOTH, ALLM): New macros.
38313         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38314          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38315         Use them.
38316         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38317         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38318         (mode_compile):
38319         No need to use uintmax_t; unsigned long is long enough.
38320         Don't bother to get suffix since we don't use it.
38321
38322 2000-12-26  Jim Meyering  <meyering@lucent.com>
38323
38324         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38325         better with autoheader.
38326
38327 2000-12-24  Jim Meyering  <meyering@lucent.com>
38328
38329         * lib/hash.c (is_prime): Return explicit boolean values.
38330         (hash_get_first): Return NULL to appease Irix5.6's 89.
38331         Reported by Nelson Beebe.
38332
38333 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38334
38335         * lib/localcharset.c (locale_charset): Add support for Win32.
38336
38337 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38338
38339         * lib/physmem.h, lib/physmem.c: New files.
38340
38341         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38342         (noinst_HEADERS): Add physmem.h.
38343
38344         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38345         't' for compatibility with Solaris 8 sort.
38346
38347 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38348
38349         * lib/config.charset: Add support for BeOS.
38350
38351 2000-12-17  Jim Meyering  <meyering@lucent.com>
38352
38353         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38354         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38355
38356 2000-12-16  Jim Meyering  <meyering@lucent.com>
38357
38358         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38359         N and M) would have treated it like `chown N:N FILE'.
38360
38361         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38362
38363 2000-12-16  Jim Meyering  <meyering@lucent.com>
38364
38365         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38366         SHELLS_FILE to a file name that's useful on djgpp systems.
38367         Include stdlib.h.
38368         (ADDITIONAL_DEFAULT_SHELLS): Define.
38369         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38370         Based mostly on a patch from Prashant TR.
38371
38372 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38373
38374         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38375         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38376         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38377
38378 2000-12-08  Andreas Schwab  <schwab@suse.de>
38379
38380         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38381         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38382
38383 2000-12-07  Jim Meyering  <meyering@lucent.com>
38384
38385         * lib/stripslash.c (ISSLASH): Define.
38386         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38387         `/'.
38388         From Prashant TR.
38389
38390         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38391         (dir_name_r): Declare this function as static.
38392         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38393         manifest itself on a name containing a mix of slashes and
38394         backslashes.
38395         Make this function work with names starting with a DOS-style
38396         drive letter and colon prefix.
38397         (dir_name): Append `.' if necessary.
38398         Based mostly on patches from Prashant TR and Eli Zaretskii.
38399
38400         * lib/dirname.h (dir_name_r): Remove prototype.
38401
38402 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38403
38404         * m4/off_t-format.m4: Remove this file.
38405         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38406
38407 2000-12-06  Jim Meyering  <meyering@lucent.com>
38408
38409         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38410         replacement strtoull, we may well need the replacement strtoul, too.
38411         Check for declarations of strtoul and strtoull.
38412         Check for strtol.  Mainly as a cue to cause automake to include
38413         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38414         Check for limits.h -- strtol.c needs it.
38415
38416 2000-12-05  Jim Meyering  <meyering@lucent.com>
38417
38418         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38419
38420 2000-12-04  Jim Meyering  <meyering@lucent.com>
38421
38422         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38423         Also include memory.h, stdlib.h, unistd.h if appropriate.
38424         Reported by Andreas Jaeger (conflicting declaration of malloc).
38425
38426 2000-12-02  Jim Meyering  <meyering@lucent.com>
38427
38428         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38429         * m4/jm-macros.m4 (jm_MACROS): require it.
38430
38431 2000-12-02  Jim Meyering  <meyering@lucent.com>
38432
38433         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38434
38435 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38436
38437         * lib/memrchr.c: Include <config.h> before any system include file.
38438
38439 2000-11-30  Jim Meyering  <meyering@lucent.com>
38440
38441         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38442
38443 2000-11-30  Jim Meyering  <meyering@lucent.com>
38444
38445         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38446
38447 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38448
38449         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38450
38451 2000-11-26  Jim Meyering  <meyering@lucent.com>
38452
38453         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38454
38455 2000-11-22  Paul Eggert  <eggert@twinsun.com>
38456
38457         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
38458         size of (size_t) -1; it's not portable.
38459
38460 2000-11-17  Jim Meyering  <meyering@lucent.com>
38461
38462         * lib/strstr.c: Update from GNU libc.
38463
38464 2000-11-17  Akim Demaille  <akim@epita.fr>
38465
38466         * lib/obstack.h: Formatting changes.
38467         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
38468         prevent type checking.
38469         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
38470         cast the value to (void *): assigning a `foo *' to a `void *'
38471         variable is valid.
38472         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
38473
38474 2000-11-16  Jim Meyering  <meyering@lucent.com>
38475
38476         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
38477
38478 2000-11-11  Jim Meyering  <meyering@lucent.com>
38479
38480         * lib/error.c: Add a couple #includes, merging from GNU libc version.
38481
38482 2000-11-10  Jim Meyering  <meyering@lucent.com>
38483
38484         * lib/obstack.h: Update from GNU libc.
38485         * lib/obstack.c: Likewise.
38486
38487 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
38488
38489         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
38490
38491 2000-11-06  Paul Eggert  <eggert@twinsun.com>
38492
38493         * lib/getusershell.c (setusershell): Use rewind rather than
38494         fseek/fseeko, to avoid configuration hassles with fseeko.
38495         Don't bother opening SHELLS_FILE if shellstream is NULL;
38496         it's not necessary.
38497
38498 2000-11-05  Jim Meyering  <meyering@lucent.com>
38499
38500         * lib/makepath.h (make_dir): Declare.
38501         * lib/makepath.c (make_dir): Remove `static' attribute.
38502         Tweak a comment.
38503
38504 2000-11-04  Jim Meyering  <meyering@lucent.com>
38505
38506         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
38507
38508 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
38509
38510         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
38511         last one in a bucket, advance to the next bucket.
38512
38513 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
38514
38515         * lib/fnmatch.c: Do not comment out all the code if we are using
38516         the GNU C library, because in some cases we are replacing buggy
38517         code in the GNU C library itself.
38518
38519 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
38520
38521         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
38522         (regex_compile): Catch bogus \(\1\).
38523
38524 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38525
38526         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
38527         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
38528         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
38529
38530 2000-10-30  Paul Eggert  <eggert@twinsun.com>
38531
38532         * lib/error.h, getline.h, modechange.h:
38533         Remove "2000" from Copyright line, as the file hasn't been
38534         changed this year other than in the copyright notice.
38535
38536         * lib/xalloc.h: Add "2000" to Copyright line, as this file
38537         was changed this year.
38538
38539 2000-10-29  Jim Meyering  <meyering@lucent.com>
38540
38541         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
38542         renaming.
38543         * m4/ls-mntd-fs.m4: Likewise
38544
38545 2000-10-29  Jim Meyering  <meyering@lucent.com>
38546
38547         * lib/xstat.in: Fix grammar in comment.
38548
38549 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
38550
38551         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
38552         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
38553         doesn't define __restrict_arr.
38554
38555 2000-10-28  Jim Meyering  <meyering@lucent.com>
38556
38557         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
38558         (jm_PREREQ_MEMCHR): New function.
38559
38560 2000-10-28  Jim Meyering  <meyering@lucent.com>
38561
38562         * lib/memchr.c: Update from libc.
38563         Adjust for portability:
38564         [HAVE_STDLIB_H]: Include stdlib.h.
38565         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
38566         Undef __memchr, too.
38567         [!weak_alias]: Define __memchr to memchr.
38568
38569         * lib/regex.c: Update from libc.
38570         * lib/regex.h: Likewise.
38571         * lib/getopt1.c: Likewise.
38572         * lib/memcmp.c: Likewise.
38573
38574         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
38575         Avoid using fseek, when possible -- it's broken by design.
38576         Patch by Ulrich Drepper.
38577
38578 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
38579
38580         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
38581         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
38582         Giving in to popular pressure to shut up the compiler with casts.
38583
38584 2000-10-26  Jim Meyering  <meyering@lucent.com>
38585
38586         * lib/strftime.c: Update from libc.
38587
38588 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
38589
38590         * regex.c: More `unsigned char' -> `re_char' changes.
38591         Also change several `int' into `re_wchar_t'.
38592         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
38593         (PUSH_FAILURE_POINTER): Don't cast any more.
38594         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
38595         We want GCC to complain, since this piece of code makes
38596         re_match non-reentrant, which *should* be fixed.
38597         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
38598         (EXTEND_BUFFER): Use RETALLOC.
38599         (SET_LIST_BIT): Don't cast.
38600         (re_wchar_t): New type.
38601         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
38602         that those two functions will always properly return.
38603         (IMMEDIATE_QUIT_CHECK): Cast to void.
38604         (analyse_first): Use recursion rather than an explicit stack.
38605         (re_compile_fastmap): Can't fail anymore.
38606         (re_search_2): Don't check re_compile_fastmap for failure.
38607         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
38608         Now also sets the new value (passed in a new argument).
38609         (re_match_2_internal): Use it.
38610         Also, use a new var `reg' of type size_t when looping through regs
38611         rather than reuse the inappropriate `mcnt'.
38612
38613 2000-10-25  Jim Meyering  <meyering@lucent.com>
38614
38615         * lib/obstack.c: Update from libc.
38616
38617 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
38618
38619         * regex.c (regex_compile): Change the way of handling a range from
38620         a char less than 256 to a char not less than 256.
38621
38622 2000-10-24  Andrew Innes  <andrewi@gnu.org>
38623
38624         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
38625         NT-Emacs only.
38626         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
38627         so that re_search functions only quit when callers expect them to.
38628
38629 2000-10-23  Jim Meyering  <meyering@lucent.com>
38630
38631         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
38632         wrong.  That set_locale call must not have any side effects.
38633         From Paul Eggert.
38634
38635 2000-10-22  Jim Meyering  <meyering@lucent.com>
38636
38637         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
38638         [CYCLIC]: Remove now-unused definition.
38639
38640         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
38641         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
38642         Suggestion from Ulrich Drepper.
38643
38644 2000-10-21  Jim Meyering  <meyering@lucent.com>
38645
38646         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
38647         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
38648         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
38649
38650 2000-10-21  Jim Meyering  <meyering@lucent.com>
38651
38652         * lib/dirname.c (memrchr): Declare if necessary.
38653         (dir_name): Remove the restriction that there be no
38654         trailing slashes.  Now, this code skips past them, effectively
38655         ignoring them.
38656         [TEST_DIRNAME] (main): New unit tests.
38657
38658         * lib/memrchr.c: New file from GNU libc.
38659         Undef __memrchr, too.
38660         [!weak_alias]: Define __memrchr to memrchr.
38661         Guard weak_alias use with `#ifdef weak_alias'.
38662
38663 2000-10-21  Jim Meyering  <meyering@lucent.com>
38664
38665         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
38666         (dir_name): Use dir_name_r.
38667         * lib/dirname.h (dir_name_r): Declare it.
38668
38669 2000-10-17  Jim Meyering  <meyering@lucent.com>
38670
38671         * lib/quote.h (PARAMS): Define and use.
38672         Reported by Akim Demaille.
38673
38674         * lib/getopt.c: Update from libc.
38675
38676 2000-10-16  Jim Meyering  <meyering@lucent.com>
38677
38678         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
38679         setlocale.
38680         From Jan Fedak.
38681
38682 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
38683
38684         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
38685
38686 2000-09-25  Jim Meyering  <meyering@lucent.com>
38687
38688         * lib/md5.h (rol): Define (from GnuPG).
38689
38690         * lib/sha.c: Give credit (GnuPG) where due.
38691         (M): Use rol rather than open-coding it.
38692         Add a FIXME comment.
38693
38694 2000-09-21  Jim Meyering  <meyering@lucent.com>
38695
38696         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
38697         Reported by Michael Stone.
38698
38699 2000-09-20  Jim Meyering  <meyering@lucent.com>
38700
38701         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
38702         (noinst_HEADERS): Add sha.h.
38703         Based on code from Scott G. Miller and from GnuPG.
38704
38705 2000-09-18  Jim Meyering  <meyering@lucent.com>
38706
38707         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
38708         LIBS. Otherwise, everyone ends up linking with -lelf for some
38709         configurations.
38710         Reported by Mike Stone.
38711
38712 2000-09-15  Jim Meyering  <meyering@lucent.com>
38713
38714         * lib/regex.c: Update from libc.
38715
38716 2000-09-10  Jim Meyering  <meyering@lucent.com>
38717
38718         * lib/getopt.c (_getopt_internal): Update from glibc.
38719
38720 2000-09-09  Jim Meyering  <meyering@lucent.com>
38721
38722         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
38723         think it should be used as a general replacement for isascii.
38724         * lib/fnmatch.c: Likewise.
38725         * lib/mbswidth.c: Likewise
38726         * lib/regex.c: Likewise.
38727
38728         Don't use atoi.
38729         * lib/userspec.c: Include sys/param.h and limits.h.
38730         Include xstrtol.h.
38731         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38732         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
38733         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
38734         UID, GID.  Check range.
38735
38736 2000-09-06  Jim Meyering  <meyering@lucent.com>
38737
38738         * lib/getopt.c (_getopt_internal): Update from glibc.
38739
38740 2000-08-30  Jim Meyering  <meyering@lucent.com>
38741
38742         * lib/strftime.c: Merge in changes from GNU libc.
38743
38744 2000-08-26  Jim Meyering  <meyering@lucent.com>
38745
38746         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
38747         * m4/fpending.m4: New file.
38748
38749 2000-08-26  Jim Meyering  <meyering@lucent.com>
38750
38751         * lib/closeout.c: Include "__fpending.h".
38752         (close_stdout_status): Return right away if there's nothing to flush.
38753
38754         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
38755         * lib/__fpending.c: New file.
38756         * lib/__fpending.h: New file.
38757
38758 2000-08-20  Jim Meyering  <meyering@lucent.com>
38759
38760         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
38761         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
38762         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
38763
38764 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
38765
38766         Improve fileutils installation on systems where running
38767         programs (like install) can't be unlinked.
38768         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
38769         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
38770
38771 2000-08-07  Paul Eggert  <eggert@twinsun.com>
38772
38773         Standardize on "memory exhausted" instead of "Memory exhausted"
38774         or "virtual memory exhausted".
38775         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
38776         "virtual memory exhausted".
38777         * lib/same.c (same_name): Invoke xalloc_die instead of printing
38778         our own message.
38779         * lib/userspec.c (parse_user_spec): Likewise.
38780         * lib/bumpalloc.h: comment fix
38781         * lib/same.c, userspec.c: Include xalloc.h.
38782
38783         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
38784         not char *const and pointing to a constant array.
38785         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
38786         (xrealloc): Comment fix.
38787
38788         * lib/userspec.c (parse_user_spec):
38789         Don't translate a message until just before returning,
38790         to avoid unnecessary translation.
38791
38792 2000-08-07  Jim Meyering  <meyering@lucent.com>
38793
38794         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
38795         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
38796         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
38797         getgroups.c, gethostname.c, getopt.h, group-member.c,
38798         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
38799         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
38800         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
38801         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
38802         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
38803         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
38804         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
38805         yesno.c: Back out Copyright date changes for each file with no change
38806         this year.  This eases coordination with other programs using the same
38807         source code modules.  From Paul Eggert.
38808
38809 2000-08-06  Paul Eggert  <eggert@twinsun.com>
38810
38811         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
38812         not char, for compatibility with glibc 2.1.3 strftime.c.
38813
38814 2000-08-03  Greg McGary  <greg@mcgary.org>
38815
38816         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
38817         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
38818         (EXTEND_BUFFER): Use them.
38819
38820 2000-08-01  Jim Meyering  <meyering@lucent.com>
38821
38822         * lib/dirname.c (ISSLASH): Define.
38823         (BACKSLASH_IS_PATH_SEPARATOR): Define.
38824         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
38825         both `\' and `/' may be use as path separators.
38826         Based on a patch from Prashant TR.
38827
38828 2000-07-31  Paul Eggert  <eggert@twinsun.com>
38829
38830         * lib/quotearg.c (quotearg_n_options): Don't make the initial
38831         slot vector a constant, since it might get modified.
38832
38833 2000-07-31  Jim Meyering  <meyering@lucent.com>
38834
38835         * lib/xmalloc.c: Use `virtual memory exhausted', not
38836         `Memory exhausted'.
38837         * lib/obstack.c (print_and_abort): Likewise.
38838
38839 2000-07-30  Paul Eggert  <eggert@twinsun.com>
38840
38841         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
38842         buffer, so that the caller can always quote one small
38843         component of a "memory exhausted" message in slot 0.
38844         From a suggestion by Jim Meyering.
38845
38846 2000-07-30  Jim Meyering  <meyering@lucent.com>
38847
38848         * lib/makepath.c (make_path): Quote the other instance, too.
38849
38850         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
38851         (STATIC_BUF_SIZE): Define.
38852         (quotearg_n_options): Use only statically allocated storage when
38853         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
38854         than STATIC_BUF_SIZE.
38855
38856 2000-07-29  Jim Meyering  <meyering@lucent.com>
38857
38858         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
38859         * lib/dirname.c (dir_name): Likewise.
38860
38861         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
38862         `/'.
38863
38864         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
38865         (dir_name): Assert that there are no trailing slashes.
38866
38867 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
38868
38869         * lib/mbswidth.h (mbswidth): Add a flags argument.
38870         (mbswidth): New declaration.
38871         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
38872         * lib/mbswidth.c (mbswidth): Add a flags argument.
38873         (mbsnwidth): New function.
38874
38875 2000-07-24  Jim Meyering  <meyering@lucent.com>
38876
38877         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
38878
38879 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38880
38881         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
38882
38883 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38884
38885         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
38886         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
38887         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
38888         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
38889         invoke multibyte primitives.
38890
38891 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38892
38893         * lib/quotearg.c:
38894         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
38895         so that mbstate_t is always defined.
38896
38897         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
38898         be 1 in at least one GCC installation, and this configuration
38899         error is likely to be common.  Ignoring MB_LEN_MAX hurts
38900         performance on hosts that have mbrtowc but have only unibyte
38901         locales, but I assume these hosts are rare.
38902
38903 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38904
38905         * lib/mbswidth.c (_XOPEN_SOURCE):
38906         Don't define; this causes problems on Solaris 7.
38907         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
38908
38909 2000-07-23  Jim Meyering  <meyering@lucent.com>
38910
38911         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
38912         too: getgrgid, getpwuid, getuid.
38913
38914 2000-07-23  Jim Meyering  <meyering@lucent.com>
38915
38916         * lib/basename.c (base_name): Add an assertion.
38917
38918 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
38919
38920         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
38921         shadow its mbsinit function.
38922
38923 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38924
38925         * lib/mbswidth.h: New file.
38926         * lib/mbswidth.c: New file.
38927         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
38928         (noinst_HEADERS): Add mbswidth.h.
38929
38930 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38931
38932         * lib/config.charset: Add support for FreeBSD. Improve support for
38933         HP-UX and IRIX 6.
38934
38935 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
38936
38937         * m4/mbswidth.m4: New file.
38938         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
38939
38940 2000-07-15  Jim Meyering  <meyering@lucent.com>
38941
38942         * lib/makepath.c: Include quote.h.
38943         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
38944         corresponding argument in a `quote (...)' call.
38945         Give better diagnostics.
38946
38947         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
38948         (noinst_HEADERS): Add quote.h.
38949
38950         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
38951         from tar's src/misc.c.
38952         * lib/quote.h: New file.  Prototypes for same.
38953
38954 2000-07-14  Paul Eggert  <eggert@twinsun.com>
38955
38956         From a suggestion by Bruno Haible.
38957         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
38958         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
38959         to decide whether to define the BeOS workaround macro;
38960         this adjusts to the change to AC_MBSTATE_T.
38961
38962 2000-07-14  Jim Meyering  <meyering@lucent.com>
38963
38964         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
38965         jm_AC_TYPE_UINTMAX_T.
38966
38967 2000-07-13  Paul Eggert  <eggert@twinsun.com>
38968
38969         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
38970
38971         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
38972         quotearg_buffer_restyled): Add support for
38973         clocale_quoting_style.  Undo previous change to
38974         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
38975         and "{RIGHT QUOTATION MARK}" msgids.
38976
38977 2000-07-10  Paul Eggert  <eggert@twinsun.com>
38978
38979         From a suggestion by Bruno Haible.
38980         * m4/mbstate_t.m4 (AC_MBSTATE_T):
38981         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
38982         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
38983         and mbstate_t, to a single-part test that simply defines mbstate_t.
38984         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
38985         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
38986
38987 2000-07-10  Jim Meyering  <meyering@lucent.com>
38988
38989         * m4/strerror_r.m4: Mirror the correction made in autoconf.
38990
38991         * m4/gnu-source.m4: Output to confdefs.h directly.
38992         Suggestion from Akim Demaille.
38993
38994 2000-07-09  Paul Eggert  <eggert@twinsun.com>
38995
38996         The old behavior of quoting `like this' doesn't look good with
38997         newer, ISO-style fonts.  See:
38998         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
38999
39000         Instead, quote "like this" by default.  Let the translator
39001         tailor the locale-specific quoting behavior by providing
39002         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39003
39004         * lib/quotearg.c (N_): New macro.
39005         (gettext_default): New function.
39006         (quotearg_buffer_restyled): Use
39007         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39008         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39009
39010 2000-07-09  Jim Meyering  <meyering@lucent.com>
39011
39012         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39013         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39014
39015         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39017
39018 2000-07-09  Jim Meyering  <meyering@lucent.com>
39019
39020         * lib/Most files: Update copyright dates to include 2000.
39021
39022 2000-07-08  Jim Meyering  <meyering@lucent.com>
39023
39024         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39025         if not defined.
39026         (xgethostname): Remove now-unnecessary #ifdef.
39027         Move declaration of `err' into loop where it's used.
39028
39029 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39030         and Bruno Haible  <haible@clisp.cons.org>
39031
39032         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39033         only if the test for an object-type mbstate_t fails.  This
39034         prevents us from mistakenly reporting that mbstate_t is a
39035         system object type after we "#define mbstate_t int" to work
39036         around its lack.
39037
39038 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39039         and Bruno Haible  <haible@clisp.cons.org>
39040
39041         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39042
39043 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39044
39045         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39046         to strerror_r.
39047         Include <ctype.h> for use of isalpha.
39048
39049 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39050
39051         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39052         by allocating a larger buffer. Test the gethostname return value for
39053         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39054         returns an error and ENAMETOOLONG isn't defined.
39055
39056 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39057
39058         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39059         dimension.
39060
39061 2000-07-04  Jim Meyering  <meyering@lucent.com>
39062
39063         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39064         of the deprecated AC_CHECKING.
39065
39066 2000-07-04  Jim Meyering  <meyering@lucent.com>
39067
39068         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39069         Reported by Bruno Haible.
39070
39071 2000-07-04  Jim Meyering  <meyering@lucent.com>
39072
39073         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39074         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39075         lacks mbrtowc.
39076
39077 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39078
39079         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39080         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39081
39082 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39083         and Bruno Haible  <haible@clisp.cons.org>
39084
39085         * lib/quotearg.c (mbrtowc):
39086         Assign to *pwc, and return 1 only if result is nonzero.
39087         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39088
39089 2000-07-03  Jim Meyering  <meyering@lucent.com>
39090
39091         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39092
39093 2000-07-03  Jim Meyering  <meyering@lucent.com>
39094
39095         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39096         This is necessary to get a definition of e.g., UTMP_FILE on
39097         HP-UX 10.20.
39098         From Bob Proulx.
39099
39100 2000-07-02  Jim Meyering  <meyering@lucent.com>
39101
39102         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39103
39104         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39105         AC_LIBOBJ(function_name).
39106         * m4/chown.m4: Likewise.
39107         * m4/fnmatch.m4: Likewise.
39108         * m4/ftruncate.m4: Likewise.
39109         * m4/getgroups.m4: Likewise.
39110         * m4/getline.m4: Likewise.
39111         * m4/group-member.m4: Likewise.
39112         * m4/jm-macros.m4: Likewise.
39113         * m4/lstat.m4: Likewise.
39114         * m4/malloc.m4: Likewise.
39115         * m4/memcmp.m4: Likewise.
39116         * m4/nanosleep.m4: Likewise.
39117         * m4/putenv.m4: Likewise.
39118         * m4/realloc.m4: Likewise.
39119         * m4/regex.m4: Likewise.
39120         * m4/stat.m4: Likewise.
39121         * m4/strftime.m4: Likewise.
39122
39123 2000-07-02  Jim Meyering  <meyering@lucent.com>
39124
39125         * lib/quotearg.c (mbstate_t): Don't define here.
39126
39127 2000-07-02  Jim Meyering  <meyering@lucent.com>
39128
39129         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39130
39131 2000-07-01  Jim Meyering  <meyering@lucent.com>
39132
39133         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39134
39135 2000-07-01  Jim Meyering  <meyering@lucent.com>
39136
39137         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39138         problem.
39139
39140 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39141
39142         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39143         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39144
39145 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39146
39147         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39148         per change in ../m4/ls-mntd-fs.m4.
39149         (read_filesystem_list): Ignore symbolic links.
39150
39151 2000-06-29  Jim Meyering  <meyering@lucent.com>
39152
39153         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39154         for declaration of strcmp.
39155
39156         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39157
39158         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39159         Avoid warning by casting result to `char *' to remove `const'.
39160
39161 2000-06-28  Jim Meyering  <meyering@lucent.com>
39162
39163         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39164         included by quotearg.c, for which we perform this test.  From
39165         Bruno Haible.
39166
39167 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39168
39169         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39170         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39171         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39172
39173 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39174
39175         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39176
39177 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39178
39179         savedir now sets errno on failure and invokes xmalloc to get memory.
39180         Fix a couple of other minor bugs while we're at it.
39181
39182         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39183         (NAMLEN): Remove macro.
39184         (malloc, realloc): Remove decls.
39185         (stpcpy): Likewise.
39186         ("xalloc.h"): Include.
39187         (NAME_SIZE_DEFAULT): New macro.
39188         (savedir): Use xmalloc / xrealloc to allocate memory.
39189         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39190         Skip "" directory entries.
39191         Use strlen to calculate directory entry length, since the old method
39192         is rarely used these days and isn't worth supporting.
39193         Don't use a pointer after freeing it.
39194         Check for integer overflow when calculating allocation size.
39195         Use memcpy to copy entries, instead of stpcpy.
39196         Set errno properly when returning NULL.
39197         Check for readdir error.
39198
39199 2000-06-26  Jim Meyering  <meyering@lucent.com>
39200
39201         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39202
39203 2000-06-25  Jim Meyering  <meyering@lucent.com>
39204
39205         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39206         Linux header bug when _XOPEN_SOURCE is defined to 500.
39207
39208 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39209
39210         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39211         deficiency.
39212
39213 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39214
39215         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39216         Include xalloc.h.
39217         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39218
39219 2000-06-24  Jim Meyering  <meyering@lucent.com>
39220
39221         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39222         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39223         for which strerror does return char*, but which lacks a conveniently
39224         accessible declaration of the function.  If the compile-test says
39225         strerror_r doesn't work, then resort to a `run'-test that works on
39226         BeOS and segfaults on DEC Unix.
39227
39228 2000-06-24  Jim Meyering  <meyering@lucent.com>
39229
39230         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39231
39232 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39233
39234         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39235         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39236
39237 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39238
39239         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39240         (mbrtowc, mbstate_t): Define substitutes if
39241         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39242         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39243         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39244
39245 2000-06-23  Jim Meyering  <meyering@lucent.com>
39246
39247         * m4/afs.m4: Add missing AC_MSG_RESULT.
39248         Reported by Bruno Haible.
39249
39250         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39251         Suggestion from Bruno Haible.
39252
39253 2000-06-23  Jim Meyering  <meyering@lucent.com>
39254
39255         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39256
39257 2000-06-21  Jim Meyering  <meyering@lucent.com>
39258
39259         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39260
39261 2000-06-21  Jim Meyering  <meyering@lucent.com>
39262
39263         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39264         (noinst_HEADERS): Add getstr.h.
39265
39266         * lib/getline.c (getstr): Move into a separate file.
39267         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39268         the following changes: new parameter, delim2; both delim[12]
39269         parameters have type `int', not `char'.  The latter would lose
39270         with 8-bit delimiters.
39271         * lib/getstr.h: New file.
39272
39273 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39274
39275         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39276         than 1024, return a memory chunk of least possible size, instead
39277         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39278         Use free/xmalloc instead of xrealloc to avoid copying for very long
39279         paths.
39280
39281 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39282
39283         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39284         the empty string.
39285
39286 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39287
39288         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39289         address, not strdup.  Include <stdlib.h> and don't declare free().
39290
39291 2000-06-19  Jim Meyering  <meyering@lucent.com>
39292
39293         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39294
39295 2000-06-18  Jim Meyering  <meyering@lucent.com>
39296
39297         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39298
39299         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39300         `checking whether...' message to be consistent with that of the
39301         lstat test.
39302
39303 2000-06-18  Jim Meyering  <meyering@lucent.com>
39304
39305         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39306         Besides, these days every porting target provides a mkdir function.
39307
39308         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39309         needed. (this snippet comes from src/system.h).
39310
39311 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39312
39313         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39314
39315 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39316
39317         * lib/human.c (adjust_value): New function.
39318         (human_readable_inexact): Apply rounding style even when
39319         printing approximate values.
39320
39321 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39322
39323         * lib/human.c (human_readable_inexact): Allow an input block
39324         size that is not a multiple of the output block size, and vice versa.
39325         Reported by Piergiorgio Sartor.
39326
39327 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39328
39329         * lib/getdate.y (get_date): Apply relative times after time
39330         zone indicator, not before.  Reported by Todd A. Jacobs.
39331
39332 2000-06-13  Jim Meyering  <meyering@lucent.com>
39333
39334         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39335
39336         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39337
39338 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39339
39340         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39341
39342 2000-06-12  Jim Meyering  <meyering@lucent.com>
39343
39344         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39345         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39346         optional argument.
39347         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39348         the optional argument, `lib'.
39349
39350 2000-06-08  Jim Meyering  <meyering@lucent.com>
39351
39352         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39353
39354 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39355
39356         Rewrite largefile configuration so that we don't need to run
39357         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39358         AC_CANONICAL_HOST in configure.in -- jmm]
39359
39360         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39361         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39362         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39363         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39364         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39365         All uses changed.
39366         Instead of inspecting the output of getconf, try to compile the
39367         test program without and with the macro definition.
39368         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39369         for getconf.  Instead, check for the needed flags by compiling
39370         test programs.
39371
39372 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39373
39374         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39375
39376 2000-06-04  Jim Meyering  <meyering@lucent.com>
39377
39378         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39379         SunOS 4.1.4 for which gid_t is an unsigned type.
39380
39381 2000-06-03  Jim Meyering  <meyering@lucent.com>
39382
39383         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39384         now that autoconf requires that.
39385
39386         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39387         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39388         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39389
39390 2000-06-03  Jim Meyering  <meyering@lucent.com>
39391
39392         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39393
39394 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39395
39396         * m4/glibc21.m4: New file.
39397         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39398
39399 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39400
39401         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39402         newer, don't install charset.alias.
39403         * lib/config.charset: Change the Linux/glibc rules so they become empty
39404         on glibc-2.1 or newer.
39405
39406 2000-06-02  Jim Meyering  <meyering@lucent.com>
39407
39408         * lib/mountlist.c: Back out last change.  Instead, do this...
39409         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39410         me_dummy member using the same `ignore'-testing code.
39411         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39412         fs_type strings.
39413         From Mark D. Roth.
39414
39415 2000-05-29  Jim Meyering  <meyering@lucent.com>
39416
39417         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39418         mounts with the `ignore' attribute.  Based on a patch from
39419         Mark D. Roth.
39420
39421 2000-05-28  Jim Meyering  <meyering@lucent.com>
39422
39423         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39424         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39425         * m4/stat.m4: Likewise.
39426         * m4/lstat.m4: Likewise.
39427         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39428
39429         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39430         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39431
39432 2000-05-26  Jim Meyering  <meyering@lucent.com>
39433
39434         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39435
39436 2000-05-24  Jim Meyering  <meyering@lucent.com>
39437
39438         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39439         autoconf requires that.
39440         * m4/lib-check.m4: Likewise.
39441         * m4/jm-macros.m4: Likewise.
39442         * m4/strftime.m4: Likewise.
39443
39444         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39445         AC_CHECK_DECLS, now that autoconf requires that.
39446
39447 2000-05-22  Jim Meyering  <meyering@lucent.com>
39448
39449         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39450         * m4/lstat.m4: Likewise.
39451
39452 2000-05-22  Jim Meyering  <meyering@lucent.com>
39453
39454         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
39455
39456 2000-05-20  Jim Meyering  <meyering@lucent.com>
39457
39458         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
39459         (jm_PREREQ): Use it.
39460
39461 2000-05-18  Jim Meyering  <meyering@lucent.com>
39462
39463         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
39464         back, too, since it may have been modified by allocate_entry.
39465         (hash_delete): Rewrite to use neither the assignment operator
39466         nor the comma operator in an if-expression.
39467
39468 2000-05-15  Paul Eggert  <eggert@twinsun.com>
39469
39470         * lib/closeout.c:
39471         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
39472         Remove; no longer needed.
39473         "quotearg.h": Add include.
39474         (file_name): Do not bother to explicitly initialize to NULL; it's less
39475         efficient on some hosts.
39476         (close_stdout_status): Remove test as to whether stdout was already
39477         closed; it breaks for the case "echo x | sort >&-".
39478         Quote file name colons.
39479         Do not assume that _("write error") lacks format strings.
39480
39481 2000-05-15  Jim Meyering  <meyering@lucent.com>
39482
39483         * lib/version-etc.c (version_etc_copyright): Update the copyright
39484         string used in all --version output.
39485
39486 2000-05-14  Jim Meyering  <meyering@lucent.com>
39487
39488         * lib/closeout.c (close_stdout_set_file_name): New function.
39489         (close_stdout_status): Use new file-scoped global.
39490         Return right away if fstat says the stdout file descriptor is invalid.
39491         * lib/closeout.h (close_stdout_set_file_name): Declare.
39492
39493 2000-05-10  Jim Meyering  <meyering@lucent.com>
39494
39495         * lib/closeout.c [default_exit_status]: New file-scoped variable.
39496         (close_stdout_set_status): New function.
39497         * lib/closeout.h (close_stdout_set_status): Declare.
39498
39499 2000-05-09  Jim Meyering  <meyering@lucent.com>
39500
39501         * m4/gettext.m4: Rename this...
39502         * m4/libintl.m4: ...to this.
39503
39504 2000-05-08  Jim Meyering  <meyering@lucent.com>
39505
39506         * lib/long-options.c: Don't include closeout.h.
39507         (parse_long_options): Don't call close_stdout for --version.
39508
39509 2000-05-06  Paul Eggert  <eggert@twinsun.com>
39510
39511         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
39512         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
39513         2.1.3 bug.  This avoids a clash when files like regex.c define
39514         _GNU_SOURCE.
39515
39516 2000-05-06  Jim Meyering  <meyering@lucent.com>
39517
39518         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
39519         (AC_REPLACE_FUNCS): Add strnlen.
39520
39521         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
39522         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
39523
39524         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
39525         AC_SEARCH_LIBS call for nanosleep.
39526         (LIB_NANOSLEEP): Set and AC_SUBST.
39527
39528 2000-05-06  Jim Meyering  <meyering@lucent.com>
39529
39530         * lib/strnlen.c: Undefine __strnlen and strnlen.
39531         [!weak_alias]: Define __strnlen to strnlen.
39532
39533         * lib/atexit.c: New file, from libiberty.
39534
39535 2000-05-06  Jim Meyering  <meyering@lucent.com>
39536
39537         * lib/closeout.c (close_stdout_status): Also check for errors on the
39538         stderr stream.
39539
39540 2000-05-05  Jim Meyering  <meyering@lucent.com>
39541
39542         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
39543         AC_SEARCH_LIBS call for clock_gettime.
39544         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
39545
39546         * m4/search-libs.m4: Update from autoconf.
39547
39548         su doesn't work on Solaris 2.6.
39549         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
39550         <shadow.h>.  Reported by Dragos Harabor.
39551
39552 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
39553
39554         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
39555         memcpy instead of xmalloc, xrealloc, path_concat.
39556         (locale_charset): Treat empty environment variables as absent.
39557         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
39558
39559 2000-05-04  Jim Meyering  <meyering@lucent.com>
39560
39561         * lib/getopt.c: Update from glibc.
39562         * lib/obstack.c: Likewise.
39563         * lib/obstack.h: Likewise.
39564         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
39565         file
39566
39567         * lib/regex.h: Likewise.
39568         * lib/strndup.c: Likewise.
39569         * lib/strnlen.c: New file, from glibc.
39570
39571 2000-05-03  Jim Meyering  <meyering@lucent.com>
39572
39573         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
39574
39575 2000-05-02  Paul Eggert  <eggert@twinsun.com>
39576
39577         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
39578         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
39579         compile-time test, rather than inspecting host and OS, to
39580         decide whether to define _LARGEFILE_SOURCE.
39581
39582 2000-05-01  Jim Meyering  <meyering@lucent.com>
39583
39584         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
39585
39586         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
39587         Based on a patch from Bruno Haible.
39588
39589 2000-05-01  Jim Meyering  <meyering@lucent.com>
39590
39591         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
39592
39593 2000-04-29  Jim Meyering  <meyering@lucent.com>
39594
39595         * lib/path-concat.c: Declare strdup only if it's not defined.
39596         * lib/canon-host.c: Likewise.
39597
39598 2000-04-28  Jim Meyering  <meyering@lucent.com>
39599
39600         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
39601         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
39602         is included first, then limits.h is included by locale.h by libintl.h.
39603         From John David Anglin.
39604
39605 2000-04-25  Jim Meyering  <meyering@lucent.com>
39606
39607         * lib/makepath.c (S_IRWXUGO): Define.
39608         (make_path): Always perform explicit chmod if MODE specifies any
39609         of the `special' permission bits.  Prompted by a bug report against
39610         install from Mate Wierdl and Joost van Baal.
39611
39612 2000-04-18  Jim Meyering  <meyering@lucent.com>
39613
39614         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
39615         (jm_PREREQ): Use it.
39616
39617 2000-04-18  Jim Meyering  <meyering@lucent.com>
39618
39619         * lib/README: New file.
39620
39621         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
39622         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
39623
39624 2000-04-17  Jim Meyering  <meyering@lucent.com>
39625
39626         Get it right :-)
39627         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
39628         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
39629         Suggestion from Akim Demaille.
39630
39631 2000-04-17  Jim Meyering  <meyering@lucent.com>
39632
39633         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
39634         the definition of it to rpl_strftime also defined-away the system's
39635         declaration.
39636
39637 2000-04-15  Jim Meyering  <meyering@lucent.com>
39638
39639         Use `C' to denote so-called `contiguous' files, the same way
39640         that tar does.
39641         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
39642         (ftypelet): Use S_ISCTG.
39643         From Michael Deutschmann.
39644
39645 2000-04-14  Jim Meyering  <meyering@lucent.com>
39646
39647         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
39648         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
39649         clobbered.
39650
39651 2000-04-14  Jim Meyering  <meyering@lucent.com>
39652
39653         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
39654
39655 2000-04-13  Jim Meyering  <meyering@lucent.com>
39656
39657         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
39658         AH_VERBATIM to insert required #ifndef into config.h.in.
39659         Suggestion from Akim Demaille.
39660
39661 2000-04-12  Jim Meyering  <meyering@lucent.com>
39662
39663         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
39664         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
39665         Christian Krackowizer.
39666
39667         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
39668         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
39669         (AC_SYS_LARGEFILE): Require.
39670         (AM_C_PROTOTYPES): Require.
39671
39672 2000-04-08  Jim Meyering  <meyering@lucent.com>
39673
39674         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
39675         names don't conflict.  Reported by Eli Zaretskii.
39676
39677 2000-04-07  Jim Meyering  <meyering@lucent.com>
39678
39679         * lib/putenv.c: Move inclusion of errno.h so it follows that of
39680         sys/types.h, to work around system header problems on AIX 3.2.5.
39681         From Bruno Haible.
39682
39683 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
39684
39685         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
39686         bug.  Deal with the different error behavior of Irix iconv.
39687
39688 2000-04-05  Paul Eggert  <eggert@twinsun.com>
39689
39690         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
39691         IRIX if the installer said otherwise.
39692
39693 2000-04-05  Jim Meyering  <meyering@lucent.com>
39694
39695         Portability tweaks required for ultrix4.3.
39696         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
39697         (jm_CHECK_DECLS): Add getutent to the list of functions.
39698         (_jm_DECL_HEADERS): Add utmpx.h.
39699         From John David Anglin.
39700
39701         * m4/strftime.m4: Back out the 2000-04-02 change.
39702         Instead of that change, simply undefine putenv in the test program.
39703
39704 2000-04-05  Jim Meyering  <meyering@lucent.com>
39705
39706         Portability tweaks required for ultrix4.3.
39707         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
39708         getutent.
39709         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
39710         * lib/canon-host.c: Declare strdup.
39711         * lib/path-concat.c: Likewise.
39712         From John David Anglin.
39713
39714 2000-04-04  Jim Meyering  <meyering@lucent.com>
39715
39716         Be more DOS 8.3-friendly.
39717         * lib/ref-add.sin: Renamed from ref-add.sed.in.
39718         * lib/ref-del.sin: Renamed from ref-del.sed.in.
39719         * lib/Makefile.am: Reflect renaming.
39720         Reported by Eli Zaretskii.
39721
39722         Use a temporary file name that won't clash with `charset.alias'
39723         in the DOS 8.3 name space.
39724         * lib/Makefile.am (charset_tmp): Define.
39725         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
39726         (uninstall-local): Likewise.
39727         Reported by Eli Zaretskii.
39728
39729 2000-04-03  Jim Meyering  <meyering@lucent.com>
39730
39731         * m4/gettext.m4: Fix typo in comment.
39732
39733         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
39734         textutils/configure.in).  Suggestion from Paul Eggert.
39735         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
39736
39737 2000-04-02  Paul Eggert  <eggert@twinsun.com>
39738
39739         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
39740         variable in the shell rather than using putenv, which isn't
39741         portable.  This avoids the configure-time inter-test dependency
39742         on the potentially-renamed putenv function.
39743
39744 2000-03-30  Paul Eggert  <eggert@twinsun.com>
39745
39746         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
39747         before checking struct stat.st_blksize, so that
39748         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
39749
39750 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39751
39752         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
39753         since strftime.c uses HAVE_STRFTIME to decide whether to use
39754         the underlying strftime.
39755
39756 2000-03-29  Paul Eggert  <eggert@twinsun.com>
39757
39758         * lib/time/strftime.c (my_strftime): Make sure we call the system
39759         strftime, not ourselves, when invoking the underlying strftime.
39760
39761 2000-03-24  Jim Meyering  <meyering@lucent.com>
39762
39763         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
39764         (charset_alias): Define.
39765         (install-exec-local): Factor out common code.
39766         (uninstall-local): Split lines longer than 80.
39767         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
39768         (SUFFIXES): Define.
39769         (.sed.in.sed): New rule.  Don't redirect directly to $@.
39770         (CLEANFILES): Add ref-add.sed and ref-del.sed.
39771
39772 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
39773
39774         * lib/config.charset: Output a line containing "Packages using this
39775         file".
39776         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
39777         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
39778         ref-del.sed): New rules.
39779
39780 2000-03-17  Jim Meyering  <meyering@lucent.com>
39781
39782         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
39783         Otherwise, include <strings.h>
39784
39785 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
39786
39787         * lib/unicodeio.c (utf8_wctomb): New function.
39788         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
39789         format instead of in UCS-4 with platform dependent endianness.
39790
39791 2000-03-10  Jim Meyering  <meyering@lucent.com>
39792
39793         * m4/lib-check.m4: Look for getspnam in -lgen, too.
39794         From Marco Franzen.
39795
39796 2000-03-07  Paul Eggert  <eggert@twinsun.com>
39797
39798         * lib/savedir.c (savedir): Work even if directory size is
39799         negative; this can happen with some screwy NFS configurations.
39800
39801 2000-03-06  Jim Meyering  <meyering@lucent.com>
39802
39803         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
39804         if it's NULL (because we ran out of memory).  From Bruno Haible.
39805
39806 2000-03-05  Jim Meyering  <meyering@lucent.com>
39807
39808         * lib/localcharset.c ("path-concat.h"): Include.
39809         (get_charset_aliases): Use path_concat instead of ANSI string
39810         concatenation.
39811
39812         * lib/unicodeio.h (PARAMS): Define.
39813         Use it to guard prototype.
39814
39815 2000-03-04  Jim Meyering  <meyering@lucent.com>
39816
39817         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
39818         for lib/localcharset.c.
39819
39820 2000-03-04  Jim Meyering  <meyering@lucent.com>
39821
39822         * lib/Makefile.am (install-exec-local): Create $(libdir) before
39823         installing into it.
39824         (uninstall-local): Uncomment this rule so `make distcheck' works
39825         once again.
39826
39827         * lib/unicodeio.c (<errno.h>): Include it.
39828         (errno): Declare if not defined.
39829
39830         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
39831
39832         * lib/config.charset: New version, incorporating remarks from a linux
39833         i18n mailing list.  From Bruno Haible.
39834
39835 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
39836
39837         * m4/codeset.m4: New file.
39838         * m4/iconv.m4: New file.
39839         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
39840
39841 2000-03-03  Jim Meyering  <meyering@lucent.com>
39842
39843         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
39844
39845 2000-03-02  Jim Meyering  <meyering@lucent.com>
39846
39847         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
39848         the messages come out on separate lines.
39849
39850         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
39851         rather than jm_CHECK_DECLARATIONS.
39852         * m4/decl.m4: Remove now-unused file.
39853
39854         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
39855         geteuid.
39856
39857 2000-03-02  Jim Meyering  <meyering@lucent.com>
39858
39859         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
39860
39861 2000-03-01  Jim Meyering  <meyering@lucent.com>
39862
39863         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
39864         * lib/unicodeio.c: Likewise.
39865
39866 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
39867
39868         * lib/config.charset: New file.
39869         * lib/localcharset.c: New file.
39870         * lib/unicodeio.h, lib/unicodeio.c: New files.
39871         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
39872         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
39873         (noinst_HEADERS): Add unicodeio.h.
39874         (all-local, install-exec-local, charset.alias): New targets.
39875
39876 2000-02-28  Paul Eggert  <eggert@twinsun.com>
39877
39878         * lib/quotearg.c (ALERT_CHAR): New macro.
39879         (quotearg_buffer_restyled): Use it.
39880
39881 2000-02-27  Jim Meyering  <meyering@lucent.com>
39882
39883         * m4/check-decl.m4: Add getenv to the list.
39884
39885 2000-02-27  Jim Meyering  <meyering@lucent.com>
39886
39887         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
39888         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
39889
39890         * lib/backupfile.c: Guard inclusion of stdlib.h with
39891         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
39892         Declare malloc if needed.
39893
39894         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
39895         `#ifndef HAVE_DECL..'
39896         now that autoconf always defines the HAVE_DECL_ symbols.
39897         * lib/human.c: Likewise.
39898         * lib/same.c: Likewise.
39899         * lib/strtoumax.c: Likewise.
39900
39901         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
39902         declaration check was not run.
39903         * lib/hash.c: Likewise.
39904         * lib/human.c: Likewise.
39905         * lib/same.c: Likewise.
39906         * lib/strtoumax.c: Likewise.
39907
39908         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
39909         `.', then first look up the entire `.'-containing string as a login
39910         name.
39911
39912 2000-02-23  Jim Meyering  <meyering@lucent.com>
39913
39914         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
39915         in place of my hack.
39916
39917 2000-02-18  Paul Eggert  <eggert@twinsun.com>
39918
39919         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
39920         (textint): New typedef.
39921         (parser_control): Member year changed from int to textint.
39922         All uses changed.
39923         (YYSTYPE): Removed; replaced by %union with int and textint members.
39924         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
39925         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
39926         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
39927         (tSNUMBER, tUNUMBER): Now of type <textintval>.
39928         (date, number, to_year): Use width of number in digits, not its value,
39929         to determine whether it's a 2-digit year, or a 2-digit time.
39930         (yylex): Store number of digits of numeric tokens.
39931         Reported by John Kendall.
39932
39933         (parser_control): Changed from struct parser_control to typedef (for
39934         consistency).  All uses changed.
39935
39936         (tID): Removed; not used.
39937         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
39938
39939 2000-02-14  Paul Eggert  <eggert@twinsun.com>
39940
39941         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
39942         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
39943
39944 2000-02-12  Jim Meyering  <meyering@lucent.com>
39945
39946         * lib/userspec.c (ISDIGIT): Define it.
39947         (isdigit): Remove definition.
39948         (is_number): Use ISDIGIT, not isdigit.
39949         <libintl.h>: Include.
39950         (_ and N_): Define.
39951         (parse_user_spec): Mark translatable strings.
39952
39953 2000-02-10  Jim Meyering  <meyering@lucent.com>
39954
39955         With these changes, nanosleep.[ch] are finally enough like the other
39956         lib/* replacement files to compile on a few more losing systems.
39957
39958         * lib/nanosleep.h: Don't include config.h.
39959         Remove prototype from declaration of nanosleep.
39960         (PARAMS): Remove now-unneeded definition.
39961         * lib/nanosleep.c: #undef nanosleep.
39962         (rpl_nanosleep): Rename from nanosleep.
39963
39964 2000-02-10  Jim Meyering  <meyering@lucent.com>
39965
39966         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
39967         gnu_nanosleep to rpl_nanosleep.
39968
39969 2000-02-09  Jim Meyering  <meyering@lucent.com>
39970
39971         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
39972         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
39973
39974 2000-02-08  Akim Demaille  <akim@epita.fr>
39975
39976         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
39977         `[' and `]' and remove uses of `changequote'.
39978         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
39979         (AC_SYS_LARGEFILE): Likewise.
39980         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
39981         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
39982         of changequote.
39983         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
39984         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
39985         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
39986         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
39987
39988 2000-02-05  Jim Meyering  <meyering@lucent.com>
39989
39990         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
39991         Remove explicit use of AC_HEADER_TIME.  It is required by
39992         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
39993         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
39994         in autoconf whereby the expansion of the latter ended up preceding
39995         the expansion of its prerequisite, AC_HEADER_TIME.
39996         Reported by Volker Borchert.
39997
39998 2000-02-03  Jim Meyering  <meyering@lucent.com>
39999
40000         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40001
40002 2000-02-03  Jim Meyering  <meyering@lucent.com>
40003
40004         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40005         rather than with `#if HAVE_UTMPNAME'.
40006
40007 2000-02-02  Jim Meyering  <meyering@lucent.com>
40008
40009         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40010         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40011         Reported by Eli Zaretskii.
40012
40013 2000-02-01  Jim Meyering  <meyering@lucent.com>
40014
40015         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40016
40017 2000-01-31  Jim Meyering  <meyering@lucent.com>
40018
40019         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40020         functions.  Add the time.h and sys/time.h headers along with the
40021         AC_REQUIRE'ment of AC_HEADER_TIME.
40022
40023 2000-01-31  Jim Meyering  <meyering@lucent.com>
40024
40025         * lib/nanosleep.h (nanosleep): Guard declaration with
40026         `#if ! HAVE_DECL_NANOSLEEP'.
40027         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40028         the declaration in that vendor's sys/timers.h.
40029         Reported by Christian Krackowizer.
40030
40031         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40032         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40033         (ISPRINT): Likewise.
40034         Reported by Tom Tromey.
40035
40036 2000-01-30  Jim Meyering  <meyering@lucent.com>
40037
40038         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40039
40040         * m4/prereq.m4 (utmp_includes): Define.
40041         Check for ut_user and ut_name members in both struct utmpx
40042         and struct utmp.
40043
40044 2000-01-30  Jim Meyering  <meyering@lucent.com>
40045
40046         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40047         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40048         header files where only utmpx.ut_user is declared.
40049
40050         * lib/readutmp.h (UT_USER): Define.
40051
40052 2000-01-29  Jim Meyering  <meyering@lucent.com>
40053
40054         * m4/lib-check.m4: New file containing library-related checks from
40055         fileutils and sh-utils (textutils had none).
40056
40057 2000-01-28  Jim Meyering  <meyering@lucent.com>
40058
40059         * m4/perl.m4: Change format of warning message to look more like that
40060         from the missing script.  Suggestion from François Pinard.
40061
40062 2000-01-25  Jim Meyering  <meyering@lucent.com>
40063
40064         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40065         well as time.h in the compile check.
40066         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40067         Fix typo in cross-compiling case: s/yes/no/.
40068
40069 2000-01-23  Jim Meyering  <meyering@lucent.com>
40070
40071         * m4/jm-macros.m4: Move df-related tests here from
40072         fileutils/configure.in
40073
40074         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40075         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40076
40077         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40078         s/space/ac_fsusage_space/.
40079         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40080
40081         * m4/ftruncate.m4: New file (derived from part of
40082         fileutils/configure.in).
40083         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40084         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40085
40086         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40087         AC_SUBST these here, rather than just in sh-util/configure.in, so
40088         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40089         all the same.
40090         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40091         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40092         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40093         (AC_SUBST(POW_LIBM)): Likewise.
40094         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40095
40096 2000-01-23  Jim Meyering  <meyering@lucent.com>
40097
40098         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40099         obstack.c.
40100
40101 2000-01-22  Jim Meyering  <meyering@lucent.com>
40102
40103         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40104
40105         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40106
40107         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40108         configure.in
40109         (AC_CHECK_HEADERS): Likewise for sh-utils.
40110         (AC_CHECK_HEADERS): Likewise for textutils.
40111         Merge the three lists of headers.
40112
40113         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40114         from fileutils' configure.in.
40115
40116         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40117         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40118         check-decl.m4.
40119
40120         * m4/check-decl.m4: Use #if rather than #ifdef.
40121         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40122         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40123         (_jm_DECL_HEADERS): Define new function.
40124         (jm_CHECK_DECLARATIONS): Require it.
40125
40126 2000-01-22  Jim Meyering  <meyering@lucent.com>
40127
40128         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40129         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40130         Required for some AIX systems.  Reported by Christian Krackowizer.
40131         [TESTING] (main): New function.
40132
40133         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40134         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40135         letters.
40136
40137         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40138         iswprint.
40139
40140         * lib/strverscmp.c (ISDIGIT): Define.
40141         (strverscmp): Use ISDIGIT, not isdigit.
40142
40143 2000-01-19  Jim Meyering  <meyering@lucent.com>
40144
40145         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40146         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40147         defines `struct timespec' in <sys/time.h>
40148
40149         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40150         Thanks to Akim for explaining.
40151
40152 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40153
40154         * lib/nanosleep.c (nanosleep):
40155         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40156         POSIX.1 doesn't require SA_INTERRUPT and some systems
40157         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40158         it's been part of POSIX.1 since day 1 (in 1988).
40159
40160 2000-01-17  Jim Meyering  <meyering@lucent.com>
40161
40162         * lib/interlock: Remove unused file.  Reported by François Pinard.
40163
40164 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40165
40166         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40167         alert, backslash, formfeed, and vertical tab unnecessarily in
40168         shell quoting style.
40169
40170 2000-01-16  Jim Meyering  <meyering@lucent.com>
40171
40172         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40173         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40174         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40175         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40176
40177 2000-01-16  Jim Meyering  <meyering@lucent.com>
40178
40179         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40180         because the latter didn't work.
40181
40182 2000-01-15  Jim Meyering  <meyering@lucent.com>
40183
40184         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40185         (AC_REPLACE_FUNCS): Add memcpy and memset.
40186         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40187         Add strpbrk.
40188         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40189
40190 2000-01-12  Jim Meyering  <meyering@lucent.com>
40191
40192         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40193         (jm_PREREQ): Use it.
40194         (jm_PREREQ_READUTMP): New macro.
40195         (jm_PREREQ): Use it.
40196
40197 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40198
40199         Quote multibyte characters correctly.
40200         * m4/c-bs-a.m4: New file.
40201         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40202         (jm_PREREQ): Use it.
40203
40204 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40205
40206         * m4/uintmax_t.m4: Port to autoconf 2.13.
40207
40208 2000-01-08  Jim Meyering  <meyering@ascend.com>
40209
40210         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40211         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40212
40213 2000-01-04  Jim Meyering  <meyering@ascend.com>
40214
40215         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40216         jm_STRUCT_DIRENT_D_TYPE.
40217         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40218         jm_STRUCT_DIRENT_D_INO.
40219         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40220         jm_STRUCT_UTIMBUF.
40221         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40222         renamings.
40223         * m4/utime.m4: Likewise.
40224
40225         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40226         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40227
40228 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40229
40230         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40231         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40232
40233 2000-01-02  Jim Meyering  <meyering@ascend.com>
40234
40235         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40236         remember if this is necessary.
40237
40238 1999-12-26  Jim Meyering  <meyering@ascend.com>
40239
40240         * m4/jm-macros.m4: Use it here.
40241         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40242
40243 1999-12-23  Jim Meyering  <meyering@ascend.com>
40244
40245         * m4/jm-macros.m4: Check for clock_gettime (moved from
40246         fileutils/configure.in)
40247         Check for gettimeofday.
40248
40249 1999-12-20  Jim Meyering  <meyering@ascend.com>
40250
40251         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40252         autoconf-2.14a-1999-12-20.
40253
40254 1999-12-19  Jim Meyering  <meyering@ascend.com>
40255
40256         * m4/lstat-slash.m4: New file.
40257         * m4/jm-macros.m4: Use the new macro:
40258         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40259
40260 1999-12-07  Jim Meyering  <meyering@ascend.com>
40261
40262         * m4/perl.m4: Require that File::Compare be available, too.
40263         Too many systems seem to lack it.
40264
40265         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40266         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40267
40268 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40269
40270         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40271         problem with the QNX 4.25 shell, which doesn't propagate exit
40272         status of failed commands inside shell assignments.
40273
40274 1999-11-17  Jim Meyering  <meyering@ascend.com>
40275
40276         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40277
40278 1999-11-07  Jim Meyering  <meyering@ascend.com>
40279
40280         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40281
40282 1999-11-06  Jim Meyering  <meyering@ascend.com>
40283
40284         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40285         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40286
40287 1999-11-05  Jim Meyering  <meyering@ascend.com>
40288
40289         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40290         configure.in of textutils, fileutils, and sh-utils into this one
40291         (shared between those packages) file.
40292         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40293         AC_STRUCT_ST_BLKSIZE.
40294
40295 1999-11-03  Jim Meyering  <meyering@ascend.com>
40296
40297         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40298         of AC_CHECK_TYPE checks includes unistd.h.
40299         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40300         Suggestion from Akim Demaille.
40301
40302 1999-10-30  Jim Meyering  <meyering@ascend.com>
40303
40304         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40305         m4-quoted string.
40306         * m4/ls-mntd-fs.m4: Likewise.
40307         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40308         * m4/jm-winsz1.m4: Likewise.
40309
40310         * m4/const.m4: Remove file, since the fix made it into the experimental
40311         version of autoconf.
40312         * m4/mktime.m4: Likewise.
40313
40314         * m4/check-type.m4: Remove file, now that the latest version of
40315         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40316
40317         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40318         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40319         AC_CHECK_TYPE.
40320
40321 1999-10-04  Jim Meyering  <meyering@ascend.com>
40322
40323         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40324
40325 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40326
40327         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40328         2.95.1 bug with HP-UX 10.20.
40329
40330 1999-09-17  Jim Meyering  <meyering@ascend.com>
40331
40332         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40333         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40334         due to missing strdup (against sh-utils-2.0).
40335
40336 1999-08-29  Jim Meyering  <meyering@ascend.com>
40337
40338         * m4/jm-macros.m4: Require jm_BISON.
40339         * m4/bison.m4: New file.
40340
40341 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40342
40343         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40344         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40345
40346 1999-08-05  Jim Meyering  <meyering@ascend.com>
40347
40348         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40349         to avoid conflicts with `conftest' on 8+3 filesystems.
40350         Suggestion from Eli Zaretskii.
40351
40352 1999-08-04  Jim Meyering  <meyering@ascend.com>
40353
40354         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40355         fileutils and sh-utils (textutils's getline test was inadequate).
40356         (AM_FUNC_GETLINE): Run this test.
40357         (AC_CHECK_FUNCS): Check for getdelim.
40358         Reported by Bob Proulx.
40359
40360 1999-08-02  Jim Meyering  <meyering@ascend.com>
40361
40362         * m4/jm-macros.m4: Add a comment.
40363
40364 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40365
40366         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40367         <inttypes.h> defines strtoumax as a macro (and not as a
40368         function).
40369
40370 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40371
40372         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40373         that we can shift, multiply and divide unsigned long long
40374         values; Ultrix cc can't do it.
40375
40376 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40377
40378         * m4/mktime.m4: New file, which is a preview of what should appear
40379         in the next public autoconf release.
40380
40381 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40382
40383         * m4/lfs.m4: Remove this file.
40384         * m4/largefile.m4: New file.  It contains the old contents of
40385         lfs.m4, except that all names with prefix AC_LFS have been
40386         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40387         compatible with future autoconf versions.  Also, some minor m4
40388         quoting problems have been fixed.
40389
40390 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40391
40392         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40393         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40394         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40395         and simplify the shell code.
40396
40397 1999-08-01  Jim Meyering  <meyering@ascend.com>
40398
40399         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40400         m4.
40401
40402 1999-07-20  Jim Meyering  <meyering@ascend.com>
40403
40404         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40405
40406 1999-07-15  Jim Meyering  <meyering@ascend.com>
40407
40408         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40409
40410 1999-05-22  Jim Meyering  <meyering@ascend.com>
40411
40412         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40413
40414 1999-05-20  Jim Meyering  <meyering@ascend.com>
40415
40416         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40417         Add a colon after each `then' in case $4 is empty.
40418
40419 1999-05-16  Jim Meyering  <meyering@ascend.com>
40420
40421         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40422
40423 1999-05-10  Jim Meyering  <meyering@ascend.com>
40424
40425         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40426
40427         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40428         AC_FUNC_MKTIME.
40429
40430 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40431
40432         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40433
40434 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40435
40436         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40437         not CPPFLAGS, so that linking works correctly in IRIX.
40438
40439 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40440
40441         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40442
40443 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40444
40445         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40446         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40448         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40449         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40450
40451         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40452
40453 1999-04-20  Jim Meyering  <meyering@ascend.com>
40454
40455         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
40456         AC_REPLACE xstroull if necessary.  From Paul Eggert.
40457         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
40458
40459 1999-04-18  Jim Meyering  <meyering@ascend.com>
40460
40461         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
40462         * m4/jm-macros.m4: Use it.
40463
40464 1999-04-06  Jim Meyering  <meyering@ascend.com>
40465
40466         * m4/strftime.m4: Remove test for %f.
40467
40468 1999-03-29  Jim Meyering  <meyering@ascend.com>
40469
40470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
40471         superset of the AC_TYPE_* checks in the textutils, fileutils,
40472         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
40473         AC_TYPE_PID_T.
40474
40475 1999-03-28  Jim Meyering  <meyering@ascend.com>
40476
40477         * m4/jm-macros.m4: Define GNU_PACKAGE here.
40478         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
40479         replaced e.g., in the *.sh files of the sh-utils.
40480
40481 1999-03-20  Jim Meyering  <meyering@ascend.com>
40482
40483         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
40484         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
40485         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
40486
40487 1999-03-19  Jim Meyering  <meyering@ascend.com>
40488
40489         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
40490
40491 1999-03-12  Jim Meyering  <meyering@ascend.com>
40492
40493         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
40494
40495 1999-03-07  Jim Meyering  <meyering@ascend.com>
40496
40497         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
40498         declared.
40499
40500 1999-02-17  Jim Meyering  <meyering@ascend.com>
40501
40502         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
40503         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
40504
40505 1999-02-07  Jim Meyering  <meyering@ascend.com>
40506
40507         * m4/group-member.m4: New file -- extracted from sh-utils'
40508         configure.in.
40509
40510         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
40511         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
40512
40513 1999-02-06  Jim Meyering  <meyering@ascend.com>
40514
40515         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
40516         * m4/fnmatch.m4: Likewise.
40517         * m4/getgroups.m4: Likewise.
40518         * m4/lstat.m4: Likewise.
40519         * m4/malloc.m4: Likewise.
40520         * m4/putenv.m4: Likewise.
40521         * m4/realloc.m4: Likewise.
40522         * m4/regex.m4: Likewise.
40523         * m4/stat.m4: Likewise.
40524         * m4/strftime.m4: Likewise.
40525         Suggestion from Alain Magloire.
40526
40527         * m4/chown.m4: Use `.$ac_objext', not `.o'.
40528         * m4/fnmatch.m4: Likewise.
40529         * m4/getgroups.m4: Likewise.
40530         * m4/getline.m4: Likewise.
40531         * m4/lstat.m4: Likewise.
40532         * m4/malloc.m4: Likewise.
40533         * m4/memcmp.m4: Likewise.
40534         * m4/putenv.m4: Likewise.
40535         * m4/realloc.m4: Likewise.
40536         * m4/regex.m4: Likewise.
40537         * m4/stat.m4: Likewise.
40538         * m4/strftime.m4: Likewise.
40539         Suggestion from Alain Magloire.
40540
40541         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
40542         an argument.
40543
40544         * m4/regex.m4: Add a run-time Test for proper operation of
40545         re_compile_pattern.
40546
40547 1999-01-31  Jim Meyering  <meyering@ascend.com>
40548
40549         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
40550
40551 1999-01-30  Jim Meyering  <meyering@ascend.com>
40552
40553         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
40554
40555         * m4/jm-mktime.m4: Make this a wrapper around the official
40556         AM_FUNC_MKTIME rather than my private copy, now that the official one
40557         is up to date.
40558         * m4/mktime.m4: Remove file.
40559
40560         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
40561         * m4/uptime.m4: Likewise.
40562         * m4/uintmax_t.m4: Likewise.
40563
40564 1999-01-28  Jim Meyering  <meyering@ascend.com>
40565
40566         * m4/jm-macros.m4: Use jm_AFS.
40567         * m4/afs.m4: New file (from fileutils' configure.in).
40568
40569         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
40570         * m4/chown.m4: Likewise.
40571         * m4/d-ino.m4: Likewise.
40572         * m4/d-type.m4: Likewise.
40573         * m4/fnmatch.m4: Likewise.
40574         * m4/getgroups.m4: Likewise.
40575         * m4/gettext.m4: Likewise.
40576         * m4/jm-mktime.m4: Likewise.
40577         * m4/jm-winsz2.m4: Likewise.
40578         * m4/lcmessage.m4: Likewise.
40579         * m4/ls-mntd-fs.m4: Likewise.
40580         * m4/malloc.m4: Likewise.
40581         * m4/memcmp.m4: Likewise.
40582         * m4/putenv.m4: Likewise.
40583         * m4/realloc.m4: Likewise.
40584         * m4/st_mtim.m4: Likewise.
40585         * m4/strftime.m4: Likewise.
40586
40587 1999-01-16  Jim Meyering  <meyering@ascend.com>
40588
40589         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
40590         (ARGMATCH_DIE_DECL): Define.
40591
40592 1999-01-12  Jim Meyering  <meyering@ascend.com>
40593
40594         * m4/Makefile.am.in: Rewrite to avoid using fmt.
40595         Reported by Lars Hecking.
40596
40597 1999-01-10  Jim Meyering  <meyering@ascend.com>
40598
40599         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
40600         gross kludge.
40601         * m4/inttypes_h.m4: Likewise.
40602         * m4/lstat.m4: Likewise.
40603         * m4/malloc.m4: Likewise.
40604         * m4/readdir.m4: Likewise.
40605         * m4/realloc.m4: Likewise.
40606         * m4/st_dm_mode.m4: Likewise.
40607         * m4/stat.m4: Likewise.
40608         * m4/utimbuf.m4: Likewise.
40609         * m4/utimes.m4: Likewise.
40610
40611         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
40612         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
40613         comments in config.h.in are meaningful.
40614
40615         * m4/jm-macros.m4: Require autoconf-2.13 here.
40616
40617         * m4/regex.m4: By default, don't use the included regex.c on systems
40618         with glibc 2.  Suggestion from Uli Drepper.
40619
40620 1999-01-02  Jim Meyering  <meyering@ascend.com>
40621
40622         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
40623
40624 1998-12-18  Jim Meyering  <meyering@ascend.com>
40625
40626         * m4/Makefile.am.in (Makefile.am): Simplify rule.
40627         Based on a suggestion from Lars Hecking.
40628
40629 1998-11-16  Paul Eggert  <eggert@twinsun.com>
40630
40631         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
40632
40633 1998-11-16  Jim Meyering  <meyering@ascend.com>
40634
40635         * m4/lfs.m4: Double-quote the `uname...` expression.
40636
40637 1998-11-14  Jim Meyering  <meyering@ascend.com>
40638
40639         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
40640         * m4/stat.m4: Likewise.
40641
40642 1998-11-03  Jim Meyering  <meyering@ascend.com>
40643
40644         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
40645         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
40646
40647 1998-10-18  Jim Meyering  <meyering@ascend.com>
40648
40649         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
40650
40651 1998-10-17  Jim Meyering  <meyering@ascend.com>
40652
40653         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
40654         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
40655         calls for those previously hard-coded headers.  Instead, take a new
40656         parameter.
40657         (jm_CHECK_DECLARATIONS): Reflect interface change.
40658         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
40659         (jm_CHECK_DECL_LOCALTIME_R): New macro.
40660
40661         * m4/mktime.m4: Test for spring-forward gap before long-running test.
40662
40663 1998-10-14  Jim Meyering  <meyering@ascend.com>
40664
40665         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
40666         instead of "TZ=America/Vancouver".  From Paul Eggert.
40667
40668 1998-10-11  Jim Meyering  <meyering@ascend.com>
40669
40670         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
40671         This adds a test for a recently added compatibility fix for mktime.c.
40672         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
40673
40674 1998-09-27  Jim Meyering  <meyering@ascend.com>
40675
40676         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
40677
40678         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
40679         ../configure.in, including a change from Gordon Matzigkeit to allow
40680         cross-compiling for the Hurd.
40681
40682         * m4/glibc.m4: New file/macro to test for the GNU C Library
40683         versions 1 and 2.  From Gordon Matzigkeit.
40684         Indent.
40685
40686 1998-09-21  Jim Meyering  <meyering@ascend.com>
40687
40688         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
40689
40690 1998-08-18  Paul Eggert  <eggert@twinsun.com>
40691
40692         Port nanosecond-resolution times to UnixWare 2.1.2 and
40693         pedantic Solaris 2.6.
40694
40695         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
40696         AC_STRUCT_ST_MTIM.
40697         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
40698         Generate name of ns member, instead of just 1 or undef.
40699         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
40700
40701 1998-08-15  Jim Meyering  <meyering@ascend.com>
40702
40703         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
40704         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
40705         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
40706         instead of jm_TYPE_SSIZE_T.
40707
40708 1998-08-12  Jim Meyering  <meyering@ascend.com>
40709
40710         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
40711
40712 1998-08-02  Jim Meyering  <meyering@ascend.com>
40713
40714         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
40715         in acconfig.h manually.
40716
40717 1998-07-31  Paul Eggert  <eggert@twinsun.com>
40718
40719         * m4/st_mtim.m4: New file.
40720
40721 1998-07-28  Jim Meyering  <meyering@ascend.com>
40722
40723         * m4/utimes.m4: Undef stat.
40724
40725 1998-07-25  Jim Meyering  <meyering@ascend.com>
40726
40727         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
40728         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
40729
40730 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
40731
40732         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
40733         uid and gid actually remain unchanged.
40734
40735 1998-07-07  Jim Meyering  <meyering@ascend.com>
40736
40737         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
40738
40739 1998-07-04  Jim Meyering  <meyering@ascend.com>
40740
40741         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
40742         to prove that this macro can be used in packages without regex.c.
40743
40744 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
40745
40746         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
40747         is to be used.
40748
40749 1998-07-03  Jim Meyering  <meyering@ascend.com>
40750
40751         * m4/gettext.m4: Add -lintl if it's found to be necessary.
40752
40753         * m4/gettext.m4: New file -- from gettext-0.10.35.
40754         * m4/lcmessage.m4: Likewise.
40755         * m4/progtest.m4: Likewise.
40756
40757         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
40758         * m4/jm-macros.m4: Require the new macro.
40759
40760 1998-06-29  Jim Meyering  <meyering@ascend.com>
40761
40762         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
40763         for the definition of NGROUPS (used in a system header included
40764         by sys/mount.h).
40765
40766 1998-06-28  Jim Meyering  <meyering@ascend.com>
40767
40768         * m4/ls-mntd-fs.m4: New file.
40769         * m4/fstypename.m4: New file.
40770
40771         * m4/jm-macros.m4: Require the new macro.
40772         * m4/jm-glibc-io.m4: New file.
40773
40774 1998-05-19  Jim Meyering  <meyering@ascend.com>
40775
40776         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
40777         * m4/lchown.m4: New file.
40778
40779         * m4/Makefile.am.in: New file.
40780         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
40781
40782 1998-05-14  Jim Meyering  <meyering@ascend.com>
40783
40784         * m4/Makefile.am (EXTRA_DIST): Add them.
40785         * m4/jm-macros.m4: New file.
40786         * m4/utimbuf.m4: New file.
40787
40788 1998-05-12  Jim Meyering  <meyering@ascend.com>
40789
40790         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
40791
40792 1998-05-11  Jim Meyering  <meyering@ascend.com>
40793
40794         * m4/isc-posix.m4: New file.
40795
40796 1998-05-10  Jim Meyering  <meyering@ascend.com>
40797
40798         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
40799
40800 1998-05-09  Jim Meyering  <meyering@ascend.com>
40801
40802         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
40803         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
40804         with automake.
40805
40806         * m4/ssize_t.m4: New file.
40807         * m4/mktime.m4: Remove file -- the new automake has this now.
40808
40809 1998-04-26  Jim Meyering  <meyering@ascend.com>
40810
40811         * m4/assert.m4: New file.
40812         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
40813
40814 1998-04-05  Jim Meyering  <meyering@ascend.com>
40815
40816         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
40817         (jm_PREREQ): Use it here.
40818
40819 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
40820
40821         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
40822         in acconfig.h.
40823
40824 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
40825
40826         * m4/prereq.m4: New file.
40827         * m4/error.m4: New file.
40828         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
40829
40830 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
40831
40832         * m4/getline.m4: Don't set am_cv_func_working_getline before the
40833         cache-check for the same variable -- that defeated the purpose of
40834         the test; the test program was never run.  This was a problem only
40835         on systems with losing getline functions -- HP-UX 10.20 is one.
40836         Reported by Bjorn Helgaas.
40837
40838 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
40839
40840         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
40841
40842 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
40843
40844         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
40845
40846         * m4/const.m4: New file.  Use an initializer in this declaration
40847         typedef int charset[2]; const charset x;
40848         Reported by Bob Glickstein.
40849
40850 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
40851
40852         * m4/chown.m4: Fix reversed types on -1 args to chown.
40853         From Kaveh Ghazi.
40854
40855 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
40856
40857         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
40858         Add lseek and memchr.
40859
40860         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
40861         T.E.Dickey <dickey@clark.net> said that some older preprocessors
40862         have a 20-character limit on names.
40863
40864 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
40865
40866         * m4/inttypes_h.m4: New file.
40867         * m4/uintmax_t.m4: New file.
40868         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
40869
40870
40871         -----
40872
40873         Local Variables:
40874         coding: utf-8
40875         End:
40876
40877         Copyright (C) 1997-2008 Free Software Foundation, Inc.
40878
40879         Copying and distribution of this file, with or without
40880         modification, are permitted provided the copyright notice
40881         and this notice are preserved.