710507d240b58648c5cd55dbe8cd7194b0b6fb80
[gnulib.git] / ChangeLog
1 2009-06-29  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/cased'.
4         * lib/unicase/caseprop.h: New file.
5         * lib/unicase/cased.c: New file.
6         * modules/unicase/cased: New file.
7
8         New functions for case mapping of substrings.
9         * lib/unicase.h (casing_prefix_context_t): New type.
10         (unicase_empty_prefix_context): New variable.
11         (u8_casing_prefix_context, u16_casing_prefix_context,
12         u32_casing_prefix_context, u8_casing_prefixes_context,
13         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14         declarations.
15         (casing_suffix_context_t): New type.
16         (unicase_empty_suffix_context): New variable.
17         (u8_casing_suffix_context, u16_casing_suffix_context,
18         u32_casing_suffix_context, u8_casing_suffixes_context,
19         u16_casing_suffixes_context, u32_casing_suffixes_context,
20         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
21         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
22         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
23         declarations.
24
25 2009-06-28  Jim Meyering  <meyering@redhat.com>
26
27         boostrap: indent only with spaces
28         * build-aux/bootstrap: Indent only with spaces, never TABs.
29
30         bootstrap: split long lines
31         * build-aux/bootstrap: Keep line length < 80.
32
33         bootstrap: sync from coreutils
34         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
35         just as autoreconf does.  Verify a list of prerequisite
36         package-name,version-number pairs if defined in bootstrap.conf.
37         Refer to README-prereq, if prerequisites are not satisfied.
38
39 2009-06-27  Eric Blake  <ebb9@byu.net>
40
41         tests: add test for bogus NULL definition
42         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
43         * tests/test-stdlib.c: Likewise.
44         * tests/test-string.c: Likewise.
45         * tests/test-locale.c: Likewise.
46         * tests/test-unistd.c: Likewise.
47         * modules/stdio-tests (Depends-on): Add verify.
48         * modules/stdlib-tests (Depends-on): Likewise.
49         * modules/string-tests (Depends-on): Likewise.
50         * modules/locale-tests (Depends-on): Likewise.
51         * modules/unistd-tests (Depends-on): Likewise.
52
53 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
54
55         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
56         self-explaining comment.
57         * m4/selinux-selinux-h: Update serial.
58         (gl_LIBSELINUX): New macro, adding a warning for missing development
59         packages to code extracted from...
60         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
61         Add warning for missing development packages here, too.
62
63 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
64
65         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
66
67 2009-06-25  Eric Blake  <ebb9@byu.net>
68
69         version-etc: fix regression
70         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
71         gcc.
72         (version_etc): Use it, to catch bugs with trailing NULL.
73         * lib/version-etc.c (version_etc_arn): Delete unused argument.
74         (version_etc_va): Fix logic bug.
75         * modules/version-etc-tests: Add test.
76         * tests/test-version-etc.c: New file.
77         * tests/test-version-etc.sh: Likewise.
78
79 2009-06-25  Sam Steingold  <sds@gnu.org>
80
81         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
82         mbtowc declaration.
83
84 2009-06-25  Eric Blake  <ebb9@byu.net>
85
86         fpurge: migrate into <stdio.h>
87         * lib/fpurge.h: Delete...
88         * lib/stdio.in.h (fpurge): ...and declare here, instead.
89         * lib/fpurge.c (fpurge): Change declaring header.
90         * modules/fpurge (Files): Drop deleted file.
91         (Depends-on): Add stdio.
92         (configure.ac): Set witness.
93         * modules/stdio (Makefile.am): Support fpurge macros.
94         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
95         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
96         * lib/fflush.c: Update client.
97         * tests/test-fpurge.c: Likewise.
98         * NEWS: Mention the change.
99
100 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
101
102        * lib/argp-version-etc.c (program_authors): Add const
103        qualifier.
104        * lib/version-etc.c: Fix typos in the comments.
105        * modules/argp-version-etc: Depends on version-etc.
106
107 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
108
109         argp-version-etc: new module.
110
111         * lib/argp-version-etc.c: New file.
112         * lib/argp-version-etc.h: New file.
113         * modules/argp-version-etc: New file.
114         * modules/argp-version-etc-tests: New file.
115         * tests/test-argp-version-etc.c: New test.
116         * tests/test-argp-version-etc-1.sh: New test.
117
118 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
119
120         Provide additional interfaces and documentation for version-etc
121         module.
122
123         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
124         interfaces.
125         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
126         prototypes.
127
128 2009-06-24  Bruno Haible  <bruno@clisp.org>
129
130         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
131         HAVE_LIB${NAME} macro.
132         Reported by Sam Steingold <sds@gnu.org>.
133
134 2009-06-23  Simon Josefsson  <simon@josefsson.org>
135
136         * modules/hash-tests (test_hash_LDADD): Link to libintl when
137         needed.
138
139 2009-06-21  Bruno Haible  <bruno@clisp.org>
140
141         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
142         work.
143         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
144         together with LIB${NAME}, LTLIB${NAME}.
145         Reported by Sam Steingold <sds@gnu.org>.
146
147 2009-06-20  Jim Meyering  <meyering@redhat.com>
148
149         tests: make sc_require_test_exit_idiom more generic
150         * top/maint.mk (Exit_witness_file): New overridable variable.
151         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
152         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
153
154 2009-06-19  Jim Meyering  <meyering@redhat.com>
155
156         hash: reverse order of src/dst parameters in an internal interface
157         * lib/hash.c (transfer_entries): Reverse order of parameters to
158         put DST before SRC.  Adjust callers.
159
160         tests: test-hash: avoid wholesale duplication
161         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
162         Instead, use a loop and add a single conditional.
163
164         tests: test-hash: allow seed selection via a command line argument
165         * tests/test-hash.c (get_seed): New function.
166         (main): Use it.
167
168 2009-06-19  Eric Blake  <ebb9@byu.net>
169
170         hash: avoid memory leak on allocation failure
171         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
172         failure.  Factor repeated algorithm...
173         (transfer_entries): ...into new helper routine.
174         (hash_delete): React to hash_rehash return value.
175
176         hash: reduce memory pressure in hash_rehash no-op case
177         * lib/hash.c (next_prime): Avoid overflow.
178         (hash_initialize): Factor bucket size computation...
179         (compute_bucket_size): ...into new helper function.
180         (hash_rehash): Use new function and open coding to reduce memory
181         pressure, and avoid a memory leak in USE_OBSTACK code.
182         Reported by Jim Meyering.
183
184 2009-06-18  Eric Blake  <ebb9@byu.net>
185
186         hash: make rotation more obvious
187         * modules/hash (Depends-on): Add bitrotate and stdint.
188         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
189         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
190         (SIZE_MAX): Rely on headers for definition.
191         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
192         (raw_hasher): Use rotr_sz.
193         Suggested by Jim Meyering.
194
195         hash: fix memory leak in last patch
196         * lib/hash.c (hash_rehash): Avoid memory leak.
197
198         hash: avoid no-op rehashing
199         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
200
201         hash: provide default callback functions
202         * lib/hash.c (raw_hasher, raw_comparator): New functions.
203         (hash_initialize): Use them as defaults.
204         * tests/test-hash.c (main): Test this.
205
206         hash: minor optimization
207         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
208         when possible.
209         (hash_initialize): Document this promise.
210         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
211         * tests/test-hash.c (hash_compare_strings): Test this.
212
213 2009-06-18  Bruno Haible  <bruno@clisp.org>
214
215         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
216         going to be replaced anyway.
217
218 2009-06-18  Bruno Haible  <bruno@clisp.org>
219
220         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
221         in one place.
222         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
223         be replaced anyway.
224
225 2009-06-18  Eric Blake  <ebb9@byu.net>
226
227         hash: check for resize before insertion
228         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
229         threshold before insertion, so that a pathological hash_rehash
230         that fills every bucket can still trigger another rehash.
231
232 2009-06-18  Jim Meyering  <meyering@redhat.com>
233
234         hash-tests: add a loop around the small tests
235         * tests/test-hash.c (main): Repeat small tests with selected
236         small initial table sizes.
237
238 2009-06-17  Eric Blake  <ebb9@byu.net>
239
240         hash: minor cleanups
241         * lib/hash.h (hash_entry): Make opaque, by moving...
242         * lib/hash.c (hash_entry): ...here.
243         (hash_insert): Clarify restrictions on what can be inserted.
244         (hash_get_next): Clarify when it is safe to remove an element
245         during traversal.
246         (check_tuning): Skip verification when tuning is known safe.
247         (hash_initialize): Clarify restrictions on tuning.
248
249 2009-06-17  Jim Meyering  <jim@meyering.net>
250         and Eric Blake  <ebb9@byu.net>
251
252         hash-tests: new module
253         * modules/hash-tests: New file.
254         * tests/test-hash.c: New file.
255
256 2009-06-17  Eric Blake  <ebb9@byu.net>
257
258         strstr-simple: document new module
259         * MODULES.html.sh: Document new module.
260
261         strstr, strcasestr: replace on platforms with broken memchr
262         * modules/strstr: Split into...
263         * modules/strstr-simple: ...new module that does not care about
264         performance, but does care about glibc bug.
265         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
266         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
267         if platform memchr is broken, per Debian bug 521737.
268         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
269         memchr.
270         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
271         * doc/posix-functions/strstr.texi (strstr): Document the fix.
272         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
273         * modules/mountlist (Depends-on): Add strstr-simple.
274         * modules/gen-uni-tables (Depends-on): Likewise.
275         * modules/argz (Depends-on): Add strstr.
276
277 2009-06-17  Bruno Haible  <bruno@clisp.org>
278
279         * modules/posix_spawn-internal (Depends-on): Add errno.
280
281 2009-06-17  Bruno Haible  <bruno@clisp.org>
282
283         Define missing ESTALE on Interix 3.5.
284         * lib/errno.in.h (ESTALE): Assign a value if missing.
285         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
286         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
287         missing.
288         * doc/posix-headers/errno.texi: Mention the Interix bug.
289         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
290
291 2009-06-15  Eric Blake  <ebb9@byu.net>
292
293         memchr, memchr2: add valgrind exception
294         * lib/memchr.valgrind: New file.
295         * lib/memchr2.valgrind: New file.
296         * modules/memchr (Files): Distribute valgrind file.
297         * modules/memchr2 (Files): Likewise.
298
299         docs: memchr is no longer obsolete
300         * MODULES.html.sh: Move memchr from obsolete to string.h section.
301         * lib/string.in.h (memchr): Simplify logic.
302
303 2009-06-14  Jim Meyering  <meyering@redhat.com>
304
305         link-follow: fix the "checking..." message to not mention trailing slash
306         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
307         never considered trailing slashes.
308
309 2009-06-14  Bruno Haible  <bruno@clisp.org>
310
311         * m4/memchr.m4: Mention also the bug on IA-64.
312         * doc/posix-functions/memchr.texi: Likewise.
313
314 2009-06-12  Eric Blake  <ebb9@byu.net>
315
316         memchr: detect broken x86_64 and alpha implementations
317         * modules/memchr-tests (Depends-on): Move mmap detection...
318         * modules/memchr (Depends-on): ...here.
319         (configure.ac): Set indicator.
320         * lib/string.in.h (memchr): Declare replacement.
321         * modules/string (Makefile.am): Trigger replacement.
322         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
323         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
324         bugs.
325         * doc/posix-functions/memchr.texi (memchr): Document the bug.
326         * modules/getpagesize (License): Relax license.
327
328 2009-06-11  Bruno Haible  <bruno@clisp.org>
329
330         * lib/idpriv.h: Add more references.
331
332 2009-06-08  Bruno Haible  <bruno@clisp.org>
333
334         Tests for module 'idpriv-droptemp'.
335         * modules/idpriv-droptemp-tests: New file.
336         * tests/test-idpriv-droptemp.sh: New file.
337         * tests/test-idpriv-droptemp.su.sh: New file.
338         * tests/test-idpriv-droptemp.c: New file.
339
340         New module 'idpriv-droptemp'.
341         * lib/idpriv-droptemp.c: New file.
342         * modules/idpriv-droptemp: New file.
343
344 2009-06-08  Bruno Haible  <bruno@clisp.org>
345
346         Tests for module 'idpriv-drop'.
347         * modules/idpriv-drop-tests: New file.
348         * tests/test-idpriv-drop.sh: New file.
349         * tests/test-idpriv-drop.su.sh: New file.
350         * tests/test-idpriv-drop.c: New file.
351
352         New module 'idpriv-drop'.
353         * lib/idpriv.h: New file.
354         * lib-idpriv-drop.c: New file.
355         * m4/idpriv.m4: New file.
356         * modules/idpriv-drop: New file.
357
358 2009-06-08  Bruno Haible  <bruno@clisp.org>
359
360         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
361         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
362         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
363         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
364         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
365         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
366         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
367
368 2009-06-08  Eric Blake  <ebb9@byu.net>
369
370         test-strstr: use memory fence, when possible
371         * tests/test-strstr.c (main): Use memory fence, in order to be
372         more likely to trigger Debian bug 521737.
373         * modules/strstr-tests (Files): Pull in additional files.
374
375         memchr: no longer obsolete, for wider field testing
376         * modules/memchr (Status, Notice): Delete, this module is no
377         longer obsolete.
378         * modules/vasnprintf (Depends-on): Add memchr.
379
380 2009-06-07  Jim Meyering  <meyering@redhat.com>
381
382         hash: declare some functions with the warn_unused_result attribute
383         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
384
385 2009-06-07  Bruno Haible  <bruno@clisp.org>
386
387         * tests/test-alignof.c: Don't test int64_t if it does not exist.
388         Reported by Eric Blake.
389
390 2009-06-06  Eric Blake  <ebb9@byu.net>
391
392         test-alignof: fix typo with long double
393         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
394         compiler error.
395
396 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
397
398         Escape non-texinfo { and }s.
399         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
400         markup error.
401
402 2009-06-04  Jim Meyering  <meyering@redhat.com>
403
404         gitlog-to-changelog: don't infloop on an empty commit log
405         * build-aux/gitlog-to-changelog: Warn about an empty log message.
406         Reported by Boris Petersen <transacid@centerim.org>.
407
408 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
409
410         version-etc: extend for packagers
411         Add three new configure options, intended for packagers:
412           --with-packager="packager name"
413           --with-packager-version="packager-specific version"
414           --with-packager-bug-reports="packager bug reporting"
415         An example with coreutils:
416           $ ./configure \
417             --with-packager=Gentoo \
418             --with-packager-bug-report=http://bugs.gentoo.org/ \
419             --with-packager-version="patchset 1.6"
420           $ ./src/ls --version | head -n3
421           ls (GNU coreutils) 7.1-dirty
422           Packaged by Gentoo (patchset 1.6)
423           Copyright (C) 2009 Free Software Foundation, Inc.
424         Note that the bug reporting info via --help doesn't show up because
425         coreutils uses its own custom emit_bug_reporting_address() implementation
426         in src/system.h.  If it didn't, it'd look like:
427           $ ./src/ls --help | tail -n4
428           Report bugs to <bug-coreutils@gnu.org>.
429           Report Gentoo bugs to <http://bugs.gentoo.org/>.
430           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
431           General help using GNU software: <http://www.gnu.org/gethelp/>.
432         * lib/version-etc.c: Print new information, if provided.
433         * m4/version-etc.m4: New file.
434         * modules/version-etc (Files): Add m4/version-etc.m4.
435         (configure.ac): Add gl_VERSION_ETC.
436
437 2009-05-31  Bruno Haible  <bruno@clisp.org>
438
439         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
440         and 'int64_t'.
441         * modules/alignof-tests (Dependencies): Add stdint.
442         Reported by Eric Blake.
443
444 2009-05-31  Bruno Haible  <bruno@clisp.org>
445
446         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
447         restriction due to compiler bugs.
448         Reported by Eric Blake.
449
450 2009-05-31  Simon Josefsson  <simon@josefsson.org>
451             Bruno Haible  <bruno@clisp.org>
452
453         Fix test-alignof failure.
454         * lib/alignof.h (alignof_slot): New macro.
455         (alignof_type): New macro, with the same semantics as the previous
456         'alignof'.
457         (alignof): Alias to alignof_slot.
458         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
459         check that the results are usable as constant expressions.
460
461 2009-05-31  Bruno Haible  <bruno@clisp.org>
462
463         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
464         * tests/test-memchr.c (main): Check that memchr does not read past the
465         first occurrence of the byte.
466         * tests/test-strstr.c (main): Update comment.
467         Suggested by Eric Blake.
468
469 2009-05-30  Bruno Haible  <bruno@clisp.org>
470
471         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
472         detail how to use dumpbin.
473         Reported by David Byron <dbyron@dbyron.com>.
474
475 2009-06-02  Simon Josefsson  <simon@josefsson.org>
476
477         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
478
479 2009-06-02  Simon Josefsson  <simon@josefsson.org>
480
481         * m4/manywarnings.m4: Add GCC 4.4 warnings.
482
483 2009-05-28  Bruno Haible  <bruno@clisp.org>
484
485         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
486         build-aux/ files.
487
488 2009-05-28  Simon Josefsson  <simon@josefsson.org>
489
490         * gnulib-tool (func_import): Transform license on build-aux/ files too.
491
492 2009-05-27  Simon Josefsson  <simon@josefsson.org>
493
494         * gnulib-tool (sed_transform_main_lib_file)
495         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
496         regexps.
497
498 2009-05-26  Simon Josefsson  <simon@josefsson.org>
499
500         * tests/test-strstr.c: Add another self-test.
501         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
502         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
503
504 2009-05-23  Bruno Haible  <bruno@clisp.org>
505
506         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
507         change.
508
509 2009-05-21  Bruno Haible  <bruno@clisp.org>
510
511         Simplify use of mode_t varargs.
512         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
513         uses 'mode_t' or 'int'.
514         * lib/openat.c (openat): Likewise.
515         * lib/open-safer.c (open_safer): Likewise.
516         * m4/mode_t.m4: New file.
517         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
518         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
519         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
520         * modules/open (Files): Add m4/mode_t.m4.
521         * modules/openat (Files): Likewise.
522         * modules/fcntl-safer (Files): Likewise.
523         Suggested by Eric Blake.
524
525 2009-05-21  Pádraig Brady  <P@draigbrady.com>
526
527         * doc/glibc-functions/fallocate.texi: New file.
528         * doc/gnulib.texi: Include it.
529
530 2009-05-21  Eric Blake  <ebb9@byu.net>
531             Bruno Haible  <bruno@clisp.org>
532
533         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
534         invocations.
535         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
536
537 2009-05-21  Eric Blake  <ebb9@byu.net>
538             Bruno Haible  <bruno@clisp.org>
539
540         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
541         include_next. Fix of 2008-11-20 commit.
542         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
543         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
544         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
545         NEXT_MATH_H.
546         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
547         instead of NEXT_MATH_H.
548
549 2009-05-21  Bruno Haible  <bruno@clisp.org>
550
551         Avoid redefinition warnings for SIZE_MAX.
552         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
553         Reported by Simon Josefsson.
554
555 2009-05-21  Bruno Haible  <bruno@clisp.org>
556
557         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
558         AC_CACHE_VAL.
559
560 2009-05-20  Bruno Haible  <bruno@clisp.org>
561
562         Make zeroptr.h work on mingw.
563         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
564         mprotect.
565         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
566         * modules/memchr2-tests (configure.ac): Likewise.
567         * modules/memcmp-tests (configure.ac): Likewise.
568         * modules/memmem-tests (configure.ac): Likewise.
569         * modules/memrchr-tests (configure.ac): Likewise.
570         Reported by Simon Josefsson.
571
572 2009-05-20  Simon Josefsson  <simon@josefsson.org>
573
574         * tests/test-glob.c: Include string.h for strcmp prototype.
575
576 2009-05-20  Simon Josefsson  <simon@josefsson.org>
577
578         * modules/getdelim (Depends-on): Add explicit stdint, although it
579         was implicitly already pulled in via realloc-posix.
580         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
581
582 2009-05-20  Simon Josefsson  <simon@josefsson.org>
583
584         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
585         G. Christensen" <tgc@jupiterrise.com>.
586         * m4/sys_socket_h.m4: Check for sa_family_t.
587         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
588         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
589         * tests/test-sys_socket.c: Check that sa_family_t works.
590
591 2009-05-18  Eric Blake  <ebb9@byu.net>
592
593         maint.mk: allow gnulib_dir in VPATH build
594         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
595
596 2009-05-15  Jim Meyering  <meyering@redhat.com>
597
598         maint.mk: Give gnulib_dir a default definition.
599         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
600         Thus, most packages no longer need to specify this variable in cfg.mk
601
602 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
603
604         rename.m4: fix typos that would make non-mingw cross-configure fail
605         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
606
607 2009-05-13  Eric Blake  <ebb9@byu.net>
608
609         mmap-anon: avoid out-of-order autoconf expansion
610         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
611         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
612         * modules/memchr-tests (Depends-on): Add extensions.
613         * modules/memchr2-tests (Depends-on): Add extensions.
614         * modules/memcmp-tests (Depends-on): Add extensions.
615         * modules/memmem-tests (Depends-on): Add extensions.
616         * modules/memrchr-tests (Depends-on): Add extensions.
617
618 2009-05-13  Bruno Haible  <bruno@clisp.org>
619
620         Make some tests ISO C 99 compliant.
621         * tests/zerosize-ptr.h: New file.
622         * tests/test-memchr.c: Include zerosize-ptr.h.
623         (main): Use a zero-size object pointer instead of NULL.
624         * tests/test-memchr2.c: Include zerosize-ptr.h.
625         (main): Use a zero-size object pointer instead of NULL.
626         * tests/test-memcmp.c: Include zerosize-ptr.h.
627         (main): Use a zero-size object pointer instead of NULL.
628         * tests/test-memmem.c: Include zerosize-ptr.h.
629         (main): Use a zero-size object pointer instead of NULL.
630         * tests/test-memrchr.c: Include zerosize-ptr.h.
631         (main): Use a zero-size object pointer instead of NULL.
632         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
633         m4/mmap-anon.m4.
634         (Depends-on): Add getpagesize.
635         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
636         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
637         m4/mmap-anon.m4.
638         (Depends-on): Add getpagesize.
639         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
640         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
641         m4/mmap-anon.m4.
642         (Depends-on): Add getpagesize.
643         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
644         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
645         m4/mmap-anon.m4.
646         (Depends-on): Add getpagesize.
647         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
648         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
649         m4/mmap-anon.m4.
650         (Depends-on): Add getpagesize.
651         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
652
653 2009-05-12  Bruno Haible  <bruno@clisp.org>
654
655         Tests for module 'alignof'.
656         * modules/alignof-tests: New file.
657         * tests/test-alignof.c: New file.
658
659 2009-05-12  Bruno Haible  <bruno@clisp.org>
660
661         Fix alignof macro.
662         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
663         vendor compilers that are always correct.
664
665 2009-05-12  Bruno Haible  <bruno@clisp.org>
666
667         Make the MAP_ANONYMOUS detection work on HP-UX 11.
668         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
669         not whether its fully works.
670
671 2009-05-12  Bruno Haible  <bruno@clisp.org>
672
673         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
674
675 2009-05-12  Jim Meyering  <meyering@redhat.com>
676
677         * top/maint.mk: Adjust backslash alignment.
678
679 2009-05-11  Simon Josefsson  <simon@josefsson.org>
680
681         * top/maint.mk: Make $(srcdir)/build-aux configurable.
682
683 2009-05-11  Eric Blake  <ebb9@byu.net>
684
685         argp: avoid undefined behavior
686         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
687         macros.
688
689 2009-05-08  Simon Josefsson  <simon@josefsson.org>
690
691         * tests/test-vc-list-files-git.sh: Do git config of user.email and
692         user.name to prevent git commit from complaining.
693
694 2009-05-10  Bruno Haible  <bruno@clisp.org>
695
696         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
697         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
698         it rewrites every file name only once.
699         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
700
701 2009-05-08  Bruno Haible  <bruno@clisp.org>
702
703         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
704         instead of 'max'.
705
706 2009-05-08  Simon Josefsson  <simon@josefsson.org>
707
708         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
709         sockaddr_storage test.
710
711 2009-05-07  Simon Josefsson  <simon@josefsson.org>
712
713         * modules/sys_socket (Makefile.am): Substitute
714         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
715         * m4/sys_socket_h.m4: Check for sockaddr_storage.
716         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
717         * tests/test-sys_socket.c: Check sockaddr_storage.
718
719 2009-05-08  Bruno Haible  <bruno@clisp.org>
720
721         New module 'alignof'.
722         * lib/alignof.h: New file.
723         * modules/alignof: New file.
724
725 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
726             Bruno Haible  <bruno@clisp.org>
727
728         Fix test-file-has-acl on FreeBSD.
729         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
730         mask is implicitly added.
731         * tests/test-file-has-acl.c: Include <signal.h>.
732         (main): Terminate the test after 5 seconds.
733         * modules/acl-tests (configure.ac): Check for alarm function.
734
735 2009-05-04  Bruno Haible  <bruno@clisp.org>
736
737         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
738         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
739         * modules/errno (configure.ac): Drop AC_REQUIRE.
740         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
741         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
742
743 2009-05-04  Simon Josefsson  <simon@josefsson.org>
744
745         * modules/glob-tests: New module.
746         * tests/test-glob.c: Add.
747
748 2009-05-04  Simon Josefsson  <simon@josefsson.org>
749
750         * modules/fnmatch-tests: New module.
751         * tests/test-fnmatch.c: Add.
752
753 2009-05-04  Eric Blake  <ebb9@byu.net>
754
755         maint: make the new no-submodule-changes rule VPATH-safe
756         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
757
758 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
759             Bruno Haible  <bruno@clisp.org>
760
761         acl: Fix infinite loop on FreeBSD.
762         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
763         of return value from acl_get_entry.
764         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
765         Likewise.
766
767 2009-05-03  Bruno Haible  <bruno@clisp.org>
768
769         * lib/acl-internal.h (acl_entries): Clarify return value.
770         * lib/acl_entries.c (acl_entries): Likewise.
771
772 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
773
774         Bug fix in acl module.
775         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
776
777 2009-05-03  Bruno Haible  <bruno@clisp.org>
778
779         Create gperf-generated file in the source dir, not in the build dir.
780         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
781         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
782         * modules/unicase/locale-language (unicase/locale-languages.h):
783         Likewise.
784         * modules/unicase/special-casing (unicase/special-casing-table.h):
785         Likewise.
786         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
787         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
788         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
789         Reported by Ralf Wildenhues.
790
791 2009-05-03  Bruno Haible  <bruno@clisp.org>
792
793         * modules/fnmatch (Description, configure.ac): Taken from
794         fnmatch-posix.
795         * modules/fnmatch-posix: Turn into a symbolic reference to the
796         'fnmatch' module, and deprecate.
797         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
798
799 2009-05-03  Bruno Haible  <bruno@clisp.org>
800
801         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
802         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
803         Reported by Ralf Wildenhues.
804
805 2009-05-04  Simon Josefsson  <simon@josefsson.org>
806
807         * m4/fnmatch.m4: Fix fnmatch re-define.
808
809 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
810
811         priv-set: new module and tests; adapt write-any-file
812         * lib/priv-set.c: New file.
813         * lib/priv-set.h: New file.
814         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
815         * lib/write-any-file.c: Simplify by using priv-set module.
816         * m4/priv-set.m4: New file.
817         * modules/priv-set: New file.
818         * modules/unlinkdir: Add dependency on priv-set module.
819         * modules/write-any-file: Likewise.
820
821         Tests for module 'priv-set'.
822         * modules/priv-set-tests: New file.
823         * tests/test-priv-set.c: New file.
824
825 2009-05-03  Jim Meyering  <meyering@redhat.com>
826             Bruno Haible  <bruno@clisp.org>
827
828         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
829         use the converted UTF-8 variant of the name instead.
830
831 2009-05-03  Jim Meyering  <meyering@redhat.com>
832
833         tests: tighten some getdate tests
834         * tests/test-getdate.c (main): Tighten tests: require equality,
835         not just greater than.  Set TZ envvar to UTC0.
836
837 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
838
839         getdate: correctly interpret "next monday" when run on a Monday
840         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
841         that e.g., "next tues" (when run on a tuesday) results in a date
842         that is one week in the future, and not today's date.
843         I.e., add a week when the wday is the same as the current one.
844         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
845         and earlier by Martin Bernreuther and Jan Minář.
846         * tests/test-getdate.c (main): Check that "next DAY" is always in
847         the future and that "last DAY" is always in the past.
848
849 2009-05-02  Jim Meyering  <meyering@redhat.com>
850
851         build: ensure that a release build fails when a submodule is unclean
852         * top/maint.mk (no-submodule-changes): New rule.
853         (alpha beta major): Depend on it.
854
855 2009-05-02  Bruno Haible  <bruno@clisp.org>
856
857         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
858         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
859         shell variable gl_fnmatch_required to detect which variant is
860         requested.
861         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
862         gl_FUNC_FNMATCH_POSIX.
863         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
864         exclude fnmatch-posix.
865
866 2009-05-02  Bruno Haible  <bruno@clisp.org>
867
868         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
869         * modules/mbsrtowcs (License): Change to LGPLv2+.
870         * modules/strnlen1 (License): Likewise.
871         Reported by Simon Josefsson.
872
873 2009-05-02  Bruno Haible  <bruno@clisp.org>
874
875         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
876         "cross".
877         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
878         gnulib-tool was called with option --source-base=lib.
879
880 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
881
882         Use automake *-local hooks without commands, for extensibility.
883         * modules/localcharset (Makefile.am): Rename install-exec-local
884         rule to install-exec-localcharset, and make it a prerequisite of
885         install-exec-local.  Likewise, rename the uninstall-local rule to
886         uninstall-localcharset, and make it a prerequisite of the former.
887
888 2009-05-01  Bruno Haible  <bruno@clisp.org>
889
890         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
891         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
892         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
893         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
894         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
895         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
896         m4/locale-zh.m4, m4/codeset.m4.
897
898         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
899         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
900         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
901         m4/locale-zh.m4.
902
903         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
904         REPLACE_WCRTOMB if mbstate_t must be replaced.
905         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
906         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
907
908 2009-05-01  Bruno Haible  <bruno@clisp.org>
909
910         Avoid compiler warnings when redefining macros defined by <libintl.h>.
911         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
912         dngettext, dcngettext, textdomain, bindtextdomain,
913         bind_textdomain_codeset): Undefine before redefining.
914
915 2009-04-30  Bruno Haible  <bruno@clisp.org>
916
917         Fix bug introduced on 2009-04-25.
918         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
919         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
920         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
921         is defined.
922         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
923         is defined.
924         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
925         is defined.
926         Reported by Elbert_Pol <elbert.pol@gmail.com>.
927
928 2009-04-28  Bruno Haible  <bruno@clisp.org>
929
930         Comment tweaks.
931         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
932         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
933         * lib/unicase.h (u*_casexfrm): Likewise.
934         Reported by Paolo Bonzini.
935
936 2009-04-28  Bruno Haible  <bruno@clisp.org>
937
938         Fix a compilation error.
939         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
940         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
941         Reported by Jim Meyering.
942
943 2009-04-27  Bruno Haible  <bruno@clisp.org>
944
945         New module 'libunistring'.
946         * modules/libunistring: New file.
947         * m4/libunistring.m4: New file.
948         * MODULES.html.sh (Unicode string functions): Add it.
949
950 2009-04-27  Eric Blake  <ebb9@byu.net>
951
952         maint.mk: allow package-specific header to provide <config.h>
953         * top/maint.mk (sc_require_config_h): New variable.
954         (sc_require_config_h, sc_require_config_h_first): Use it.
955
956 2009-04-27  Simon Josefsson  <simon@josefsson.org>
957
958         * top/maint.mk (sc_avoid_if_before_free): Except
959         useless-if-before-free script.
960
961 2009-04-27  Eric Blake  <ebb9@byu.net>
962
963         maintainer-makefile: depend on all required helper scripts
964         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
965         useless-if-before-free.
966         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
967         version, rather than assuming gnulib checkout is available.
968         Reported by Simen Josefsson.
969
970 2009-04-26  Bruno Haible  <bruno@clisp.org>
971
972         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
973         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
974         "../" or "..".
975
976 2009-04-26  Bruno Haible  <bruno@clisp.org>
977
978         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
979         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
980         AC_LIB_HAVE_LINKFLAGS.
981
982 2009-04-26  Bruno Haible  <bruno@clisp.org>
983
984         Simplify calling convention of u*_conv_from_encoding.
985         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
986         u32_conv_from_encoding): Expect a resultbuf argument and return the
987         result directly as a pointer.
988         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
989         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
990         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
991         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
992         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
993         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
994         Update.
995         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
996         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
997         * lib/vasnprintf.c (VASNPRINTF): Update.
998         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
999         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
1000         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
1001         * NEWS: Mention the change.
1002
1003 2009-04-26  Bruno Haible  <bruno@clisp.org>
1004
1005         Simplify calling convention of u*_conv_to_encoding.
1006         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1007         u32_conv_to_encoding): Expect a resultbuf argument and return the
1008         result directly as a pointer.
1009         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1010         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
1011         freeing scaled_offsets if mem_iconveha failed.
1012         * lib/unicase/u-casexfrm.h (FUNC): Update.
1013         * lib/uninorm/u-normxfrm.h (FUNC): Update.
1014         * lib/vasnprintf.c (VASNPRINTF): Update.
1015         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
1016         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
1017         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
1018         * NEWS: Mention the change.
1019
1020 2009-04-26  Bruno Haible  <bruno@clisp.org>
1021
1022         Avoid test failures on AIX and OSF/1.
1023         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
1024         malloc(0).
1025         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1026         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1027         Likewise.
1028         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
1029         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
1030         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
1031         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
1032         * doc/posix-functions/malloc.texi: Document the portability problem
1033         related to malloc(0).
1034
1035 2009-04-26  Bruno Haible  <bruno@clisp.org>
1036
1037         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
1038         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
1039         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
1040
1041 2009-04-25  Bruno Haible  <bruno@clisp.org>
1042
1043         Avoid link error when creating a namespace clean library.
1044         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
1045         as macro with arguments if already defined as an alias.
1046         * lib/signbitf.c (gl_signbitf): Don't undefine.
1047         * lib/signbitd.c (gl_signbitd): Don't undefine.
1048         * lib/signbitl.c (gl_signbitl): Don't undefine.
1049
1050 2009-04-25  Jim Meyering  <meyering@redhat.com>
1051
1052         vc-list-files: fix another quoting bug
1053         * build-aux/vc-list-files: Avoid sed backslash expansion
1054         of pathological directory names.
1055
1056 2009-04-25  Eric Blake  <ebb9@byu.net>
1057
1058         vc-list-files: fix shell quoting error
1059         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
1060         timestamp.
1061
1062 2009-04-25  Jim Meyering  <meyering@redhat.com>
1063
1064         vc-list-files: restore lost functionality with subdir argument
1065         * build-aux/vc-list-files: When given a non-"." sub-directory
1066         argument, substitute the $dir/ prefix back onto each resulting name.
1067         Otherwise, coreutils' root_tests check would fail.
1068
1069 2009-04-24  Eric Blake  <ebb9@byu.net>
1070
1071         vc-list-files: ignore git symlinks
1072         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
1073         than ls-files, to ignore git symlinks.
1074
1075         maint.mk: import improvements from m4
1076         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
1077         (move_if_change): Delete unused macro.
1078         (news-date-check, vc-diff-check): Support VPATH builds.
1079         (announcement): Likewise.  Split --bootstrap-tools list...
1080         (boostrap-tools): ...into separate list, which can be overridden
1081         in cfg.mk.
1082         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
1083         requiring dependency on useless-if-before-free module.
1084         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
1085         Support VPATH builds.
1086
1087 2009-04-24  Jim Meyering  <meyering@redhat.com>
1088
1089         maint.mk: remove coreutils-specific rules and variables
1090         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
1091         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
1092         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
1093
1094         maint.mk: remove obsolete rule
1095         * top/maint.mk (rel-check): Remove rule.
1096         (WGET, WGETFLAGS): Remove now-unused variables.
1097
1098 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1099
1100         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
1101         consistency.
1102
1103         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
1104         '$(PATH_SEPARATOR)' instead of ':'.
1105
1106 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1107
1108         * lib/getopt1.c (main): Use 'const' for static array.
1109
1110 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1111
1112         * top/maint.mk: Sync with coreutils.
1113         * NEWS: Explain incompatibilities.
1114
1115 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1116             Bruno Haible  <bruno@clisp.org>
1117
1118         Fix cross-compilation results.
1119         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
1120         statement, as third argument of AC_TRY_RUN.
1121         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
1122         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
1123         Likewise.
1124         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
1125         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
1126         Likewise.
1127         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
1128         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
1129         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
1130
1131 2009-04-20  Bruno Haible  <bruno@clisp.org>
1132
1133         Avoid test failure on mingw.
1134         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
1135
1136 2009-04-20  Bruno Haible  <bruno@clisp.org>
1137
1138         Avoid compilation error on mingw.
1139         * modules/localename-tests (Depends-on): Add locale.
1140
1141 2009-04-19  Bruno Haible  <bruno@clisp.org>
1142
1143         Support for building a shared library on Windows platforms.
1144         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
1145         (main): Test the presence of UNINORM_NFC here.
1146         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
1147         (main): Test the presence of UNINORM_NFD here.
1148         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
1149         (main): Test the presence of UNINORM_NFKC here.
1150         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
1151         (main): Test the presence of UNINORM_NFKD here.
1152
1153 2009-04-19  Bruno Haible  <bruno@clisp.org>
1154
1155         Avoid a compiler warning.
1156         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
1157         Change type of variable 'sequence'.
1158
1159 2009-04-19  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/configmake (Makefile.am): When the contents of configmake.h
1162         does not change, arrange to preserve its modification time.
1163
1164 2009-04-17  Simon Josefsson  <simon@josefsson.org>
1165
1166         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
1167         gettext domain.
1168
1169 2009-04-16  Jim Meyering  <meyering@redhat.com>
1170
1171         useless-if-before-free: improve conversion code
1172         * build-aux/useless-if-before-free: Adjust code-in-comment to match
1173         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
1174
1175 2009-04-14  Bruno Haible  <bruno@clisp.org>
1176
1177         * modules/fcntl (Depends-on): Add extensions.
1178         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
1179
1180 2009-04-12  Ben Pfaff  <blp@gnu.org>
1181
1182         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
1183         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
1184
1185 2009-03-20  Ben Pfaff  <blp@gnu.org>
1186
1187         Make rename replace existing destinations on Windows.
1188         * m4/rename.m4: Add test for Mingw.
1189         * lib/rename.c: Add rename replacement that uses MoveFileEx with
1190         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
1191         * doc/posix-functions/rename.texi: Document.
1192
1193 2009-04-10  Bruno Haible  <bruno@clisp.org>
1194
1195         New include file "iconveh.h".
1196         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
1197         * lib/striconveh.h: Include it.
1198         (enum iconv_ilseq_handler): Remove definition.
1199         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
1200         striconveh.h.
1201         * lib/striconveha.c: Include striconveh.h.
1202         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
1203         * modules/striconveh (Files): Add lib/iconveh.h.
1204         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
1205         lib/striconveh.h.
1206
1207 2009-04-10  Bruno Haible  <bruno@clisp.org>
1208
1209         * lib/uniconv.h: Update comment.
1210
1211 2009-04-10  Bruno Haible  <bruno@clisp.org>
1212
1213         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
1214         always.
1215         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1216         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1217         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1218         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
1219         "unistring-notinline.h", so that the function gets defined always.
1220         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1221         * lib/unistr/u8-uctomb.c: Likewise.
1222         * lib/unistr/u16-mbtouc.c: Likewise.
1223         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1224         * lib/unistr/u16-uctomb.c: Likewise.
1225         * lib/unistr/u32-mbtouc.c: Likewise.
1226         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1227         * lib/unistr/u32-uctomb.c: Likewise.
1228
1229 2009-04-10  Bruno Haible  <bruno@clisp.org>
1230
1231         Mark 'utime' obsolete.
1232         * modules/utime (Status, Notice): New sections.
1233         Suggested by Jim Meyering.
1234
1235         Fix cross-compile guess for utime test.
1236         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
1237         autoconf.
1238         * doc/posix-functions/utime.texi: Give more precisions.
1239         Reported by Jan <ipif@ymail.com>.
1240
1241 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
1242
1243         filevercmp: correct today's change
1244         * lib/filevercmp.c: Also handle coreutils' test inputs.
1245         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
1246
1247         Fix regression in 'filevercmp' module. Thanks Sven Joachim
1248         for reporting it.
1249         * lib/filevercmp.c: Special handle for "", "." and "..".
1250         * tests/test-filevercmp.c: Enlarge the set suite.
1251
1252 2009-04-07  Jim Meyering  <meyering@redhat.com>
1253
1254         useless-if-before-free: show how to remove braced useless free, too
1255         * build-aux/useless-if-before-free: still only in a comment, though.
1256
1257 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
1258
1259         maint.mk: import changes to syntax-check macros from coreutils
1260         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
1261         Use them in the relevant macros.
1262
1263 2009-04-06  Bruno Haible  <bruno@clisp.org>
1264
1265         Fix unportable use of bit-fields.
1266         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
1267         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
1268         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
1269
1270 2009-04-06  Bruno Haible  <bruno@clisp.org>
1271
1272         Avoid test failures on AIX and OSF/1.
1273         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
1274         that malloc(0) = NULL.
1275         * tests/unicase/test-u8-tolower.c (check): Likewise.
1276         * tests/unicase/test-u8-totitle.c (check): Likewise.
1277         * tests/unicase/test-u8-toupper.c (check): Likewise.
1278         * tests/unicase/test-u16-casefold.c (check): Likewise.
1279         * tests/unicase/test-u16-tolower.c (check): Likewise.
1280         * tests/unicase/test-u16-totitle.c (check): Likewise.
1281         * tests/unicase/test-u16-toupper.c (check): Likewise.
1282         * tests/unicase/test-u32-casefold.c (check): Likewise.
1283         * tests/unicase/test-u32-tolower.c (check): Likewise.
1284         * tests/unicase/test-u32-totitle.c (check): Likewise.
1285         * tests/unicase/test-u32-toupper.c (check): Likewise.
1286         * tests/uninorm/test-u8-nfc.c (check): Likewise.
1287         * tests/uninorm/test-u8-nfd.c (check): Likewise.
1288         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
1289         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
1290         * tests/uninorm/test-u16-nfc.c (check): Likewise.
1291         * tests/uninorm/test-u16-nfd.c (check): Likewise.
1292         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
1293         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
1294         * tests/uninorm/test-u32-nfc.c (check): Likewise.
1295         * tests/uninorm/test-u32-nfd.c (check): Likewise.
1296         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
1297         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
1298
1299 2009-04-05  Bruno Haible  <bruno@clisp.org>
1300
1301         Work around an autoconf limitation.
1302         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
1303         comment line if it would be longer than 3 KB.
1304
1305 2009-04-05  Bruno Haible  <bruno@clisp.org>
1306
1307         Avoid test failure with libiconv-1.13.
1308         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
1309         of the expected test results.
1310
1311 2009-04-05  Bruno Haible  <bruno@clisp.org>
1312
1313         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
1314         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
1315         that it should be installed.
1316
1317 2009-04-05  Bruno Haible  <bruno@clisp.org>
1318
1319         * gnulib-tool: New option --copy-file.
1320         (func_usage): Document it.
1321         (func_dest_tmpfilename): Moved out of func_import.
1322         (func_add_file, func_update_file): New functions, extracted from
1323         func_import.
1324         (func_import): Update.
1325
1326 2009-04-05  Karl Berry  <karl@gnu.org>
1327
1328         * README: prominently mention gnulib-tool.
1329         Rearrange sections so getting the code is near the top.
1330
1331 2009-04-05  Bruno Haible  <bruno@clisp.org>
1332
1333         * lib/unicase.h: Mention u*_cmp2.
1334         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1335         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
1336         * lib/unicase/ulc-casecmp.c: Likewise.
1337         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
1338         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
1339         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
1340         unistr/u8-cmp.
1341         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
1342         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
1343         unistr/u16-cmp.
1344         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
1345         unistr/u32-cmp.
1346
1347         * lib/uninorm.h: Mention u*_cmp2.
1348         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1349         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
1350         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
1351         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
1352         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
1353         unistr/u8-cmp.
1354         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
1355         unistr/u16-cmp.
1356         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
1357         unistr/u32-cmp.
1358
1359         New module 'unistr/u32-cmp2'.
1360         * lib/unistr/u32-cmp2.c: New file.
1361         * modules/unistr/u32-cmp2: New file.
1362
1363         New module 'unistr/u16-cmp2'.
1364         * lib/unistr/u16-cmp2.c: New file.
1365         * modules/unistr/u16-cmp2: New file.
1366
1367         New module 'unistr/u8-cmp2'.
1368         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
1369         * lib/unistr/u8-cmp2.c: New file.
1370         * lib/unistr/u-cmp2.h: New file.
1371         * modules/unistr/u8-cmp2: New file.
1372
1373 2009-04-05  Bruno Haible  <bruno@clisp.org>
1374
1375         * lib/unictype.h (uc_property_is_valid): New macro.
1376         * tests/unictype/test-pr_byname.c (main): Use it.
1377
1378         * lib/unistr.h: Doc fixes.
1379         * lib/uniconv.h: Doc fixes.
1380         * lib/unictype.h: Doc fixes.
1381
1382 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
1383
1384         Port coreutils 7.2 to Solaris 8.
1385
1386         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
1387         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
1388         for Solaris 8.  This is a bit of a hack, as it means it's the
1389         caller's responsibility to add -lnsl if needed, but most likely it
1390         won't be needed since only getaddrinfo uses this and getaddrinfo
1391         isn't needed on Solaris 8.
1392
1393         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
1394         problem to Solaris 8 encountered with coreutils 7.2, which
1395         resulted in a message "fnmatch.c:292: warning: passing argument 4
1396         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
1397         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
1398
1399 2009-04-03  Simon Josefsson  <simon@josefsson.org>
1400
1401         * m4/ld-version-script.m4: Add FIXME comment.
1402
1403 2009-04-02  Simon Josefsson  <simon@josefsson.org>
1404
1405         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
1406         SOVERSION variable.
1407
1408 2009-04-02  Bruno Haible  <bruno@clisp.org>
1409
1410         * Makefile (info, html, dvi, pdf): Combine the rules.
1411         Suggested by Jim Meyering.
1412
1413 2009-04-01  Bruno Haible  <bruno@clisp.org>
1414
1415         * Makefile (info, html, dvi, pdf): New targets.
1416         Reported by Reuben Thomas <rrt@sc3d.org>.
1417
1418 2009-04-01  Bruno Haible  <bruno@clisp.org>
1419
1420         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
1421         can be put into PATH.
1422         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
1423
1424 2009-04-01  Bruno Haible  <bruno@clisp.org>
1425
1426         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
1427
1428 2009-04-01  Bruno Haible  <bruno@clisp.org>
1429
1430         Rename module 'visibility'.
1431         * modules/lib-symbol-visibility: Renamed from modules/visibility.
1432         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
1433         * doc/gnulib.texi: Update.
1434         * MODULES.html.sh (Misc): Update.
1435         * NEWS: Mention the change.
1436
1437 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1438
1439         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
1440         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
1441         Eric Blake <ebb9@byu.net> for review.
1442         * MODULES.html.sh: Add lib-msvc-compat.
1443         * doc/gnulib.texi: Link to new section.
1444         * m4/ld-output-def.m4: New file.
1445         * doc/ld-output-def.texi: New file.
1446
1447 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1448
1449         Rename ld-version-script to lib-symbol-versions.  Suggested by
1450         Bruno Haible <bruno@clisp.org>.
1451         * modules/ld-version-script: Renamed to lib-symbol-versions.
1452         * doc/ld-version-script.texi: Fix module name.
1453         * MODULES.html.sh: Add lib-symbol-versions.
1454
1455 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1456
1457         * modules/u64-tests: New file.
1458         * tests/test-u64.c: New file.
1459
1460 2009-03-04  Simon Josefsson  <simon@josefsson.org>
1461
1462         * MODULES.html.sh: Mention u64.
1463         * modules/u64: New module.
1464         * modules/crypto/sha512: Depend on u64 module instead of providing
1465         u64.h.
1466
1467 2009-03-27  Eric Blake  <ebb9@byu.net>
1468
1469         test-strerror: make debugging EAI_SYSTEM easier
1470         * modules/getaddrinfo-tests (Depends-on): Add strerror.
1471         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
1472         failure was EAI_SYSTEM.
1473
1474 2009-03-25  Bruno Haible  <bruno@clisp.org>
1475
1476         Fix a problem with --enable-relocatable on Solaris 7.
1477         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
1478         since 2008-02-24.
1479
1480 2009-03-25  Eric Blake  <ebb9@byu.net>
1481
1482         test-sockets: avoid gcc warning
1483         * tests/test-sockets.c (main): Silence compiler warning.
1484
1485 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
1486
1487         New modules nproc, pthread, contributed by Glen Lenker.
1488
1489         * MODULES.html.sh: Add pthread, nproc.
1490         * lib/nproc.c: New file.
1491         * lib/nproc.h: New file.
1492         * lib/pthread.in.h: New file.
1493         * m4/pthread.m4: New file.
1494         * modules/nproc: New file.
1495         * modules/pthread: New file.
1496
1497 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1498
1499         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
1500         New variable.
1501
1502 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
1503
1504         filevercmp: handle simple~ and numbered.~3~ backup suffixes
1505         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
1506         * tests/test-filevercmp.c: Add tests for backup suffixes.
1507
1508 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1509
1510         * modules/stdlib (Depends-on): Add stdint, needed when defining
1511         struct random_data on, for example, HP-UX 10.20.  Reported by
1512         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1513
1514 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1515
1516         * lib/readline.c (readline): Call fflush on stdout after printing
1517         prompt.
1518
1519 2009-03-20  Bruno Haible  <bruno@clisp.org>
1520
1521         Remove dependency from 'close' module to -lws2_32 on native Windows.
1522         * lib/close-hook.h: New file.
1523         * lib/close-hook.c: New file.
1524         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
1525         w32sock.h.
1526         (_gl_close_fd_maybe_socket): Remove function.
1527         (rpl_close): Invoke execute_all_close_hooks instead of
1528         _gl_close_fd_maybe_socket.
1529         * lib/sockets.c: Include close-hook.h, w32sock.h.
1530         (close_fd_maybe_socket): New function, essentially from lib/close.c.
1531         (close_sockets_hook): New variable.
1532         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
1533         (gl_sockets_cleanup): Unregister it.
1534         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
1535         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
1536         * modules/close-hook: New file.
1537         * modules/close (Files): Remove lib/w32sock.h.
1538         (Depends-on): Add close-hook.
1539         (Link): Remove section.
1540         * modules/sockets (Files): Add lib/w32sock.h.
1541         (Depends-on): Add close-hook.
1542         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
1543         invocation.
1544         * NEWS: Mention that LIB_CLOSE is gone.
1545
1546 2009-03-23  Eric Blake  <ebb9@byu.net>
1547
1548         signal-tests: test previous patch
1549         * tests/test-signal.c: New file.
1550         * modules/signal-tests: Likewise.
1551
1552         signal.h: always support 'volatile sig_atomic_t'
1553         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
1554         (gl_SIGNAL_H_DEFAULTS): Add a default.
1555         * modules/signal (Makefile.am): Substitute if needed.
1556         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
1557         users can blindly add volatile.
1558         * doc/posix-headers/signal.texi (signal.h): Document it.
1559         Reported by Matthew Woehlke.
1560
1561 2009-03-23  Jim Meyering  <meyering@redhat.com>
1562
1563         pathmax: PATH_MAX: use pathconf only when available
1564         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
1565         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
1566         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
1567         This avoids a link failure in a PSP cross-compilation environment
1568         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
1569
1570         * lib/vasnprintf.c (divide): Fix typo in comment.
1571
1572 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1573
1574         * gnulib-tool (func_filter_filelist): Fix comment.
1575
1576 2009-03-20  Bruno Haible  <bruno@clisp.org>
1577
1578         Make sockets.h self-contained.
1579         * lib/sockets.c: Include sockets.h first.
1580         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
1581
1582 2009-03-19  Eric Blake  <ebb9@byu.net>
1583
1584         doc: mention more functions added in cygwin 1.7.0
1585         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
1586         addition.
1587         * doc/posix-functions/log2f.texi: Likewise.
1588
1589 2009-03-19  Jim Meyering  <meyering@redhat.com>
1590
1591         fsusage: avoid syntax error due to statement-before-declaration
1592         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
1593         after all declarations.  Reported by Matthew Woehlke in
1594         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
1595
1596 2009-03-18  Eric Blake  <ebb9@byu.net>
1597
1598         build-aux/compile: sync from automake
1599         * build-aux/compile: New file, from automake.
1600         * config/srclist.txt: Mention build-aux/compile.
1601
1602 2009-03-17  Bruno Haible  <bruno@clisp.org>
1603
1604         * lib/git-merge-changelog.c: Fix typo in comment.
1605         Reported by Reuben Thomas <rrt@sc3d.org>.
1606
1607 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
1608
1609         * m4/regex.m4: update and improve help for
1610         --without-included-regex.
1611
1612 2009-03-17  Simon Josefsson  <simon@josefsson.org>
1613
1614         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
1615         failure on missing include files.
1616
1617 2009-03-17  Eric Blake  <ebb9@byu.net>
1618
1619         doc: mention more functions added in cygwin 1.7.0
1620         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
1621         addition.
1622         * doc/posix-functions/fwscanf.texi: Likewise.
1623         * doc/posix-functions/swprintf.texi: Likewise.
1624         * doc/posix-functions/swscanf.texi: Likewise.
1625         * doc/posix-functions/vfwprintf.texi: Likewise.
1626         * doc/posix-functions/vfwscanf.texi: Likewise.
1627         * doc/posix-functions/vswprintf.texi: Likewise.
1628         * doc/posix-functions/vswscanf.texi: Likewise.
1629         * doc/posix-functions/vwprintf.texi: Likewise.
1630         * doc/posix-functions/vwscanf.texi: Likewise.
1631         * doc/posix-functions/wcscasecmp.texi: Likewise.
1632         * doc/posix-functions/wcsdup.texi: Likewise.
1633         * doc/posix-functions/wcsftime.texi: Likewise.
1634         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1635         * doc/posix-functions/wprintf.texi: Likewise.
1636         * doc/posix-functions/wscanf.texi: Likewise.
1637         * doc/glibc-functions/gethostbyname2.texi: Likewise.
1638
1639 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1640
1641         maint.mk: really add $(AM_MAKEFLAGS)
1642         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
1643         was inadvertently omitted in the last commit.
1644         Spotted by Bruno Haible.
1645
1646         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
1647         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
1648         $(AM_MAKEFLAGS)' rather than plain `make'.
1649
1650         gnulib-tool: execute $MAKE not make
1651         * gnulib-tool: Default $MAKE to 'make'.
1652         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
1653         than make.  Initialize $MAKE in the do-autobuild script.
1654
1655         gnulib-tool: use $MAKE not make in generated files
1656         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
1657         make, in generated files.  Initialize $MAKE in the do-autobuild
1658         script.
1659
1660         * top/GNUmakefile (_have-git-version-gen): Fix typo.
1661
1662         GNUmakefile: disable parallelism only for multiple, recursive targets
1663         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
1664         additions in the Makefile.
1665         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
1666         by Automake.
1667         (.NOTPARALLEL): Only disable parallel builds if multiple targets
1668         are listed on the command line and at least one of them is
1669         listed in $(ALL_RECURSIVE_TARGETS).
1670
1671 2009-03-14  Bruno Haible  <bruno@clisp.org>
1672
1673         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
1674         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
1675         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
1676         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
1677         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
1678         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
1679         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
1680         unistr/u8-uctomb.
1681         * modules/unistr/u8-strchr (Depends-on): Likewise.
1682         * modules/unistr/u8-strrchr (Depends-on): Likewise.
1683         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
1684         unistr/u16-uctomb.
1685         * modules/unistr/u16-strchr (Depends-on): Likewise.
1686         * modules/unistr/u16-strrchr (Depends-on): Likewise.
1687
1688 2009-03-12  Bruno Haible  <bruno@clisp.org>
1689
1690         Work around select() bug on Interix 3.5.
1691         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
1692         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
1693         * m4/select.m4: New file.
1694         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
1695         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
1696         * modules/select (Files): Add m4/select.m4.
1697         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
1698         * modules/nanosleep (Depends-on): Add select.
1699         * modules/poll (Depends-on): Likewise.
1700         * doc/posix-functions/select.texi: Mention the Interix bug.
1701         Reported by Markus Duft <mduft@gentoo.org>.
1702
1703         * lib/select.c: Renamed from lib/winsock-select.c.
1704         * modules/select (Files): Add lib/select.c, remove
1705         lib/winsock-select.c.
1706         (configure.ac): Update.
1707
1708 2009-03-12  Jim Meyering  <meyering@redhat.com>
1709
1710         avoid gcc warnings about unused macro definitions
1711         * lib/readtokens.c (STREQ): Remove unused definition.
1712         * lib/xmalloc.c (SIZE_MAX): Likewise.
1713         * lib/openat-die.c (N_): Likewise.
1714         * lib/mountlist.c (SIZE_MAX): Remove definition.
1715         Instead, include <stdint.h>.
1716         * lib/readutmp.c: Likewise.
1717         * modules/readutmp (Depends-on): Add stdint.
1718         * modules/mountlist (Depends-on): Add stdint.
1719         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
1720
1721 2009-03-10  Bruno Haible  <bruno@clisp.org>
1722
1723         Tests for module 'mbmemcasecoll'.
1724         * modules/mbmemcasecoll-tests: New file.
1725         * tests/test-mbmemcasecoll1.sh: New file.
1726         * tests/test-mbmemcasecoll2.sh: New file.
1727         * tests/test-mbmemcasecoll3.sh: New file.
1728         * tests/test-mbmemcasecoll.c: New file.
1729
1730         New module 'mbmemcasecoll'.
1731         * lib/mbmemcasecoll.h: New file.
1732         * lib/mbmemcasecoll.c: New file.
1733         * modules/mbmemcasecoll: New file.
1734
1735         * tests/test-mbmemcasecmp.h: New file, extracted from
1736         tests/test-mbmemcasecmp.c.
1737         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
1738         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
1739         (main): Update.
1740         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
1741
1742 2009-03-09  Bruno Haible  <bruno@clisp.org>
1743
1744         Tests for module 'mbmemcasecmp'.
1745         * modules/mbmemcasecmp-tests: New file.
1746         * tests/test-mbmemcasecmp1.sh: New file.
1747         * tests/test-mbmemcasecmp2.sh: New file.
1748         * tests/test-mbmemcasecmp3.sh: New file.
1749         * tests/test-mbmemcasecmp.c: New file.
1750
1751         New module 'mbmemcasecmp'.
1752         * lib/mbmemcasecmp.h: New file.
1753         * lib/mbmemcasecmp.c: New file.
1754         * modules/mbmemcasecmp: New file.
1755
1756 2009-03-09  Bruno Haible  <bruno@clisp.org>
1757
1758         Tests for module 'unicase/ulc-casecoll'.
1759         * modules/unicase/ulc-casecoll-tests: New file.
1760         * tests/unicase/test-ulc-casecoll1.sh: New file.
1761         * tests/unicase/test-ulc-casecoll2.sh: New file.
1762         * tests/unicase/test-ulc-casecoll.c: New file.
1763
1764         New module 'unicase/ulc-casecoll'.
1765         * lib/unicase.h (ulc_casecoll): New declaration.
1766         * lib/unicase/ulc-casecoll.c: New file.
1767         * modules/unicase/ulc-casecoll: New file.
1768
1769         New module 'unicase/ulc-casexfrm'.
1770         * lib/unicase.h (ulc_casexfrm): New declaration.
1771         * lib/unicase/ulc-casexfrm.c: New file.
1772         * modules/unicase/ulc-casexfrm: New file.
1773
1774 2009-03-09  Bruno Haible  <bruno@clisp.org>
1775
1776         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
1777         invocations.
1778
1779         * m4/mbscasecmp.m4: Remove file.
1780         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
1781         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
1782
1783         * m4/mbscasestr.m4: Remove file.
1784         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
1785         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
1786
1787         * m4/mbschr.m4: Remove file.
1788         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
1789         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
1790
1791         * m4/mbscspn.m4: Remove file.
1792         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
1793         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
1794
1795         * m4/mbslen.m4: Remove file.
1796         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
1797         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
1798
1799         * m4/mbsncasecmp.m4: Remove file.
1800         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
1801         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
1802
1803         * m4/mbsnlen.m4: Remove file.
1804         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
1805         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
1806
1807         * m4/mbspbrk.m4: Remove file.
1808         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
1809         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
1810
1811         * m4/mbspcasecmp.m4: Remove file.
1812         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
1813         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
1814
1815         * m4/mbsrchr.m4: Remove file.
1816         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
1817         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
1818
1819         * m4/mbssep.m4: Remove file.
1820         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
1821         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
1822
1823         * m4/mbsspn.m4: Remove file.
1824         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
1825         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
1826
1827         * m4/mbsstr.m4: Remove file.
1828         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
1829         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
1830
1831         * m4/mbstok_r.m4: Remove file.
1832         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
1833         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
1834
1835         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
1836
1837         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
1838         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
1839
1840         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
1841
1842 2009-03-08  Bruno Haible  <bruno@clisp.org>
1843
1844         Tests for module 'unicase/ulc-casecmp'.
1845         * modules/unicase/ulc-casecmp-tests: New file.
1846         * tests/unicase/test-ulc-casecmp1.sh: New file.
1847         * tests/unicase/test-ulc-casecmp2.sh: New file.
1848         * tests/unicase/test-ulc-casecmp.c: New file.
1849
1850         New module 'unicase/ulc-casecmp'.
1851         * lib/unicase.h (ulc_casecmp): New declaration.
1852         * lib/unicase/ulc-casecmp.c: New file.
1853         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
1854         'const SRC_UNIT *'.
1855         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
1856         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
1857         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
1858         * modules/unicase/ulc-casecmp: New file.
1859
1860         Tests for module 'unicase/u32-is-cased'.
1861         * modules/unicase/u32-is-cased-tests: New file.
1862         * tests/unicase/test-u32-is-cased.c: New file.
1863
1864         Tests for module 'unicase/u16-is-cased'.
1865         * modules/unicase/u16-is-cased-tests: New file.
1866         * tests/unicase/test-u16-is-cased.c: New file.
1867
1868         Tests for module 'unicase/u8-is-cased'.
1869         * modules/unicase/u8-is-cased-tests: New file.
1870         * tests/unicase/test-u8-is-cased.c: New file.
1871         * tests/unicase/test-is-cased.h: New file.
1872
1873         New module 'unicase/u32-is-cased'.
1874         * lib/unicase/u32-is-cased.c: New file.
1875         * modules/unicase/u32-is-cased: New file.
1876
1877         New module 'unicase/u16-is-cased'.
1878         * lib/unicase/u16-is-cased.c: New file.
1879         * modules/unicase/u16-is-cased: New file.
1880
1881         New module 'unicase/u8-is-cased'.
1882         * lib/unicase/u8-is-cased.c: New file.
1883         * lib/unicase/u-is-cased.h: New file.
1884         * modules/unicase/u8-is-cased: New file.
1885
1886         Tests for module 'unicase/u32-is-casefolded'.
1887         * modules/unicase/u32-is-casefolded-tests: New file.
1888         * tests/unicase/test-u32-is-casefolded.c: New file.
1889
1890         Tests for module 'unicase/u16-is-casefolded'.
1891         * modules/unicase/u16-is-casefolded-tests: New file.
1892         * tests/unicase/test-u16-is-casefolded.c: New file.
1893
1894         Tests for module 'unicase/u8-is-casefolded'.
1895         * modules/unicase/u8-is-casefolded-tests: New file.
1896         * tests/unicase/test-u8-is-casefolded.c: New file.
1897         * tests/unicase/test-is-casefolded.h: New file.
1898
1899         New module 'unicase/u32-is-casefolded'.
1900         * lib/unicase/u32-is-casefolded.c: New file.
1901         * modules/unicase/u32-is-casefolded: New file.
1902
1903         New module 'unicase/u16-is-casefolded'.
1904         * lib/unicase/u16-is-casefolded.c: New file.
1905         * modules/unicase/u16-is-casefolded: New file.
1906
1907         New module 'unicase/u8-is-casefolded'.
1908         * lib/unicase/u8-is-casefolded.c: New file.
1909         * modules/unicase/u8-is-casefolded: New file.
1910
1911         Tests for module 'unicase/u32-is-titlecase'.
1912         * modules/unicase/u32-is-titlecase-tests: New file.
1913         * tests/unicase/test-u32-is-titlecase.c: New file.
1914
1915         Tests for module 'unicase/u16-is-titlecase'.
1916         * modules/unicase/u16-is-titlecase-tests: New file.
1917         * tests/unicase/test-u16-is-titlecase.c: New file.
1918
1919         Tests for module 'unicase/u8-is-titlecase'.
1920         * modules/unicase/u8-is-titlecase-tests: New file.
1921         * tests/unicase/test-u8-is-titlecase.c: New file.
1922         * tests/unicase/test-is-titlecase.h: New file.
1923
1924         New module 'unicase/u32-is-titlecase'.
1925         * lib/unicase/u32-is-titlecase.c: New file.
1926         * modules/unicase/u32-is-titlecase: New file.
1927
1928         New module 'unicase/u16-is-titlecase'.
1929         * lib/unicase/u16-is-titlecase.c: New file.
1930         * modules/unicase/u16-is-titlecase: New file.
1931
1932         New module 'unicase/u8-is-titlecase'.
1933         * lib/unicase/u8-is-titlecase.c: New file.
1934         * modules/unicase/u8-is-titlecase: New file.
1935
1936         Tests for module 'unicase/u32-is-lowercase'.
1937         * modules/unicase/u32-is-lowercase-tests: New file.
1938         * tests/unicase/test-u32-is-lowercase.c: New file.
1939
1940         Tests for module 'unicase/u16-is-lowercase'.
1941         * modules/unicase/u16-is-lowercase-tests: New file.
1942         * tests/unicase/test-u16-is-lowercase.c: New file.
1943
1944         Tests for module 'unicase/u8-is-lowercase'.
1945         * modules/unicase/u8-is-lowercase-tests: New file.
1946         * tests/unicase/test-u8-is-lowercase.c: New file.
1947         * tests/unicase/test-is-lowercase.h: New file.
1948
1949         New module 'unicase/u32-is-lowercase'.
1950         * lib/unicase/u32-is-lowercase.c: New file.
1951         * modules/unicase/u32-is-lowercase: New file.
1952
1953         New module 'unicase/u16-is-lowercase'.
1954         * lib/unicase/u16-is-lowercase.c: New file.
1955         * modules/unicase/u16-is-lowercase: New file.
1956
1957         New module 'unicase/u8-is-lowercase'.
1958         * lib/unicase/u8-is-lowercase.c: New file.
1959         * modules/unicase/u8-is-lowercase: New file.
1960
1961         Tests for module 'unicase/u32-is-uppercase'.
1962         * modules/unicase/u32-is-uppercase-tests: New file.
1963         * tests/unicase/test-u32-is-uppercase.c: New file.
1964
1965         Tests for module 'unicase/u16-is-uppercase'.
1966         * modules/unicase/u16-is-uppercase-tests: New file.
1967         * tests/unicase/test-u16-is-uppercase.c: New file.
1968
1969         Tests for module 'unicase/u8-is-uppercase'.
1970         * modules/unicase/u8-is-uppercase-tests: New file.
1971         * tests/unicase/test-u8-is-uppercase.c: New file.
1972         * tests/unicase/test-is-uppercase.h: New file.
1973
1974         New module 'unicase/u32-is-uppercase'.
1975         * lib/unicase/u32-is-uppercase.c: New file.
1976         * modules/unicase/u32-is-uppercase: New file.
1977
1978         New module 'unicase/u16-is-uppercase'.
1979         * lib/unicase/u16-is-uppercase.c: New file.
1980         * modules/unicase/u16-is-uppercase: New file.
1981
1982         New module 'unicase/u8-is-uppercase'.
1983         * lib/unicase/u8-is-uppercase.c: New file.
1984         * modules/unicase/u8-is-uppercase: New file.
1985
1986         New module 'unicase/u32-is-invariant'.
1987         * lib/unicase/u32-is-invariant.c: New file.
1988         * modules/unicase/u32-is-invariant: New file.
1989
1990         New module 'unicase/u16-is-invariant'.
1991         * lib/unicase/u16-is-invariant.c: New file.
1992         * modules/unicase/u16-is-invariant: New file.
1993
1994         New module 'unicase/u8-is-invariant'.
1995         * lib/unicase/u8-is-invariant.c: New file.
1996         * lib/unicase/invariant.h: New file.
1997         * lib/unicase/u-is-invariant.h: New file.
1998         * modules/unicase/u8-is-invariant: New file.
1999
2000         Tests for module 'unicase/u32-casecoll'.
2001         * modules/unicase/u32-casecoll-tests: New file.
2002         * tests/unicase/test-u32-casecoll.c: New file.
2003
2004         Tests for module 'unicase/u16-casecoll'.
2005         * modules/unicase/u16-casecoll-tests: New file.
2006         * tests/unicase/test-u16-casecoll.c: New file.
2007
2008         Tests for module 'unicase/u8-casecoll'.
2009         * modules/unicase/u8-casecoll-tests: New file.
2010         * tests/unicase/test-u8-casecoll.c: New file.
2011
2012         New module 'unicase/u32-casecoll'.
2013         * lib/unicase/u32-casecoll.c: New file.
2014         * modules/unicase/u32-casecoll: New file.
2015
2016         New module 'unicase/u16-casecoll'.
2017         * lib/unicase/u16-casecoll.c: New file.
2018         * modules/unicase/u16-casecoll: New file.
2019
2020         New module 'unicase/u8-casecoll'.
2021         * lib/unicase/u8-casecoll.c: New file.
2022         * lib/unicase/u-casecoll.h: New file.
2023         * modules/unicase/u8-casecoll: New file.
2024
2025         New module 'unicase/u32-casexfrm'.
2026         * lib/unicase/u32-casexfrm.c: New file.
2027         * modules/unicase/u32-casexfrm: New file.
2028
2029         New module 'unicase/u16-casexfrm'.
2030         * lib/unicase/u16-casexfrm.c: New file.
2031         * modules/unicase/u16-casexfrm: New file.
2032
2033         New module 'unicase/u8-casexfrm'.
2034         * lib/unicase/u8-casexfrm.c: New file.
2035         * lib/unicase/u-casexfrm.h: New file.
2036         * modules/unicase/u8-casexfrm: New file.
2037
2038         Tests for module 'unicase/u32-casecmp'.
2039         * modules/unicase/u32-casecmp-tests: New file.
2040         * tests/unicase/test-u32-casecmp.c: New file.
2041
2042         Tests for module 'unicase/u16-casecmp'.
2043         * modules/unicase/u16-casecmp-tests: New file.
2044         * tests/unicase/test-u16-casecmp.c: New file.
2045
2046         Tests for module 'unicase/u8-casecmp'.
2047         * modules/unicase/u8-casecmp-tests: New file.
2048         * tests/unicase/test-u8-casecmp.c: New file.
2049         * tests/unicase/test-casecmp.h: New file.
2050
2051         New module 'unicase/u32-casecmp'.
2052         * lib/unicase/u32-casecmp.c: New file.
2053         * modules/unicase/u32-casecmp: New file.
2054
2055         New module 'unicase/u16-casecmp'.
2056         * lib/unicase/u16-casecmp.c: New file.
2057         * modules/unicase/u16-casecmp: New file.
2058
2059         New module 'unicase/u8-casecmp'.
2060         * lib/unicase/u8-casecmp.c: New file.
2061         * lib/unicase/u-casecmp.h: New file.
2062         * modules/unicase/u8-casecmp: New file.
2063
2064         Tests for module 'unicase/u32-casefold'.
2065         * modules/unicase/u32-casefold-tests: New file.
2066         * tests/unicase/test-u32-casefold.c: New file.
2067
2068         Tests for module 'unicase/u16-casefold'.
2069         * modules/unicase/u16-casefold-tests: New file.
2070         * tests/unicase/test-u16-casefold.c: New file.
2071
2072         Tests for module 'unicase/u8-casefold'.
2073         * modules/unicase/u8-casefold-tests: New file.
2074         * tests/unicase/test-u8-casefold.c: New file.
2075
2076         New module 'unicase/u32-casefold'.
2077         * lib/unicase/u32-casefold.c: New file.
2078         * modules/unicase/u32-casefold: New file.
2079
2080         New module 'unicase/u16-casefold'.
2081         * lib/unicase/u16-casefold.c: New file.
2082         * modules/unicase/u16-casefold: New file.
2083
2084         New module 'unicase/u8-casefold'.
2085         * lib/unicase/u8-casefold.c: New file.
2086         * lib/unicase/u-casefold.h: New file.
2087         * modules/unicase/u8-casefold: New file.
2088
2089         New module 'unicase/tocasefold'.
2090         * lib/unicase/casefold.h: New file.
2091         * lib/unicase/tocasefold.c: New file.
2092         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
2093         * modules/unicase/tocasefold: New file.
2094
2095         Tests for module 'unicase/u32-totitle'.
2096         * modules/unicase/u32-totitle-tests: New file.
2097         * tests/unicase/test-u32-totitle.c: New file.
2098
2099         Tests for module 'unicase/u16-totitle'.
2100         * modules/unicase/u16-totitle-tests: New file.
2101         * tests/unicase/test-u16-totitle.c: New file.
2102
2103         Tests for module 'unicase/u8-totitle'.
2104         * modules/unicase/u8-totitle-tests: New file.
2105         * tests/unicase/test-u8-totitle.c: New file.
2106
2107         New module 'unicase/u32-totitle'.
2108         * lib/unicase/u32-totitle.c: New file.
2109         * modules/unicase/u32-totitle: New file.
2110
2111         New module 'unicase/u16-totitle'.
2112         * lib/unicase/u16-totitle.c: New file.
2113         * modules/unicase/u16-totitle: New file.
2114
2115         New module 'unicase/u8-totitle'.
2116         * lib/unicase/u8-totitle.c: New file.
2117         * lib/unicase/u-totitle.h: New file.
2118         * modules/unicase/u8-totitle: New file.
2119
2120         Tests for module 'unicase/u32-tolower'.
2121         * modules/unicase/u32-tolower-tests: New file.
2122         * tests/unicase/test-u32-tolower.c: New file.
2123
2124         Tests for module 'unicase/u16-tolower'.
2125         * modules/unicase/u16-tolower-tests: New file.
2126         * tests/unicase/test-u16-tolower.c: New file.
2127
2128         Tests for module 'unicase/u8-tolower'.
2129         * modules/unicase/u8-tolower-tests: New file.
2130         * tests/unicase/test-u8-tolower.c: New file.
2131
2132         New module 'unicase/u32-tolower'.
2133         * lib/unicase/u32-tolower.c: New file.
2134         * modules/unicase/u32-tolower: New file.
2135
2136         New module 'unicase/u16-tolower'.
2137         * lib/unicase/u16-tolower.c: New file.
2138         * modules/unicase/u16-tolower: New file.
2139
2140         New module 'unicase/u8-tolower'.
2141         * lib/unicase/u8-tolower.c: New file.
2142         * modules/unicase/u8-tolower: New file.
2143
2144         Tests for module 'unicase/u32-toupper'.
2145         * modules/unicase/u32-toupper-tests: New file.
2146         * tests/unicase/test-u32-toupper.c: New file.
2147
2148         Tests for module 'unicase/u16-toupper'.
2149         * modules/unicase/u16-toupper-tests: New file.
2150         * tests/unicase/test-u16-toupper.c: New file.
2151
2152         Tests for module 'unicase/u8-toupper'.
2153         * modules/unicase/u8-toupper-tests: New file.
2154         * tests/unicase/test-u8-toupper.c: New file.
2155
2156         New module 'unicase/u32-toupper'.
2157         * lib/unicase/u32-toupper.c: New file.
2158         * modules/unicase/u32-toupper: New file.
2159
2160         New module 'unicase/u16-toupper'.
2161         * lib/unicase/u16-toupper.c: New file.
2162         * modules/unicase/u16-toupper: New file.
2163
2164         New module 'unicase/u8-toupper'.
2165         * lib/unicase/u8-toupper.c: New file.
2166         * modules/unicase/u8-toupper: New file.
2167
2168         New module 'unicase/u32-casemap'.
2169         * lib/unicase/u32-casemap.c: New file.
2170         * modules/unicase/u32-casemap: New file.
2171
2172         New module 'unicase/u16-casemap'.
2173         * lib/unicase/u16-casemap.c: New file.
2174         * modules/unicase/u16-casemap: New file.
2175
2176         New module 'unicase/u8-casemap'.
2177         * lib/unicase/unicasemap.h: New file.
2178         * lib/unicase/u8-casemap.c: New file.
2179         * lib/unicase/u-casemap.h: New file.
2180         * modules/unicase/u8-casemap: New file.
2181
2182         New module 'unicase/special-casing'.
2183         * lib/unicase/special-casing.h: New file.
2184         * lib/unicase/special-casing.c: New file.
2185         * lib/unicase/special-casing-table.gperf: New file, generated by
2186         gen-uni-tables.c.
2187         * modules/unicase/special-casing: New file.
2188
2189         Tests for module 'unicase/locale-language'.
2190         * modules/unicase/locale-language-tests: New file.
2191         * tests/unicase/test-locale-language.sh: New file.
2192         * tests/unicase/test-locale-language.c: New file.
2193
2194         New module 'unicase/locale-language'.
2195         * lib/unicase/locale-language.c: New file.
2196         * lib/unicase/locale-languages.gperf: New file.
2197         * modules/unicase/locale-language: New file.
2198
2199         Generate more tables for case conversion and case folding.
2200         * lib/gen-uni-tables.c (SCC_*): New enum items.
2201         (struct special_casing_rule): New type.
2202         (casing_rules, num_casing_rules, allocated_casing_rules): New
2203         variables.
2204         (add_casing_rule, fill_casing_rules): New functions.
2205         (struct casefold_rule): New type.
2206         (casefolding_rules, num_casefolding_rules,
2207         allocated_casefolding_rules): New variables.
2208         (fill_casefolding_rules): New function.
2209         (unicode_casefold): New variable.
2210         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
2211         sort_casing_rules, output_casing_rules): New functions.
2212         (main): Accept to more arguments: SpecialCasing.txt and
2213         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
2214         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
2215         Output mapping for casefolding.
2216
2217         * lib/unicase.h: Include stdbool.h, uninorm.h.
2218         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
2219         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
2220         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
2221         arguments.
2222         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
2223         resultp arguments.
2224         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
2225         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
2226         resultp arguments.
2227         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
2228         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
2229         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
2230         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
2231         declarations.
2232         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
2233
2234 2009-03-08  Bruno Haible  <bruno@clisp.org>
2235
2236         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2237         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
2238         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
2239         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2240
2241 2009-03-07  Bruno Haible  <bruno@clisp.org>
2242
2243         Adjust u*_normcmp, u*_normcoll API.
2244         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2245         u16_normcoll, u32_normcoll): Change failure conventions.
2246         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
2247         errno and return -1.
2248         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2249
2250 2009-03-07  Bruno Haible  <bruno@clisp.org>
2251
2252         Tests for module 'uninorm/u32-normcoll'.
2253         * modules/uninorm/u32-normcoll-tests: New file.
2254         * tests/uninorm/test-u32-normcoll.c: New file.
2255
2256         Tests for module 'uninorm/u16-normcoll'.
2257         * modules/uninorm/u16-normcoll-tests: New file.
2258         * tests/uninorm/test-u16-normcoll.c: New file.
2259
2260         Tests for module 'uninorm/u8-normcoll'.
2261         * modules/uninorm/u8-normcoll-tests: New file.
2262         * tests/uninorm/test-u8-normcoll.c: New file.
2263
2264 2009-03-07  Bruno Haible  <bruno@clisp.org>
2265
2266         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
2267         tests/uninorm/test-u32-normcmp.c.
2268         * tests/uninorm/test-u32-normcmp.c: Include it.
2269         (test_nonascii): New function, extracted from main. Add some more
2270         tests.
2271         (main): Invoke test_ascii and test_nonascii.
2272         * modules/uninorm/u32-normcmp-tests (Files): Add
2273         tests/uninorm/test-u32-normcmp.h.
2274         (Depends-on): Remove uninorm/u32-normcmp.
2275
2276         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
2277         tests/uninorm/test-u16-normcmp.c.
2278         * tests/uninorm/test-u16-normcmp.c: Include it.
2279         (test_nonascii): New function, extracted from main. Add some more
2280         tests.
2281         (main): Invoke test_ascii and test_nonascii.
2282         * modules/uninorm/u16-normcmp-tests (Files): Add
2283         tests/uninorm/test-u16-normcmp.h.
2284         (Depends-on): Remove uninorm/u16-normcmp.
2285
2286         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
2287         tests/uninorm/test-u8-normcmp.c.
2288         * tests/uninorm/test-u8-normcmp.c: Include it.
2289         (test_nonascii): New function, extracted from main. Add some more
2290         tests.
2291         (main): Invoke test_ascii and test_nonascii.
2292         * modules/uninorm/u8-normcmp-tests (Files): Add
2293         tests/uninorm/test-u8-normcmp.h.
2294         (Depends-on): Remove uninorm/u8-normcmp.
2295
2296 2009-03-07  Bruno Haible  <bruno@clisp.org>
2297
2298         New module 'uninorm/u32-normcoll'.
2299         * lib/uninorm/u32-normcoll.c: New file.
2300         * modules/uninorm/u32-normcoll: New file.
2301
2302         New module 'uninorm/u16-normcoll'.
2303         * lib/uninorm/u16-normcoll.c: New file.
2304         * modules/uninorm/u16-normcoll: New file.
2305
2306         New module 'uninorm/u8-normcoll'.
2307         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
2308         declarations.
2309         * lib/uninorm/u8-normcoll.c: New file.
2310         * lib/uninorm/u-normcoll.h: New file.
2311         * modules/uninorm/u8-normcoll: New file.
2312
2313         New module 'uninorm/u32-normxfrm'.
2314         * lib/uninorm/u32-normxfrm.c: New file.
2315         * modules/uninorm/u32-normxfrm: New file.
2316
2317         New module 'uninorm/u16-normxfrm'.
2318         * lib/uninorm/u16-normxfrm.c: New file.
2319         * modules/uninorm/u16-normxfrm: New file.
2320
2321         New module 'uninorm/u8-normxfrm'.
2322         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
2323         declarations.
2324         * lib/uninorm/u8-normxfrm.c: New file.
2325         * lib/uninorm/u-normxfrm.h: New file.
2326         * modules/uninorm/u8-normxfrm: New file.
2327
2328 2009-03-07  Bruno Haible  <bruno@clisp.org>
2329
2330         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
2331         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
2332         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
2333
2334 2009-03-07  Bruno Haible  <bruno@clisp.org>
2335
2336         New module 'memxfrm'.
2337         * lib/memxfrm.h: New file.
2338         * lib/memxfrm.c: New file.
2339         * modules/memxfrm: New file.
2340
2341 2009-03-07  Bruno Haible  <bruno@clisp.org>
2342
2343         New module 'memcmp2'.
2344         * lib/memcmp2.h: New file.
2345         * lib/memcmp2.c: New file.
2346         * modules/memcmp2: New file.
2347
2348 2009-03-07  Bruno Haible  <bruno@clisp.org>
2349
2350         Tests for module 'uninorm/decomposing-form'.
2351         * modules/uninorm/decomposing-form-tests: New file.
2352         * tests/uninorm/test-decomposing-form.c: New file.
2353
2354         New module 'uninorm/decomposing-form'.
2355         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
2356         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
2357         Add 'decomposing_variant' field.
2358         * lib/uninorm/decomposing-form.c: New file.
2359         * lib/uninorm/nfc.c (uninorm_nfc): Update.
2360         * lib/uninorm/nfd.c (uninorm_nfd): Update.
2361         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
2362         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
2363         * modules/uninorm/decomposing-form: New file.
2364         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
2365         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
2366
2367 2009-03-07  Bruno Haible  <bruno@clisp.org>
2368
2369         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
2370         strings.
2371
2372 2009-03-06  Bruno Haible  <bruno@clisp.org>
2373
2374         Tests for module 'uninorm/u32-normcmp'.
2375         * tests/uninorm/test-u32-normcmp.c: New file.
2376         * modules/uninorm/u32-normcmp-tests: New file.
2377
2378         Tests for module 'uninorm/u16-normcmp'.
2379         * tests/uninorm/test-u16-normcmp.c: New file.
2380         * modules/uninorm/u16-normcmp-tests: New file.
2381
2382         Tests for module 'uninorm/u8-normcmp'.
2383         * tests/uninorm/test-u8-normcmp.c: New file.
2384         * modules/uninorm/u8-normcmp-tests: New file.
2385
2386         New module 'uninorm/u32-normcmp'.
2387         * lib/uninorm/u32-normcmp.c: New file.
2388         * modules/uninorm/u32-normcmp: New file.
2389
2390         New module 'uninorm/u16-normcmp'.
2391         * lib/uninorm/u16-normcmp.c: New file.
2392         * modules/uninorm/u16-normcmp: New file.
2393
2394         New module 'uninorm/u8-normcmp'.
2395         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
2396         declarations.
2397         * lib/uninorm/u8-normcmp.c: New file.
2398         * lib/uninorm/u-normcmp.h: New file.
2399         * modules/uninorm/u8-normcmp: New file.
2400
2401 2009-03-06  Bruno Haible  <bruno@clisp.org>
2402
2403         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
2404         Reported by Eric Blake.
2405
2406 2009-03-06  Eric Blake  <ebb9@byu.net>
2407             Bruno Haible  <bruno@clisp.org>
2408
2409         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
2410         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
2411         condition.
2412         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2413         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
2414         condition.
2415         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2416
2417 2009-03-06  Eric Blake  <ebb9@byu.net>
2418
2419         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
2420         to avoid compiler warnings.
2421         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
2422
2423 2009-03-05  Bruno Haible  <bruno@clisp.org>
2424
2425         * tests/test-ftell.c (main): Disable test beyond end of file on
2426         FreeMiNT.
2427         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2428
2429 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
2430
2431         * lib/filevercmp.c: Move hidden files up in ordering.
2432         * tests/test-filevercmp.c: Add tests for hidden files.
2433
2434 2009-03-04  Bruno Haible  <bruno@clisp.org>
2435
2436         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
2437         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
2438         AM_CFLAGS.
2439         Reported by Simon Josefsson.
2440
2441 2009-03-03  Bruno Haible  <bruno@clisp.org>
2442
2443         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
2444         Reported by Simon Josefsson.
2445
2446         * doc/ld-version-script.texi: Update node reference.
2447
2448 2009-03-03  Bruno Haible  <bruno@clisp.org>
2449
2450         * modules/visibility (License): Change to 'unlimited'.
2451         Suggested by Simon Josefsson.
2452
2453 2009-03-03  Jim Meyering  <meyering@redhat.com>
2454
2455         unlinkdir: cannot_unlink_dir may modify process state
2456         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
2457         it's neither thread-safe nor appropriate for use in a library.
2458
2459 2009-03-03  Eric Blake  <ebb9@byu.net>
2460
2461         test-closein: silence test under Darwin
2462         * tests/test-closein.sh: Ignore stderr from cat, since we don't
2463         care if it dies from EPIPE or EBADF.
2464
2465 2009-03-03  Bruno Haible  <bruno@clisp.org>
2466
2467         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
2468         earlier.
2469         * doc/visibility.texi: Fix @node and @section.
2470
2471 2009-03-03  Simon Josefsson  <simon@josefsson.org>
2472
2473         * doc/gnulib.texi: Link to sections for ld version script and
2474         visibility.
2475         * doc/visibility.texi: Add @node and @section.
2476         * modules/ld-version-script: New module.
2477         * m4/ld-version-script.m4: New file.
2478         * doc/ld-version-script.texi: New file.
2479
2480 2009-03-02  David Lutterkort  <lutter@redhat.com>
2481
2482         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
2483         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2484
2485 2009-03-02  Bruno Haible  <bruno@clisp.org>
2486
2487         * doc/visibility.texi: Mention libtool's -export-symbols option.
2488
2489 2009-03-02  Jim Meyering  <meyering@redhat.com>
2490
2491         announce-gen: new option: --no-print-checksums
2492         * build-aux/announce-gen (usage): Describe it.
2493         (print_checksums): Print a newline here, not in the [*] footnote.
2494         (main): Honor it.
2495
2496 2009-03-01  Bruno Haible  <bruno@clisp.org>
2497
2498         Use socklen_t in the native Windows replacements prototypes.
2499         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
2500         instead of 'int'.
2501         * lib/getsockopt.c (rpl_getsockopt): Likewise.
2502         * lib/setsockopt.c (rpl_setsockopt): Likewise.
2503         * modules/getsockopt (Depends-on): Add socklen.
2504         * modules/setsockopt (Depends-on): Add socklen.
2505
2506 2009-03-01  Bruno Haible  <bruno@clisp.org>
2507
2508         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
2509         least 4.2.
2510
2511 2009-03-01  Eric Blake  <ebb9@byu.net>
2512             Bruno Haible  <bruno@clisp.org>
2513
2514         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
2515         error messages.
2516         * lib/wait-process.c (wait_subprocess): Omit error message about
2517         deadly signal sent to the child of termsigp != NULL.
2518
2519 2009-03-01  Eric Blake  <ebb9@byu.net>
2520
2521         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
2522
2523 2009-03-01  Bruno Haible  <bruno@clisp.org>
2524
2525         Avoid a gcc warning.
2526         * tests/test-sched.c (b): Make global.
2527         Reported by Eric Blake.
2528
2529 2009-01-19  Martin Lambers  <marlam@marlam.de>
2530
2531         Provide POSIX semantics for socket timeout options on W32.
2532         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
2533         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
2534         * modules/setsockopt: Depend on sys_time module for struct timeval.
2535         * modules/getsockopt: Depend on sys_time module for struct timeval.
2536
2537 2009-03-01  Simon Josefsson  <simon@josefsson.org>
2538
2539         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
2540         __USE_GNU, for consistency with netdb.in.h.
2541         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2542
2543 2009-03-01  Bruno Haible  <bruno@clisp.org>
2544
2545         More support for FreeMiNT.
2546         * lib/fseeko.c (rpl_fseeko): Complete last commit.
2547         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2548
2549 2009-03-01  Bruno Haible  <bruno@clisp.org>
2550
2551         More support for FreeMiNT.
2552         * lib/fpurge.c (fpurge): Correct last commit.
2553         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2554
2555 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2556
2557         Fix unportable awk script in vc-list-files.
2558         * build-aux/vc-list-files: In the replacement awk script, use
2559         substr with a second argument of 1, not zero.
2560         Report by Simon Josefsson.
2561
2562 2009-02-28  Bruno Haible  <bruno@clisp.org>
2563
2564         More support for FreeMiNT.
2565         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
2566         to FreeMiNT today.
2567         * lib/fwriting.c (fwriting): Likewise.
2568         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
2569
2570 2009-02-28  Bruno Haible  <bruno@clisp.org>
2571
2572         * tests/test-freadseek.c (main): Disable test beyond end of file on
2573         FreeMiNT.
2574         * tests/test-ftello.c (main): Likewise.
2575         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2576
2577 2009-02-28  Bruno Haible  <bruno@clisp.org>
2578
2579         Add tentative support for FreeMiNT.
2580         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
2581         * lib/fpurge.c (fpurge): Likewise.
2582         * lib/freadable.c (freadable): Likewise.
2583         * lib/freading.c (freading): Likewise.
2584         * lib/freadptr.c (freadptr): Likewise.
2585         * lib/freadseek.c (freadptrinc): Likewise.
2586         * lib/fseeko.c (rpl_fseeko): Likewise.
2587         * lib/fseterr.c (fseterr): Likewise.
2588         * lib/fwritable.c (fwritable): Likewise.
2589         * lib/fwriting.c (fwriting): Likewise.
2590         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
2591         Hourihane.
2592         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2593
2594 2009-02-28  Bruno Haible  <bruno@clisp.org>
2595
2596         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
2597         SIGCHLD.
2598         Reported by Jim Meyering.
2599
2600 2009-02-28  Bruno Haible  <bruno@clisp.org>
2601
2602         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
2603         Mention the results of these tests on various platforms.
2604         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
2605         order.
2606         * doc/posix-functions/printf.texi: Likewise.
2607         * doc/posix-functions/snprintf.texi: Likewise.
2608         * doc/posix-functions/sprintf.texi: Likewise.
2609         * doc/posix-functions/vfprintf.texi: Likewise.
2610         * doc/posix-functions/vprintf.texi: Likewise.
2611         * doc/posix-functions/vsnprintf.texi: Likewise.
2612         * doc/posix-functions/vsprintf.texi: Likewise.
2613         * doc/glibc-functions/obstack_printf.texi: Likewise.
2614         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
2615
2616 2009-02-28  Bruno Haible  <bruno@clisp.org>
2617
2618         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
2619         Reported by Loïc Minier <lool@dooz.org>.
2620
2621 2009-02-27  Bruno Haible  <bruno@clisp.org>
2622
2623         * gnulib-tool (func_import): Make the sed expression used to create the
2624         sed script for updating the .gitignore file POSIX compliant.
2625         Reported by Eric Blake.
2626
2627 2009-02-27  Bruno Haible  <bruno@clisp.org>
2628
2629         * gnulib-tool (sed): Don't alias as "sed --posix".
2630         Reported by Eric Blake.
2631
2632 2009-02-27  Bruno Haible  <bruno@clisp.org>
2633
2634         Avoid test link errors.
2635         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
2636         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
2637         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
2638         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
2639         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2640
2641 2009-02-27  Bruno Haible  <bruno@clisp.org>
2642
2643         Avoid spurious "(cached)" in configure output.
2644         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
2645         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
2646         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
2647         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
2648         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
2649         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
2650         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
2651         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
2652         Reported by Eric Blake.
2653
2654 2009-02-27  Eric Blake  <ebb9@byu.net>
2655
2656         printf: fix regression in previous patch
2657         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
2658
2659 2009-02-27  Bruno Haible  <bruno@clisp.org>
2660
2661         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
2662         value.
2663         * lib/stdint.in.h: Likewise.
2664         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
2665
2666 2009-02-27  Eric Blake  <ebb9@byu.net>
2667
2668         doc: mention more functions added in cygwin 1.7.0
2669         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
2670         addition.
2671         * doc/posix-functions/open_wmemstream.texi: Likewise.
2672         * doc/posix-functions/wcsnlen.texi: Likewise.
2673         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2674         * doc/posix-functions/wcstod.texi: Likewise.
2675         * doc/posix-functions/wcstof.texi: Likewise.
2676         * doc/posix-functions/wcstoimax.texi: Likewise.
2677         * doc/posix-functions/wcstok.texi: Likewise.
2678         * doc/posix-functions/wcstoumax.texi: Likewise.
2679
2680         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
2681         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
2682         * doc/posix-functions/fprintf.texi: Update.
2683         * doc/posix-functions/printf.texi: Update.
2684         * doc/posix-functions/snprintf.texi: Update.
2685         * doc/posix-functions/sprintf.texi: Update.
2686         * doc/posix-functions/vfprintf.texi: Update.
2687         * doc/posix-functions/vprintf.texi: Update.
2688         * doc/posix-functions/vsnprintf.texi: Update.
2689         * doc/posix-functions/vsprintf.texi: Update.
2690         * doc/glibc-functions/obstack_printf.texi: Update.
2691         * doc/glibc-functions/obstack_vprintf.texi: Update.
2692
2693 2009-02-26  Eric Blake  <ebb9@byu.net>
2694
2695         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
2696         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
2697         compilation bug by using runtime conversion.
2698         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
2699         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
2700         * modules/ceill-tests (Files): Use nan.h.
2701         * modules/floorl-tests (Files): Likewise.
2702         * modules/frexpl-tests (Files): Likewise.
2703         * modules/isnanl-tests (Files): Likewise.
2704         * modules/ldexpl-tests (Files): Likewise.
2705         * modules/roundl-tests (Files): Likewise.
2706         * modules/truncl-tests (Files): Likewise.
2707         * tests/test-ceill.c (main): Use a working NaN.
2708         * tests/test-floorl.c (main): Likewise.
2709         * tests/test-frexpl.c (main): Likewise.
2710         * tests/test-isnan.c (test_long_double): Likewise.
2711         * tests/test-isnanl.h (main): Likewise.
2712         * tests/test-ldexpl.h (main): Likewise.
2713         * tests/test-roundl.h (main): Likewise.
2714         * tests/test-truncl.h (main): Likewise.
2715         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
2716
2717 2009-02-26  Eric Blake  <ebb9@byu.net>
2718             Bruno Haible  <bruno@clisp.org>
2719
2720         Work around a *printf bug with %ls on Solaris.
2721         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
2722         precision is specified, sprintf stops converting the wide string
2723         argument when the number of bytes that have been produced by this
2724         conversion equals or exceeds the precision.
2725         * doc/posix-functions/fprintf.texi: Update.
2726         * doc/posix-functions/printf.texi: Update.
2727         * doc/posix-functions/snprintf.texi: Update.
2728         * doc/posix-functions/sprintf.texi: Update.
2729         * doc/posix-functions/vfprintf.texi: Update.
2730         * doc/posix-functions/vprintf.texi: Update.
2731         * doc/posix-functions/vsnprintf.texi: Update.
2732         * doc/posix-functions/vsprintf.texi: Update.
2733         * doc/glibc-functions/obstack_printf.texi: Update.
2734         * doc/glibc-functions/obstack_vprintf.texi: Update.
2735
2736 2009-02-26  Eric Blake  <ebb9@byu.net>
2737
2738         stdlib: favor compiler check of random.h
2739         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
2740         to avoid an ObjC random.h installed by Swarm.
2741
2742 2009-02-26  Bruno Haible  <bruno@clisp.org>
2743
2744         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
2745         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
2746         Reported by Gary V. Vaughan <gary@gnu.org>.
2747
2748 2009-02-26  Bruno Haible  <bruno@clisp.org>
2749
2750         Fix *printf behaviour regarding the %ls directive.
2751         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
2752         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
2753         NEED_PRINTF_DIRECTIVE_LS.
2754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
2755         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2756         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2757         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
2758         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
2759         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
2760         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2761         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2762         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2763         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2764         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2765         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
2766         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2767         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2768         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2769         * doc/posix-functions/fprintf.texi: Update.
2770         * doc/posix-functions/printf.texi: Update.
2771         * doc/posix-functions/snprintf.texi: Update.
2772         * doc/posix-functions/sprintf.texi: Update.
2773         * doc/posix-functions/vfprintf.texi: Update.
2774         * doc/posix-functions/vprintf.texi: Update.
2775         * doc/posix-functions/vsnprintf.texi: Update.
2776         * doc/posix-functions/vsprintf.texi: Update.
2777         * doc/glibc-functions/obstack_printf.texi: Update.
2778         * doc/glibc-functions/obstack_vprintf.texi: Update.
2779         Reported by Eric Blake.
2780
2781 2009-02-25  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
2784         with known value.
2785         Reported by Gary V. Vaughan <gary@gnu.org>.
2786
2787 2009-02-25  Bruno Haible  <bruno@clisp.org>
2788
2789         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
2790         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
2791         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
2792         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
2793         Reported by Gary V. Vaughan <gary@gnu.org>.
2794
2795 2009-02-25  Bruno Haible  <bruno@clisp.org>
2796
2797         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
2798         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
2799         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
2800         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
2801         Reported by Gary V. Vaughan <gary@gnu.org>.
2802
2803 2009-02-25  Eric Blake  <ebb9@byu.net>
2804
2805         tests: skip fseek/ftell tests if ungetc is broken
2806         * m4/ungetc.m4: New file.
2807         * modules/fseek-tests: Split test, so ungetc dependency is
2808         separate from rest of test.
2809         * modules/fseeko-tests: Likewise.
2810         * modules/ftell-tests: Likewise.
2811         * modules/ftello-tests: Likewise.
2812         * tests/test-fseek.c (main): Isolate ungetc dependency.
2813         * tests/test-fseeko.c (main): Likewise.
2814         * tests/test-ftell.c (main): Likewise.
2815         * tests/test-ftello.c (main): Likewise.
2816         * tests/test-fseek2.sh: New file.
2817         * tests/test-fseeko2.sh: Likewise.
2818         * tests/test-ftell2.sh: Likewise.
2819         * tests/test-ftello2.sh: Likewise.
2820
2821 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
2822
2823         test-getaddrinfo: fix usage of skip return code 77
2824         * tests/test-gettaddrinfo.c: Return skip code 77 only
2825         for first occurance of skip (4x77 is not 77)
2826
2827 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
2828
2829         strtod: avoid C99 decl-after-statement
2830         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
2831
2832 2009-02-24  Eric Blake  <ebb9@byu.net>
2833
2834         strtod: detect HP-UX 11.31 bug
2835         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
2836         Reported by Gary V. Vaughan.
2837
2838 2009-02-23  Bruno Haible  <bruno@clisp.org>
2839
2840         Fix invalid read past end of memory block.
2841         * lib/vasnprintf.c (DCHAR_SET): Define.
2842         (local_wcslen): Define only when needed.
2843         (local_strnlen, local_wcsnlen): New functions.
2844         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
2845         directives that involve a conversion ourselves.
2846         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
2847         wcsnlen, mbrtowc, wcrtomb.
2848         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
2849         * tests/test-vasprintf-posix.c (test_function): Likewise.
2850         * tests/test-snprintf-posix.h (test_function): Likewise.
2851         * tests/test-sprintf-posix.h (test_function): Likewise.
2852         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2853
2854 2009-02-22  Bruno Haible  <bruno@clisp.org>
2855
2856         Implement new clarified decomposition of Hangul syllables.
2857         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
2858         of type LTV, return only a pairwise decomposition.
2859         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
2860         Likewise.
2861         * tests/uninorm/test-decomposition.c (main): Updated expected result.
2862         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
2863         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
2864
2865 2009-02-22  Bruno Haible  <bruno@clisp.org>
2866
2867         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
2868         zero-length results and shrink excess allocated memory.
2869         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
2870         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
2871         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
2872         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
2873         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
2874         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
2875         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
2876         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
2877         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
2878         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
2879         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
2880         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
2881
2882 2009-02-21  Bruno Haible  <bruno@clisp.org>
2883
2884         * doc/gnulib.texi: Include safe-alloc.texi earlier.
2885         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
2886         spaces after a period. Put a space between a macro name and its
2887         argument list. Trivial rewordings.
2888         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
2889         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
2890         (main): Return 0 explicitly.
2891
2892 2009-02-21  Bruno Haible  <bruno@clisp.org>
2893
2894         Tests for module 'uninorm/filter'.
2895         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
2896         * modules/uninorm/filter-tests: New file.
2897
2898         New module 'uninorm/filter'.
2899         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
2900         uninorm_filter_flush, uninorm_filter_free): New declarations.
2901         * lib/uninorm/uninorm-filter.c: New file.
2902         * modules/uninorm/filter: New file.
2903
2904 2009-02-21  Bruno Haible  <bruno@clisp.org>
2905
2906         Tests for module 'uninorm/nfkc'.
2907         * tests/uninorm/test-nfkc.c: New file.
2908         * tests/uninorm/test-u8-nfkc.c: New file.
2909         * tests/uninorm/test-u16-nfkc.c: New file.
2910         * tests/uninorm/test-u32-nfkc.c: New file.
2911         * tests/uninorm/test-u32-nfkc-big.sh: New file.
2912         * tests/uninorm/test-u32-nfkc-big.c: New file.
2913         * modules/uninorm/nfkc-tests: New file.
2914
2915         New module 'uninorm/nfkc'.
2916         * lib/uninorm/nfkc.c: New file.
2917         * modules/uninorm/nfkc: New file.
2918
2919         Tests for module 'uninorm/nfkd'.
2920         * tests/uninorm/test-nfkd.c: New file.
2921         * tests/uninorm/test-u8-nfkd.c: New file.
2922         * tests/uninorm/test-u16-nfkd.c: New file.
2923         * tests/uninorm/test-u32-nfkd.c: New file.
2924         * tests/uninorm/test-u32-nfkd-big.sh: New file.
2925         * tests/uninorm/test-u32-nfkd-big.c: New file.
2926         * modules/uninorm/nfkd-tests: New file.
2927
2928         New module 'uninorm/nfkd'.
2929         * lib/uninorm/nfkd.c: New file.
2930         * modules/uninorm/nfkd: New file.
2931
2932         Tests for module 'uninorm/nfc'.
2933         * tests/uninorm/test-nfc.c: New file.
2934         * tests/uninorm/test-u8-nfc.c: New file.
2935         * tests/uninorm/test-u16-nfc.c: New file.
2936         * tests/uninorm/test-u32-nfc.c: New file.
2937         * tests/uninorm/test-u32-nfc-big.sh: New file.
2938         * tests/uninorm/test-u32-nfc-big.c: New file.
2939         * modules/uninorm/nfc-tests: New file.
2940
2941         New module 'uninorm/nfc'.
2942         * lib/uninorm/nfc.c: New file.
2943         * modules/uninorm/nfc: New file.
2944
2945         Tests for module 'uninorm/nfd'.
2946         * tests/uninorm/test-nfd.c: New file.
2947         * tests/uninorm/test-u8-nfd.c: New file.
2948         * tests/uninorm/test-u16-nfd.c: New file.
2949         * tests/uninorm/test-u32-nfd.c: New file.
2950         * tests/uninorm/test-u32-nfd-big.sh: New file.
2951         * tests/uninorm/test-u32-nfd-big.c: New file.
2952         * tests/uninorm/test-u32-normalize-big.h: New file.
2953         * tests/uninorm/test-u32-normalize-big.c: New file.
2954         * tests/uninorm/NormalizationTest.txt: New file, created from
2955         Unicode 5.1.0 NormalizationTest.txt.
2956         * modules/uninorm/nfd-tests: New file.
2957
2958         New module 'uninorm/nfd'.
2959         * lib/uninorm/nfd.c: New file.
2960         * modules/uninorm/nfd: New file.
2961
2962         New module 'uninorm/u32-normalize'.
2963         * lib/uninorm/u32-normalize.c: New file.
2964         * modules/uninorm/u32-normalize: New file.
2965
2966         New module 'uninorm/u16-normalize'.
2967         * lib/uninorm/u16-normalize.c: New file.
2968         * modules/uninorm/u16-normalize: New file.
2969
2970         New module 'uninorm/u8-normalize'.
2971         * lib/uninorm/u8-normalize.c: New file.
2972         * lib/uninorm/normalize-internal.h: New file.
2973         * lib/uninorm/u-normalize-internal.h: New file.
2974         * modules/uninorm/u8-normalize: New file.
2975
2976         New module 'uninorm/decompose-internal'.
2977         * lib/uninorm/decompose-internal.c: New file.
2978         * modules/uninorm/decompose-internal: New file.
2979
2980         Tests for module 'uninorm/composition'.
2981         * tests/uninorm/test-composition.c: New file.
2982         * modules/uninorm/composition-tests: New file.
2983
2984         New module 'uninorm/composition'.
2985         * lib/uninorm/composition.c: New file.
2986         * lib/uninorm/composition-table.gperf: New file, generated by
2987         gen-uni-tables.
2988         * modules/uninorm/composition: New file.
2989
2990         Tests for module 'uninorm/compat-decomposition'.
2991         * tests/uninorm/test-compat-decomposition.c: New file.
2992         * modules/uninorm/compat-decomposition-tests: New file.
2993
2994         New module 'uninorm/compat-decomposition'.
2995         * lib/uninorm/decompose-internal.h: New file.
2996         * lib/uninorm/compat-decomposition.c: New file.
2997         * modules/uninorm/compat-decomposition: New file.
2998
2999         Tests for module 'uninorm/canonical-decomposition'.
3000         * tests/uninorm/test-canonical-decomposition.c: New file.
3001         * modules/uninorm/canonical-decomposition-tests: New file.
3002
3003         New module 'uninorm/canonical-decomposition'.
3004         * lib/uninorm/canonical-decomposition.c: New file.
3005         * modules/uninorm/canonical-decomposition: New file.
3006
3007         Tests for module 'uninorm/decomposition'.
3008         * tests/uninorm/test-decomposition.c: New file.
3009         * modules/uninorm/decomposition-tests: New file.
3010
3011         New module 'uninorm/decomposition'.
3012         * lib/uninorm/decomposition.c: New file.
3013         * modules/uninorm/decomposition: New file.
3014
3015         New module 'uninorm/decomposition-table'.
3016         * lib/uninorm/decomposition-table.h: New file.
3017         * lib/uninorm/decomposition-table.c: New file.
3018         * lib/uninorm/decomposition-table1.h: New file, generated by
3019         gen-uni-tables.
3020         * lib/uninorm/decomposition-table2.h: New file, generated by
3021         gen-uni-tables.
3022         * modules/uninorm/decomposition-table: New file.
3023
3024         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
3025         (UC_DECOMP_*): New enumeration items.
3026         (get_decomposition): New function.
3027         (struct decomp_table): New type.
3028         (output_decomposition, output_decomposition_tables): New functions.
3029         (unicode_composition_exclusions): New variable.
3030         (fill_composition_exclusions, debug_output_composition_tables): New
3031         functions.
3032         (main): Accept one more argument. Invoke fill_composition_exclusions.
3033         Output decomposition and composition tables.
3034
3035         New module 'uninorm/base'.
3036         * lib/uninorm.h: New file.
3037         * lib/unictype.h: Update comment.
3038         * modules/uninorm/base: New file.
3039
3040 2009-02-21  David Lutterkort  <lutter@redhat.com>
3041
3042         Tests for module 'safe-alloc'.
3043         * tests/test-safe-alloc.c: New file.
3044         * modules/safe-alloc-tests: New file.
3045
3046         New module 'safe-alloc'.
3047         * lib/safe-alloc.h: New file.
3048         * lib/safe-alloc.c: New file.
3049         * m4/safe-alloc.m4: New file.
3050         * modules/safe-alloc: New file.
3051         * doc/safe-alloc.texi: New file.
3052         * doc/gnulib.texi: Include it.
3053         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
3054         safe-alloc.
3055
3056 2009-02-18  Bruno Haible  <bruno@clisp.org>
3057
3058         Fix link error on non-glibc systems.
3059         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
3060         variable.
3061         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3062
3063 2009-02-18  Jim Meyering  <meyering@redhat.com>
3064
3065         fts: avoid used-uninitialized error due to recent change
3066         * lib/fts.c (fts_read): Guard uses of the new member,
3067         parent->fts_n_dirs_remaining, since it's not relevant for
3068         the parent of a directory specified on the command-line.
3069
3070 2009-02-17  James Youngman  <jay@gnu.org>
3071             Bruno Haible  <bruno@clisp.org>
3072
3073         * m4/include_next.m4: Reformulate comment.
3074
3075 2009-02-16  Jim Meyering  <meyering@redhat.com>
3076
3077         fts: add #if guards so that the fts_lgpl module still builds
3078         * lib/fts.c: Guard just-added hash-table-using parts with
3079         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
3080         Reported by Simon Josefsson.
3081
3082 2009-02-15  Bruno Haible  <bruno@clisp.org>
3083
3084         * modules/array-mergesort-tests: New file.
3085         * tests/test-array-mergesort.c: New file.
3086
3087         New module 'array-mergesort'.
3088         * modules/array-mergesort: New file.
3089         * lib/array-mergesort.h: New file.
3090
3091 2009-02-15  Bruno Haible  <bruno@clisp.org>
3092
3093         Fix 2009-02-07 commit.
3094         * lib/gen-uni-tables.c (output_predicate, output_category,
3095         output_combclass, output_bidi_category, output_decimal_digit,
3096         output_digit, output_numeric, output_mirror, output_scripts,
3097         output_ident_category, output_simple_mapping): Fix format directives.
3098         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
3099
3100 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
3101
3102         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
3103         fixes are available from IBM.
3104
3105 2009-02-13  Jim Meyering  <meyering@redhat.com>
3106
3107         fts: arrange not to stat non-directories in more cases
3108         This makes GNU find (when it doesn't need to stat each file)
3109         *much* more efficient at traversing reiserfs file systems.
3110         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
3111         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
3112         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
3113         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
3114         (leaf_optimization_applies): New function.
3115         (LCO_hash, LCO_compare): New helper functions.
3116         (link_count_optimize_ok): New function.
3117         (fts_stat): Initialize new member (if dir).
3118         (fts_read): Decrement parent's fts_n_dirs_remaining count if
3119         we've just stat'ed a directory.  Skip the stat call when possible.
3120         ---
3121         Note this AFS-related exchange:
3122         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
3123         and note find's pioctl call in find/fstype.c.
3124         But that is necessary only if you want to enable the
3125         optimization for AFS, and for now, I don't.
3126
3127         fts: move a function definition "up" (no semantic change)
3128         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
3129         "up" to precede upcoming use of a related function.
3130
3131 2009-02-11  Jim Meyering  <meyering@redhat.com>
3132
3133         fts: correct internal computation of nlinks (optimization-related)
3134         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
3135         whether the current entry is a directory, so don't test it.
3136
3137 2009-02-10  Bruno Haible  <bruno@clisp.org>
3138
3139         Tests for module 'uniwbrk/ulc-wordbreaks'.
3140         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
3141         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
3142         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
3143
3144         Tests for module 'uniwbrk/u32-wordbreaks'.
3145         * modules/uniwbrk/u32-wordbreaks-tests: New file.
3146         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
3147
3148         Tests for module 'uniwbrk/u16-wordbreaks'.
3149         * modules/uniwbrk/u16-wordbreaks-tests: New file.
3150         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
3151
3152         Tests for module 'uniwbrk/u8-wordbreaks'.
3153         * modules/uniwbrk/u8-wordbreaks-tests: New file.
3154         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
3155
3156 2009-02-10  Bruno Haible  <bruno@clisp.org>
3157
3158         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
3159         property.
3160         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
3161         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
3162         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
3163
3164 2009-02-10  Simon Josefsson  <simon@josefsson.org>
3165
3166         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
3167         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
3168
3169 2009-02-10  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
3172         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
3173         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
3174         * lib/unilbrk/u8-possible-linebreaks.c: Update.
3175         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
3176         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
3177
3178 2009-02-09  Simon Josefsson  <simon@josefsson.org>
3179
3180         * lib/sockets.h (gl_fd_to_handle): New function.
3181
3182         * tests/test-sockets.c: Call gl_fd_to_handle.
3183
3184 2009-02-09  Bruno Haible  <bruno@clisp.org>
3185
3186         * doc/havelib.texi: Document the conventions on bi-arch systems.
3187
3188 2009-02-08  Bruno Haible  <bruno@clisp.org>
3189
3190         Document the AC_LIB_LINKFLAGS macro.
3191         * doc/havelib.texi: New file, mostly written on 2005-05-24.
3192         * doc/gnulib.texi: Include it.
3193
3194 2009-02-08  Bruno Haible  <bruno@clisp.org>
3195
3196         Fix wrong order of sections, compared to TOC.
3197         * doc/gnulib.texi: Include relocatable-maint.texi after the
3198         "Regular expressions" node, not before.
3199
3200 2009-02-08  Bruno Haible  <bruno@clisp.org>
3201
3202         Tests for module 'unicase/totitle'.
3203         * modules/unicase/totitle-tests: New file.
3204
3205         Tests for module 'unicase/tolower'.
3206         * modules/unicase/tolower-tests: New file.
3207
3208         Tests for module 'unicase/toupper'.
3209         * modules/unicase/toupper-tests: New file.
3210         * tests/unicase/test-mapping-part1.h: New file.
3211         * tests/unicase/test-mapping-part2.h: New file.
3212
3213         New module 'unicase/totitle'.
3214         * modules/unicase/totitle: New file.
3215         * lib/unicase/totitle.c: New file.
3216
3217         New module 'unicase/tolower'.
3218         * modules/unicase/tolower: New file.
3219         * lib/unicase/tolower.c: New file.
3220
3221         New module 'unicase/toupper'.
3222         * modules/unicase/toupper: New file.
3223         * lib/unicase/toupper.c: New file.
3224         * lib/unicase/simple-mapping.h: New file.
3225
3226         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
3227         (mapping_table): New structure.
3228         (output_simple_mapping): New function.
3229         (main): Invoke output_simple_mapping_test and output_simple_mapping.
3230         * modules/gen-uni-tables (Description): Update.
3231         * lib/unicase/toupper.h: New file, automatically generated by
3232         gen-uni-tables.
3233         * lib/unicase/tolower.h: New file, automatically generated by
3234         gen-uni-tables.
3235         * lib/unicase/totitle.h: New file, automatically generated by
3236         gen-uni-tables.
3237         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
3238         gen-uni-tables.
3239         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
3240         gen-uni-tables.
3241         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
3242         gen-uni-tables.
3243
3244         New module 'unicase/base'.
3245         * modules/unicase/base: New file.
3246         * lib/unicase.h: New file.
3247
3248 2009-02-08  Bruno Haible  <bruno@clisp.org>
3249
3250         New module 'uniwbrk/ulc-wordbreaks'.
3251         * modules/uniwbrk/ulc-wordbreaks: New file.
3252         * lib/uniwbrk/ulc-wordbreaks.c: New file.
3253
3254         New module 'uniwbrk/u32-wordbreaks'.
3255         * modules/uniwbrk/u32-wordbreaks: New file.
3256         * lib/uniwbrk/u32-wordbreaks.c: New file.
3257
3258         New module 'uniwbrk/u16-wordbreaks'.
3259         * modules/uniwbrk/u16-wordbreaks: New file.
3260         * lib/uniwbrk/u16-wordbreaks.c: New file.
3261
3262         New module 'uniwbrk/u8-wordbreaks'.
3263         * modules/uniwbrk/u8-wordbreaks: New file.
3264         * lib/uniwbrk/u8-wordbreaks.c: New file.
3265         * lib/uniwbrk/u-wordbreaks.h: New file.
3266
3267         New module 'uniwbrk/table'.
3268         * modules/uniwbrk/table: New file.
3269         * lib/uniwbrk/wbrktable.h: New file.
3270         * lib/uniwbrk/wbrktable.c: New file.
3271
3272         New module 'uniwbrk/wordbreak-property'.
3273         * modules/uniwbrk/wordbreak-property: New file.
3274         * lib/uniwbrk/wordbreak-property.c: New file.
3275
3276         * lib/gen-uni-tables.c (WBP_*): New enum items.
3277         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
3278         (unicode_org_wbp): New variable.
3279         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
3280         New functions.
3281         (wbp_table): New structure.
3282         (output_wbp, output_wbrk_tables): New functions.
3283         (main): Accept additional argument. Invoke fill_org_wbp,
3284         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
3285         output_wbrk_tables.
3286         * modules/gen-uni-tables (Description): Update.
3287         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
3288         gen-uni-tables.
3289
3290         New module 'uniwbrk/base'.
3291         * modules/uniwbrk/base: New file.
3292         * lib/uniwbrk.h: New file.
3293
3294 2009-02-08  Bruno Haible  <bruno@clisp.org>
3295
3296         Update to Unicode 5.1.0.
3297         * lib/gen-uni-tables.c (is_property_alphabetic): Include
3298         U+2185..U+2188.
3299         (is_property_default_ignorable_code_point): Don't include characters
3300         of category Cc or Cs and not-a-characters.
3301         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
3302         U+0D79, U+109E, U+109F, U+A60C.
3303         * lib/unictype/bidi_of.h: Regenerated.
3304         * lib/unictype/blocks.h: Regenerated.
3305         * lib/unictype/categ_C.h: Regenerated.
3306         * lib/unictype/categ_Cf.h: Regenerated.
3307         * lib/unictype/categ_Cn.h: Regenerated.
3308         * lib/unictype/categ_L.h: Regenerated.
3309         * lib/unictype/categ_Ll.h: Regenerated.
3310         * lib/unictype/categ_Lm.h: Regenerated.
3311         * lib/unictype/categ_Lo.h: Regenerated.
3312         * lib/unictype/categ_Lu.h: Regenerated.
3313         * lib/unictype/categ_M.h: Regenerated.
3314         * lib/unictype/categ_Mc.h: Regenerated.
3315         * lib/unictype/categ_Me.h: Regenerated.
3316         * lib/unictype/categ_Mn.h: Regenerated.
3317         * lib/unictype/categ_N.h: Regenerated.
3318         * lib/unictype/categ_Nd.h: Regenerated.
3319         * lib/unictype/categ_Nl.h: Regenerated.
3320         * lib/unictype/categ_No.h: Regenerated.
3321         * lib/unictype/categ_P.h: Regenerated.
3322         * lib/unictype/categ_Pd.h: Regenerated.
3323         * lib/unictype/categ_Pe.h: Regenerated.
3324         * lib/unictype/categ_Pf.h: Regenerated.
3325         * lib/unictype/categ_Pi.h: Regenerated.
3326         * lib/unictype/categ_Po.h: Regenerated.
3327         * lib/unictype/categ_Ps.h: Regenerated.
3328         * lib/unictype/categ_S.h: Regenerated.
3329         * lib/unictype/categ_Sk.h: Regenerated.
3330         * lib/unictype/categ_Sm.h: Regenerated.
3331         * lib/unictype/categ_So.h: Regenerated.
3332         * lib/unictype/categ_of.h: Regenerated.
3333         * lib/unictype/combining.h: Regenerated.
3334         * lib/unictype/ctype_alnum.h: Regenerated.
3335         * lib/unictype/ctype_alpha.h: Regenerated.
3336         * lib/unictype/ctype_graph.h: Regenerated.
3337         * lib/unictype/ctype_lower.h: Regenerated.
3338         * lib/unictype/ctype_print.h: Regenerated.
3339         * lib/unictype/ctype_punct.h: Regenerated.
3340         * lib/unictype/ctype_upper.h: Regenerated.
3341         * lib/unictype/decdigit.h: Regenerated.
3342         * lib/unictype/digit.h: Regenerated.
3343         * lib/unictype/mirror.h: Regenerated.
3344         * lib/unictype/numeric.h: Regenerated.
3345         * lib/unictype/pr_alphabetic.h: Regenerated.
3346         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
3347         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
3348         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
3349         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
3350         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
3351         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
3352         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
3353         * lib/unictype/pr_combining.h: Regenerated.
3354         * lib/unictype/pr_dash.h: Regenerated.
3355         * lib/unictype/pr_decimal_digit.h: Regenerated.
3356         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
3357         * lib/unictype/pr_deprecated.h: Regenerated.
3358         * lib/unictype/pr_diacritic.h: Regenerated.
3359         * lib/unictype/pr_extender.h: Regenerated.
3360         * lib/unictype/pr_format_control.h: Regenerated.
3361         * lib/unictype/pr_grapheme_base.h: Regenerated.
3362         * lib/unictype/pr_grapheme_extend.h: Regenerated.
3363         * lib/unictype/pr_grapheme_link.h: Regenerated.
3364         * lib/unictype/pr_id_continue.h: Regenerated.
3365         * lib/unictype/pr_id_start.h: Regenerated.
3366         * lib/unictype/pr_ideographic.h: Regenerated.
3367         * lib/unictype/pr_ignorable_control.h: Regenerated.
3368         * lib/unictype/pr_lowercase.h: Regenerated.
3369         * lib/unictype/pr_math.h: Regenerated.
3370         * lib/unictype/pr_numeric.h: Regenerated.
3371         * lib/unictype/pr_other_alphabetic.h: Regenerated.
3372         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
3373         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
3374         * lib/unictype/pr_other_id_continue.h: Regenerated.
3375         * lib/unictype/pr_other_lowercase.h: Regenerated.
3376         * lib/unictype/pr_other_math.h: Regenerated.
3377         * lib/unictype/pr_punctuation.h: Regenerated.
3378         * lib/unictype/pr_sentence_terminal.h: Regenerated.
3379         * lib/unictype/pr_soft_dotted.h: Regenerated.
3380         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
3381         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
3382         * lib/unictype/pr_unified_ideograph.h: Regenerated.
3383         * lib/unictype/pr_uppercase.h: Regenerated.
3384         * lib/unictype/pr_xid_continue.h: Regenerated.
3385         * lib/unictype/pr_xid_start.h: Regenerated.
3386         * lib/unictype/pr_zero_width.h: Regenerated.
3387         * lib/unictype/scripts.h: Regenerated.
3388         * lib/unictype/scripts_byname.gperf: Regenerated.
3389         * lib/unictype/sy_java_ident.h: Regenerated.
3390         * lib/unilbrk/lbrkprop1.h: Regenerated.
3391         * lib/unilbrk/lbrkprop2.h: Regenerated.
3392         * tests/unictype/test-categ_C.c: Regenerated.
3393         * tests/unictype/test-categ_Cf.c: Regenerated.
3394         * tests/unictype/test-categ_Cn.c: Regenerated.
3395         * tests/unictype/test-categ_L.c: Regenerated.
3396         * tests/unictype/test-categ_Ll.c: Regenerated.
3397         * tests/unictype/test-categ_Lm.c: Regenerated.
3398         * tests/unictype/test-categ_Lo.c: Regenerated.
3399         * tests/unictype/test-categ_Lu.c: Regenerated.
3400         * tests/unictype/test-categ_M.c: Regenerated.
3401         * tests/unictype/test-categ_Mc.c: Regenerated.
3402         * tests/unictype/test-categ_Me.c: Regenerated.
3403         * tests/unictype/test-categ_Mn.c: Regenerated.
3404         * tests/unictype/test-categ_N.c: Regenerated.
3405         * tests/unictype/test-categ_Nd.c: Regenerated.
3406         * tests/unictype/test-categ_Nl.c: Regenerated.
3407         * tests/unictype/test-categ_No.c: Regenerated.
3408         * tests/unictype/test-categ_P.c: Regenerated.
3409         * tests/unictype/test-categ_Pd.c: Regenerated.
3410         * tests/unictype/test-categ_Pe.c: Regenerated.
3411         * tests/unictype/test-categ_Pf.c: Regenerated.
3412         * tests/unictype/test-categ_Pi.c: Regenerated.
3413         * tests/unictype/test-categ_Po.c: Regenerated.
3414         * tests/unictype/test-categ_Ps.c: Regenerated.
3415         * tests/unictype/test-categ_S.c: Regenerated.
3416         * tests/unictype/test-categ_Sk.c: Regenerated.
3417         * tests/unictype/test-categ_Sm.c: Regenerated.
3418         * tests/unictype/test-categ_So.c: Regenerated.
3419         * tests/unictype/test-ctype_alnum.c: Regenerated.
3420         * tests/unictype/test-ctype_alpha.c: Regenerated.
3421         * tests/unictype/test-ctype_graph.c: Regenerated.
3422         * tests/unictype/test-ctype_lower.c: Regenerated.
3423         * tests/unictype/test-ctype_print.c: Regenerated.
3424         * tests/unictype/test-ctype_punct.c: Regenerated.
3425         * tests/unictype/test-ctype_upper.c: Regenerated.
3426         * tests/unictype/test-decdigit.h: Regenerated.
3427         * tests/unictype/test-digit.h: Regenerated.
3428         * tests/unictype/test-numeric.h: Regenerated.
3429         * tests/unictype/test-pr_alphabetic.c: Regenerated.
3430         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
3431         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
3432         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
3433         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
3434         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
3435         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
3436         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
3437         * tests/unictype/test-pr_combining.c: Regenerated.
3438         * tests/unictype/test-pr_dash.c: Regenerated.
3439         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
3440         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
3441         * tests/unictype/test-pr_deprecated.c: Regenerated.
3442         * tests/unictype/test-pr_diacritic.c: Regenerated.
3443         * tests/unictype/test-pr_extender.c: Regenerated.
3444         * tests/unictype/test-pr_format_control.c: Regenerated.
3445         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
3446         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
3447         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
3448         * tests/unictype/test-pr_id_continue.c: Regenerated.
3449         * tests/unictype/test-pr_id_start.c: Regenerated.
3450         * tests/unictype/test-pr_ideographic.c: Regenerated.
3451         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
3452         * tests/unictype/test-pr_lowercase.c: Regenerated.
3453         * tests/unictype/test-pr_math.c: Regenerated.
3454         * tests/unictype/test-pr_numeric.c: Regenerated.
3455         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
3456         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
3457         Regenerated.
3458         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
3459         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
3460         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
3461         * tests/unictype/test-pr_other_math.c: Regenerated.
3462         * tests/unictype/test-pr_punctuation.c: Regenerated.
3463         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
3464         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
3465         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
3466         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
3467         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
3468         * tests/unictype/test-pr_uppercase.c: Regenerated.
3469         * tests/unictype/test-pr_xid_continue.c: Regenerated.
3470         * tests/unictype/test-pr_xid_start.c: Regenerated.
3471         * tests/unictype/test-pr_zero_width.c: Regenerated.
3472
3473         Update to Unicode 5.1.0.
3474         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
3475         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
3476         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
3477         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
3478         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
3479         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
3480         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
3481         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
3482         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
3483         (nonspacing_table_ind): Update.
3484         * tests/uniwidth/test-uc_width2.sh: Update expected result.
3485
3486         Update to Unicode 5.1.0.
3487         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
3488         code transform.
3489         * lib/uniname/uniname.c (unicode_character_name,
3490         unicode_name_character): Add the range 0x1Fxxx to the code transform.
3491         * lib/uniname/uninames.h: Regenerated.
3492         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
3493
3494 2009-02-07  Bruno Haible  <bruno@clisp.org>
3495
3496         Merge gen-ctype and gen-lbrk into a single program.
3497         * lib/gen-uni-tables.c: New file, incorporating
3498         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
3499         Add directory prefixes to the names of the generated files.
3500         * lib/unictype/gen-ctype.c: Remove file.
3501         * lib/unilbrk/gen-lbrk.c: Remove file.
3502         * modules/gen-uni-tables: New file.
3503         * modules/unictype/gen-ctype: Remove file.
3504         * modules/unilbrk/gen-lbrk: Remove file.
3505
3506 2009-02-07  Bruno Haible  <bruno@clisp.org>
3507
3508         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
3509
3510         New module 'unistr/u32-strcoll'.
3511         * modules/unistr/u32-strcoll: New file.
3512         * lib/unistr/u32-strcoll.c: New file.
3513
3514         New module 'unistr/u16-strcoll'.
3515         * modules/unistr/u16-strcoll: New file.
3516         * lib/unistr/u16-strcoll.c: New file.
3517
3518         New module 'unistr/u8-strcoll'.
3519         * modules/unistr/u8-strcoll: New file.
3520         * lib/unistr/u8-strcoll.c: New file.
3521         * lib/unistr/u-strcoll.h: New file.
3522
3523 2009-02-07  Bruno Haible  <bruno@clisp.org>
3524
3525         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
3526         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3527         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3528         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
3529         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
3530         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
3531
3532 2009-02-07  Bruno Haible  <bruno@clisp.org>
3533
3534         Make 64-bit clean.
3535         * lib/unictype/gen-ctype.c (output_predicate, output_category,
3536         output_combclass, output_bidi_category, output_decimal_digit,
3537         output_digit, output_numeric, output_mirror, output_scripts,
3538         output_ident_category): Use proper width specifier in format strings.
3539
3540 2009-02-07  Bruno Haible  <bruno@clisp.org>
3541
3542         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
3543         failure behaviour.
3544
3545 2009-02-07  Jim Meyering  <meyering@redhat.com>
3546
3547         regex: avoid compilation failure with upcoming gcc-4.4
3548         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
3549         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
3550         "... error: integer overflow in preprocessor expression".
3551
3552 2009-02-05  Ben Pfaff  <blp@gnu.org>
3553
3554         Fix link errors on Windows when close module is used.
3555         * modules/close: Add $(LIB_CLOSE) to Link section.
3556         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
3557         $(LIB_CLOSE) on Windows.
3558
3559 2009-02-05  Jim Meyering  <meyering@redhat.com>
3560
3561         still avoid unused-parameter warnings, but do it cleanly
3562         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
3563         (get_fs_usage): Cast to void instead.
3564         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
3565         (dev_from_mount_options, read_file_system_list): Cast to void.
3566         Prompted by Bruno Haible.
3567
3568 2009-02-04  Jim Meyering  <meyering@redhat.com>
3569
3570         fsusage.c: correct copyright year
3571         * lib/fsusage.c: Reflect year in which the change is pushed into
3572
3573         avoid misc. warnings
3574         * lib/fsusage.c (UNUSED_PARAM): Define.
3575         (get_fs_usage): Mark parameter "disk" as unused.
3576         * lib/getugroups.c (getgrent): Use "void" in prototype.
3577         * lib/mountlist.c: Mark unused parameters.
3578         (read_file_system_list): Declare a local with "const".
3579         * lib/nanosleep.c (getnow): Declare static.
3580         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
3581
3582         dirfd: set errno upon failure
3583         * lib/dirfd.c: Include <errno.h>.
3584         Set errno to ENOTSUP when returning -1.
3585         * modules/dirfd (Depends-on): Add errno.
3586         Suggested by John Kodis <kodis@comcast.net>.
3587
3588 2009-02-01  Bruno Haible  <bruno@clisp.org>
3589
3590         Don't assume sizeof (long) >= sizeof (void *).
3591         * lib/memcmp.c: Include stdint.h.
3592         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
3593         srcp2 to 'const byte *'.
3594         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
3595         types to uintptr_t.
3596         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
3597         * modules/memcmp (Depends-on): Add stdint.
3598         Reported by Ozkan Sezer <sezeroz@gmail.com>.
3599
3600 2009-01-30  Eric Blake  <ebb9@byu.net>
3601
3602         fix more require-before-expand issues
3603         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
3604         expand, AC_PROG_AWK.
3605         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
3606
3607 2009-01-28  Eric Blake  <ebb9@byu.net>
3608
3609         version-etc: use consistent URL formatting
3610         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
3611         Improve formatting.  Use fputs for string without %.
3612
3613 2009-01-28  Jim Meyering  <meyering@redhat.com>
3614
3615         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
3616         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
3617         "underquoted definition of NAME" from autoconf-2.59.
3618
3619 2009-01-28  Bruno Haible  <bruno@clisp.org>
3620
3621         * doc/gnulib.texi: Add "Obsolete modules" to index.
3622
3623 2009-01-28  Jim Meyering  <meyering@redhat.com>
3624
3625         useless-if-before-free: recognize more variants
3626         * build-aux/useless-if-before-free: Also recognize e.g.,
3627         if (NULL != p) free (p);
3628
3629 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
3630
3631         test-getaddrinfo: skip (don't fail) this test when there's no network
3632         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
3633         on the presumption that it means you lack network access.
3634
3635 2009-01-26  Jim Meyering  <meyering@redhat.com>
3636
3637         fflush: avoid warnings on modern systems
3638         * lib/fflush.c (rpl_fflush): Move declarations of locals,
3639         pos and result, into scopes where they're used.
3640
3641 2009-01-26  Eric Blake  <ebb9@byu.net>
3642
3643         Silence warning reintroduced by recent extensions patch.
3644         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
3645         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
3646         autoconf.
3647
3648         Backport improved autoconf semantics of AC_DEFUN_ONCE.
3649         * m4/00gnulib.m4: New file.
3650         * gnulib-tool (func_get_filelist): Always use it.
3651         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
3652         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
3653
3654 2009-01-25  Bruno Haible  <bruno@clisp.org>
3655
3656         Make test-quotearg work on MacOS X and AIX.
3657         * tests/test-quotearg.sh: New file.
3658         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
3659         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
3660         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
3661         include <libintl.h>.
3662         (fake_locale): Remove variable.
3663         (gettext, dgettext, dcgettext): Remove functions.
3664         (main): Instead of setting a fake locale, set a real locale. Call
3665         textdomain and bindtextdomain.
3666         * modules/quotearg-tests (Files): Add the new files.
3667         (Depends-on): Add gettext, setenv, unsetenv.
3668         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3669         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
3670         Augment TESTS_ENVIRONMENT.
3671
3672 2009-01-25  Bruno Haible  <bruno@clisp.org>
3673
3674         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
3675         fr_FR.ISO8859-1 locale on MacOS X.
3676         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
3677         ja_JP.eucJP locale on MacOS X.
3678         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
3679         zh_CN.GB18030 locale on MacOS X.
3680
3681 2009-01-25  Bruno Haible  <bruno@clisp.org>
3682
3683         Avoid link errors on MacOS X 10.3.
3684         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
3685         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
3686
3687 2009-01-25  Bruno Haible  <bruno@clisp.org>
3688
3689         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3690         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
3691         * modules/pipe (Files): Remove m4/posix_spawn.m4.
3692         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3693         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
3694         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3695         posix_spawnattr_init, posix_spawnattr_setsigmask,
3696         posix_spawnattr_setflags, posix_spawnattr_destroy.
3697
3698         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3699         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
3700         * modules/execute (Files): Remove m4/posix_spawn.m4.
3701         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3702         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3703         posix_spawnattr_init, posix_spawnattr_setsigmask,
3704         posix_spawnattr_setflags, posix_spawnattr_destroy.
3705
3706 2009-01-25  Bruno Haible  <bruno@clisp.org>
3707
3708         * lib/glthread/threadlib.c: Include <stdlib.h>.
3709
3710 2009-01-25  Bruno Haible  <bruno@clisp.org>
3711
3712         * lib/glthread/threadlib.c (dummy): New declaration.
3713
3714 2009-01-25  Bruno Haible  <bruno@clisp.org>
3715
3716         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
3717         multibyte characters also for the GB18030 encoding. Don't crash when
3718         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
3719
3720 2009-01-25  Bruno Haible  <bruno@clisp.org>
3721
3722         Avoid redefining 'struct random_data' on OSF/1 5.1.
3723         * lib/stdlib.in.h: Include <random.h> if it exists.
3724         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
3725         HAVE_RANDOM_H. Include <random.h> when testing whether
3726         'struct random_data' exists.
3727         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
3728
3729 2009-01-25  Bruno Haible  <bruno@clisp.org>
3730
3731         Don't install charset.alias on MacOS X >= 10.3.
3732         * lib/localcharset.c (DARWIN7): New macro.
3733         (get_charset_aliases): Hardcode the result for Darwin7.
3734         * modules/localcharset (install-exec-local): Don't install
3735         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
3736
3737 2009-01-25  Bruno Haible  <bruno@clisp.org>
3738
3739         Don't install charset.alias on mingw and Cygwin.
3740         * modules/localcharset (install-exec-local): Don't install
3741         charset.alias on mingw and Cygwin, if the file does not yet exist.
3742         The result for these platforms is hardcoded in localcharset.c.
3743
3744 2009-01-25  Bruno Haible  <bruno@clisp.org>
3745
3746         Make it possible again to use AC_GNU_SOURCE together with gnulib.
3747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
3748         before requiring AC_USE_SYSTEM_EXTENSIONS.
3749
3750 2009-01-25  Jim Meyering  <meyering@redhat.com>
3751
3752         c-strtod: avoid warnings
3753         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
3754         "assignment discards qualifiers from pointer target type" warnings.
3755
3756 2009-01-24  Bruno Haible  <bruno@clisp.org>
3757
3758         Add support for non-UTF-8 locales on MacOS X.
3759         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
3760         canonical encodings. For Darwin 7 and newer, don't map traditional
3761         encodings to UTF-8.
3762         Reported by Vincent Lefevre <vincent@vinc17.org>
3763         at <http://savannah.gnu.org/bugs/?25235>.
3764
3765 2009-01-24  Bruno Haible  <bruno@clisp.org>
3766
3767         * doc/gnulib.texi (Obsolete modules): New section.
3768         Reported by Mike Frysinger <vapier@gentoo.org>.
3769
3770 2009-01-24  Bruno Haible  <bruno@clisp.org>
3771
3772         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
3773         (%.dvi): New rule.
3774
3775 2009-01-24  Bruno Haible  <bruno@clisp.org>
3776
3777         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
3778         Reported by Eric Blake.
3779
3780 2009-01-24  Bruno Haible  <bruno@clisp.org>
3781
3782         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
3783         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
3784         Reported by Gary V. Vaughan <gary@gnu.org>.
3785
3786 2009-01-24  Bruno Haible  <bruno@clisp.org>
3787
3788         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
3789
3790 2009-01-23  Bruno Haible  <bruno@clisp.org>
3791
3792         Make c-strtod, c-strtold usable in libraries.
3793         * lib/c-strtod.c: Include string.h instead of xalloc.h.
3794         (C_STRTOD): Call strdup instead of xstrdup.
3795         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
3796         * modules/c-strtold (Depends-on): Likewise.
3797         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
3798         * NEWS: Mention the change.
3799         Reported by Michael Gold <mgold@ncf.ca>.
3800
3801 2009-01-23  Jim Meyering  <meyering@redhat.com>
3802
3803         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
3804         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
3805         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
3806
3807 2009-01-23  Simon Josefsson  <simon@josefsson.org>
3808
3809         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
3810         GNU CoreUtils.
3811         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
3812         * modules/version-etc (Description): Update.
3813
3814 2009-01-22  Bruno Haible  <bruno@clisp.org>
3815
3816         Cache the C locale object.
3817         * lib/c-strtod.c (c_locale_cache): New variable.
3818         (c_locale): New function.
3819         (C_STRTOD): Use it, and don't call freelocale.
3820         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
3821         Suggested by Paolo Bonzini.
3822
3823 2009-01-21  Bruno Haible  <bruno@clisp.org>
3824
3825         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
3826         conditions other than overflow.
3827
3828 2009-01-21  Bruno Haible  <bruno@clisp.org>
3829
3830         * lib/c-strtod.c: Include errno.h.
3831         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
3832         value from STRTOD_L and STRTOD.
3833
3834 2009-01-21  Bruno Haible  <bruno@clisp.org>
3835         and Jim Meyering  <meyering@redhat.com>
3836
3837         nanosleep: skip configure test (fail it) for apple universal builds
3838         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
3839         universal builds, assume that nanosleep does not work.
3840         * modules/nanosleep (Depends-on): Add multiarch.
3841
3842         mktime: skip configure test (fail it) for apple universal builds
3843         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
3844         universal builds, assume that mktime does not work.
3845         * modules/mktime (Depends-on): Add multiarch.
3846
3847 2009-01-21  Eric Blake  <ebb9@byu.net>
3848
3849         multiarch: avoid expand-before-require warning
3850         * modules/multiarch (configure.ac): Require, rather than expand,
3851         gl_MULTIARCH.
3852         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
3853         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
3854         enforce that all clients require it.  Partial reversion of
3855         2008-12-29 patch.
3856
3857         error: avoid expand-before-require warning
3858         * modules/errno (configure.ac): Require, rather than expand,
3859         gl_HEADER_ERRNO_H.
3860         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
3861         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
3862         enforce that all clients require it.
3863
3864         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
3865         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
3866         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
3867         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
3868
3869 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
3870
3871         Revert:
3872         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3873
3874         regex: do not depend on obsolete modules.
3875         * modules/regex: Remove memcmp and memmove.
3876
3877 2009-01-20  Bruno Haible  <bruno@clisp.org>
3878
3879         Make the 'link' module link on Windows NT 4.
3880         * lib/link.c (_WIN32_WINNT): Don't define.
3881         (CreateHardLinkFuncType): New type.
3882         (CreateHardLinkFunc, initialized): New variables.
3883         (initialize): New function.
3884         (link): Invoke CreateHardLink indirectly through the function pointer.
3885
3886 2009-01-20  Bruno Haible  <bruno@clisp.org>
3887
3888         Fix compilation failure on mingw.
3889         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
3890
3891 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
3892
3893         * doc/c-strtod.texi: Mention a couple of restrictions.
3894
3895 2009-01-20  Jim Meyering  <meyering@redhat.com>
3896
3897         gettimeofday: move more declarations out of functions
3898         * lib/gettimeofday.c: Move extern declarations of tzset and
3899         gmtime out of containing functions.  Prompted by Bruno Haible.
3900
3901 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3902
3903         regex: do not depend on obsolete modules.
3904         * modules/regex: Remove memcmp and memmove.
3905
3906 2009-01-19  Bruno Haible  <bruno@clisp.org>
3907
3908         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
3909         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
3910         gl_BIGENDIAN, not AC_C_BIGENDIAN.
3911         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
3912         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
3913
3914 2009-01-19  Bruno Haible  <bruno@clisp.org>
3915
3916         * tests/test-link.c: Include <errno.h>.
3917         (main): Exit with code 77 when a hard link cannot be created due to
3918         the file system.
3919         * tests/test-link.sh: Skip test when a hard link cannot be created due
3920         to the file system.
3921         Suggested by Eric Blake.
3922
3923 2009-01-19  Martin Lambers  <marlam@marlam.de>
3924
3925         * modules/link-tests: New file.
3926         * tests/test-link.sh: New file.
3927         * tests/test-link.c: New file.
3928
3929 2009-01-19  Eric Blake  <ebb9@byu.net>
3930
3931         doc: mention another function added in cygwin 1.7.0
3932         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
3933         Another new function in cygwin 1.7.
3934
3935 2009-01-19  Bruno Haible  <bruno@clisp.org>
3936
3937         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
3938         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
3939         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
3940         gl_BIGENDIAN, not AC_C_BIGENDIAN.
3941         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
3942         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
3943         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
3944         * m4/md4.m4 (gl_MD4): Likewise.
3945         * m4/md5.m4 (gl_MD5): Likewise.
3946         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
3947         * m4/sha1.m4 (gl_SHA1): Likewise.
3948         * m4/sha256.m4 (gl_SHA256): Likewise.
3949         * m4/sha512.m4 (gl_SHA512): Likewise.
3950
3951 2009-01-19  Bruno Haible  <bruno@clisp.org>
3952
3953         * modules/uniname/uniname-tests (Depends-on): Add progname.
3954         * tests/uniname/test-uninames.c: Include progname.h.
3955         (main): Call set_program_name.
3956
3957         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
3958         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
3959         (main): Call set_program_name.
3960
3961         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
3962         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
3963         (main): Call set_program_name.
3964
3965         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
3966         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
3967         (main): Call set_program_name.
3968
3969         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
3970         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
3971         (main): Call set_program_name.
3972
3973         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
3974         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
3975         (main): Call set_program_name.
3976
3977         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
3978         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
3979         (main): Call set_program_name.
3980
3981         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
3982         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
3983         (main): Call set_program_name.
3984
3985         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
3986         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
3987         (main): Call set_program_name.
3988
3989 2009-01-19  Eric Blake  <ebb9@byu.net>
3990
3991         test-unistd: test previous patch
3992         * tests/test-unistd.c: Test *_FILENO macros.
3993
3994         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
3995         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
3996         Guarantee a definition.
3997         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
3998         * modules/unistd-safer (Depends-on): Add dependency on unistd.
3999         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
4000         * lib/dup-safer.c (STDERR_FILENO): Likewise.
4001         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4002         Likewise.
4003         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
4004         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
4005         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4006         Likewise.
4007         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
4008         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
4009         (STDERR_FILENO): Likewise.
4010         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
4011         (STDERR_FILENO): Likewise.
4012         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
4013         (STDERR_FILENO): Likewise.
4014         Reported by Elbert Pol.
4015
4016 2009-01-19  Eric Blake  <ebb9@byu.net>
4017
4018         doc: mention more functions added in cygwin 1.7.0
4019         * doc/posix-functions/abort.texi (abort): Update wording related
4020         to cygwin.
4021         * doc/posix-functions/daylight.texi (daylight): Likewise.
4022         * doc/posix-functions/optarg.texi (optarg): Likewise.
4023         * doc/posix-functions/optarg.texi (opterr): Likewise.
4024         * doc/posix-functions/optarg.texi (optind): Likewise.
4025         * doc/posix-functions/optarg.texi (optopt): Likewise.
4026         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
4027         worked in 1.5.x, and was withdrawn in 1.7.
4028         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
4029         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
4030         cygwin versions.
4031         * doc/posix-functions/perror.texi (perror): Likewise.
4032         * doc/posix-functions/printf.texi (printf): Likewise.
4033         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
4034         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
4035         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
4036         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
4037         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
4038         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
4039         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4040         Likewise.
4041         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4042         Likewise.
4043         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
4044         this function.
4045         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
4046         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
4047         Likewise.
4048         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
4049         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
4050         * doc/posix-functions/confstr.texi (confstr): Likewise.
4051         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
4052         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
4053         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
4054         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
4055         * doc/posix-functions/fputws.texi (fputws): Likewise.
4056         * doc/posix-functions/fwide.texi (fwide): Likewise.
4057         * doc/posix-functions/getwc.texi (getwc): Likewise.
4058         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
4059         * doc/posix-functions/putwc.texi (putwc): Likewise.
4060         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
4061         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
4062         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
4063         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
4064         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
4065         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
4066         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
4067         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
4068         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
4069         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
4070         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
4071
4072 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4073
4074         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
4075         * lib/ioctl.c: Include <sys/ioctl.h>.
4076
4077 2009-01-19  Simon Josefsson  <simon@josefsson.org>
4078
4079         * modules/getdate-tests (Depends-on): Add progname.
4080         * tests/test-getdate.c: Use progname module, to avoid link errors
4081         on non-glibc systems.
4082
4083 2009-01-18  Simon Josefsson  <simon@josefsson.org>
4084
4085         * modules/filenamecat-tests (Depends-on): Add progname.
4086         * modules/fstrcmp-tests (Depends-on): Likewise.
4087
4088         * tests/test-filenamecat.c: Use progname module, to avoid link
4089         errors on non-glibc systems.
4090         * tests/test-fstrcmp.c: Likewise.
4091
4092 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4093
4094         gettimeofday: avoid warning: nested extern declaration of 'localtime'
4095         * lib/gettimeofday.c: Move extern declaration out of function.
4096
4097 2009-01-18  Bruno Haible  <bruno@clisp.org>
4098
4099         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
4100         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
4101         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
4102
4103 2009-01-18  Bruno Haible  <bruno@clisp.org>
4104
4105         * lib/strftime.c (MEMPCPY): Remove unused macro.
4106         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
4107
4108 2009-01-18  Martin Lambers  <marlam@marlam.de>
4109
4110         New module 'link'.
4111         * lib/unistd.in.h (link): New declaration.
4112         * lib/link.c: New file.
4113         * m4/link.m4: New file.
4114         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
4115         HAVE_LINK.
4116         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
4117         * modules/link: New file.
4118         * doc/posix-functions/link.texi: Mention the new module.
4119
4120 2009-01-18  Bruno Haible  <bruno@clisp.org>
4121
4122         * tests/test-avltree_list.c (main): Call set_program_name.
4123         * tests/test-avltree_oset.c (main): Likewise.
4124         * tests/test-obstack-printf.c: Include progname.h.
4125         (main): Call set_program_name.
4126         * tests/test-quotearg.c: Include progname.h.
4127         (main): Call set_program_name.
4128         * tests/test-xmemdup0.c: Include progname.h.
4129         (main): Call set_program_name.
4130
4131 2009-01-18  Bruno Haible  <bruno@clisp.org>
4132
4133         New module 'alphasort'.
4134         * lib/dirent.in.h (alphasort): New declaration.
4135         * lib/alphasort.c: New file, from glibc with modifications.
4136         * m4/alphasort.m4: New file.
4137         * modules/alphasort: New file.
4138         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
4139         HAVE_ALPHASORT.
4140         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
4141         HAVE_ALPHASORT.
4142         * doc/posix-functions/alphasort.texi: Mention the new module and the
4143         portability problems.
4144
4145 2009-01-18  Bruno Haible  <bruno@clisp.org>
4146
4147         New module 'scandir'.
4148         * lib/dirent.in.h (scandir): New declaration.
4149         * lib/scandir.c: New file, from glibc with modifications.
4150         * m4/scandir.m4: New file.
4151         * modules/scandir: New file.
4152         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
4153         HAVE_SCANDIR.
4154         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
4155         HAVE_SCANDIR.
4156         * doc/posix-functions/scandir.texi: Mention the new module and the
4157         portability problems.
4158
4159 2009-01-17  Bruno Haible  <bruno@clisp.org>
4160
4161         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
4162         Update documentation.
4163         (func_remove_suffix): Escape all dots in the suffix. Update
4164         documentation.
4165         (func_filter_filelist): Update documentation.
4166         Reported by Ralf Wildenhues.
4167
4168 2009-01-17  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/dprintf-posix-tests: New file.
4171         * tests/test-dprintf-posix.sh: New file.
4172         * tests/test-dprintf-posix.c: New file.
4173
4174         New modules 'dprintf', 'dprintf-posix'.
4175         * lib/stdio.in.h (dprintf): New declaration.
4176         * lib/dprintf.c: New file.
4177         * m4/dprintf.m4: New file.
4178         * m4/dprintf-posix.m4: New file.
4179         * modules/dprintf: New file.
4180         * modules/dprintf-posix: New file.
4181         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
4182         HAVE_DPRINTF, REPLACE_DPRINTF.
4183         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
4184         HAVE_DPRINTF, REPLACE_DPRINTF.
4185         * doc/posix-functions/dprintf.texi: Mention the new modules.
4186
4187 2009-01-17  Bruno Haible  <bruno@clisp.org>
4188
4189         * modules/vdprintf-posix-tests: New file.
4190         * tests/test-vdprintf-posix.sh: New file.
4191         * tests/test-vdprintf-posix.c: New file.
4192
4193         New modules 'vdprintf', 'vdprintf-posix'.
4194         * lib/stdio.in.h (vdprintf): New declaration.
4195         * lib/vdprintf.c: New file.
4196         * m4/vdprintf.m4: New file.
4197         * m4/vdprintf-posix.m4: New file.
4198         * modules/vdprintf: New file.
4199         * modules/vdprintf-posix: New file.
4200         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
4201         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4202         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
4203         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4204         * doc/posix-functions/vdprintf.texi: Mention the new modules.
4205
4206 2009-01-17  Bruno Haible  <bruno@clisp.org>
4207
4208         Fix replacement of fopen on mingw.
4209         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
4210         mingw.
4211
4212 2009-01-17  Bruno Haible  <bruno@clisp.org>
4213
4214         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
4215         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
4216
4217 2009-01-17  Bruno Haible  <bruno@clisp.org>
4218
4219         Avoid test-fflush2.sh failure on mingw.
4220         * tests/test-fflush2.c: Include binary-io.h.
4221         (main): Put standard input into binary mode.
4222         * modules/fflush-tests (Depends-on): Add binary-io.
4223
4224 2009-01-17  Bruno Haible  <bruno@clisp.org>
4225
4226         * lib/wchar.in.h: In another particular situation, include only the
4227         system's <wchar.h> file.
4228         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
4229         Reported by Albert Chin-A-Young <china@thewrittenword.com>
4230         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
4231
4232 2009-01-17  Bruno Haible  <bruno@clisp.org>
4233
4234         Support for stripping executables in --enable-relocatable.
4235         * build-aux/install-reloc: Expect one more argument, or an environment
4236         variable RELOC_STRIP_PROG. If set, strip the destination program and
4237         its wrapper.
4238         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
4239         RELOC_STRIP_PROG.
4240         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
4241         to set RELOCATABLE_STRIP.
4242         * NEWS: Mention the new Makefile requirement.
4243
4244 2009-01-17  Bruno Haible  <bruno@clisp.org>
4245
4246         * build-aux/install-reloc: Remove debugging information left over by
4247         C compiler on MacOS X.
4248
4249 2009-01-17  Bruno Haible  <bruno@clisp.org>
4250
4251         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
4252         * lib/progreloc.c (find_executable): Fix type of pointer passed to
4253         _NSGetExecutablePath.
4254
4255 2009-01-16  Jim Meyering  <meyering@redhat.com>
4256
4257         strerror: avoid warnings about discarding "const"
4258         * lib/strerror.c (rpl_strerror): Instead of returning a const
4259         string from each and every "case", use a variable, and add a single
4260         cast after the switch.
4261
4262 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
4263
4264         * lib/arpa_inet.in.h: Add extern "C" block for C++.
4265
4266 2009-01-16  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
4269         array initializer syntax that also works in C++ mode.
4270         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4271
4272 2009-01-16  Jim Meyering  <meyering@redhat.com>
4273
4274         poll: suppress a warning
4275         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
4276         to ignore "...unsigned expression < 0 is always false" warnings.
4277
4278 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
4279
4280         poll: remove declarations of unused variables
4281         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
4282         sockbuf and optlen.
4283
4284 2009-01-15  Bruno Haible  <bruno@clisp.org>
4285
4286         Make fflush-after-ungetc POSIX compliant on BSD systems.
4287         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
4288         (clear_ungetc_buffer): Implement also for other systems.
4289         (rpl_fflush): On glibc systems, invoke
4290         clear_ungetc_buffer_preserving_position. Otherwise, invoke
4291         clear_ungetc_buffer after fetching the stream's position, not before.
4292
4293 2009-01-15  Bruno Haible  <bruno@clisp.org>
4294
4295         Make fflush-after-ungetc POSIX compliant on glibc systems.
4296         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
4297         after ungetc.
4298         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
4299         (rpl_fflush): On glibc systems, simply call the system's fflush
4300         function after clearing the ungetc buffer.
4301         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
4302         Instead, lseek only to the end of file, then use the system's fseeko
4303         for the rest. On glibc systems, reset the EOF indicator bit.
4304
4305 2009-01-15  Jim Meyering  <meyering@redhat.com>
4306
4307         openmp.m4: revert quote-adding change, for portability to older autoconf
4308         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
4309         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
4310         Simon Josefsson noticed the problem when using autoconf-2.61.
4311
4312 2009-01-15  Bruno Haible  <bruno@clisp.org>
4313
4314         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
4315         * tests/test-fflush2.c (ASSERT): Always fail.
4316         (main): Add two tests for fflush() after ungetc(), taking into account
4317         the Austin Group's clarification.
4318         Suggested by Eric Blake.
4319
4320 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
4321
4322         mktime.m4: remove K&R-style function prototypes
4323         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
4324         for the Sun C++ compiler.
4325
4326 2009-01-14  Bruno Haible  <bruno@clisp.org>
4327
4328         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
4329         while including <wchar.h>.
4330         * lib/wchar.in.h: In two particular situations on HP-UX, include only
4331         the system's <wchar.h> file.
4332         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4333
4334 2009-01-14  Bruno Haible  <bruno@clisp.org>
4335
4336         * m4/csharp.m4: Don't mention gettext on the serial number line.
4337         * m4/csharpexec.m4: Likewise.
4338         * m4/eaccess.m4: Likewise.
4339         * m4/javaexec.m4: Likewise.
4340         * m4/sig_atomic_t.m4: Likewise.
4341         * m4/tmpdir.m4: Likewise.
4342         * m4/intldir.m4: Bump gettext version.
4343         * m4/lib-ld.m4: Likewise.
4344
4345 2009-01-14  Bruno Haible  <bruno@clisp.org>
4346
4347         * lib/progname.c (set_program_name): Add more comments.
4348         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
4349
4350 2009-01-14  Simon Josefsson  <simon@josefsson.org>
4351
4352         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
4353         were sys/stat.h does not define it.
4354
4355 2009-01-14  Jim Meyering  <meyering@redhat.com>
4356
4357         many *.m4 files: improve m4 quoting
4358         99% of this change was performed by running the following commands:
4359         git ls-files | grep '\.m4$' | xargs perl -pi \
4360           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
4361           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4362           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4363           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
4364         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
4365         The remainder were to add Copyright dates, increment serial numbers,
4366         undo some changes in comments, exclude m4/intl.m4, and add quotes
4367         around the "1" in ",1" where the unusual spacing prohibited the
4368         above regexps from doing the job.  For more details, see
4369         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
4370         * m4/acl.m4: Modified.
4371         * m4/afs.m4: Likewise.
4372         * m4/alloca.m4: Likewise.
4373         * m4/argp.m4: Likewise.
4374         * m4/argz.m4: Likewise.
4375         * m4/atexit.m4: Likewise.
4376         * m4/bison-i18n.m4: Likewise.
4377         * m4/bison.m4: Likewise.
4378         * m4/byteswap.m4: Likewise.
4379         * m4/c-stack.m4: Likewise.
4380         * m4/c-strtod.m4: Likewise.
4381         * m4/calloc.m4: Likewise.
4382         * m4/canonicalize-lgpl.m4: Likewise.
4383         * m4/chown.m4: Likewise.
4384         * m4/clock_time.m4: Likewise.
4385         * m4/codeset.m4: Likewise.
4386         * m4/copy-file.m4: Likewise.
4387         * m4/csharp.m4: Likewise.
4388         * m4/csharpcomp.m4: Likewise.
4389         * m4/csharpexec.m4: Likewise.
4390         * m4/d-ino.m4: Likewise.
4391         * m4/d-type.m4: Likewise.
4392         * m4/dirfd.m4: Likewise.
4393         * m4/double-slash-root.m4: Likewise.
4394         * m4/eaccess.m4: Likewise.
4395         * m4/eealloc.m4: Likewise.
4396         * m4/environ.m4: Likewise.
4397         * m4/errno_h.m4: Likewise.
4398         * m4/euidaccess.m4: Likewise.
4399         * m4/execute.m4: Likewise.
4400         * m4/fatal-signal.m4: Likewise.
4401         * m4/fchdir.m4: Likewise.
4402         * m4/fcntl_h.m4: Likewise.
4403         * m4/fileblocks.m4: Likewise.
4404         * m4/filenamecat.m4: Likewise.
4405         * m4/findprog.m4: Likewise.
4406         * m4/flexmember.m4: Likewise.
4407         * m4/fnmatch.m4: Likewise.
4408         * m4/fopen.m4: Likewise.
4409         * m4/fpending.m4: Likewise.
4410         * m4/fprintf-posix.m4: Likewise.
4411         * m4/free.m4: Likewise.
4412         * m4/frexp.m4: Likewise.
4413         * m4/frexpl.m4: Likewise.
4414         * m4/fsusage.m4: Likewise.
4415         * m4/ftruncate.m4: Likewise.
4416         * m4/gc-camellia.m4: Likewise.
4417         * m4/gc-random.m4: Likewise.
4418         * m4/gc.m4: Likewise.
4419         * m4/getaddrinfo.m4: Likewise.
4420         * m4/getcwd-abort-bug.m4: Likewise.
4421         * m4/getcwd-path-max.m4: Likewise.
4422         * m4/getdate.m4: Likewise.
4423         * m4/getdomainname.m4: Likewise.
4424         * m4/getgroups.m4: Likewise.
4425         * m4/gethostname.m4: Likewise.
4426         * m4/gethrxtime.m4: Likewise.
4427         * m4/getline.m4: Likewise.
4428         * m4/getloadavg.m4: Likewise.
4429         * m4/getndelim2.m4: Likewise.
4430         * m4/getpass.m4: Likewise.
4431         * m4/gettext.m4: Likewise.
4432         * m4/gettime.m4: Likewise.
4433         * m4/gettimeofday.m4: Likewise.
4434         * m4/gnulib-common.m4: Likewise.
4435         * m4/group-member.m4: Likewise.
4436         * m4/host-os.m4: Likewise.
4437         * m4/iconv.m4: Likewise.
4438         * m4/iconv_open.m4: Likewise.
4439         * m4/inet_ntop.m4: Likewise.
4440         * m4/inet_pton.m4: Likewise.
4441         * m4/inline.m4: Likewise.
4442         * m4/intldir.m4: Likewise.
4443         * m4/intlmacosx.m4: Likewise.
4444         * m4/intmax.m4: Likewise.
4445         * m4/intmax_t.m4: Likewise.
4446         * m4/inttypes.m4: Likewise.
4447         * m4/inttypes_h.m4: Likewise.
4448         * m4/inttypes-pri.m4: Likewise.
4449         * m4/isapipe.m4: Likewise.
4450         * m4/isnand.m4: Likewise.
4451         * m4/isnanf.m4: Likewise.
4452         * m4/isnanl.m4: Likewise.
4453         * m4/javacomp.m4: Likewise.
4454         * m4/javaexec.m4: Likewise.
4455         * m4/jm-winsz1.m4: Likewise.
4456         * m4/jm-winsz2.m4: Likewise.
4457         * m4/lchown.m4: Likewise.
4458         * m4/lcmessage.m4: Likewise.
4459         * m4/ldexpl.m4: Likewise.
4460         * m4/lib-ld.m4: Likewise.
4461         * m4/lib-link.m4: Likewise.
4462         * m4/libsigsegv.m4: Likewise.
4463         * m4/link-follow.m4: Likewise.
4464         * m4/localcharset.m4: Likewise.
4465         * m4/locale-fr.m4: Likewise.
4466         * m4/locale-ja.m4: Likewise.
4467         * m4/locale-tr.m4: Likewise.
4468         * m4/locale-zh.m4: Likewise.
4469         * m4/lock.m4: Likewise.
4470         * m4/longlong.m4: Likewise.
4471         * m4/ls-mntd-fs.m4: Likewise.
4472         * m4/lstat.m4: Likewise.
4473         * m4/malloc.m4: Likewise.
4474         * m4/mathl.m4: Likewise.
4475         * m4/mbrtowc.m4: Likewise.
4476         * m4/mbstate_t.m4: Likewise.
4477         * m4/mbswidth.m4: Likewise.
4478         * m4/memchr.m4: Likewise.
4479         * m4/memcmp.m4: Likewise.
4480         * m4/memcpy.m4: Likewise.
4481         * m4/memmem.m4: Likewise.
4482         * m4/memmove.m4: Likewise.
4483         * m4/mempcpy.m4: Likewise.
4484         * m4/memrchr.m4: Likewise.
4485         * m4/memset.m4: Likewise.
4486         * m4/minmax.m4: Likewise.
4487         * m4/mkdir-slash.m4: Likewise.
4488         * m4/mkdtemp.m4: Likewise.
4489         * m4/mktime.m4: Likewise.
4490         * m4/mmap-anon.m4: Likewise.
4491         * m4/mountlist.m4: Likewise.
4492         * m4/nanosleep.m4: Likewise.
4493         * m4/nls.m4: Likewise.
4494         * m4/nocrash.m4: Likewise.
4495         * m4/open.m4: Likewise.
4496         * m4/openat.m4: Likewise.
4497         * m4/openmp.m4: Likewise.
4498         * m4/pathmax.m4: Likewise.
4499         * m4/perl.m4: Likewise.
4500         * m4/physmem.m4: Likewise.
4501         * m4/pipe.m4: Likewise.
4502         * m4/po.m4: Likewise.
4503         * m4/poll.m4: Likewise.
4504         * m4/posixtm.m4: Likewise.
4505         * m4/posixver.m4: Likewise.
4506         * m4/printf-frexp.m4: Likewise.
4507         * m4/printf-frexpl.m4: Likewise.
4508         * m4/printf-posix.m4: Likewise.
4509         * m4/printf-posix-rpl.m4: Likewise.
4510         * m4/printf.m4: Likewise.
4511         * m4/progtest.m4: Likewise.
4512         * m4/putenv.m4: Likewise.
4513         * m4/readline.m4: Likewise.
4514         * m4/readlink.m4: Likewise.
4515         * m4/readutmp.m4: Likewise.
4516         * m4/realloc.m4: Likewise.
4517         * m4/regex.m4: Likewise.
4518         * m4/relocatable.m4: Likewise.
4519         * m4/relocatable-lib.m4: Likewise.
4520         * m4/rename-dest-slash.m4: Likewise.
4521         * m4/rename.m4: Likewise.
4522         * m4/rmdir-errno.m4: Likewise.
4523         * m4/rmdir.m4: Likewise.
4524         * m4/roundf.m4: Likewise.
4525         * m4/roundl.m4: Likewise.
4526         * m4/rpmatch.m4: Likewise.
4527         * m4/save-cwd.m4: Likewise.
4528         * m4/selinux-selinux-h.m4: Likewise.
4529         * m4/setenv.m4: Likewise.
4530         * m4/settime.m4: Likewise.
4531         * m4/sig2str.m4: Likewise.
4532         * m4/sig_atomic_t.m4: Likewise.
4533         * m4/signalblocking.m4: Likewise.
4534         * m4/signbit.m4: Likewise.
4535         * m4/sigpipe.m4: Likewise.
4536         * m4/sockets.m4: Likewise.
4537         * m4/sockpfaf.m4: Likewise.
4538         * m4/st_dm_mode.m4: Likewise.
4539         * m4/stat-time.m4: Likewise.
4540         * m4/stdbool.m4: Likewise.
4541         * m4/stdint.m4: Likewise.
4542         * m4/stdint_h.m4: Likewise.
4543         * m4/stpcpy.m4: Likewise.
4544         * m4/stpncpy.m4: Likewise.
4545         * m4/strcase.m4: Likewise.
4546         * m4/strchrnul.m4: Likewise.
4547         * m4/strcspn.m4: Likewise.
4548         * m4/strdup.m4: Likewise.
4549         * m4/strftime.m4: Likewise.
4550         * m4/strndup.m4: Likewise.
4551         * m4/strnlen.m4: Likewise.
4552         * m4/strpbrk.m4: Likewise.
4553         * m4/strptime.m4: Likewise.
4554         * m4/strsep.m4: Likewise.
4555         * m4/strtod.m4: Likewise.
4556         * m4/strtoimax.m4: Likewise.
4557         * m4/strtok_r.m4: Likewise.
4558         * m4/strtol.m4: Likewise.
4559         * m4/strtoll.m4: Likewise.
4560         * m4/strtoul.m4: Likewise.
4561         * m4/strtoull.m4: Likewise.
4562         * m4/strtoumax.m4: Likewise.
4563         * m4/strverscmp.m4: Likewise.
4564         * m4/threadlib.m4: Likewise.
4565         * m4/timegm.m4: Likewise.
4566         * m4/tm_gmtoff.m4: Likewise.
4567         * m4/tmpdir.m4: Likewise.
4568         * m4/tmpfile.m4: Likewise.
4569         * m4/tzset.m4: Likewise.
4570         * m4/uintmax_t.m4: Likewise.
4571         * m4/unlinkdir.m4: Likewise.
4572         * m4/unlocked-io.m4: Likewise.
4573         * m4/uptime.m4: Likewise.
4574         * m4/userspec.m4: Likewise.
4575         * m4/utimbuf.m4: Likewise.
4576         * m4/utime.m4: Likewise.
4577         * m4/utimes-null.m4: Likewise.
4578         * m4/utimes.m4: Likewise.
4579         * m4/vararrays.m4: Likewise.
4580         * m4/vasnprintf.m4: Likewise.
4581         * m4/vfprintf-posix.m4: Likewise.
4582         * m4/vprintf-posix.m4: Likewise.
4583         * m4/wait-process.m4: Likewise.
4584         * m4/wchar_t.m4: Likewise.
4585         * m4/wint_t.m4: Likewise.
4586         * m4/write-any-file.m4: Likewise.
4587         * m4/yield.m4: Likewise.
4588
4589 2009-01-13  Bruno Haible  <bruno@clisp.org>
4590
4591         Avoid test-copy-file.sh failures when ACL support insufficient.
4592         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
4593         TESTS_ENVIRONMENT.
4594         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
4595         Reported by Jim Meyering.
4596
4597 2009-01-13  Bruno Haible  <bruno@clisp.org>
4598
4599         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
4600         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
4601         * modules/unistdio/u8-printf-parse (Files): Likewise.
4602         * modules/unistdio/u32-printf-parse (Files): Likewise.
4603         * modules/unistdio/ulc-printf-parse (Files): Likewise.
4604
4605 2009-01-13  Simon Josefsson  <simon@josefsson.org>
4606
4607         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
4608         and m4/inttypes_h.m4 too.
4609
4610 2009-01-12  Eric Blake  <ebb9@byu.net>
4611
4612         tests: IRIX 6.2 cc can't compile -0.0 into .data
4613         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
4614         rather than at compile-time.
4615         * tests/test-floorl.c (minus_zero): Likewise.
4616         * tests/test-frexpl.c (minus_zero): Likewise.
4617         * tests/test-isnan.c (minus_zerol): Likewise.
4618         * tests/test-isnanl.h (minus_zero): Likewise.
4619         * tests/test-ldexpl.c (minus_zero): Likewise.
4620         * tests/test-roundl.c (minus_zero): Likewise.
4621         * tests/test-signbit.c (minus_zerol): Likewise.
4622         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4623         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4624         * tests/test-truncl.c (minus_zero): Likewise.
4625         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4626         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4627         Reported by Tom G. Christensen and Nelson H. F. Beebe.
4628
4629 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4630
4631         regex: fix glibc bug 9697
4632         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4633         handling.
4634
4635 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4636
4637         regex: fix glibc bug 697
4638         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4639         being NULL also if there are no backreferences.
4640
4641 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4642
4643         regex: merge glibc changes
4644         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4645         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4646         re_string_skip_chars, re_string_reconstruct): Likewise.
4647         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4648
4649 2009-01-07  Jim Meyering  <meyering@redhat.com>
4650
4651         poll: filter through cppi
4652         * lib/poll.c: Indent cpp directives to reflect nesting.
4653
4654 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
4655
4656         poll: don't return uninitialized
4657         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
4658
4659 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
4660
4661         avoid compile failure on AIX 6.1
4662         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
4663         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
4664
4665 2009-01-04  Jim Meyering  <meyering@redhat.com>
4666
4667         remove duplicate inclusion of <stdio.h>
4668         * tests/test-fprintf-posix.c: Likewise.
4669         * tests/test-printf-posix.c: Likewise.
4670         * tests/test-snprintf-posix.c: Likewise.
4671         * tests/test-sprintf-posix.c: Likewise.
4672         * tests/test-vasprintf-posix.c: Likewise.
4673         * tests/test-vfprintf-posix.c: Likewise.
4674         * tests/test-vprintf-posix.c: Likewise.
4675         * tests/test-vsnprintf-posix.c: Likewise.
4676         * tests/test-vsprintf-posix.c: Likewise.
4677
4678 2009-01-03  Jim Meyering  <meyering@redhat.com>
4679
4680         gnulib-tool: fix sed-based filtering
4681         * gnulib-tool (func_filter_filelist): Remove extra backslash
4682         in sed_fff_filter definition.
4683
4684 2009-01-02  Jim Meyering  <meyering@redhat.com>
4685
4686         strftime: avoid compilation failure on Solaris 2.6
4687         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
4688         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
4689         Don't #define mbrlen or mbsinit, since now they're guaranteed to
4690         be available.  Reported by Tom G. Christensen.  Details in
4691         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
4692
4693 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4694             Bruno Haible  <bruno@clisp.org>
4695
4696         Speed up gnulib-tool by doing more string processing through shell
4697         built-ins.
4698         * gnulib-tool (fast_func_append): New variable.
4699         (func_remove_prefix, func_remove_suffix): New functions.
4700         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
4701         (func_filter_filelist): New function.
4702         (func_get_dependencies): Use func_remove_suffix instead of sed.
4703         (func_get_automake_snippet): Use func_filter_filelist instead of a
4704         subshell and sed invocation.
4705
4706 2009-01-01  Bruno Haible  <bruno@clisp.org>
4707
4708         Fix a security bug.
4709         * gnulib-tool (func_import, import, update): Don't allow the characters
4710         '"', '$', '`', '\' in macro arguments that become part of commands that
4711         are evaluated.
4712
4713 2009-01-01  Bruno Haible  <bruno@clisp.org>
4714
4715         * gnulib-tool (func_reset_sigpipe): Add more comments.
4716
4717 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4718
4719         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
4720         func_emit_tests_Makefile_am, func_import): Abort loops early if we
4721         already know the answer.
4722
4723 2009-01-01  Jim Meyering  <meyering@redhat.com>
4724
4725         * lib/version-etc.c (version_etc_va): Update copyright year.
4726
4727 2008-12-30  Bruno Haible  <bruno@clisp.org>
4728
4729         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
4730         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
4731         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
4732
4733 2008-12-29  Eric Blake  <ebb9@byu.net>
4734
4735         multiarch: avoid autoconf AC_REQUIRE bug
4736         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
4737         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
4738         2.63 and older.
4739         Reported by Bruno Haible, and analyzed in
4740         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
4741
4742 2008-12-29  Bruno Haible  <bruno@clisp.org>
4743
4744         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
4745         files in subdirectories correctly.
4746         Reported by Ralf Wildenhues.
4747
4748 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4749
4750         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
4751         rather than 'join FILE -', for Solaris join.
4752
4753 2008-12-29  Bruno Haible  <bruno@clisp.org>
4754
4755         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
4756         quoting.
4757         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
4758         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
4759         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
4760         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
4761         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
4762         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
4763         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
4764         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
4765         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4766         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
4767         * m4/nls.m4 (AM_NLS): Likewise.
4768         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
4769         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
4770         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4771         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
4772         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
4773         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
4774         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
4775         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
4776         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
4777         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4778         * m4/xsize.m4 (gl_XSIZE): Likewise.
4779         Suggested by Jim Meyering.
4780
4781 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4782
4783         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
4784         * lib/parse-duration.c: use a switch instead of cascading if's.
4785
4786 2008-12-29  Eric Blake  <ebb9@byu.net>
4787
4788         wchar.h: supply WEOF on Irix 5.3
4789         * lib/wchar.in.h (wint_t): Also supply WEOF.
4790         * lib/wctype.in.h (wint_t): Likewise.
4791         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
4792         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
4793         Reported by Tom G. Christensen.
4794
4795 2008-12-26  Bruno Haible  <bruno@clisp.org>
4796
4797         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
4798         i486, i586, i686.
4799
4800 2008-12-26  Bruno Haible  <bruno@clisp.org>
4801
4802         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
4803
4804 2008-12-26  Bruno Haible  <bruno@clisp.org>
4805
4806         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
4807         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
4808         not __STDC_CONSTANT_MACROS.
4809         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4810
4811 2008-12-25  Bruno Haible  <bruno@clisp.org>
4812
4813         Add support for universal builds to vasnprintf.
4814         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
4815         universal builds, guess no.
4816         * modules/vasnprintf-posix (Depends-on): Add multiarch.
4817         * modules/vasprintf-posix (Depends-on): Likewise.
4818         * modules/fprintf-posix (Depends-on): Likewise.
4819         * modules/vfprintf-posix (Depends-on): Likewise.
4820         * modules/snprintf-posix (Depends-on): Likewise.
4821         * modules/vsnprintf-posix (Depends-on): Likewise.
4822         * modules/sprintf-posix (Depends-on): Likewise.
4823         * modules/vsprintf-posix (Depends-on): Likewise.
4824         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4825         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4826         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4827         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4828         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4829         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4830         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4831
4832         Add support for universal builds to <inttypes.h>.
4833         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
4834         _SCNu64_PREFIX): In Apple
4835         universal builds, define directly, using _LP64.
4836         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
4837         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
4838         * modules/inttypes (Depends-on): Add multiarch.
4839         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4840
4841         Add support for universal builds to <stdint.h>.
4842         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
4843         universal builds, define directly, using _LP64.
4844         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
4845         Apple universal builds, don't test for the size and suffix of ptrdiff_t
4846         and size_t.
4847         * modules/stdint (Depends-on): Add multiarch.
4848         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4849
4850         New module 'multiarch'.
4851         * modules/multiarch: New file.
4852         * m4/multiarch.m4: New file.
4853
4854 2008-12-25  Bruno Haible  <bruno@clisp.org>
4855
4856         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
4857
4858 2008-12-25  Bruno Haible  <bruno@clisp.org>
4859
4860         * modules/btowc (License): Relicense under LGPLv2+.
4861         * modules/mbsinit (License): Likewise.
4862         * modules/mbrtowc (License): Likewise.
4863         * modules/wcrtomb (License): Likewise.
4864         * modules/streq (License): Likewise.
4865         Reported by David Lutterkort <lutter@redhat.com>.
4866
4867 2008-12-23  Bruno Haible  <bruno@clisp.org>
4868
4869         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
4870
4871 2008-12-23  Bruno Haible  <bruno@clisp.org>
4872
4873         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
4874         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
4875         GETADDRINFO_LIB, not in LIBS.
4876         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
4877         * modules/canon-host (Link): Likewise.
4878         * NEWS: Mention the change.
4879         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
4880         GETADDRINFO_LIB.
4881
4882 2008-12-22  Bruno Haible  <bruno@clisp.org>
4883
4884         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
4885         * doc/posix-functions/iswalpha_l.texi: Likewise.
4886         * doc/posix-functions/iswblank_l.texi: Likewise.
4887         * doc/posix-functions/iswcntrl_l.texi: Likewise.
4888         * doc/posix-functions/iswctype_l.texi: Likewise.
4889         * doc/posix-functions/iswdigit_l.texi: Likewise.
4890         * doc/posix-functions/iswgraph_l.texi: Likewise.
4891         * doc/posix-functions/iswlower_l.texi: Likewise.
4892         * doc/posix-functions/iswprint_l.texi: Likewise.
4893         * doc/posix-functions/iswpunct_l.texi: Likewise.
4894         * doc/posix-functions/iswspace_l.texi: Likewise.
4895         * doc/posix-functions/iswupper_l.texi: Likewise.
4896         * doc/posix-functions/iswxdigit_l.texi: Likewise.
4897         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
4898         * doc/posix-functions/open_wmemstream.texi: Likewise.
4899         * doc/posix-functions/swscanf.texi: Likewise.
4900         * doc/posix-functions/towctrans_l.texi: Likewise.
4901         * doc/posix-functions/towlower.texi: Likewise.
4902         * doc/posix-functions/towlower_l.texi: Likewise.
4903         * doc/posix-functions/towupper.texi: Likewise.
4904         * doc/posix-functions/towupper_l.texi: Likewise.
4905         * doc/posix-functions/vfwprintf.texi: Likewise.
4906         * doc/posix-functions/vfwscanf.texi: Likewise.
4907         * doc/posix-functions/vswscanf.texi: Likewise.
4908         * doc/posix-functions/vwprintf.texi: Likewise.
4909         * doc/posix-functions/vwscanf.texi: Likewise.
4910         * doc/posix-functions/wcpcpy.texi: Likewise.
4911         * doc/posix-functions/wcpncpy.texi: Likewise.
4912         * doc/posix-functions/wcscasecmp.texi: Likewise.
4913         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
4914         * doc/posix-functions/wcscoll_l.texi: Likewise.
4915         * doc/posix-functions/wcsdup.texi: Likewise.
4916         * doc/posix-functions/wcsncasecmp.texi: Likewise.
4917         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
4918         * doc/posix-functions/wcsnlen.texi: Likewise.
4919         * doc/posix-functions/wcsnrtombs.texi: Likewise.
4920         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
4921         * doc/posix-functions/wctrans_l.texi: Likewise.
4922         * doc/posix-functions/wctype_l.texi: Likewise.
4923         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
4924         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
4925         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
4926         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
4927         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
4928         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
4929         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
4930         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
4931         * doc/glibc-functions/wcschrnul.texi: Likewise.
4932         * doc/glibc-functions/wcsftime_l.texi: Likewise.
4933         * doc/glibc-functions/wcstod_l.texi: Likewise.
4934         * doc/glibc-functions/wcstof_l.texi: Likewise.
4935         * doc/glibc-functions/wcstol_l.texi: Likewise.
4936         * doc/glibc-functions/wcstold_l.texi: Likewise.
4937         * doc/glibc-functions/wcstoll_l.texi: Likewise.
4938         * doc/glibc-functions/wcstoq.texi: Likewise.
4939         * doc/glibc-functions/wcstoul_l.texi: Likewise.
4940         * doc/glibc-functions/wcstoull_l.texi: Likewise.
4941         * doc/glibc-functions/wcstouq.texi: Likewise.
4942         * doc/glibc-functions/wmempcpy.texi: Likewise.
4943
4944 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
4945             Eric Blake  <ebb9@byu.net>
4946             Paolo Bonzini  <bonzini@gnu.org>
4947             Bruno Haible  <bruno@clisp.org>
4948
4949         Make c-stack work on Haiku.
4950         * lib/c-stack.c (SA_ONSTACK): Define fallback.
4951         (c_stack_action): Use SA_ONSTACK flag.
4952
4953 2008-12-22  Bruno Haible  <bruno@clisp.org>
4954
4955         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
4956
4957 2008-12-22  Bruno Haible  <bruno@clisp.org>
4958
4959         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
4960         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
4961         being overridden.
4962         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
4963         New macros.
4964         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
4965         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
4966         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
4967         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
4968
4969 2008-12-22  Bruno Haible  <bruno@clisp.org>
4970
4971         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
4972         from test code.
4973
4974 2008-12-22  Eric Blake  <ebb9@byu.net>
4975
4976         Avoid gcc warnings on cygwin.
4977         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
4978         Avoid unused variable.
4979         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
4980         Likewise.
4981
4982 2008-12-22  Bruno Haible  <bruno@clisp.org>
4983
4984         Remove HAVE_MBRTOWC conditionals.
4985         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
4986         (mbscasecmp): Assume mbrtowc function.
4987         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
4988         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
4989         * lib/mbschr.c: Include mbuiter.h unconditionally.
4990         (mbschr): Assume mbrtowc function.
4991         * lib/mbscspn.c: Include mbuiter.h unconditionally.
4992         (mbscspn): Assume mbrtowc function.
4993         * lib/mbslen.c: Include mbuiter.h unconditionally.
4994         (mbslen): Assume mbrtowc function.
4995         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
4996         (mbsncasecmp): Assume mbrtowc function.
4997         * lib/mbsnlen.c: Include mbiter.h unconditionally.
4998         (mbsnlen): Assume mbrtowc function.
4999         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
5000         (mbspbrk): Assume mbrtowc function.
5001         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
5002         (mbspcasecmp): Assume mbrtowc function.
5003         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
5004         (mbsrchr): Assume mbrtowc function.
5005         * lib/mbssep.c: Include mbuiter.h unconditionally.
5006         (mbssep): Assume mbrtowc function.
5007         * lib/mbsspn.c: Include mbuiter.h unconditionally.
5008         (mbsspn): Assume mbrtowc function.
5009         * lib/mbsstr.c: Include mbuiter.h unconditionally.
5010         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
5011         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
5012         (mbstok_r): Assume mbrtowc function.
5013         * lib/propername.c: Include mbuiter.h unconditionally.
5014         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
5015         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
5016         (trim2): Assume mbrtowc function.
5017         * lib/mbswidth.c (mbsinit): Remove fallback definition.
5018         (mbsnwidth): Assume mbrtowc function.
5019         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
5020         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
5021         fallback definitions.
5022         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
5023
5024 2008-12-22  Bruno Haible  <bruno@clisp.org>
5025
5026         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
5027
5028 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
5029
5030         * modules/regex: Request emulations for the mb*/wc* functions we need.
5031         * m4/regex.m4: Don't look for those functions here.
5032         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
5033
5034 2008-12-22  Bruno Haible  <bruno@clisp.org>
5035
5036         * modules/fnmatch (Depends-on): Remove duplicated dependency.
5037
5038 2008-12-21  Bruno Haible  <bruno@clisp.org>
5039
5040         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
5041         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
5042         (Include): Remove conditionalization.
5043         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
5044         (Include): Remove conditionalization.
5045         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
5046         (Include): Remove conditionalization.
5047         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
5048         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5049         * NEWS: Mention the change.
5050         Reported by Alan Hourihane <alanh@fairlite.co.uk>
5051         via Sergey Poznyakoff <gray@gnu.org.ua>.
5052
5053 2008-12-21  Bruno Haible  <bruno@clisp.org>
5054
5055         * MODULES.html.sh (Extended multibyte and wide character utilities
5056         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
5057         wcrtomb, wcsrtombs.
5058         (Support for systems lacking POSIX:2008): Add accept, bind, close,
5059         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
5060         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
5061         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
5062
5063 2008-12-21  Bruno Haible  <bruno@clisp.org>
5064
5065         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
5066
5067 2008-12-21  Bruno Haible  <bruno@clisp.org>
5068
5069         * modules/wcsnrtombs-tests: New file.
5070         * tests/test-wcsnrtombs1.sh: New file.
5071         * tests/test-wcsnrtombs2.sh: New file.
5072         * tests/test-wcsnrtombs3.sh: New file.
5073         * tests/test-wcsnrtombs4.sh: New file.
5074         * tests/test-wcsnrtombs.c: New file.
5075
5076         New module 'wcsnrtombs'.
5077         * lib/wchar.in.h (wcsnrtombs): New declaration.
5078         * lib/wcsnrtombs.c: New file.
5079         * lib/wcsrtombs-state.c: New file.
5080         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
5081         (internal_state): Remove variable.
5082         * m4/wcsnrtombs.m4: New file.
5083         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
5084         compilation units.
5085         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
5086         HAVE_WCSNRTOMBS.
5087         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
5088         HAVE_WCSNRTOMBS.
5089         * modules/wcsnrtombs: New file.
5090         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
5091         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
5092
5093 2008-12-21  Bruno Haible  <bruno@clisp.org>
5094
5095         * modules/wcsrtombs-tests: New file.
5096         * tests/test-wcsrtombs1.sh: New file.
5097         * tests/test-wcsrtombs2.sh: New file.
5098         * tests/test-wcsrtombs3.sh: New file.
5099         * tests/test-wcsrtombs4.sh: New file.
5100         * tests/test-wcsrtombs.c: New file.
5101
5102         New module 'wcsrtombs'.
5103         * lib/wchar.in.h (wcsrtombs): New declaration.
5104         * lib/wcsrtombs.c: New file.
5105         * m4/wcsrtombs.m4: New file.
5106         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
5107         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5108         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
5109         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5110         * modules/wcsrtombs: New file.
5111         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
5112         bugs.
5113
5114 2008-12-21  Bruno Haible  <bruno@clisp.org>
5115
5116         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
5117         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
5118         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
5119         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
5120         if not correct.
5121         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
5122         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
5123         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5124         m4/locale-zh.m4, m4/codeset.m4.
5125         * doc/posix-functions/wcrtomb.texi: Document the bug.
5126
5127 2008-12-21  Bruno Haible  <bruno@clisp.org>
5128
5129         Work around a btowc() bug on IRIX 6.5.
5130         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
5131         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
5132         REPLACE_WTOBC if not.
5133         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
5134         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
5135         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
5136
5137 2008-12-21  Bruno Haible  <bruno@clisp.org>
5138
5139         * modules/wcrtomb-tests: New file.
5140         * tests/test-wcrtomb.sh: New file.
5141         * tests/test-wcrtomb.c: New file.
5142
5143         New module 'wcrtomb'.
5144         * lib/wchar.in.h (wcrtomb): New declaration.
5145         * lib/wcrtomb.c: New file.
5146         * m4/wcrtomb.m4: New file.
5147         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
5148         HAVE_WCRTOMB.
5149         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
5150         HAVE_WCRTOMB.
5151         * modules/wcrtomb: New file.
5152         * doc/posix-functions/wcrtomb.texi: Mention the new module.
5153
5154 2008-12-21  Bruno Haible  <bruno@clisp.org>
5155
5156         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
5157         * modules/mbsrtowcs (Files): Likewise.
5158         * modules/wctob (Files): Likewise.
5159         * modules/c-strcase-tests (Files): Likewise.
5160         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5161         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5162         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5163         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5164         * modules/vasnprintf-posix-tests (Files): Likewise.
5165
5166 2008-12-21  William Pursell  <bill.pursell@gmail.com>
5167
5168         gitlog-to-changelog: pass all command-line arguments to git-log
5169         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
5170         it is sometimes convenient to filter the commits in various ways.
5171         gitlog-to-changelog only allows --since to specify a start date,
5172         but git-log itself supports many other filtering mechanisms.
5173         At the moment, I want to filter by branch name.  Rather than
5174         adding a --branch option to gitlog-to-changelog, it seems more
5175         flexible to simply pass all options directly to git-log and let
5176         git do the work.  Notice that this effectively makes --since a
5177         redundant option for gitlog-to-changelog, but removing it would
5178         require current usage to change since calls would then require
5179         an additional '--'.
5180
5181 2008-12-21  Bruno Haible  <bruno@clisp.org>
5182
5183         * modules/mbsnrtowcs-tests: New file.
5184         * tests/test-mbsnrtowcs1.sh: New file.
5185         * tests/test-mbsnrtowcs2.sh: New file.
5186         * tests/test-mbsnrtowcs3.sh: New file.
5187         * tests/test-mbsnrtowcs4.sh: New file.
5188         * tests/test-mbsnrtowcs.c: New file.
5189
5190         New module 'mbsnrtowcs'.
5191         * lib/wchar.in.h (mbsnrtowcs): New declaration.
5192         * lib/mbsnrtowcs.c: New file.
5193         * lib/mbsrtowcs-state.c: New file.
5194         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
5195         (internal_state): Remove variable.
5196         * m4/mbsnrtowcs.m4: New file.
5197         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
5198         compilation units.
5199         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
5200         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5201         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
5202         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5203         * modules/mbsnrtowcs: New file.
5204         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
5205         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
5206         portability problem.
5207
5208 2008-12-21  Bruno Haible  <bruno@clisp.org>
5209
5210         Work around mbsrtowcs bug.
5211         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
5212         (gl_FUNC_MBSRTOWCS): Invoke it.
5213         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5214         m4/locale-zh.m4.
5215         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
5216
5217 2008-12-21  Bruno Haible  <bruno@clisp.org>
5218
5219         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
5220
5221 2008-12-21  Bruno Haible  <bruno@clisp.org>
5222
5223         Update doc for AIX.
5224         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
5225         16-bit wchar_t type.
5226         * doc/posix-functions/btowc.texi: Likewise.
5227         * doc/posix-functions/fgetwc.texi: Likewise.
5228         * doc/posix-functions/fgetws.texi: Likewise.
5229         * doc/posix-functions/fputwc.texi: Likewise.
5230         * doc/posix-functions/fputws.texi: Likewise.
5231         * doc/posix-functions/fwide.texi: Likewise.
5232         * doc/posix-functions/fwprintf.texi: Likewise.
5233         * doc/posix-functions/fwscanf.texi: Likewise.
5234         * doc/posix-functions/getwchar.texi: Likewise.
5235         * doc/posix-functions/getwc.texi: Likewise.
5236         * doc/posix-functions/iswalnum.texi: Likewise.
5237         * doc/posix-functions/iswalpha.texi: Likewise.
5238         * doc/posix-functions/iswblank.texi: Likewise.
5239         * doc/posix-functions/iswcntrl.texi: Likewise.
5240         * doc/posix-functions/iswctype.texi: Likewise.
5241         * doc/posix-functions/iswdigit.texi: Likewise.
5242         * doc/posix-functions/iswgraph.texi: Likewise.
5243         * doc/posix-functions/iswlower.texi: Likewise.
5244         * doc/posix-functions/iswprint.texi: Likewise.
5245         * doc/posix-functions/iswpunct.texi: Likewise.
5246         * doc/posix-functions/iswspace.texi: Likewise.
5247         * doc/posix-functions/iswupper.texi: Likewise.
5248         * doc/posix-functions/iswxdigit.texi: Likewise.
5249         * doc/posix-functions/mbrtowc.texi: Likewise.
5250         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5251         * doc/posix-functions/mbstowcs.texi: Likewise.
5252         * doc/posix-functions/mbtowc.texi: Likewise.
5253         * doc/posix-functions/putwchar.texi: Likewise.
5254         * doc/posix-functions/putwc.texi: Likewise.
5255         * doc/posix-functions/swprintf.texi: Likewise.
5256         * doc/posix-functions/tolower.texi: Likewise.
5257         * doc/posix-functions/toupper.texi: Likewise.
5258         * doc/posix-functions/towctrans.texi: Likewise.
5259         * doc/posix-functions/ungetwc.texi: Likewise.
5260         * doc/posix-functions/vswprintf.texi: Likewise.
5261         * doc/posix-functions/wcrtomb.texi: Likewise.
5262         * doc/posix-functions/wcscat.texi: Likewise.
5263         * doc/posix-functions/wcschr.texi: Likewise.
5264         * doc/posix-functions/wcscmp.texi: Likewise.
5265         * doc/posix-functions/wcscoll.texi: Likewise.
5266         * doc/posix-functions/wcscpy.texi: Likewise.
5267         * doc/posix-functions/wcscspn.texi: Likewise.
5268         * doc/posix-functions/wcsftime.texi: Likewise.
5269         * doc/posix-functions/wcslen.texi: Likewise.
5270         * doc/posix-functions/wcsncat.texi: Likewise.
5271         * doc/posix-functions/wcsncmp.texi: Likewise.
5272         * doc/posix-functions/wcsncpy.texi: Likewise.
5273         * doc/posix-functions/wcspbrk.texi: Likewise.
5274         * doc/posix-functions/wcsrchr.texi: Likewise.
5275         * doc/posix-functions/wcsrtombs.texi: Likewise.
5276         * doc/posix-functions/wcsspn.texi: Likewise.
5277         * doc/posix-functions/wcsstr.texi: Likewise.
5278         * doc/posix-functions/wcstod.texi: Likewise.
5279         * doc/posix-functions/wcstof.texi: Likewise.
5280         * doc/posix-functions/wcstoimax.texi: Likewise.
5281         * doc/posix-functions/wcstok.texi: Likewise.
5282         * doc/posix-functions/wcstold.texi: Likewise.
5283         * doc/posix-functions/wcstoll.texi: Likewise.
5284         * doc/posix-functions/wcstol.texi: Likewise.
5285         * doc/posix-functions/wcstombs.texi: Likewise.
5286         * doc/posix-functions/wcstoull.texi: Likewise.
5287         * doc/posix-functions/wcstoul.texi: Likewise.
5288         * doc/posix-functions/wcstoumax.texi: Likewise.
5289         * doc/posix-functions/wcswidth.texi: Likewise.
5290         * doc/posix-functions/wcsxfrm.texi: Likewise.
5291         * doc/posix-functions/wctob.texi: Likewise.
5292         * doc/posix-functions/wctomb.texi: Likewise.
5293         * doc/posix-functions/wctrans.texi: Likewise.
5294         * doc/posix-functions/wctype.texi: Likewise.
5295         * doc/posix-functions/wcwidth.texi: Likewise.
5296         * doc/posix-functions/wmemchr.texi: Likewise.
5297         * doc/posix-functions/wmemcmp.texi: Likewise.
5298         * doc/posix-functions/wmemcpy.texi: Likewise.
5299         * doc/posix-functions/wmemmove.texi: Likewise.
5300         * doc/posix-functions/wmemset.texi: Likewise.
5301         * doc/posix-functions/wprintf.texi: Likewise.
5302         * doc/posix-functions/wscanf.texi: Likewise.
5303
5304 2008-12-21  Bruno Haible  <bruno@clisp.org>
5305
5306         Update doc for HP-UX 11.11.
5307         * doc/posix-functions/btowc.texi: Clarify that the function is missing
5308         in HP-UX version 11.00, not in all versions of HP-UX 11.
5309         * doc/posix-functions/fwide.texi: Likewise.
5310         * doc/posix-functions/fwprintf.texi: Likewise.
5311         * doc/posix-functions/fwscanf.texi: Likewise.
5312         * doc/posix-functions/inet_ntop.texi: Likewise.
5313         * doc/posix-functions/inet_pton.texi: Likewise.
5314         * doc/posix-functions/mbrlen.texi: Likewise.
5315         * doc/posix-functions/mbrtowc.texi: Likewise.
5316         * doc/posix-functions/mbsinit.texi: Likewise.
5317         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5318         * doc/posix-functions/swprintf.texi: Likewise.
5319         * doc/posix-functions/swscanf.texi: Likewise.
5320         * doc/posix-functions/towctrans.texi: Likewise.
5321         * doc/posix-functions/vfwprintf.texi: Likewise.
5322         * doc/posix-functions/vswprintf.texi: Likewise.
5323         * doc/posix-functions/vwprintf.texi: Likewise.
5324         * doc/posix-functions/wcrtomb.texi: Likewise.
5325         * doc/posix-functions/wcsrtombs.texi: Likewise.
5326         * doc/posix-functions/wcsstr.texi: Likewise.
5327         * doc/posix-functions/wctob.texi: Likewise.
5328         * doc/posix-functions/wctrans.texi: Likewise.
5329         * doc/posix-functions/wmemchr.texi: Likewise.
5330         * doc/posix-functions/wmemcmp.texi: Likewise.
5331         * doc/posix-functions/wmemcpy.texi: Likewise.
5332         * doc/posix-functions/wmemmove.texi: Likewise.
5333         * doc/posix-functions/wmemset.texi: Likewise.
5334         * doc/posix-functions/wprintf.texi: Likewise.
5335         * doc/posix-functions/wscanf.texi: Likewise.
5336
5337 2008-12-21  Bruno Haible  <bruno@clisp.org>
5338
5339         Work around a portability problem.
5340         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
5341         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
5342
5343 2008-12-20  Bruno Haible  <bruno@clisp.org>
5344
5345         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
5346         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
5347         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
5348         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
5349         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
5350
5351         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
5352         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
5353         set.
5354         (GNULIB_defined_mbstate_t): New macro.
5355         (mbsinit): Redefine if REPLACE_MBSINIT is set.
5356         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
5357         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
5358         reuses the system's mbrtowc function but works around the bugs.
5359         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
5360         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
5361         macros.
5362         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
5363         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
5364         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
5365         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
5366         REPLACE_MBSINIT if mbsinit needs to be overridden.
5367         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
5368         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5369         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
5370         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5371         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5372         m4/locale-zh.m4.
5373         (Depends): Add mbsinit.
5374         * modules/mbsinit (Depends): Add mbrtowc.
5375         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
5376
5377 2008-12-20  Bruno Haible  <bruno@clisp.org>
5378
5379         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
5380         so that there are no conversion errors on AIX.
5381         * tests/test-mbsrtowcs.c (main): LIkewise.
5382
5383 2008-12-20  Bruno Haible  <bruno@clisp.org>
5384
5385         Work around wctob bug on Solaris <= 9.
5386         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
5387         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
5388         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
5389         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
5390         * modules/wctob (Files): Add m4/locale-fr.m4.
5391         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
5392
5393 2008-12-20  Bruno Haible  <bruno@clisp.org>
5394
5395         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
5396         /dev/null.
5397         * tests/test-select-in.sh: Likewise.
5398         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5399
5400 2008-12-20  Bruno Haible  <bruno@clisp.org>
5401
5402         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
5403         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
5404         Cygwin 1.5.x.
5405
5406 2008-12-20  Bruno Haible  <bruno@clisp.org>
5407
5408         Ensure mbstate_t is defined on HP-UX 11.11.
5409         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
5410         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
5411         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
5412         AC_USE_SYSTEM_EXTENSIONS.
5413         * modules/fnmatch (Depends-on): Add extensions.
5414         * modules/mbrlen (Depends-on): Likewise.
5415         * modules/mbrtowc (Depends-on): Likewise.
5416         * modules/mbsinit (Depends-on): Likewise.
5417         * modules/mbsrtowcs (Depends-on): Likewise.
5418         * modules/mbswidth (Depends-on): Likewise.
5419         * modules/quotearg (Depends-on): Likewise.
5420         * modules/strftime (Depends-on): Likewise.
5421
5422 2008-12-20  Bruno Haible  <bruno@clisp.org>
5423
5424         Ensure wctob is declared on IRIX 6.5.
5425         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
5426         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
5427         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
5428         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
5429         of HAVE_WCTOB.
5430         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
5431         HAVE_WCTOB.
5432         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
5433
5434 2008-12-19  Bruno Haible  <bruno@clisp.org>
5435
5436         * modules/mbsrtowcs-tests: New file.
5437         * tests/test-mbsrtowcs1.sh: New file.
5438         * tests/test-mbsrtowcs2.sh: New file.
5439         * tests/test-mbsrtowcs3.sh: New file.
5440         * tests/test-mbsrtowcs4.sh: New file.
5441         * tests/test-mbsrtowcs.c: New file.
5442
5443         New module 'mbsrtowcs'.
5444         * lib/wchar.in.h (mbsrtowcs): New declaration.
5445         * lib/mbsrtowcs.c: New file.
5446         * m4/mbsrtowcs.m4: New file.
5447         * modules/mbsrtowcs: New file.
5448         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
5449         HAVE_MBSRTOWCS.
5450         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
5451         HAVE_MBSRTOWCS.
5452         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
5453
5454 2008-12-19  Bruno Haible  <bruno@clisp.org>
5455
5456         New module 'mbrlen'.
5457         * lib/wchar.in.h (mbrlen): New declaration.
5458         * lib/mbrlen.c: New file.
5459         * m4/mbrlen.m4: New file.
5460         * modules/mbrlen: New file.
5461         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
5462         HAVE_MBRLEN.
5463         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
5464         HAVE_MBRLEN.
5465         * doc/posix-functions/mbrlen.texi: Document the new module.
5466
5467 2008-12-19  Bruno Haible  <bruno@clisp.org>
5468
5469         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
5470         * modules/mbrtowc (Depends-on): Add verify.
5471         Suggested by Paul Eggert.
5472
5473 2008-12-18  Bruno Haible  <bruno@clisp.org>
5474
5475         * modules/mbsinit-tests: New file.
5476         * tests/test-mbsinit.sh: New file.
5477         * tests/test-mbsinit.c: New file.
5478
5479 2008-12-18  Bruno Haible  <bruno@clisp.org>
5480
5481         * modules/mbrtowc-tests: New file.
5482         * tests/test-mbrtowc1.sh: New file.
5483         * tests/test-mbrtowc2.sh: New file.
5484         * tests/test-mbrtowc3.sh: New file.
5485         * tests/test-mbrtowc4.sh: New file.
5486         * tests/test-mbrtowc.c: New file.
5487
5488         New module 'mbrtowc'.
5489         * lib/wchar.in.h (mbstate_t): Override when the system does not have
5490         mbsinit and mbrtowc.
5491         (mbrtowc): New declaration.
5492         * lib/mbrtowc.c: New file.
5493         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
5494         * modules/mbrtowc: New file.
5495         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
5496         HAVE_MBRTOWC.
5497         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
5498         HAVE_MBRTOWC.
5499         * doc/posix-functions/mbrtowc.texi: Document the new module.
5500
5501 2008-12-18  Bruno Haible  <bruno@clisp.org>
5502
5503         New module 'wctob'.
5504         * lib/wchar.in.h (wctob): New declaration.
5505         * lib/wctob.c: New file.
5506         * m4/wctob.m4: New file.
5507         * modules/wctob: New file.
5508         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
5509         HAVE_WCTOB.
5510         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
5511         * doc/posix-functions/wctob.texi: Document the new module.
5512
5513 2008-12-18  Bruno Haible  <bruno@clisp.org>
5514
5515         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
5516         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
5517
5518 2008-12-18  Simon Josefsson  <simon@josefsson.org>
5519
5520         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
5521         G. Christensen" <tgc@jupiterrise.com>.
5522
5523         * lib/flock.c: Need to include errno.h.  Reported by "Tom
5524         G. Christensen" <tgc@jupiterrise.com>.
5525
5526         * lib/flock.c: Need to include string.h.  Reported by "Tom
5527         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
5528         <ebb9@byu.net>.
5529
5530 2008-12-18  Bruno Haible  <bruno@clisp.org>
5531
5532         * m4/locale-ja.m4: New file, from GNU gettext.
5533
5534 2008-12-17  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
5537         Suggested by Eric Blake.
5538
5539 2008-12-17  Bruno Haible  <bruno@clisp.org>
5540
5541         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
5542
5543 2008-12-17  Bruno Haible  <bruno@clisp.org>
5544
5545         * lib/mbsinit.c: Include verify.h. Verify an assumption.
5546         * modules/mbsinit (Depends-on): Add verify.
5547         Suggested by Paul Eggert.
5548
5549 2008-12-17  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
5552         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
5553         gl_FUNC_MBRTOWC.
5554         * m4/mbiter.m4 (gl_MBITER): LIkewise.
5555         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
5556         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
5557         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
5558         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
5559         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
5560         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
5561         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
5562         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
5563         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
5564         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
5565         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
5566         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
5567         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
5568         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
5569         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5570         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
5571         * modules/trim (configure.ac): Likewise.
5572
5573 2008-12-17  Bruno Haible  <bruno@clisp.org>
5574
5575         * modules/btowc-tests: New file.
5576         * tests/test-btowc1.sh: New file.
5577         * tests/test-btowc2.sh: New file.
5578         * tests/test-btowc.c: New file.
5579
5580         New module 'btowc'.
5581         * lib/wchar.in.h (btowc): New declaration.
5582         * lib/btowc.c: New file.
5583         * m4/btowc.m4: New file.
5584         * modules/btowc: New file.
5585         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
5586         HAVE_BTOWC.
5587         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
5588         * doc/posix-functions/btowc.texi: Document the new module.
5589
5590 2008-12-17  Bruno Haible  <bruno@clisp.org>
5591
5592         New module 'mbsinit'.
5593         * lib/wchar.in.h (mbsinit): New declaration.
5594         * lib/mbsinit.c: New file.
5595         * m4/mbsinit.m4: New file.
5596         * modules/mbsinit: New file.
5597         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
5598         HAVE_MBSINIT.
5599         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
5600         HAVE_MBSINIT.
5601         * doc/posix-functions/mbsinit.texi: Document the new module.
5602
5603 2008-12-16  Bruno Haible  <bruno@clisp.org>
5604
5605         * lib/unistd.in.h: Add comment.
5606         * tests/test-environ.c: Don't include <stdlib.h>.
5607
5608 2008-12-16  Bruno Haible  <bruno@clisp.org>
5609
5610         * lib/parse-duration.h (parse_duration): Document return value
5611         convention.
5612         * lib/parse-duration.c: Include specification header first. Add
5613         comments.
5614         (_): Remove macro.
5615         (parse_year_month_day, parse_hour_minute_second): Move side effects
5616         outside of strchr call.
5617         (parse_non_iso8601): Move side effects outside of isspace call.
5618         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
5619         call.
5620
5621 2008-12-16  Bruno Haible  <bruno@clisp.org>
5622
5623         * tests/test-parse-duration.sh: Produce no output when the test
5624         succeeds.
5625
5626 2008-12-16  Bruno Haible  <bruno@clisp.org>
5627
5628         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
5629         expressions.
5630
5631 2008-12-15  Bruno Haible  <bruno@clisp.org>
5632
5633         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
5634         * doc/glibc-functions/flistxattr.texi: Likewise.
5635         * doc/glibc-functions/fopencookie.texi: Likewise.
5636         * doc/glibc-functions/fremovexattr.texi: Likewise.
5637         * doc/glibc-functions/fsetxattr.texi: Likewise.
5638         * doc/glibc-functions/getxattr.texi: Likewise.
5639         * doc/glibc-functions/lgetxattr.texi: Likewise.
5640         * doc/glibc-functions/listxattr.texi: Likewise.
5641         * doc/glibc-functions/llistxattr.texi: Likewise.
5642         * doc/glibc-functions/lremovexattr.texi: Likewise.
5643         * doc/glibc-functions/lsetxattr.texi: Likewise.
5644         * doc/glibc-functions/removexattr.texi: Likewise.
5645         * doc/glibc-functions/setxattr.texi: Likewise.
5646         * doc/posix-functions/open_memstream.texi: Likewise.
5647
5648 2008-12-15  Eric Blake  <ebb9@byu.net>
5649
5650         Update doc for cygwin 1.7.
5651         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
5652         functions.
5653         * doc/posix-functions/fchmodat.texi: Likewise.
5654         * doc/posix-functions/fchownat.texi: Likewise.
5655         * doc/posix-functions/fdopendir.texi: Likewise.
5656         * doc/posix-functions/fmemopen.texi: Likewise.
5657         * doc/posix-functions/freeaddrinfo.texi: Likewise.
5658         * doc/posix-functions/fstatat.texi: Likewise.
5659         * doc/posix-functions/futimens.texi: Likewise.
5660         * doc/posix-functions/gai_strerror.texi: Likewise.
5661         * doc/posix-functions/getaddrinfo.texi: Likewise.
5662         * doc/posix-functions/getnameinfo.texi: Likewise.
5663         * doc/posix-functions/if_freenameindex.texi: Likewise.
5664         * doc/posix-functions/if_indextoname.texi: Likewise.
5665         * doc/posix-functions/if_nameindex.texi: Likewise.
5666         * doc/posix-functions/if_nametoindex.texi: Likewise.
5667         * doc/posix-functions/insque.texi: Likewise.
5668         * doc/posix-functions/linkat.texi: Likewise.
5669         * doc/posix-functions/llrint.texi: Likewise.
5670         * doc/posix-functions/llrintf.texi: Likewise.
5671         * doc/posix-functions/llrintl.texi: Likewise.
5672         * doc/posix-functions/lockf.texi: Likewise.
5673         * doc/posix-functions/lrintl.texi: Likewise.
5674         * doc/posix-functions/mkdirat.texi: Likewise.
5675         * doc/posix-functions/mkfifoat.texi: Likewise.
5676         * doc/posix-functions/mknodat.texi: Likewise.
5677         * doc/posix-functions/mq_close.texi: Likewise.
5678         * doc/posix-functions/mq_getattr.texi: Likewise.
5679         * doc/posix-functions/mq_notify.texi: Likewise.
5680         * doc/posix-functions/mq_open.texi: Likewise.
5681         * doc/posix-functions/mq_receive.texi: Likewise.
5682         * doc/posix-functions/mq_send.texi: Likewise.
5683         * doc/posix-functions/mq_setattr.texi: Likewise.
5684         * doc/posix-functions/mq_timedreceive.texi: Likewise.
5685         * doc/posix-functions/mq_timedsend.texi: Likewise.
5686         * doc/posix-functions/mq_unlink.texi: Likewise.
5687         * doc/posix-functions/open_memstream.texi: Likewise.
5688         * doc/posix-functions/openat.texi: Likewise.
5689         * doc/posix-functions/posix_fadvise.texi: Likewise.
5690         * doc/posix-functions/posix_fallocate.texi: Likewise.
5691         * doc/posix-functions/posix_madvise.texi: Likewise.
5692         * doc/posix-functions/posix_memalign.texi: Likewise.
5693         * doc/posix-functions/posix_openpt.texi: Likewise.
5694         * doc/posix-functions/readlinkat.texi: Likewise.
5695         * doc/posix-functions/remque.texi: Likewise.
5696         * doc/posix-functions/renameat.texi: Likewise.
5697         * doc/posix-functions/rintl.texi: Likewise.
5698         * doc/posix-functions/sem_unlink.texi: Likewise.
5699         * doc/posix-functions/shm_open.texi: Likewise.
5700         * doc/posix-functions/shm_unlink.texi: Likewise.
5701         * doc/posix-functions/signgam.texi: Likewise.
5702         * doc/posix-functions/sigset.texi: Likewise.
5703         * doc/posix-functions/stpcpy.texi: Likewise.
5704         * doc/posix-functions/stpncpy.texi: Likewise.
5705         * doc/posix-functions/strerror.texi: Likewise.
5706         * doc/posix-functions/strtod.texi: Likewise.
5707         * doc/posix-functions/symlinkat.texi: Likewise.
5708         * doc/posix-functions/unlinkat.texi: Likewise.
5709         * doc/posix-functions/utimensat.texi: Likewise.
5710         * doc/glibc-functions/bindresvport.texi: Likewise.
5711         * doc/glibc-functions/dn_expand.texi: Likewise.
5712         * doc/glibc-functions/exp10.texi: Likewise.
5713         * doc/glibc-functions/exp10f.texi: Likewise.
5714         * doc/glibc-functions/fgetxattr.texi: Likewise.
5715         * doc/glibc-functions/flistxattr.texi: Likewise.
5716         * doc/glibc-functions/fopencookie.texi: Likewise.
5717         * doc/glibc-functions/freeifaddrs.texi: Likewise.
5718         * doc/glibc-functions/fremovexattr.texi: Likewise.
5719         * doc/glibc-functions/fsetxattr.texi: Likewise.
5720         * doc/glibc-functions/getifaddrs.texi: Likewise.
5721         * doc/glibc-functions/getxattr.texi: Likewise.
5722         * doc/glibc-functions/lgetxattr.texi: Likewise.
5723         * doc/glibc-functions/listxattr.texi: Likewise.
5724         * doc/glibc-functions/llistxattr.texi: Likewise.
5725         * doc/glibc-functions/lremovexattr.texi: Likewise.
5726         * doc/glibc-functions/lsetxattr.texi: Likewise.
5727         * doc/glibc-functions/pow10.texi: Likewise.
5728         * doc/glibc-functions/pow10f.texi: Likewise.
5729         * doc/glibc-functions/rcmd_af.texi: Likewise.
5730         * doc/glibc-functions/removexattr.texi: Likewise.
5731         * doc/glibc-functions/res_init.texi: Likewise.
5732         * doc/glibc-functions/res_mkquery.texi: Likewise.
5733         * doc/glibc-functions/res_query.texi: Likewise.
5734         * doc/glibc-functions/res_querydomain.texi: Likewise.
5735         * doc/glibc-functions/res_send.texi: Likewise.
5736         * doc/glibc-functions/rresvport_af.texi: Likewise.
5737         * doc/glibc-functions/setxattr.texi: Likewise.
5738         * doc/glibc-functions/strcasestr.texi: Likewise.
5739
5740 2008-12-15  Bruno Haible  <bruno@clisp.org>
5741
5742         Fix compilation error on OSF/1 4.0.
5743         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
5744         <sys/time.h>, simply delegate to the system header.
5745         Reported by Daniel Richard G. <oss@teragram.com>.
5746
5747 2008-12-15  Bruno Haible  <bruno@clisp.org>
5748
5749         * doc/posix-functions/openat.texi: Mention the 'openat' module.
5750         * doc/posix-functions/fchmodat.texi: Likewise.
5751         * doc/posix-functions/fchownat.texi: Likewise.
5752         * doc/posix-functions/fdopendir.texi: Likewise.
5753         * doc/posix-functions/fstatat.texi: Likewise.
5754         * doc/posix-functions/mkdirat.texi: Likewise.
5755         * doc/posix-functions/unlinkat.texi: Likewise.
5756
5757 2008-12-14  Bruno Haible  <bruno@clisp.org>
5758
5759         Update doc for POSIX:2008.
5760         * doc/posix-functions/faccessat.texi: New file.
5761         * doc/posix-functions/fchmodat.texi: New file.
5762         * doc/posix-functions/fchownat.texi: New file.
5763         * doc/posix-functions/fdopendir.texi: New file.
5764         * doc/posix-functions/fstatat.texi: New file.
5765         * doc/posix-functions/futimens.texi: New file.
5766         * doc/posix-functions/linkat.texi: New file.
5767         * doc/posix-functions/mkdirat.texi: New file.
5768         * doc/posix-functions/mkfifoat.texi: New file.
5769         * doc/posix-functions/mknodat.texi: New file.
5770         * doc/posix-functions/open_wmemstream.texi: New file.
5771         * doc/posix-functions/openat.texi: New file.
5772         * doc/posix-functions/psiginfo.texi: New file.
5773         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
5774         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
5775         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
5776         * doc/posix-functions/readlinkat.texi: New file.
5777         * doc/posix-functions/renameat.texi: New file.
5778         * doc/posix-functions/strerror_l.texi: New file.
5779         * doc/posix-functions/symlinkat.texi: New file.
5780         * doc/posix-functions/unlinkat.texi: New file.
5781         * doc/posix-functions/utimensat.texi: New file.
5782         * doc/gnulib.texi (Function Substitutes): Add these subsections.
5783
5784 2008-12-14  Bruno Haible  <bruno@clisp.org>
5785
5786         Update doc for POSIX:2008.
5787         * doc/posix-functions/alphasort.texi: Renamed from
5788         doc/glibc-functions/alphasort.texi.
5789         * doc/posix-functions/dirfd.texi: Renamed from
5790         doc/glibc-functions/dirfd.texi.
5791         * doc/posix-functions/dprintf.texi: Renamed from
5792         doc/glibc-functions/dprintf.texi.
5793         * doc/posix-functions/duplocale.texi: Renamed from
5794         doc/glibc-functions/duplocale.texi.
5795         * doc/posix-functions/fexecve.texi: Renamed from
5796         doc/glibc-functions/fexecve.texi.
5797         * doc/posix-functions/fmemopen.texi: Renamed from
5798         doc/glibc-functions/fmemopen.texi.
5799         * doc/posix-functions/freelocale.texi: Renamed from
5800         doc/glibc-functions/freelocale.texi.
5801         * doc/posix-functions/getdate_err.texi: Renamed from
5802         doc/glibc-functions/getdate_err.texi.
5803         * doc/posix-functions/isalnum_l.texi: Renamed from
5804         doc/glibc-functions/isalnum_l.texi.
5805         * doc/posix-functions/isalpha_l.texi: Renamed from
5806         doc/glibc-functions/isalpha_l.texi.
5807         * doc/posix-functions/isblank_l.texi: Renamed from
5808         doc/glibc-functions/isblank_l.texi.
5809         * doc/posix-functions/iscntrl_l.texi: Renamed from
5810         doc/glibc-functions/iscntrl_l.texi.
5811         * doc/posix-functions/isdigit_l.texi: Renamed from
5812         doc/glibc-functions/isdigit_l.texi.
5813         * doc/posix-functions/isgraph_l.texi: Renamed from
5814         doc/glibc-functions/isgraph_l.texi.
5815         * doc/posix-functions/islower_l.texi: Renamed from
5816         doc/glibc-functions/islower_l.texi.
5817         * doc/posix-functions/isprint_l.texi: Renamed from
5818         doc/glibc-functions/isprint_l.texi.
5819         * doc/posix-functions/ispunct_l.texi: Renamed from
5820         doc/glibc-functions/ispunct_l.texi.
5821         * doc/posix-functions/isspace_l.texi: Renamed from
5822         doc/glibc-functions/isspace_l.texi.
5823         * doc/posix-functions/isupper_l.texi: Renamed from
5824         doc/glibc-functions/isupper_l.texi.
5825         * doc/posix-functions/iswalnum_l.texi: Renamed from
5826         doc/glibc-functions/iswalnum_l.texi.
5827         * doc/posix-functions/iswalpha_l.texi: Renamed from
5828         doc/glibc-functions/iswalpha_l.texi.
5829         * doc/posix-functions/iswblank_l.texi: Renamed from
5830         doc/glibc-functions/iswblank_l.texi.
5831         * doc/posix-functions/iswcntrl_l.texi: Renamed from
5832         doc/glibc-functions/iswcntrl_l.texi.
5833         * doc/posix-functions/iswctype_l.texi: Renamed from
5834         doc/glibc-functions/iswctype_l.texi.
5835         * doc/posix-functions/iswdigit_l.texi: Renamed from
5836         doc/glibc-functions/iswdigit_l.texi.
5837         * doc/posix-functions/iswgraph_l.texi: Renamed from
5838         doc/glibc-functions/iswgraph_l.texi.
5839         * doc/posix-functions/iswlower_l.texi: Renamed from
5840         doc/glibc-functions/iswlower_l.texi.
5841         * doc/posix-functions/iswprint_l.texi: Renamed from
5842         doc/glibc-functions/iswprint_l.texi.
5843         * doc/posix-functions/iswpunct_l.texi: Renamed from
5844         doc/glibc-functions/iswpunct_l.texi.
5845         * doc/posix-functions/iswspace_l.texi: Renamed from
5846         doc/glibc-functions/iswspace_l.texi.
5847         * doc/posix-functions/iswupper_l.texi: Renamed from
5848         doc/glibc-functions/iswupper_l.texi.
5849         * doc/posix-functions/iswxdigit_l.texi: Renamed from
5850         doc/glibc-functions/iswxdigit_l.texi.
5851         * doc/posix-functions/isxdigit_l.texi: Renamed from
5852         doc/glibc-functions/isxdigit_l.texi.
5853         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
5854         doc/glibc-functions/mbsnrtowcs.texi.
5855         * doc/posix-functions/mkdtemp.texi: Renamed from
5856         doc/glibc-functions/mkdtemp.texi.
5857         * doc/posix-functions/newlocale.texi: Renamed from
5858         doc/glibc-functions/newlocale.texi.
5859         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
5860         doc/glibc-functions/nl_langinfo_l.texi.
5861         * doc/posix-functions/open_memstream.texi: Renamed from
5862         doc/glibc-functions/open_memstream.texi.
5863         * doc/posix-functions/opterr.texi: Renamed from
5864         doc/glibc-functions/opterr.texi.
5865         * doc/posix-functions/optind.texi: Renamed from
5866         doc/glibc-functions/optind.texi.
5867         * doc/posix-functions/optopt.texi: Renamed from
5868         doc/glibc-functions/optopt.texi.
5869         * doc/posix-functions/psignal.texi: Renamed from
5870         doc/glibc-functions/psignal.texi.
5871         * doc/posix-functions/scandir.texi: Renamed from
5872         doc/glibc-functions/scandir.texi.
5873         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
5874         doc/glibc-functions/sched_get_priority_min.texi.
5875         * doc/posix-functions/signgam.texi: Renamed from
5876         doc/glibc-functions/signgam.texi.
5877         * doc/posix-functions/stpcpy.texi: Renamed from
5878         doc/glibc-functions/stpcpy.texi.
5879         * doc/posix-functions/stpncpy.texi: Renamed from
5880         doc/glibc-functions/stpncpy.texi.
5881         * doc/posix-functions/strcasecmp_l.texi: Renamed from
5882         doc/glibc-functions/strcasecmp_l.texi.
5883         * doc/posix-functions/strcoll_l.texi: Renamed from
5884         doc/glibc-functions/strcoll_l.texi.
5885         * doc/posix-functions/strfmon_l.texi: Renamed from
5886         doc/glibc-functions/strfmon_l.texi.
5887         * doc/posix-functions/strftime_l.texi: Renamed from
5888         doc/glibc-functions/strftime_l.texi.
5889         * doc/posix-functions/strncasecmp_l.texi: Renamed from
5890         doc/glibc-functions/strncasecmp_l.texi.
5891         * doc/posix-functions/strndup.texi: Renamed from
5892         doc/glibc-functions/strndup.texi.
5893         * doc/posix-functions/strnlen.texi: Renamed from
5894         doc/glibc-functions/strnlen.texi.
5895         * doc/posix-functions/strsignal.texi: Renamed from
5896         doc/glibc-functions/strsignal.texi.
5897         * doc/posix-functions/strxfrm_l.texi: Renamed from
5898         doc/glibc-functions/strxfrm_l.texi.
5899         * doc/posix-functions/timer_gettime.texi: Renamed from
5900         doc/glibc-functions/timer_gettime.texi.
5901         * doc/posix-functions/tolower_l.texi: Renamed from
5902         doc/glibc-functions/tolower_l.texi.
5903         * doc/posix-functions/toupper_l.texi: Renamed from
5904         doc/glibc-functions/toupper_l.texi.
5905         * doc/posix-functions/towctrans_l.texi: Renamed from
5906         doc/glibc-functions/towctrans_l.texi.
5907         * doc/posix-functions/towlower_l.texi: Renamed from
5908         doc/glibc-functions/towlower_l.texi.
5909         * doc/posix-functions/towupper_l.texi: Renamed from
5910         doc/glibc-functions/towupper_l.texi.
5911         * doc/posix-functions/uselocale.texi: Renamed from
5912         doc/glibc-functions/uselocale.texi.
5913         * doc/posix-functions/vdprintf.texi: Renamed from
5914         doc/glibc-functions/vdprintf.texi.
5915         * doc/posix-functions/wcpcpy.texi:
5916         Renamed from doc/glibc-functions/wcpcpy.texi.
5917         * doc/posix-functions/wcpncpy.texi: Renamed from
5918         doc/glibc-functions/wcpncpy.texi.
5919         * doc/posix-functions/wcscasecmp.texi: Renamed from
5920         doc/glibc-functions/wcscasecmp.texi.
5921         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
5922         doc/glibc-functions/wcscasecmp_l.texi.
5923         * doc/posix-functions/wcscoll_l.texi: Renamed from
5924         doc/glibc-functions/wcscoll_l.texi.
5925         * doc/posix-functions/wcsdup.texi: Renamed from
5926         doc/glibc-functions/wcsdup.texi.
5927         * doc/posix-functions/wcsncasecmp.texi: Renamed from
5928         doc/glibc-functions/wcsncasecmp.texi.
5929         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
5930         doc/glibc-functions/wcsncasecmp_l.texi.
5931         * doc/posix-functions/wcsnlen.texi: Renamed from
5932         doc/glibc-functions/wcsnlen.texi.
5933         * doc/posix-functions/wcsnrtombs.texi: Renamed from
5934         doc/glibc-functions/wcsnrtombs.texi.
5935         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
5936         doc/glibc-functions/wcsxfrm_l.texi.
5937         * doc/posix-functions/wctrans_l.texi: Renamed from
5938         doc/glibc-functions/wctrans_l.texi.
5939         * doc/posix-functions/wctype_l.texi: Renamed from
5940         doc/glibc-functions/wctype_l.texi.
5941         * doc/gnulib.texi (Function Substitutes): Add these subsections.
5942         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
5943         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
5944         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
5945         these subsections.
5946         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
5947         Remove sections.
5948
5949 2008-12-14  Bruno Haible  <bruno@clisp.org>
5950
5951         Update doc for POSIX:2008.
5952         * doc/posix-functions/*.texi: Update URL of POSIX specification.
5953
5954 2008-12-14  Bruno Haible  <bruno@clisp.org>
5955
5956         Update doc for POSIX:2008.
5957         * doc/pastposix-functions/bcmp.texi: Renamed from
5958         doc/posix-functions/bcmp.texi.
5959         * doc/pastposix-functions/bcopy.texi: Renamed from
5960         doc/posix-functions/bcopy.texi.
5961         * doc/pastposix-functions/bsd_signal.texi: Renamed from
5962         doc/posix-functions/bsd_signal.texi.
5963         * doc/pastposix-functions/bzero.texi: Renamed from
5964         doc/posix-functions/bzero.texi.
5965         * doc/pastposix-functions/ecvt.texi: Renamed from
5966         doc/posix-functions/ecvt.texi.
5967         * doc/pastposix-functions/fcvt.texi: Renamed from
5968         doc/posix-functions/fcvt.texi.
5969         * doc/pastposix-functions/ftime.texi: Renamed from
5970         doc/posix-functions/ftime.texi.
5971         * doc/pastposix-functions/gcvt.texi: Renamed from
5972         doc/posix-functions/gcvt.texi.
5973         * doc/pastposix-functions/getcontext.texi: Renamed from
5974         doc/posix-functions/getcontext.texi.
5975         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
5976         doc/posix-functions/gethostbyaddr.texi.
5977         * doc/pastposix-functions/gethostbyname.texi: Renamed from
5978         doc/posix-functions/gethostbyname.texi.
5979         * doc/pastposix-functions/getwd.texi: Renamed from
5980         doc/posix-functions/getwd.texi.
5981         * doc/pastposix-functions/h_errno.texi: Renamed from
5982         doc/posix-functions/h_errno.texi.
5983         * doc/pastposix-functions/index.texi: Renamed from
5984         doc/posix-functions/index.texi.
5985         * doc/pastposix-functions/makecontext.texi: Renamed from
5986         doc/posix-functions/makecontext.texi.
5987         * doc/pastposix-functions/mktemp.texi: Renamed from
5988         doc/posix-functions/mktemp.texi.
5989         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
5990         doc/posix-functions/pthread_attr_getstackaddr.texi.
5991         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
5992         doc/posix-functions/pthread_attr_setstackaddr.texi.
5993         * doc/pastposix-functions/rindex.texi: Renamed from
5994         doc/posix-functions/rindex.texi.
5995         * doc/pastposix-functions/scalb.texi: Renamed from
5996         doc/posix-functions/scalb.texi.
5997         * doc/pastposix-functions/setcontext.texi: Renamed from
5998         doc/posix-functions/setcontext.texi.
5999         * doc/pastposix-functions/swapcontext.texi: Renamed from
6000         doc/posix-functions/swapcontext.texi.
6001         * doc/pastposix-functions/ualarm.texi: Renamed from
6002         doc/posix-functions/ualarm.texi.
6003         * doc/pastposix-functions/usleep.texi: Renamed from
6004         doc/posix-functions/usleep.texi.
6005         * doc/pastposix-functions/vfork.texi: Renamed from
6006         doc/posix-functions/vfork.texi.
6007         * doc/pastposix-functions/wcswcs.texi: Renamed from
6008         doc/posix-functions/wcswcs.texi.
6009         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
6010         (Function Substitutes): Update.
6011
6012 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6013
6014         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
6015         m4/strerror.m4.
6016
6017 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6018             Bruno Haible  <bruno@clisp.org>
6019
6020         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
6021
6022 2008-12-13  Bruno Haible  <bruno@clisp.org>
6023
6024         * modules/strtoull (Depends-on): Remove unistd.
6025
6026 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6027
6028         * modules/strtoull (Depends-on): Add stdlib.
6029
6030 2008-12-11  Simon Josefsson  <simon@josefsson.org>
6031
6032         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
6033
6034 2008-12-10  Jim Meyering  <meyering@redhat.com>
6035
6036         gl_ASSERT: don't say assertions are disabled when they're not
6037         * m4/assert.m4 (gl_ASSERT): Do not make configure report
6038         "checking whether to enable assertions... no", when they are in
6039         fact enabled.  This is solely a bug in the output of configure.
6040         In spite of saying "no", NDEBUG was not defined in that case.
6041         Also, as noted by Eric Blake, leave assertions enabled upon
6042         --enable-assert=INVALID.
6043
6044 2008-12-10  Bruno Haible  <bruno@clisp.org>
6045
6046         Change MODULES.html to refer to POSIX:2008 where possible.
6047         * MODULES.html.sh (POSIX2008_URL): New variable.
6048         (posix_headers): Remove sys/timeb, ucontext.
6049         (posix2001_headers): New variable.
6050         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
6051         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
6052         index, makecontext, mktemp, pthread_attr_getstackaddr,
6053         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
6054         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
6055         (posix2001_functions): New variable.
6056         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
6057         otherwise.
6058
6059 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6060
6061         add missing include to parse-duration.c
6062         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
6063         * modules/parse-duration (Depends-on): Add xalloc.
6064
6065         fix sed script reading maint.mk
6066         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
6067         (syntax-check-rules): Use it.
6068
6069 2008-12-09  Bruno Haible  <bruno@clisp.org>
6070
6071         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
6072         MacOS X 10.4/PowerPC.
6073         Reported by Simon Josefsson.
6074
6075 2008-12-08  Jim Meyering  <meyering@redhat.com>
6076
6077         work around mingw's lack of some S_IF definitions
6078         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
6079         Reported by Simon Josefsson.
6080
6081 2008-12-08  Bruno Haible  <bruno@clisp.org>
6082
6083         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
6084         applied to variables. Needed on MacOS X 10.4/PowerPC.
6085         Reported by Simon Josefsson.
6086
6087 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
6088         and Eric Blake  <ebb9@byu.net>
6089
6090         assert: honor --enable-assert
6091         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
6092         order to honor --enable-assert, rather than treating it as a
6093         synonym for --disable-assert.
6094
6095 2008-12-08  Jim Meyering  <meyering@redhat.com>
6096
6097         * lib/posixtm.c: Remove now-useless declaration of mktime.
6098
6099         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
6100
6101 2008-12-07  Bruno Haible  <bruno@clisp.org>
6102
6103         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
6104         test_once): Mark functions as static.
6105         * tests/test-tls.c (test_tls): Likewise.
6106
6107 2008-12-07  Bruno Haible  <bruno@clisp.org>
6108
6109         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
6110         iconv_register_autodetect.
6111
6112 2008-12-07  Jim Meyering  <meyering@redhat.com>
6113
6114         posixtm.c: avoid a warning
6115         * lib/posixtm.c (posixtime): Don't initialize tm0.
6116         It's no longer needed to placate gcc4's -Wuninitialized,
6117         and the attempt to placate would elicit a new warning.
6118
6119         unicodeio.c: mark unused parameters
6120         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6121         (fallback_failure_callback): Likewise.
6122
6123 2008-12-07  Bruno Haible  <bruno@clisp.org>
6124
6125         * gnulib-tool (func_create_testdir): When building the tests
6126         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
6127         Reported by Simon Josefsson.
6128
6129 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6130
6131         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
6132
6133 2008-12-06  Bruno Haible  <bruno@clisp.org>
6134
6135         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
6136         Suggested by Eric Blake.
6137
6138 2008-12-06  Bruno Haible  <bruno@clisp.org>
6139
6140         Fix a c-stack test failure on MacOS X.
6141         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
6142         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
6143         handler for SIGBUS as well.
6144         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
6145         install a signal handler for SIGBUS as well.
6146         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
6147
6148 2008-12-06  Bruno Haible  <bruno@clisp.org>
6149
6150         Advocacy documentation.
6151         * doc/gnulib-intro.texi (Benefits): New section.
6152         * doc/gnulib.texi: Update.
6153
6154 2008-12-06  Bruno Haible  <bruno@clisp.org>
6155
6156         Document the 'manywarnings' module.
6157         * doc/manywarnings.texi: New file.
6158         * doc/gnulib.texi: Include it.
6159
6160 2008-12-05  Eric Blake  <ebb9@byu.net>
6161
6162         tests: silence some gcc warnings
6163         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
6164         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
6165         type mismatches.
6166
6167 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6168             Bruno Haible  <bruno@clisp.org>
6169
6170         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
6171
6172 2008-11-29  Jim Meyering  <meyering@redhat.com>
6173
6174         unicodeio.c: mark unused parameters
6175         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6176         (fallback_failure_callback): Likewise.
6177
6178         fts: fix a thinko
6179         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
6180         (set_stat_type): Return S_IF*-valued "type" directly.
6181         Prompted by James Youngman's spotting a related bug.
6182         Confirmed by further testing through find.
6183
6184         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
6185         * lib/fts.c (D_TYPE): Define.
6186         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
6187         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
6188         (s_ifmt_shift_bits): New function.
6189         (set_stat_type): New function.
6190         (fts_build): When not calling fts_stat, call set_stat_type
6191         to propagate dirent.d_type info to fts_read caller.
6192         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
6193         fts_statp->st_mode type information may be valid.
6194
6195 2008-11-28  Simon Josefsson  <simon@josefsson.org>
6196
6197         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
6198         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
6199         <sds@gnu.org>.
6200
6201 2008-11-20  Bruno Haible  <bruno@clisp.org>
6202
6203         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
6204         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
6205         INCLUDE_NEXT.
6206         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
6207         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
6208         * modules/math (Makefile.am): Substitute
6209         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
6210         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6211
6212 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
6213             Bruno Haible  <bruno@clisp.org>
6214
6215         * lib/stdint.in.h: Define all type macros so that their expansion is
6216         a single typedef'ed token. Fixes a compilation failure in Boost which
6217         does "using ::int8_t;".
6218
6219 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6220
6221         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
6222         gl_MANYWARN_ALL_GCC.
6223         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
6224         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
6225         * modules/manywarnings: New file.
6226         * MODULES.html.sh: Mention manywarnings module.
6227
6228 2008-11-18  Bruno Haible  <bruno@clisp.org>
6229
6230         * doc/gnulib-tool.texi (Unit tests): New section.
6231
6232 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6233
6234         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
6235         paths like 'lib/po/foo.po'.
6236
6237 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6238
6239         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
6240         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
6241
6242 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6243
6244         * m4/warnings.m4: Use CPPFLAGS to really check whether the
6245         parameter works.
6246
6247 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6248
6249         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
6250
6251 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6252
6253         * modules/parse-duration-tests: New file.
6254         * tests/test-parse-duration.sh: New file.
6255         * tests/test-parse-duration.c: New file.
6256
6257         New module 'parse-duration'.
6258         * lib/parse-duration.h: New file.
6259         * lib/parse-duration.c: New file.
6260         * modules/parse-duration: New file.
6261
6262 2008-11-17  Bruno Haible  <bruno@clisp.org>
6263
6264         * tests/test-select-out.sh: Comment out the first pipe test.
6265         Reported by Simon Josefsson.
6266
6267 2008-11-17  Bruno Haible  <bruno@clisp.org>
6268
6269         * modules/getaddrinfo (Depends-on): Add servent, hostent.
6270         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
6271         gl_HOSTENT.
6272
6273 2008-11-17  Bruno Haible  <bruno@clisp.org>
6274
6275         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
6276         -lnetwork and -lnet. Needed for Haiku and BeOS.
6277
6278 2008-11-16  Bruno Haible  <bruno@clisp.org>
6279
6280         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
6281
6282 2008-11-16  Bruno Haible  <bruno@clisp.org>
6283
6284         Avoid test failure on Haiku.
6285         * tests/test-fsync.c: Include <errno.h>.
6286         (main): Don't require that fsync (0) fails.
6287
6288 2008-11-15  Bruno Haible  <bruno@clisp.org>
6289
6290         New module 'hostent'.
6291         * modules/hostent: New file.
6292         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
6293
6294 2008-11-15  Bruno Haible  <bruno@clisp.org>
6295
6296         New module 'servent'.
6297         * modules/servent: New file.
6298         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
6299
6300 2008-11-15  Bruno Haible  <bruno@clisp.org>
6301
6302         Avoid generating same test program with two different rules.
6303         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
6304         test-frexp to test-frexp-nolibm.
6305         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
6306         test-frexpl to test-frexpl-nolibm.
6307
6308 2008-11-15  Bruno Haible  <bruno@clisp.org>
6309
6310         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
6311         $(FREXPL_LIBM).
6312
6313 2008-11-15  Bruno Haible  <bruno@clisp.org>
6314
6315         * lib/netdb.in.h: Activate the definitions also when the system's
6316         <netdb.h> has 'struct addrinfo'.
6317         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
6318         EAI_OVERFLOW or AI_NUMERICSERV.
6319         * doc/posix-headers/netdb.texi: Document the problem.
6320
6321 2008-11-15  Bruno Haible  <bruno@clisp.org>
6322
6323         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
6324
6325         Make the 'sched' module work on platforms where <sched.h> exists but
6326         is incomplete (such as Haiku).
6327         * lib/sched.in.h; Include the system's <sched.h> if it exists.
6328         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
6329         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
6330         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
6331         HAVE_STRUCT_SCHED_PARAM.
6332         * modules/sched (Depends-on): Add include_next.
6333         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
6334         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
6335         * doc/posix-headers/sched.texi: Document the issue.
6336
6337 2008-11-13  Jim Meyering  <meyering@redhat.com>
6338
6339         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
6340         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
6341         test would fail due to the difference in the Report bugs to ...
6342         line.  The expected address is empty, "<>", while the actual
6343         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
6344
6345 2008-11-12  Bruno Haible  <bruno@clisp.org>
6346
6347         lstat: don't compile lstat.c on systems lacking lstat
6348         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
6349         which don't have lstat; this is handled by lib/sys_stat.in.h already.
6350         Reported by Daniel P. Berrange via Jim Meyering.
6351
6352 2008-11-12  Jim Meyering  <meyering@redhat.com>
6353
6354         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
6355
6356 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6357
6358         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
6359         instead.
6360
6361 2008-11-12  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/unicodeio.c: Include unistr.h.
6364         (utf8_wctomb): Remove function.
6365         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
6366
6367 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6368
6369         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
6370         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
6371         <bruno@clisp.org>.
6372         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
6373
6374 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6375
6376         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
6377         * doc/gnulib.texi: Add section for warnings.
6378
6379 2008-11-11  Bruno Haible  <bruno@clisp.org>
6380
6381         * lib/sockets.h: Add a comment.
6382
6383 2008-11-11  Karl Berry  <karl@gnu.org>
6384
6385         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
6386
6387 2008-11-11  Eric Blake  <ebb9@byu.net>
6388
6389         fdl.texi: avoid git symlinks
6390         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
6391
6392 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6393
6394         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
6395
6396 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6397
6398         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
6399         (gl_WARN_ADD): Substitute $2 if literal.
6400
6401 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6402
6403         * m4/warning.m4: Remove.
6404
6405 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6406
6407         * m4/warnings.m4: Almost complete rewrite. :-)
6408
6409 2008-11-10  Simon Josefsson  <simon@josefsson.org>
6410
6411         * modules/warnings: New module.
6412         * m4/warnings.m4: New file.
6413         * MODULES.html.sh: Mention warnings module.
6414         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
6415         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6416
6417 2008-11-10  Eric Blake  <ebb9@byu.net>
6418
6419         fdl.texi: make a symlink to the latest version
6420         * doc/standards.texi: Revert today's earlier change.
6421         * doc/fdl-1.2.texi: Rename from old fdl.texi...
6422         * doc/fdl.texi: ...and replace this with a symlink to the newer
6423         fdl-1.3.texi.
6424
6425 2008-11-10  Bruno Haible  <bruno@clisp.org>
6426
6427         * tests/test-select-fd.c (main): Accept the result file name as fourth
6428         argument.
6429         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
6430         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
6431
6432 2008-11-10  Bruno Haible  <bruno@clisp.org>
6433
6434         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
6435         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
6436         as autoconf-substituted macros.
6437         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
6438         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
6439         gl_NETDB_H_DEFAULTS. Set these variables.
6440         * modules/netdb (Makefile.am): Substitute these variables.
6441
6442 2008-11-10  Eric Blake  <ebb9@byu.net>
6443
6444         standards.texi: include correct file for FDL 1.3
6445         * doc/standards.texi (GNU Free Documentation License): Change
6446         include file to pull in FDL 1.3, not 1.2.
6447
6448         fdl.texi: revert accidental change to license
6449         * doc/fdl.texi: This is FDL 1.2, not 1.3.
6450
6451 2008-11-10  Bruno Haible  <bruno@clisp.org>
6452
6453         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
6454         cross-compiling guesses also when the native compile gives no result.
6455
6456 2008-11-10  Bruno Haible  <bruno@clisp.org>
6457
6458         * lib/spawni.c (__spawni): Force variable into the stack.
6459
6460 2008-11-10  Bruno Haible  <bruno@clisp.org>
6461
6462         Add support for Haiku.
6463         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
6464         glibc and BeOS, but also on Haiku.
6465         * lib/fpurge.c (fpurge): Likewise.
6466         * lib/freadable.c (freadable): Likewise.
6467         * lib/freadahead.c (freadahead): Likewise.
6468         * lib/freading.c (freading): Likewise.
6469         * lib/freadptr.c (freadptr): Likewise.
6470         * lib/freadseek.c (freadptrinc): Likewise.
6471         * lib/fseeko.c (rpl_fseeko): Likewise.
6472         * lib/fseterr.c (fseterr): Likewise.
6473         * lib/fwritable.c (fwritable): Likewise.
6474         * lib/fwriting.c (fwriting): Likewise.
6475         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
6476
6477 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6478
6479         * lib/config.charset: Treat Haiku like BeOS.
6480
6481 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6482
6483         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
6484         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
6485
6486 2008-11-08  Bruno Haible  <bruno@clisp.org>
6487
6488         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
6489         AC_CACHE_CHECK.
6490
6491 2008-11-08  Bruno Haible  <bruno@clisp.org>
6492
6493         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
6494
6495 2008-11-08  Bruno Haible  <bruno@clisp.org>
6496
6497         * tests/test-select-fd.c: New file.
6498         * tests/test-select-in.sh: New file.
6499         * tests/test-select-out.sh: New file.
6500         * tests/test-select-stdin.c: New file.
6501         * modules/select-tests (Files): Add the new files.
6502         (Depends-on): Add gettimeofday.
6503         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
6504         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
6505         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
6506
6507 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
6508             Bruno Haible  <bruno@clisp.org>
6509
6510         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
6511
6512 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
6513
6514         * build-aux/pmccabe2html: Added support for C++ source files.
6515
6516 2008-11-05  Ben Pfaff  <blp@gnu.org>
6517
6518         Fix lib/close.c build on Windows.
6519         * modules/close (Files): Add lib/w32sock.h.
6520
6521 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
6522
6523         Accept Bison's NEWS format.
6524         * build-aux/announce-gen (print_news_deltas): Tweak
6525         $re_prefix.
6526
6527 2008-11-04  Bruno Haible  <bruno@clisp.org>
6528
6529         * modules/random_r (Maintainer): Add glibc.
6530
6531 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6532
6533         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
6534         by karl@freefriends.org (Karl Berry).
6535         * doc/alloca.texi: Likewise.
6536         * doc/c-ctype.texi: Likewise.
6537         * doc/c-strcase.texi: Likewise.
6538         * doc/c-strcaseeq.texi: Likewise.
6539         * doc/c-strcasestr.texi: Likewise.
6540         * doc/c-strstr.texi: Likewise.
6541         * doc/c-strtod.texi: Likewise.
6542         * doc/c-strtold.texi: Likewise.
6543         * doc/ctime.texi: Likewise.
6544         * doc/error.texi: Likewise.
6545         * doc/fdl.texi: Likewise.
6546         * doc/gcd.texi: Likewise.
6547         * doc/getdate.texi: Likewise.
6548         * doc/gnulib-intro.texi: Likewise.
6549         * doc/gnulib-tool.texi: Likewise.
6550         * doc/gnulib.texi: Likewise.
6551         * doc/inet_ntoa.texi: Likewise.
6552         * doc/maintain.texi: Likewise.
6553         * doc/make-stds.texi: Likewise.
6554         * doc/quote.texi: Likewise.
6555         * doc/regexprops-generic.texi: Likewise.
6556         * doc/standards.texi: Likewise.
6557         * doc/verify.texi: Likewise.
6558         * doc/visibility.texi: Likewise.
6559         * doc/gnulib.texi (GNU Free Documentation License): Include
6560         fdl-1.3.texi instead of fdl.texi.
6561
6562 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6563
6564         * doc/fdl-1.3.texi: New file, from
6565         <http://www.gnu.org/licenses/fdl-1.3.texi>.
6566         * modules/fdl-1.3: Add.
6567         * MODULES.html.sh: Add fdl-1.3.
6568
6569 2008-11-03  Bruno Haible  <bruno@clisp.org>
6570
6571         Make determination of absolute name of header file work with AIX xlc.
6572         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
6573         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
6574         preprocessing.
6575         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6576         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6577
6578 2008-11-03  Simon Josefsson  <simon@josefsson.org>
6579
6580         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
6581         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
6582         <ludo@gnu.org>.
6583
6584 2008-11-02  Bruno Haible  <bruno@clisp.org>
6585
6586         Mark 'strpbrk' obsolete.
6587         * modules/strpbrk (Status, Notice): New sections.
6588         * modules/strtok_r (Depends-on): Add strpbrk.
6589
6590 2008-11-02  Bruno Haible  <bruno@clisp.org>
6591
6592         Mark 'strdup' obsolete.
6593         * modules/strdup (Status, Notice): New sections.
6594         * modules/findprog (Depends-on): Add strdup.
6595         * modules/getaddrinfo (Depends-on): Likewise.
6596         * modules/localename (Depends-on): Likewise.
6597         * modules/relocatable-lib (Depends-on): Likewise.
6598         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
6599         * modules/relocatable-prog (Depends-on): Likewise.
6600         * modules/trim (Depends-on): Likewise.
6601         * modules/unictype/gen-ctype (Depends-on): Likewise.
6602         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6603
6604 2008-11-02  Bruno Haible  <bruno@clisp.org>
6605
6606         Mark 'strcspn' obsolete.
6607         * modules/strcspn (Status, Notice): New sections.
6608
6609 2008-11-02  Bruno Haible  <bruno@clisp.org>
6610
6611         Mark 'rmdir' obsolete.
6612         * modules/rmdir (Status, Notice): New sections.
6613         * modules/clean-temp (Depends-on): Add rmdir.
6614         * modules/openat (Depends-on): Likewise.
6615
6616 2008-11-02  Bruno Haible  <bruno@clisp.org>
6617
6618         Mark 'raise' obsolete.
6619         * modules/raise (Status, Notice): New sections.
6620         (Include): Specify <signal.h>.
6621         * modules/stdio (Depends-on): Add raise.
6622         * modules/write (Depends-on): Likewise.
6623
6624 2008-11-02  Bruno Haible  <bruno@clisp.org>
6625
6626         Mark 'memset' obsolete.
6627         * modules/memset (Status, Notice): New sections.
6628
6629 2008-11-02  Bruno Haible  <bruno@clisp.org>
6630
6631         Mark 'memmove' obsolete.
6632         * modules/memmove (Status, Notice): New sections.
6633         * modules/argp (Depends-on): Add memmove.
6634         * modules/argz (Depends-on): Likewise.
6635         * modules/canonicalize (Depends-on): Likewise.
6636         * modules/canonicalize-lgpl (Depends-on): Likewise.
6637         * modules/fts (Depends-on): Likewise.
6638         * modules/getcwd (Depends-on): Likewise.
6639         * modules/human (Depends-on): Likewise.
6640         * modules/regex (Depends-on): Likewise.
6641         * modules/striconveh (Depends-on): Likewise.
6642         * modules/trim (Depends-on): Likewise.
6643         * modules/unistr/u8-move (Depends-on): Likewise.
6644         * modules/unistr/u16-move (Depends-on): Likewise.
6645         * modules/unistr/u32-move (Depends-on): Likewise.
6646
6647 2008-11-02  Bruno Haible  <bruno@clisp.org>
6648
6649         Mark 'memcpy' obsolete.
6650         * modules/memcpy (Status, Notice): New sections.
6651
6652 2008-11-02  Bruno Haible  <bruno@clisp.org>
6653
6654         Mark 'memcmp' obsolete.
6655         * modules/memcmp (Status, Notice): New sections.
6656         * modules/argmatch (Depends-on): Add memchr.
6657         * modules/backupfile (Depends-on): Likewise.
6658         * modules/c-strcasestr (Depends-on): Likewise.
6659         * modules/crypto/des (Depends-on): Likewise.
6660         * modules/csharpcomp (Depends-on): Likewise.
6661         * modules/fnmatch (Depends-on): Likewise.
6662         * modules/git-merge-changelog (Depends-on): Likewise.
6663         * modules/isnand (Depends-on): Likewise.
6664         * modules/isnand-nolibm (Depends-on): Likewise.
6665         * modules/isnanf (Depends-on): Likewise.
6666         * modules/isnanf-nolibm (Depends-on): Likewise.
6667         * modules/isnanl (Depends-on): Likewise.
6668         * modules/isnanl-nolibm (Depends-on): Likewise.
6669         * modules/mbchar (Depends-on): Likewise.
6670         * modules/memcoll (Depends-on): Likewise.
6671         * modules/quotearg (Depends-on): Likewise.
6672         * modules/regex (Depends-on): Likewise.
6673         * modules/relocatable-prog (Depends-on): Likewise.
6674         * modules/same (Depends-on): Likewise.
6675         * modules/signbit (Depends-on): Likewise.
6676         * modules/strcasestr-simple (Depends-on): Likewise.
6677         * modules/unictype/gen-ctype (Depends-on): Likewise.
6678         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6679         * modules/uniname/uniname (Depends-on): Likewise.
6680         * modules/unistr/u8-cmp (Depends-on): Likewise.
6681
6682 2008-11-02  Bruno Haible  <bruno@clisp.org>
6683
6684         Mark 'memchr' obsolete.
6685         * modules/memchr (Status, Notice): New sections.
6686         * modules/argp (Depends-on): Add memchr.
6687         * modules/base64 (Depends-on): Likewise.
6688         * modules/c-strcasestr (Depends-on): Likewise.
6689         * modules/chdir-long (Depends-on): Likewise.
6690         * modules/fnmatch (Depends-on): Likewise.
6691         * modules/getsubopt (Depends-on): Likewise.
6692         * modules/git-merge-changelog (Depends-on): Likewise.
6693         * modules/glob (Depends-on): Likewise.
6694         * modules/strcasestr-simple (Depends-on): Likewise.
6695         * modules/strnlen (Depends-on): Likewise.
6696
6697 2008-11-02  Bruno Haible  <bruno@clisp.org>
6698
6699         Mark 'atexit' obsolete.
6700         * modules/atexit (Status, Notice): New sections.
6701         * modules/chdir-long (Depends-on): Add atexit.
6702         * modules/wait-process (Depends-on): Likewise.
6703
6704 2008-11-02  Bruno Haible  <bruno@clisp.org>
6705
6706         * gnulib-tool: New option --with-obsolete.
6707         (func_usage): Document it.
6708         (func_modules_transitive_closure): Drop obsolete dependencies if
6709         incobsolete is not true.
6710         (func_import): Read and save the incobsolete variable to the cache.
6711
6712 2008-11-02  Bruno Haible  <bruno@clisp.org>
6713
6714         * modules/TEMPLATE-EXTENDED: New field 'Status'.
6715         * gnulib-tool: New option --extract-status.
6716         (func_usage): Document it.
6717         (sed_extract_prog): Recognize it.
6718         (func_get_status): New function.
6719
6720 2008-10-30  Simon Josefsson  <simon@josefsson.org>
6721
6722         * modules/sockets (License): Change from LGPL to LGPLv2+.
6723
6724 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6725
6726         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
6727
6728 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6729
6730         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6731         Mention times and sys_times.
6732         * modules/sys_times, modules/sys_times-tests: New modules.
6733         * modules/times, modules/times-tests: Likewise
6734         * m4/sys_times_h.m4: New file.
6735         * lib/sys_times.in.h: Likewise
6736         * lib/times.c: Likewise.
6737         * tests/test-sys_times.c: Likewise.
6738         * tests/test-times.c: Likewise.
6739         * doc/posix-headers/sys_times.texi: Update.
6740         * doc/posix-functions/times.texi: Update.
6741
6742 2008-10-28  Jim Meyering  <meyering@redhat.com>
6743
6744         * modules/tempname (Depends-on): Add lstat.
6745
6746         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
6747
6748 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6749
6750         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
6751         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
6752         using idiom used elsewhere in gnulib.
6753
6754 2008-10-27  Jim Meyering  <meyering@redhat.com>
6755
6756         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
6757
6758 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6759
6760         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
6761         TESTS_ENVIRONMENT, for shell scripts that needs to call built
6762         programs.
6763         * tests/test-argp-2.sh: Use $EXEEXT when needed.
6764
6765 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6766
6767         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
6768
6769 2008-10-27  Bruno Haible  <bruno@clisp.org>
6770
6771         * tests/test-lstat.c: Include <stdio.h>.
6772
6773 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6774
6775         * modules/lstat-tests: New module.
6776         * tests/test-lstat.c: New file.
6777
6778 2008-10-26  Jim Meyering  <meyering@redhat.com>
6779
6780         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
6781
6782 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6783             Bruno Haible  <bruno@clisp.org>
6784
6785         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
6786         * modules/configmake (Include): Add a note that the include must come
6787         after all system headers.
6788         * lib/javaversion.c: Include configmake.h after all other includes.
6789
6790 2008-10-26  Bruno Haible  <bruno@clisp.org>
6791
6792         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
6793         HAVE_STRUCT_RANDOM_DATA to 1.
6794         (gl_STDLIB_H): Simplify.
6795
6796 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6797
6798         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
6799         substitute HAVE_STRUCT_RANDOM_DATA.
6800         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
6801         random_data.
6802         * modules/stdlib (Makefile.am): Substitute
6803         HAVE_STRUCT_RANDOM_DATA.
6804
6805 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6806
6807         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
6808         * doc/gnulib-intro.texi (Copyright): Likewise.
6809
6810 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6811
6812         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
6813         findings.
6814
6815 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
6816             Bruno Haible  <bruno@clisp.org>
6817
6818         * lib/unistd.in.h: Include <winsock2.h>.
6819         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
6820         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
6821         Provide dummy declarations.
6822         (gethostname): Override.
6823         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
6824         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
6825         gl_PREREQ_SYS_H_WINSOCK2.
6826         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
6827         * doc/posix-functions/gethostname.texi: More details.
6828
6829 2008-10-25  Bruno Haible  <bruno@clisp.org>
6830
6831         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6832         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
6833         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
6834
6835         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
6836         here ...
6837         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
6838         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
6839         gl_UNISTD_H_DEFAULTS.
6840
6841 2008-10-25  Eric Blake  <ebb9@byu.net>
6842
6843         signbit: avoid spurious compiler failure
6844         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
6845         declarations inside function.
6846
6847 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6848             Bruno Haible  <bruno@clisp.org>
6849
6850         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
6851         * modules/random_r (Depends-on): Add stdint.
6852
6853 2008-10-24  Bruno Haible  <bruno@clisp.org>
6854
6855         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
6856         Eggert.
6857         * modules/strerror (License): Likewise.
6858
6859 2008-10-24  Jim Meyering  <meyering@redhat.com>
6860
6861         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
6862         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
6863
6864 2008-10-24  Eric Blake  <ebb9@byu.net>
6865
6866         getgroups: fix compilation when getgroups is available
6867         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
6868         but with <config.h> override of getgroups disabled.
6869
6870 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6871
6872         * doc/gnulib.texi (Header files): Add note about C++ problems.
6873         Explained by Bruno Haible <bruno@clisp.org>.
6874
6875 2008-10-23  Bruno Haible  <bruno@clisp.org>
6876
6877         Define a dummy SA_NODEFER macro on Interix.
6878         * lib/signal.in.h (SA_NODEFER): Define fallback.
6879         Reported by Aleksey Cheusov <cheusov@tut.by> via
6880         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
6881
6882 2008-10-23  Bruno Haible  <bruno@clisp.org>
6883
6884         * modules/freadahead (License): Change to LGPLv2+.
6885         Suggested by Simon Josefsson.
6886
6887 2008-10-23  Jim Meyering  <meyering@redhat.com>
6888
6889         random_r: new module
6890         * modules/random_r: New file.
6891         * m4/random_r.m4: New file.
6892         * lib/random_r.c: New file, from glibc.
6893         * modules/random_r-tests: New file.
6894         * tests/test-random_r.c: New file.
6895         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
6896          Declare.
6897         (RAND_MAX): Define.
6898         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
6899         * modules/stdlib: Substitute them, too.
6900         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
6901         * doc/glibc-functions/initstate_r.texi: Mention the new module.
6902         * doc/glibc-functions/random_r.texi: Likewise.
6903         * doc/glibc-functions/setstate_r.texi: Likewise.
6904         * doc/glibc-functions/srandom_r.texi: Likewise.
6905         * config/srclist.txt: Mention it.
6906
6907 2008-10-23  David Lutterkort  <lutter@redhat.com>
6908
6909         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
6910         link requirement
6911
6912 2008-10-23  Jim Meyering  <meyering@redhat.com>
6913
6914         selinux-h: mark parameters of stub functions as intentionally unused
6915         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
6916         * lib/se-context.in.h: Likewise.
6917
6918 2008-10-22  Simon Josefsson  <simon@josefsson.org>
6919
6920         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
6921
6922 2008-10-22  Simon Josefsson  <simon@josefsson.org>
6923
6924         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
6925
6926 2008-10-22  Eric Blake  <ebb9@byu.net>
6927
6928         glthread/thread: avoid compiler warning
6929         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
6930         Add unreachable abort to silence compiler.
6931
6932 2008-10-22  Eric Blake  <ebb9@byu.net>
6933
6934         netdb: also supply struct addrinfo for cygwin 1.5.x
6935         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
6936         older cygwin.
6937         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
6938         cygwin.
6939         * doc/posix-headers/netdb.texi (netdb.h): Document this.
6940
6941 2008-10-22  Bruno Haible  <bruno@clisp.org>
6942
6943         * users.txt: Update entry about pspp.
6944
6945 2008-10-21  Bruno Haible  <bruno@clisp.org>
6946
6947         Simplification.
6948         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
6949         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
6950
6951         Simplification.
6952         * lib/ioctl.c (ioctl): Don't undefine.
6953         * lib/socket.c (socket): Don't undefine.
6954
6955         Remove unused module indicator macros.
6956         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
6957         GNULIB_$1 as a C macro.
6958
6959         * doc/posix-functions/close.texi: Undo last change.
6960         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
6961         Windows platforms.
6962
6963 2008-10-21  Bruno Haible  <bruno@clisp.org>
6964
6965         Add gethostname() declaration to <unistd.h>.
6966         * lib/unistd.in.h (gethostname): New declaration.
6967         * lib/gethostname.c: Include <unistd.h>.
6968         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
6969         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
6970         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
6971         and HAVE_GETHOSTNAME.
6972         * modules/gethostname (Depends-on): Add unistd.
6973         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6974         (Include): Specify <unistd.h>.
6975         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
6976         HAVE_GETHOSTNAME.
6977         * tests/test-gethostname.c: Include <unistd.h> first.
6978
6979 2008-10-21  Bruno Haible  <bruno@clisp.org>
6980
6981         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
6982         * modules/select-tests (Depends-on): Likewise.
6983         Reported by Simon Josefsson.
6984
6985 2008-10-21  Simon Josefsson  <simon@josefsson.org>
6986
6987         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
6988         * lib/accept.c: New file, based on winsock.c.
6989         * lib/bind.c: New file, based on winsock.c.
6990         * lib/connect.c: New file, based on winsock.c.
6991         * lib/getpeername.c: New file, based on winsock.c.
6992         * lib/getsockname.c: New file, based on winsock.c.
6993         * lib/getsockopt.c: New file, based on winsock.c.
6994         * lib/ioctl.c: New file, based on winsock.c.
6995         * lib/listen.c: New file, based on winsock.c.
6996         * lib/recv.c: New file, based on winsock.c.
6997         * lib/recvfrom.c: New file, based on winsock.c.
6998         * lib/send.c: New file, based on winsock.c.
6999         * lib/sendto.c: New file, based on winsock.c.
7000         * lib/setsockopt.c: New file, based on winsock.c.
7001         * lib/shutdown.c: New file, based on winsock.c.
7002         * lib/socket.c: New file, based on winsock.c.
7003         * lib/w32sock.h: New file, based on winsock.c.
7004         * lib/winsock.c: Remove file.
7005         * modules/accept: Likewise.
7006         * modules/bind: Likewise.
7007         * modules/connect: Likewise.
7008         * modules/getpeername: Likewise.
7009         * modules/getsockname: Likewise.
7010         * modules/getsockopt: Likewise.
7011         * modules/ioctl: Likewise.
7012         * modules/listen: Likewise.
7013         * modules/recv: Likewise.
7014         * modules/recvfrom: Likewise.
7015         * modules/send: Likewise.
7016         * modules/sendto: Likewise.
7017         * modules/setsockopt: Likewise.
7018         * modules/shutdown: Likewise.
7019         * modules/socket: Use socket.c instead of winsock.c.
7020         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
7021         * doc/posix-functions/accept.texi: Doc fix.
7022         * doc/posix-functions/bind.texi: Doc fix.
7023         * doc/posix-functions/close.texi: Doc fix.
7024         * doc/posix-functions/connect.texi: Doc fix.
7025         * doc/posix-functions/getpeername.texi: Doc fix.
7026         * doc/posix-functions/getsockname.texi: Doc fix.
7027         * doc/posix-functions/getsockopt.texi: Doc fix.
7028         * doc/posix-functions/ioctl.texi: Doc fix.
7029         * doc/posix-functions/listen.texi: Doc fix.
7030         * doc/posix-functions/recv.texi: Doc fix.
7031         * doc/posix-functions/recvfrom.texi: Doc fix.
7032         * doc/posix-functions/send.texi: Doc fix.
7033         * doc/posix-functions/sendto.texi: Doc fix.
7034         * doc/posix-functions/setsockopt.texi: Doc fix.
7035         * doc/posix-functions/shutdown.texi: Doc fix.
7036         * doc/posix-functions/socket.texi: Doc fix.
7037
7038 2008-10-20  Bruno Haible  <bruno@clisp.org>
7039
7040         Take into account the role of SIGABRT_COMPAT on Windows 2008.
7041         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
7042         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
7043         as an alias for SIGABRT.
7044         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
7045         (sigaction): Map it to SIGABRT.
7046         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
7047
7048 2008-10-20  Bruno Haible  <bruno@clisp.org>
7049
7050         * lib/fts.c: Don't include lstat.h.
7051         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
7052
7053         Move the lstat() declaration to <sys/stat.h>.
7054         * lib/lstat.h: Remove file.
7055         * lib/sys_stat.in.h: Add special invocation convention.
7056         (lstat): New declaration.
7057         * lib/lstat.c (orig_lstat): New function.
7058         (rpl_lstat): Use orig_lstat instead of lstat.
7059         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
7060         AC_C_INLINE. Set REPLACE_LSTAT.
7061         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
7062         and REPLACE_LSTAT.
7063         * modules/lstat (Files): Remove lib/lstat.h.
7064         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7065         (Include): Specify <sys/stat.h> instead of lstat.h.
7066         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
7067         REPLACE_LSTAT.
7068         * NEWS: Mention the change.
7069
7070 2008-10-20  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/posix_spawn-tests: New file.
7073         * tests/test-posix_spawn3.c: New file.
7074
7075 2008-10-20  Bruno Haible  <bruno@clisp.org>
7076
7077         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
7078         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7079         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
7080         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7081         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
7082
7083 2008-10-20  Bruno Haible  <bruno@clisp.org>
7084
7085         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
7086         of posix_spawn on AIX 5.3.
7087
7088 2008-10-20  Bruno Haible  <bruno@clisp.org>
7089
7090         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
7091
7092 2008-10-20  Bruno Haible  <bruno@clisp.org>
7093
7094         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
7095         of AC_LANG_PROGRAM.
7096
7097 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7098
7099         * lib/netdb.in.h: Don't define GNU specific constants until they
7100         are supported or needed.  Reported by Bruno Haible
7101         <bruno@clisp.org>.
7102
7103 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7104
7105         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
7106
7107 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7108
7109         * lib/getaddrinfo.h: Remove file.
7110         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
7111         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
7112         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
7113         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
7114         * modules/netdb: Substitute GNULIB_GETADDRINFO.
7115         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
7116         * tests/test-getaddrinfo.c: Likewise.
7117         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
7118         * NEWS: Mention change.
7119
7120 2008-10-19  Bruno Haible  <bruno@clisp.org>
7121
7122         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
7123
7124 2008-10-19  Bruno Haible  <bruno@clisp.org>
7125
7126         * lib/wait-process.c: Include simply <sys/wait.h>.
7127         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
7128         WIFSTOPPED): Remove fallback definitions.
7129         * modules/wait-process (Depends-on): Add sys_wait.
7130
7131         New module 'sys_wait'.
7132         * modules/sys_wait: New file.
7133         * lib/sys_wait.in.h: New file, partially copied from
7134         lib/wait-process.c.
7135         * m4/sys_wait_h.m4: New file.
7136         * doc/posix-headers/sys_wait.texi: Mention the new module.
7137
7138 2008-10-19  Bruno Haible  <bruno@clisp.org>
7139
7140         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
7141
7142 2008-10-19  Bruno Haible  <bruno@clisp.org>
7143
7144         Assume that waitpid() fills an 'int' status, not a 'union wait'.
7145         * lib/wait-process.c (WAIT_T): Remove type.
7146         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
7147         (wait_subprocess): Update.
7148
7149 2008-10-19  Bruno Haible  <bruno@clisp.org>
7150
7151         New module 'atoll'.
7152         * modules/atoll: New file.
7153         * lib/stdlib.in.h (atoll): New declaration.
7154         * lib/atoll.c: New file, from glibc with modifications.
7155         * m4/atoll.m4: New file.
7156         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
7157         HAVE_ATOLL.
7158         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
7159         * doc/posix-functions/atoll.texi: Mention the new module.
7160
7161 2008-10-19  Bruno Haible  <bruno@clisp.org>
7162
7163         Add strtoull() declaration to <stdlib.h>.
7164         * lib/stdlib.in.h (strtoull): New declaration.
7165         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7166         Set HAVE_STRTOULL.
7167         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
7168         HAVE_STRTOULL.
7169         * modules/strtoull (Depends-on): Add stdlib.
7170         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7171         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
7172         HAVE_STRTOULL.
7173
7174 2008-10-19  Bruno Haible  <bruno@clisp.org>
7175
7176         Add strtoll() declaration to <stdlib.h>.
7177         * lib/stdlib.in.h (strtoll): New declaration.
7178         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7179         Set HAVE_STRTOLL.
7180         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
7181         HAVE_STRTOLL.
7182         * modules/strtoll (Depends-on): Add stdlib.
7183         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7184         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
7185
7186 2008-10-19  Bruno Haible  <bruno@clisp.org>
7187
7188         * modules/bcopy (Depends-on): Add strings.
7189         (Include): Specify <strings.h>.
7190
7191 2008-10-19  Bruno Haible  <bruno@clisp.org>
7192
7193         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
7194
7195 2008-10-19  Bruno Haible  <bruno@clisp.org>
7196
7197         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
7198         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
7199         mingw.
7200
7201 2008-10-19  Bruno Haible  <bruno@clisp.org>
7202
7203         * lib/atanl.c: Don't include isnanl.h.
7204         * lib/cosl.c: Likewise.
7205         * lib/ldexpl.c: Likewise.
7206         * lib/logl.c: Likewise.
7207         * lib/sinl.c: Likewise.
7208         * lib/sqrtl.c: Likewise.
7209         * lib/tanl.c: Likewise.
7210
7211         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
7212         * lib/isnanf.h: Remove file.
7213         * lib/isnand.h: Remove file.
7214         * lib/isnanl.h: Remove file.
7215         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
7216         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
7217         macros.
7218         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
7219         HAVE_ISNANF, don't define it as a C macro.
7220         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
7221         HAVE_ISNAND, don't define it as a C macro.
7222         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
7223         HAVE_ISNANL, don't define it as a C macro.
7224         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
7225         HAVE_ISNAN[FDL].
7226         * modules/isnanf (Files): Remove lib/isnanf.h.
7227         (Depends-on): Add math.
7228         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7229         (Include): Specify <math.h> instead of isnanf.h.
7230         * modules/isnand (Files): Remove lib/isnand.h.
7231         (Depends-on): Add math.
7232         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7233         (Include): Specify <math.h> instead of isnand.h.
7234         * modules/isnanl (Files): Remove lib/isnanl.h.
7235         (Depends-on): Add math.
7236         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7237         (Include): Specify <math.h> instead of isnanl.h.
7238         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
7239         HAVE_ISNAN[FDL].
7240         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
7241         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
7242         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
7243         * NEWS: Mention the change.
7244
7245 2008-10-18  Bruno Haible  <bruno@clisp.org>
7246
7247         Add getusershell(), setusershell(), endusershell() declarations to
7248         <unistd.h>.
7249         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
7250         declarations.
7251         * lib/getusershell.c: Include unistd.h.
7252         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
7253         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7254         HAVE_GETUSERSHELL.
7255         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
7256         and HAVE_GETUSERSHELL.
7257         * modules/getusershell (Depends-on): Add unistd, extensions.
7258         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7259         (Include): Specify <unistd.h>.
7260         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
7261         HAVE_GETUSERSHELL.
7262
7263 2008-10-18  Bruno Haible  <bruno@clisp.org>
7264
7265         Add a getloadavg() declaration to <stdlib.h>.
7266         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
7267         getloadavg declaration.
7268         (getloadavg): New declaration.
7269         * lib/getloadavg.c: Include <stdlib.h> first.
7270         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
7271         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
7272         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
7273         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
7274         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7275         * modules/getloadavg (Depends-on): Add stdlib, extensions.
7276         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7277         (Include): Specify <stdlib.h>.
7278         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
7279         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7280
7281 2008-10-18  Bruno Haible  <bruno@clisp.org>
7282
7283         * lib/dirchownmod.c: Don't include lchmod.h.
7284
7285         Move the lchmod() declaration to <sys/stat.h>.
7286         * lib/lchmod.h: Remove file.
7287         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
7288         (lchmod): New declaration, moved here from lib/lchown.h.
7289         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
7290         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
7291         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
7292         and HAVE_LCHMOD.
7293         * modules/lchmod (Files): Remove lib/lchmod.h.
7294         (Depends-on): Add sys_stat, extensions.
7295         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7296         (Include): Specify <sys/stat.h> instead of lchmod.h.
7297         * modules/sys_stat (Depends-on): Add link-warning.
7298         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
7299         definition of GL_LINK_WARNING.
7300         * NEWS: Mention the change.
7301
7302 2008-10-18  Bruno Haible  <bruno@clisp.org>
7303
7304         * lib/fchdir.c: Don't include dirfd.h.
7305         * lib/fts.c: Likewise.
7306         * lib/getcwd.c: Likewise.
7307         * lib/glob.c: Likewise.
7308
7309         Move the dirfd() declaration to <dirent.h>.
7310         * lib/dirfd.h: Remove file.
7311         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
7312         (dirfd): New declaration.
7313         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
7314         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
7315         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
7316         HAVE_DECL_DIRFD.
7317         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
7318         HAVE_DECL_DIRFD.
7319         * modules/dirfd (Files): Remove lib/dirfd.h.
7320         (Depends-on): Add dirent, extensions.
7321         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
7322         (Include): Specify <dirent.h> instead of dirfd.h.
7323         * modules/dirent (Depends-on): Add link-warning.
7324         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
7325         definition of GL_LINK_WARNING.
7326         * NEWS: Mention the change.
7327
7328 2008-10-18  Bruno Haible  <bruno@clisp.org>
7329
7330         Move the euidaccess() declaration to <unistd.h>.
7331         * lib/euidaccess.h: Remove file.
7332         * lib/unistd.in.h (euidaccess): New declaration.
7333         * lib/euidaccess.c: Don't include euidaccess.h.
7334         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
7335         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
7336         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
7337         and HAVE_EUIDACCESS.
7338         * modules/euidaccess (Files): Remove lib/euidaccess.h.
7339         (Depends-on): Add unistd.
7340         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7341         (Include): Specify <unistd.h> instead of euidaccess.h.
7342         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
7343         HAVE_EUIDACCESS.
7344         * NEWS: Mention the change.
7345
7346 2008-10-18  Bruno Haible  <bruno@clisp.org>
7347
7348         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
7349
7350         Move the getdomainname() declaration to <unistd.h>.
7351         * lib/getdomainname.h: Remove file.
7352         * lib/unistd.in.h (getdomainname): New declaration.
7353         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
7354         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
7355         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7356         HAVE_GETDOMAINNAME.
7357         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7358         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
7359         * modules/getdomainname (Files): Remove lib/getdomainname.h.
7360         (Depends-on): Add unistd, extensions.
7361         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7362         (Includes): Specify <unistd.h> instead of getdomainname.h.
7363         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
7364         HAVE_GETDOMAINNAME.
7365         * NEWS: Mention the change.
7366
7367 2008-10-18  Bruno Haible  <bruno@clisp.org>
7368
7369         * modules/dirent: New file.
7370         * m4/dirent_h.m4: New file.
7371         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
7372         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
7373         * modules/fchdir (Files): Remove lib/dirent.in.h.
7374         (Depends-on): Add dirent.
7375         (Makefile.am): Move rules to modules/dirent.
7376         * doc/posix-headers/dirent.texi: Mention the new module.
7377
7378 2008-10-18  Bruno Haible  <bruno@clisp.org>
7379
7380         Avoid -Wunused-parameter warnings in public gnulib header files.
7381         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
7382         macro.
7383         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
7384
7385 2008-10-18  Bruno Haible  <bruno@clisp.org>
7386
7387         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
7388         * doc/glibc-functions/error.texi: Mention the module 'error'.
7389         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
7390         * doc/glibc-functions/getdomainname.texi: Mention the module
7391         'getdomainname'.
7392         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
7393         * doc/glibc-functions/getpagesize.texi: Mention the module
7394         'getpagesize'.
7395         * doc/glibc-functions/getusershell.texi: Mention the module
7396         'getusershell'.
7397         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
7398         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
7399         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
7400         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
7401         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
7402         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
7403         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
7404         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
7405         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
7406         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
7407         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
7408         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
7409         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
7410         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
7411
7412 2008-10-17  Bruno Haible  <bruno@clisp.org>
7413
7414         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
7415         HP-UX and IRIX, use -0.0L.
7416         * tests/test-ceill.c (minus_zero): Likewise.
7417         * tests/test-floorl.c (minus_zero): Likewise.
7418         * tests/test-frexpl.c (minus_zero): Likewise.
7419         * tests/test-isnan.c (minus_zerol): Likewise.
7420         * tests/test-isnanl.h (minus_zero): Likewise.
7421         * tests/test-ldexpl.c (minus_zero): Likewise.
7422         * tests/test-roundl.c (minus_zero): Likewise.
7423         * tests/test-signbit.c (minus_zerol): Likewise.
7424         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
7425         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
7426         * tests/test-truncl.c (minus_zero): Likewise.
7427         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
7428         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
7429         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
7430         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
7431
7432 2008-10-17  Bruno Haible  <bruno@clisp.org>
7433
7434         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
7435         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
7436         that it gets activated only for gcc >= 3.0.
7437         * lib/dirent.in.h: Likewise.
7438         * lib/errno.in.h: Likewise.
7439         * lib/fcntl.in.h: Likewise.
7440         * lib/float.in.h: Likewise.
7441         * lib/iconv.in.h: Likewise.
7442         * lib/inttypes.in.h: Likewise.
7443         * lib/locale.in.h: Likewise.
7444         * lib/math.in.h: Likewise.
7445         * lib/netdb.in.h: Likewise.
7446         * lib/netinet_in.in.h: Likewise.
7447         * lib/search.in.h: Likewise.
7448         * lib/signal.in.h: Likewise.
7449         * lib/spawn.in.h: Likewise.
7450         * lib/stdarg.in.h: Likewise.
7451         * lib/stdint.in.h: Likewise.
7452         * lib/stdio.in.h: Likewise.
7453         * lib/stdlib.in.h: Likewise.
7454         * lib/string.in.h: Likewise.
7455         * lib/strings.in.h: Likewise.
7456         * lib/sys_file.in.h: Likewise.
7457         * lib/sys_ioctl.in.h: Likewise.
7458         * lib/sys_select.in.h: Likewise.
7459         * lib/sys_socket.in.h: Likewise.
7460         * lib/sys_stat.in.h: Likewise.
7461         * lib/sys_time.in.h: Likewise.
7462         * lib/sysexits.in.h: Likewise.
7463         * lib/time.in.h: Likewise.
7464         * lib/unistd.in.h: Likewise.
7465         * lib/wchar.in.h: Likewise.
7466         * lib/wctype.in.h: Likewise.
7467         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7468
7469 2008-10-17  Jim Meyering  <meyering@redhat.com>
7470
7471         ignore-value: don't depend on inline module
7472         * modules/ignore-value (Depends-on): Remove 'inline'.
7473         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
7474         Suggestion from Bruno Haible.
7475
7476 2008-10-17  Bruno Haible  <bruno@clisp.org>
7477
7478         New implementation of condition variables for Win32.
7479         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
7480         (gl_linked_waitqueue_t): New type.
7481         (gl_cond_t): Use it.
7482         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
7483         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
7484         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
7485         (glthread_cond_init_func, glthread_cond_wait_func,
7486         glthread_cond_timedwait_func, glthread_cond_signal_func,
7487         glthread_cond_broadcast_func, glthread_cond_destroy_func):
7488         Reimplemented on the basis of gl_linked_waitqueue_t.
7489         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
7490         gl_waitqueue_t.
7491         (gl_rwlock_t): Update.
7492         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
7493
7494 2008-10-17  Simon Josefsson  <simon@josefsson.org>
7495
7496         * modules/recvfrom (Depends-on): Add dependency on getpeername.
7497         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7498
7499 2008-10-17  Jim Meyering  <meyering@redhat.com>
7500
7501         ignore-value: new module
7502         * modules/ignore-value: New file.
7503         * lib/ignore-value.h: New file.
7504         * MODULES.html.sh (Compiler warning management): New section,
7505         just for this module.  More to come.
7506
7507 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         open-safer.c: avoid 'signed and unsigned in conditional...' warning
7510         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
7511         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
7512
7513 2008-10-16  Jim Meyering  <meyering@redhat.com>
7514
7515         openat-die.c: avoid 'no previous prototype' warning
7516         * lib/openat-die.c: Include "openat.h".
7517         Reported by Reuben Thomas <rrt@sc3d.org>.
7518
7519 2008-10-16  Simon Josefsson  <simon@josefsson.org>
7520
7521         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
7522         * lib/netdb.in.h: Fix typo.
7523         Reported by Bruno Haible  <bruno@clisp.org>
7524
7525         * lib/netdb.in.h: Include sys/socket.h for platforms without
7526         netdb.h, to get structures like hostent on MinGW.
7527         * modules/netdb (Depends-on): Add sys_socket.
7528
7529 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7530
7531         * modules/netdb, modules/netdb-tests: New file.
7532         * m4/netdb_h.m4: New file.
7533         * lib/netdb.in.h: Add, currently just an empty file pending
7534         definitions.
7535         * tests/test-netdb.c: New file.
7536         * doc/posix-headers/netdb.texi: Mention that we replace it if
7537         needed.
7538         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7539         netdb.
7540
7541 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7542
7543         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
7544         with code.
7545
7546 2008-10-13  Bruno Haible  <bruno@clisp.org>
7547
7548         * lib/glthread/cond.c (glthread_cond_wait_func,
7549         glthread_cond_timedwait_func): Add a comment.
7550
7551 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7552
7553         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
7554         * tests/test-select.c: Likewise,
7555
7556 2008-10-13  Bruno Haible  <bruno@clisp.org>
7557
7558         * lib/glthread/cond.c (glthread_cond_wait_func,
7559         glthread_cond_timedwait_func): Fix variable name.
7560         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7561
7562 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
7563
7564         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
7565         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
7566         struct sockaddr.sa_len.
7567         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
7568
7569 2008-10-13  Simon Josefsson  <simon@josefsson.org>
7570
7571         * build-aux/pmccabe2html: Add css and css_url parameters.
7572
7573 2008-10-12  Bruno Haible  <bruno@clisp.org>
7574
7575         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
7576         calling aclx_get.
7577         Reported by Rainer Tammer <tammer@tammer.net>.
7578
7579 2008-10-12  Bruno Haible  <bruno@clisp.org>
7580
7581         Use msvcrt aware primitives for creation/termination of Win32 threads.
7582         * lib/glthread/thread.c: Include <process.h>.
7583         (glthread_create_func): Use _beginthreadex instead of CreateThread.
7584         (wrapper_func): Update signature.
7585         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
7586
7587 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7588             Bruno Haible  <bruno@clisp.org>
7589
7590         Provide a Win32 implementation of the 'cond' module.
7591         * lib/glthread/cond.h [USE_WIN32]: New implementation.
7592         * lib/glthread/cond.c (glthread_cond_init_func,
7593         glthread_cond_wait_func, glthread_cond_timedwait_func,
7594         glthread_cond_signal_func, glthread_cond_broadcast_func,
7595         glthread_cond_destroy_func) [USE_WIN32]: New functions.
7596         * modules/cond (Dependencies): Add gettimeofday.
7597
7598 2008-10-11  Bruno Haible  <bruno@clisp.org>
7599
7600         Make sleep work on older versions of mingw.
7601         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
7602         only whether it exists.
7603         * doc/posix-functions/sleep.texi: Mention the problem with older
7604         versions of mingw.
7605
7606 2008-10-11  Bruno Haible  <bruno@clisp.org>
7607
7608         New module 'shutdown'.
7609         * modules/shutdown: New file.
7610         * lib/sys_socket.in.h (shutdown): New declaration.
7611         * lib/winsock.c (shutdown): New function.
7612         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7613         GNULIB_SHUTDOWN.
7614         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
7615         * doc/posix-functions/shutdown.texi: Document the new module.
7616
7617 2008-10-11  Jim Meyering  <meyering@redhat.com>
7618
7619         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
7620
7621 2008-10-11  Bruno Haible  <bruno@clisp.org>
7622
7623         New module 'fclose'.
7624         * modules/fclose: New file.
7625         * lib/stdio.in.h (fclose): New declaration.
7626         * lib/fclose.c: New file.
7627         * m4/fclose.m4: New file.
7628         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
7629         REPLACE_FCLOSE.
7630         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
7631         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
7632         REPLACE_FCLOSE.
7633         * modules/close (Depends-on): fclose.
7634         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
7635
7636 2008-10-11  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
7639         set errno and don't call _close.
7640
7641 2008-10-10  Bruno Haible  <bruno@clisp.org>
7642
7643         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
7644         ACL, not afterwards. Fixes test failure on Cygwin.
7645
7646 2008-10-09  Ben Pfaff  <blp@gnu.org>
7647
7648         * build-aux/announce-gen: Fix gnulib version related part of usage
7649         message.  Die with a useful error message if no tarballs are
7650         found.
7651
7652 2008-10-10  Jim Meyering  <meyering@redhat.com>
7653
7654         bootstrap: use git's --depth=N option only if it's supported
7655         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
7656         recognize the --depth option.  Reported by Pádraig Brady.
7657
7658 2008-10-09  Bruno Haible  <bruno@clisp.org>
7659
7660         New module 'ioctl'.
7661         * modules/ioctl: New file.
7662         * lib/sys_socket.in.h (ioctl): Remove declaration.
7663         * lib/winsock.c: Include <sys/ioctl.h>.
7664         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
7665         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
7666         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
7667         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
7668         * doc/posix-functions/ioctl.texi: Mention the new module.
7669
7670 2008-10-09  Bruno Haible  <bruno@clisp.org>
7671
7672         New module 'sys_ioctl'.
7673         * lib/sys_ioctl.in.h: New file.
7674         * m4/sys_ioctl_h.m4: New file.
7675         * modules/sys_ioctl: New file.
7676         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
7677
7678 2008-10-09  Bruno Haible  <bruno@clisp.org>
7679
7680         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
7681         * lib/winsock.c: Include <stdarg.h>.
7682         (rpl_ioctl): Change to second argument 'int' and then varargs.
7683
7684 2008-10-09  Bruno Haible  <bruno@clisp.org>
7685
7686         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
7687         when the sys_socket module is present and the system has <winsock2.h>.
7688
7689 2008-10-09  Bruno Haible  <bruno@clisp.org>
7690
7691         * doc/posix-functions/close.texi: Mention module 'close' instead of
7692         module 'sys_socket'.
7693
7694 2008-10-09  Bruno Haible  <bruno@clisp.org>
7695
7696         * doc/glibc-headers/sys_ioctl.texi: New file.
7697         * doc/gnulib.texi: Include it.
7698
7699 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7700             Bruno Haible  <bruno@clisp.org>
7701
7702         Combine the two replacements of 'close'.
7703         * lib/sys_socket.in.h (close): Define to a reminder to include
7704         <unistd.h>.
7705         (_gl_close_fd_maybe_socket): New declaration.
7706         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
7707         * lib/winsock.c (close): Remove undefinition.
7708         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
7709         needed for the gnulib module 'close'.
7710         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
7711         define to an error symbol or to a warning, if suitable.
7712         * lib/close.c: Include <sys/socket.h>.
7713         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
7714         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
7715         UNISTD_H_HAVE_WINSOCK2_H.
7716         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
7717         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7718         UNISTD_H_HAVE_WINSOCK2_H.
7719         * modules/sys_socket (Files): Add m4/unistd_h.m4.
7720         (configure.ac): Set a module indicator.
7721         (Makefile.am): Substitute GNULIB_CLOSE.
7722         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
7723         * modules/poll-tests (Depends-on): Add close.
7724         * modules/select-tests (Depends-on): Likewise.
7725
7726 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7727             Bruno Haible  <bruno@clisp.org>
7728
7729         New module 'close'.
7730         * modules/close: New file.
7731         * lib/unistd.in.h (close): Move declaration out of the
7732         FCHDIR_REPLACEMENT scope.
7733         (_gl_unregister_fd): New declaration.
7734         * lib/close.c: New file.
7735         * lib/fchdir.c (rpl_close): Remove function.
7736         * m4/close.m4: New file.
7737         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7738         close.
7739         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
7740         REPLACE_CLOSE.
7741         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
7742         REPLACE_CLOSE.
7743         * modules/fchdir (Depends-on): Add close.
7744
7745 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7746             Bruno Haible  <bruno@clisp.org>
7747
7748         * lib/fcntl.in.h (open): Simplify conditionals.
7749         (_gl_register_fd): New declaration.
7750         * lib/fchdir.c (rpl_open): Remove function.
7751         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
7752         also.
7753         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
7754         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7755         open.
7756
7757 2008-10-09  Jim Meyering  <meyering@redhat.com>
7758
7759         GNUmakefile: use the more name-space-friendly "_version"
7760         * top/GNUmakefile (_dummy): Update.
7761         (_version): Rename from "version".
7762
7763 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7764             Bruno Haible  <bruno@clisp.org>
7765
7766         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
7767         rpl_close.
7768         (_gl_register_fd): New function, extracted from rpl_open.
7769         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
7770         (rpl_open, rpl_opendir): Use _gl_register_fd.
7771
7772 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7773
7774         Fix organization of 'open' replacement.
7775         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
7776         (gl_FUNC_OPEN): Use it.
7777         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
7778
7779 2008-10-08  Bruno Haible  <bruno@clisp.org>
7780
7781         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
7782
7783 2008-10-08  Simon Josefsson  <simon@josefsson.org>
7784
7785         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
7786         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
7787         listen).
7788
7789 2008-10-08  Eric Blake  <ebb9@byu.net>
7790
7791         GNUmakefile: add 'make version' target
7792         * top/GNUmakefile (_curr-ver): Split version update rules...
7793         (version): ...into a target.
7794
7795 2008-10-07  Bruno Haible  <bruno@clisp.org>
7796
7797         Use a more portable replacement expression for -0.0L.
7798         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
7799         instead of -0.0L. Fix m4 quotation.
7800
7801         * tests/test-signbit.c: Include <float.h>.
7802         (minus_zero): New variable.
7803         (test_signbitl): Use minus_zero instead of -zero.
7804         * modules/signbit-tests (Depends-on): Add float.
7805
7806         * tests/test-ceill.c: Include <float.h>.
7807         (zero): Remove variable.
7808         (minus_zero): New variable.
7809         (main): Use minus_zero instead of -zero.
7810         * modules/ceill-tests (Depends-on): Add float.
7811
7812         * tests/test-floorl.c: Include <float.h>.
7813         (zero): Remove variable.
7814         (minus_zero): New variable.
7815         (main): Use minus_zero instead of -zero.
7816         * modules/floorl-tests (Depends-on): Add float.
7817
7818         * tests/test-roundl.c: Include <float.h>.
7819         (zero): Remove variable.
7820         (minus_zero): New variable.
7821         (main): Use minus_zero instead of -zero.
7822         * modules/roundl-tests (Depends-on): Add float.
7823
7824         * tests/test-truncl.c: Include <float.h>.
7825         (zero): Remove variable.
7826         (minus_zero): New variable.
7827         (main): Use minus_zero instead of -zero.
7828         * modules/truncl-tests (Depends-on): Add float.
7829
7830         * tests/test-frexpl.c (zero): Remove variable.
7831         (minus_zero): New variable.
7832         (main): Use minus_zero instead of -zero.
7833         * modules/frexpl-tests (Depends-on): Add float.
7834
7835         * tests/test-isnan.c (zerol): Remove variable.
7836         (minus_zerol): New variable.
7837         (test_long_double): Use minus_zerol instead of -zerol.
7838         * modules/isnan-tests (Depends-on): Add float.
7839
7840         * tests/test-isnanl.h (zero): Remove variable.
7841         (minus_zero): New variable.
7842         (main): Use minus_zero instead of -zero.
7843         * modules/isnanl-nolibm-tests (Depends-on): Add float.
7844         * modules/isnanl-tests (Depends-on): Add float.
7845
7846         * tests/test-ldexpl.c (zero): Remove variable.
7847         (minus_zero): New variable.
7848         (main): Use minus_zero instead of -zero.
7849         * modules/ldexpl-tests (Depends-on): Add float.
7850
7851         * tests/test-snprintf-posix.h (zerol): Remove variable.
7852         (minus_zerol): New variable.
7853         (test_function): Use minus_zerol instead of -zerol.
7854         * modules/snprintf-posix-tests (Depends-on): Add float.
7855         * modules/vsnprintf-posix-tests (Depends-on): Add float.
7856
7857         * tests/test-sprintf-posix.h (zerol): Remove variable.
7858         (minus_zerol): New variable.
7859         (test_function): Use minus_zerol instead of -zerol.
7860         * modules/sprintf-posix-tests (Depends-on): Add float.
7861         * modules/vsprintf-posix-tests (Depends-on): Add float.
7862
7863         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
7864         (minus_zerol): New variable.
7865         (test_function): Use minus_zerol instead of -zerol.
7866         * modules/vasnprintf-posix-tests (Depends-on): Add float.
7867
7868         * tests/test-vasprintf-posix.c (zerol): Remove variable.
7869         (minus_zerol): New variable.
7870         (test_function): Use minus_zerol instead of -zerol.
7871         * modules/vasprintf-posix-tests (Depends-on): Add float.
7872
7873 2008-10-07  Simon Josefsson  <simon@josefsson.org>
7874
7875         * MODULES.html.sh (Support for building documentation): Mention
7876         pmccabe2html.  Sort entries.
7877
7878         Add pmccabe2html module, from gnupdf.
7879         * build-aux/pmccabe.css: New file.
7880         * build-aux/pmccabe2html: New file.
7881         * m4/pmccabe2html.m4: New file.
7882         * modules/pmccabe2html: New file.
7883
7884 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
7885
7886         flock: new module
7887         * MODULES.html.sh: Add to list of modules.
7888         * lib/flock.c: flock implementation for Windows and Unix systems
7889         which have fcntl.
7890         * doc/glibc-functions/flock.texi: Update documentation.
7891         * lib/sys_file.in.h: <sys/file.h> header file.
7892         * m4/flock.m4: M4 macros.
7893         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
7894         * modules/flock: flock module.
7895         * modules/flock-tests: flock tests module.
7896         * modules/sys_file: sys/file.h module.
7897         * tests/test-flock.c: test suite for flock.
7898
7899 2008-10-06  Jim Meyering  <meyering@redhat.com>
7900
7901         bootstrap: check for LT_INIT more portably still ;-)
7902         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
7903         Spotted by Bruno Haible.
7904
7905 2008-10-06  Eric Blake  <ebb9@byu.net>
7906
7907         test-signbit: avoid tripping Irix cc bug on -0.0L
7908         * tests/test-signbit.c (minus_zerol): Delete, and replace with
7909         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
7910         entire testsuite consistent and avoids an Irix 6.2 bug.
7911
7912 2008-10-05  Bruno Haible  <bruno@clisp.org>
7913             Jim Meyering  <jim@meyering.net>
7914
7915         Add an option for ignoring EPIPE during close_stdout.
7916         * lib/closeout.h: Include <stdbool.h>.
7917         (close_stdout_set_ignore_EPIPE): New declaration.
7918         * lib/closeout.c: Include <stdbool.h>.
7919         (ignore_EPIPE): New variable.
7920         (close_stdout_set_ignore_EPIPE): New function.
7921         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
7922         * lib/close-stream.c (close_stream): Mention the possible EPIPE
7923         failure.
7924         * modules/closeout (Depends-on): Add stdbool.
7925
7926 2008-10-05  Bruno Haible  <bruno@clisp.org>
7927
7928         * modules/accept: New file.
7929         * modules/bind: New file.
7930         * modules/connect: New file.
7931         * modules/getpeername: New file.
7932         * modules/getsockname: New file.
7933         * modules/getsockopt: New file.
7934         * modules/listen: New file.
7935         * modules/recv: New file.
7936         * modules/recvfrom: New file.
7937         * modules/send: New file.
7938         * modules/sendto: New file.
7939         * modules/setsockopt: New file.
7940         * modules/socket: New file.
7941         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
7942         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
7943         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
7944         the particular module is requested. Add a link warning when the
7945         particular module is not requested.
7946         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
7947         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
7948         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
7949         the particular module is requested.
7950         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
7951         gl_SYS_SOCKET_H_DEFAULTS): New macros.
7952         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
7953         * modules/sys_socket (Depends-on): Add link-warning.
7954         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
7955         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
7956         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
7957         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
7958         GL_LINK_WARNING.
7959         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
7960         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
7961         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
7962         * doc/posix-functions/getpeername.texi: Mention the new module
7963         'getpeername'.
7964         * doc/posix-functions/getsockname.texi: Mention the new module
7965         'getsockname'.
7966         * doc/posix-functions/getsockopt.texi: Mention the new module
7967         'getsockopt'.
7968         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
7969         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
7970         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
7971         * doc/posix-functions/send.texi: Mention the new module 'send'.
7972         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
7973         * doc/posix-functions/setsockopt.texi: Mention the new module
7974         'setsockopt'.
7975         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
7976         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
7977         listen, connect, accept.
7978         * modules/select-tests (Depends-on): Likewise.
7979
7980 2008-10-05  Bruno Haible  <bruno@clisp.org>
7981
7982         * lib/winsock.c (strerror): Remove unused #undef.
7983         (rpl_close): Remove unused local variable.
7984
7985         * modules/sys_socket (Depends-on); Add errno.
7986
7987 2008-10-05  Bruno Haible  <bruno@clisp.org>
7988
7989         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
7990         (select): Add a link warning when the 'select' module is not used.
7991         * modules/sys_select (Depends-on): Add link-warning.
7992         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
7993         Suggested by Paolo Bonzini.
7994
7995 2008-10-05  Jim Meyering  <meyering@redhat.com>
7996
7997         bootstrap: check for LT_INIT more portably
7998         * build-aux/bootstrap: Avoid using grep -E, since it's not
7999         portable enough.  Suggestion from Bruno Haible.
8000
8001 2008-10-05  Bruno Haible  <bruno@clisp.org>
8002
8003         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
8004         as being fixed by gnulib.
8005
8006 2008-10-05  Bruno Haible  <bruno@clisp.org>
8007
8008         * modules/select-tests: New file, mostly copied from
8009         modules/sys_select-tests.
8010         * tests/test-select.c: New file, mostly copied from
8011         tests/test-sys_select.c.
8012         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
8013         * modules/sys_select-tests (Depends-on): Remove all dependencies.
8014         (Makefile.am): Remove test_sys_select_LDADD.
8015
8016         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
8017         to an undefined symbol, for an error message.
8018         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
8019         (gl_SYS_SELECT_H_DEFAULTS): New macro.
8020         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
8021         winsock-select.c here.
8022         * modules/sys_select (Files): Remove lib/winsock-select.c.
8023         (Depends-on): Remove alloca.
8024         (Makefile.am): Substitute GNULIB_SELECT.
8025         * modules/select: New file.
8026         * doc/posix-functions/select.texi: Update.
8027
8028 2008-10-05  Bruno Haible  <bruno@clisp.org>
8029
8030         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
8031         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
8032         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
8033         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
8034         getdtablesize.
8035         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
8036         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
8037
8038 2008-10-05  Bruno Haible  <bruno@clisp.org>
8039
8040         * modules/getdtablesize-tests: New file.
8041         * tests/test-getdtablesize.c: New file.
8042
8043         New module 'getdtablesize'.
8044         * lib/unistd.in.h (getdtablesize): New declaration.
8045         * lib/getdtablesize.c: New file.
8046         * m4/getdtablesize.m4: New file.
8047         * modules/getdtablesize: New file.
8048         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8049         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
8050         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
8051         HAVE_GETDTABLESIZE.
8052         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
8053
8054 2008-10-05  Bruno Haible  <bruno@clisp.org>
8055
8056         * modules/sched (Makefile.am): Fix typo.
8057         Reported by Simon Josefsson.
8058
8059 2008-10-05  Jim Meyering  <meyering@redhat.com>
8060
8061         bootstrap: check for LT_INIT, too
8062         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
8063         are deprecated.  Suggestion from Ralf Wildenhues.
8064
8065 2008-10-05  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
8068         overriding them by ours.
8069         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
8070
8071 2008-10-05  Jim Meyering  <meyering@redhat.com>
8072
8073         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
8074         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
8075         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
8076
8077 2008-10-04  Bruno Haible  <bruno@clisp.org>
8078
8079         * modules/dup2 (License): Change to LGPLv2+.
8080         * modules/sleep (License): Likewise.
8081         * modules/perror (License): Likewise.
8082         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
8083         Blake.
8084         * modules/signal (License): Likewise.
8085         * modules/sigprocmask (License): Likewise.
8086         * modules/raise (License): Change to LGPLv2+, with approval by Jim
8087         Meyering.
8088
8089 2008-10-04  Bruno Haible  <bruno@clisp.org>
8090
8091         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
8092         Reported by Rainer Tammer <tammer@tammer.net>.
8093
8094 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
8095             Bruno Haible  <bruno@clisp.org>
8096
8097         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
8098         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
8099         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
8100
8101 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
8102
8103         filevercmp: new module
8104         * lib/filevercmp.h: New function filevercmp comparing version strings.
8105         * lib/filevercmp.c: Implementation of filevercmp function.
8106         * modules/filevercmp: Module metadata.
8107         * tests/test-filevercmp.c: Unit test for new module.
8108         * modules/filevercmp-tests: Unit test metadata.
8109         * MODULES.html.sh: Add filevercmp module.
8110
8111 2008-10-03  Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/c-ctype.h: Add comment.
8114         Reported by Jim Meyering.
8115
8116 2008-10-02  Bruno Haible  <bruno@clisp.org>
8117
8118         * modules/posix_spawn-internal (Depends-on): Add 'open'.
8119
8120 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8121
8122         * build-aux/bootstrap: Allow renaming bootstrap, and change the
8123         name of bootstrap.conf accordingly.
8124
8125 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8126
8127         * build-aux/bootstrap: Install git-merge-changelog configuration
8128         items into .gitconfig if needed.
8129
8130 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8131
8132         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
8133         git repository, and initialize/update it accordingly.
8134
8135 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
8136
8137         * modules/fsync-tests: New file.
8138         * tests/test-fsync.c: New file.
8139
8140         New module 'fsync'.
8141         * lib/fsync.c: New file.
8142         * m4/fsync.m4: New file.
8143         * modules/fsync: New file.
8144         * lib/unistd.in.h (fsync): New declaration.
8145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
8146         GNULIB_FSYNC and HAVE_FSYNC.
8147         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
8148         * MODULES.html.sh (posix_functions): Add fsync.
8149         * doc/posix-functions/fsync.texi: Mention the new module.
8150
8151 2008-10-02  Jim Meyering  <meyering@redhat.com>
8152
8153         fts.c: sync with similar code from coreutils' remove.c
8154         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
8155         Guard also with "#if defined __linux__", since for now at least,
8156         this code is Linux-kernel-specific.
8157
8158 2008-10-02  Jim Meyering  <meyering@redhat.com>
8159
8160         fts: bug fixes
8161         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
8162         Include <sys/vfs.h>, not <sys/statfs.h>.
8163
8164         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
8165         Include <sys/vfs.h>, not <sys/statfs.h>.
8166
8167 2008-10-01  Bruno Haible  <bruno@clisp.org>
8168
8169         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
8170         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
8171         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
8172         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
8173         * doc/posix-functions/posix_spawnp.texi: Likewise.
8174         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
8175         whether posix_spawn actually works.
8176         * m4/pipe.m4 (gl_PIPE): Likewise.
8177         * modules/execute (Files): Add m4/posix_spawn.m4.
8178         * modules/pipe (Files): Add m4/posix_spawn.m4.
8179         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
8180
8181 2008-10-01  Jim Meyering  <meyering@redhat.com>
8182
8183         remove trailing spaces
8184         * NEWS: Likewise.
8185         * lib/poll.c (poll): Likewise.
8186         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
8187         * lib/winsock.c (rpl_close): Likewise.
8188         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
8189         * modules/yield: Likewise.
8190         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
8191         * tests/test-sys_select.c (connect_to_socket): Likewise.
8192
8193         fts.c: adjust a new interface to be more generally useful
8194         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
8195         (fts_build): Adjust caller.
8196
8197 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8198
8199         * modules/cond-tests: New file.
8200         * tests/test-cond.c: New file.
8201
8202 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8203             Bruno Haible  <bruno@clisp.org>
8204
8205         * modules/cond (Dependencies): Add errno, time.
8206         * lib/glthread/cond.h: Include <time.h>.
8207         (gl_cond_define, gl_cond_define_initialized): Use the same definition
8208         across platforms.
8209
8210 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8211             Bruno Haible  <bruno@clisp.org>
8212
8213         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
8214
8215 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8216             Bruno Haible  <bruno@clisp.org>
8217
8218         * modules/tls-tests (Depends-on): Add thread, yield.
8219         (configure.ac): Remove all checks.
8220         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
8221         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8222         gl_thread_self): Remove definitions. Include glthread/thread.h and
8223         glthread/yield.h instead.
8224         (test_tls): Pass an additional NULL argument to gl_thread_join.
8225
8226 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8227             Bruno Haible  <bruno@clisp.org>
8228
8229         * modules/lock-tests (Depends-on): Add thread, yield.
8230         (configure.ac): Remove all checks.
8231         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
8232         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8233         gl_thread_self): Remove definitions. Include glthread/thread.h and
8234         glthread/yield.h instead.
8235         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
8236         additional NULL argument to gl_thread_join.
8237
8238 2008-09-30  Bruno Haible  <bruno@clisp.org>
8239
8240         Fix the Win32 implementation of the 'thread' module.
8241         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
8242         pointer type.
8243         (gl_thread_self): Invoke gl_thread_self_func.
8244         (gl_thread_self_func): New declaration.
8245         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
8246         (do_init_self_key, init_self_key): New functions.
8247         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
8248         Remove some fields.
8249         (running_threads, running_lock): Remove variables.
8250         (get_current_thread_handle): New function.
8251         (gl_thread_self_func, wrapper_func, glthread_create_func,
8252         glthread_join_func, gl_thread_exit_func): Largely rewritten and
8253         simplified.
8254
8255 2008-09-30  Bruno Haible  <bruno@clisp.org>
8256
8257         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
8258         files.
8259
8260 2008-09-30  Jim Meyering  <meyering@redhat.com>
8261
8262         fts.m4: correct the test for statfs.f_type
8263         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
8264         when checking for statfs.f_type.
8265
8266 2008-09-15  Simon Josefsson  <simon@josefsson.org>
8267
8268         tests: avoid some compiler warnings
8269         * tests/test-memchr.c (main): Pass NULL indirectly.
8270         * tests/test-getdate.c (main): Remove unused variable 'ret'.
8271
8272 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
8273
8274         getdate.y: disallow countable dayshifts like "4 yesterday ago"
8275         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
8276         exactly specified dayshifts.
8277         (dayshift): New rule.
8278         (rel): Add dayshift.
8279         (relative_time_table) [tomorrow, yesterday, today, now]:
8280         Use tDAY_SHIFT in place of tDAY_UNIT.
8281         * tests/test-getdate.c: Add tests for now-disallowed countable
8282         dayshifts, e.g., "4 yesterday ago".
8283
8284 2008-09-29  Bruno Haible  <bruno@clisp.org>
8285
8286         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
8287         * tests/test-posix_spawn1.in.sh: Renamed from
8288         tests/test-posix_spawn.in.sh.
8289         * tests/test-posix_spawn2.c: New file.
8290         * tests/test-posix_spawn2.in.sh: New file.
8291         * modules/posix_spawnp-tests (Files): Update.
8292         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
8293
8294 2008-09-29  Bruno Haible  <bruno@clisp.org>
8295
8296         Propagate effects of putenv/setenv/unsetenv to child processes.
8297         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
8298         * lib/pipe.c (create_pipe): Likewise.
8299
8300 2008-09-29  Bruno Haible  <bruno@clisp.org>
8301
8302         Enable use of shell scripts as executables in mingw.
8303         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
8304         run the program as a shell script.
8305         * lib/pipe.c (create_pipe): Likewise.
8306         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
8307         resulting array.
8308
8309 2008-09-29  Eric Blake  <ebb9@byu.net>
8310
8311         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
8312
8313 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
8314
8315         * doc/posix-functions/accept.texi: Update mingw problems.
8316         * doc/posix-functions/bind.texi: Update mingw problems.
8317         * doc/posix-functions/close.texi: Update mingw problems.
8318         * doc/posix-functions/connect.texi: Update mingw problems.
8319         * doc/posix-functions/getpeername.texi: Update mingw problems.
8320         * doc/posix-functions/getsockname.texi: Update mingw problems.
8321         * doc/posix-functions/getsockopt.texi: Update mingw problems.
8322         * doc/posix-functions/ioctl.texi: Update mingw problems.
8323         * doc/posix-functions/listen.texi: Update mingw problems.
8324         * doc/posix-functions/recv.texi: Update mingw problems.
8325         * doc/posix-functions/recvfrom.texi: Update mingw problems.
8326         * doc/posix-functions/select.texi: Update mingw problems.
8327         * doc/posix-functions/send.texi: Update mingw problems.
8328         * doc/posix-functions/sendto.texi: Update mingw problems.
8329         * doc/posix-functions/setsockopt.texi: Update mingw problems.
8330         * doc/posix-functions/socket.texi: Update mingw problems.
8331
8332 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
8333             Bruno Haible  <bruno@clisp.org>
8334
8335         * lib/sys_select.in.h: Include sys/time.h.
8336         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
8337         * modules/sys_select: Depend on sys_time.
8338         * tests/test-sys_select.c: Test that sys/select.h defines struct
8339         timeval fully.
8340
8341 2008-09-29  Bruno Haible  <bruno@clisp.org>
8342
8343         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
8344         * lib/sys_select.in.h: Likewise.
8345
8346 2008-09-29  Bruno Haible  <bruno@clisp.org>
8347
8348         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
8349
8350 2008-09-29  Bruno Haible  <bruno@clisp.org>
8351
8352         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
8353         Set LIBSOCKET instead of augmenting LIBS.
8354         * modules/sockets (Link): New section.
8355         * modules/sockets-tests (test_sockets_LDADD): New variable.
8356         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
8357         * modules/poll-tests (test_poll_LDADD): New variable.
8358         * NEWS: Document the change.
8359
8360 2008-09-29  Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
8363         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
8364         ARPA_INET_H directly.
8365         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8366
8367 2008-09-28  Bruno Haible  <bruno@clisp.org>
8368
8369         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
8370         from gl_HEADER_SYS_SOCKET.
8371         (gl_HEADER_SYS_SOCKET): Invoke it.
8372         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8373
8374 2008-09-28  Bruno Haible  <bruno@clisp.org>
8375
8376         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
8377         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
8378         Needed on OSF/1 4.0.
8379
8380 2008-09-28  Bruno Haible  <bruno@clisp.org>
8381
8382         Override open more carefully.
8383         * lib/open.c (orig_open): New function.
8384         (rpl_open): Use orig_open instead of open.
8385         * lib/fcntl.in.h: Add special invocation convention.
8386         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
8387         (gl_FUNC_OPEN): Invoke it.
8388
8389         Override freopen more carefully.
8390         * lib/freopen.c (orig_freopen): New function.
8391         (rpl_freopen): Use orig_freopen instead of freopen.
8392         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
8393         (gl_FUNC_FREOPEN): Invoke it.
8394
8395         Override fopen more carefully.
8396         * lib/fopen.c (orig_fopen): New function.
8397         (rpl_fopen): Use orig_fopen instead of fopen.
8398         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
8399         (gl_FUNC_FOPEN): Invoke it.
8400         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
8401
8402 2008-09-28  Bruno Haible  <bruno@clisp.org>
8403
8404         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
8405         SIGPIPE.
8406
8407 2008-09-28  Bruno Haible  <bruno@clisp.org>
8408
8409         * tests/test-sigaction.c (handler, main): Disable the check whether
8410         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
8411         glibc systems with LinuxThreads.
8412
8413 2008-09-28  Bruno Haible  <bruno@clisp.org>
8414
8415         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
8416
8417         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
8418         with AIX xlc.
8419         * lib/fcntl.in.h (open): Likewise.
8420         Reported by Rainer Tammer <tammer@tammer.net>.
8421
8422 2008-09-28  Bruno Haible  <bruno@clisp.org>
8423
8424         * modules/posix_spawnp-tests: New file.
8425         * tests/test-posix_spawn.c: New file.
8426         * tests/test-posix_spawn.in.sh: New file.
8427
8428         New module 'posix_spawnp'.
8429         * modules/posix_spawnp: New file.
8430         * lib/spawnp.c: New file, from GNU libc with modifications.
8431         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
8432
8433         New module 'posix_spawn'.
8434         * modules/posix_spawn: New file.
8435         * lib/spawn.c: New file, from GNU libc with modifications.
8436         * doc/posix-functions/posix_spawn.texi: Mention the new module.
8437
8438         New module 'posix_spawnattr_destroy'.
8439         * modules/posix_spawnattr_destroy: New file.
8440         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
8441         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
8442         module.
8443
8444         New module 'posix_spawnattr_setsigmask'.
8445         * modules/posix_spawnattr_setsigmask: New file.
8446         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
8447         modifications.
8448         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
8449         new module.
8450
8451         New module 'posix_spawnattr_getsigmask'.
8452         * modules/posix_spawnattr_getsigmask: New file.
8453         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
8454         modifications.
8455         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
8456         new module.
8457
8458         New module 'posix_spawnattr_setsigdefault'.
8459         * modules/posix_spawnattr_setsigdefault: New file.
8460         * lib/spawnattr_setdefault.c: New file, from GNU libc with
8461         modifications.
8462         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
8463         new module.
8464
8465         New module 'posix_spawnattr_getsigdefault'.
8466         * modules/posix_spawnattr_getsigdefault: New file.
8467         * lib/spawnattr_getdefault.c: New file, from GNU libc with
8468         modifications.
8469         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
8470         new module.
8471
8472         New module 'posix_spawnattr_setschedpolicy'.
8473         * modules/posix_spawnattr_setschedpolicy: New file.
8474         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
8475         modifications.
8476         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
8477         new module.
8478
8479         New module 'posix_spawnattr_getschedpolicy'.
8480         * modules/posix_spawnattr_getschedpolicy: New file.
8481         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
8482         modifications.
8483         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
8484         new module.
8485
8486         New module 'posix_spawnattr_setschedparam'.
8487         * modules/posix_spawnattr_setschedparam: New file.
8488         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
8489         modifications.
8490         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
8491         new module.
8492
8493         New module 'posix_spawnattr_getschedparam'.
8494         * modules/posix_spawnattr_getschedparam: New file.
8495         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
8496         modifications.
8497         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
8498         new module.
8499
8500         New module 'posix_spawnattr_setpgroup'.
8501         * modules/posix_spawnattr_setpgroup: New file.
8502         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
8503         modifications.
8504         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
8505         module.
8506
8507         New module 'posix_spawnattr_getpgroup'.
8508         * modules/posix_spawnattr_getpgroup: New file.
8509         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
8510         modifications.
8511         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
8512         module.
8513
8514         New module 'posix_spawnattr_setflags'.
8515         * modules/posix_spawnattr_setflags: New file.
8516         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
8517         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
8518         module.
8519
8520         New module 'posix_spawnattr_getflags'.
8521         * modules/posix_spawnattr_getflags: New file.
8522         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
8523         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
8524         module.
8525
8526         New module 'posix_spawnattr_init'.
8527         * modules/posix_spawnattr_init: New file.
8528         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
8529         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
8530         module.
8531
8532         New module 'posix_spawn_file_actions_destroy'.
8533         * modules/posix_spawn_file_actions_destroy: New file.
8534         * lib/spawn_faction_destroy.c: New file, from GNU libc with
8535         modifications.
8536         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
8537         the new module.
8538
8539         New module 'posix_spawn_file_actions_addopen'.
8540         * modules/posix_spawn_file_actions_addopen: New file.
8541         * lib/spawn_faction_addopen.c: New file, from GNU libc with
8542         modifications.
8543         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
8544         the new module.
8545
8546         New module 'posix_spawn_file_actions_adddup2'.
8547         * modules/posix_spawn_file_actions_adddup2: New file.
8548         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
8549         modifications.
8550         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
8551         the new module.
8552
8553         New module 'posix_spawn_file_actions_addclose'.
8554         * modules/posix_spawn_file_actions_addclose: New file.
8555         * lib/spawn_faction_addclose.c: New file, from GNU libc with
8556         modifications.
8557         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
8558         the new module.
8559
8560         New module 'posix_spawn_file_actions_init'.
8561         * modules/posix_spawn_file_actions_init: New file.
8562         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
8563         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
8564         new module.
8565
8566         New module 'posix_spawn-internal'.
8567         * modules/posix_spawn-internal: New file.
8568         * lib/spawn_int.h: New file, from GNU libc with modifications.
8569         * lib/spawni.c: New file, from GNU libc with modifications.
8570         * m4/posix_spawn.m4: New file.
8571
8572         New module 'spawn'.
8573         * modules/spawn: New file.
8574         * lib/spawn.in.h: New file, from GNU libc with modifications.
8575         * m4/spawn_h.m4: New file.
8576         * doc/posix-headers/spawn.texi: Mention the new module.
8577
8578 2008-09-28  Bruno Haible  <bruno@clisp.org>
8579
8580         * modules/sched-tests: New file.
8581         * tests/test-sched.c: New file.
8582
8583         New module 'sched'.
8584         * modules/sched: New file.
8585         * lib/sched.in.h: New file.
8586         * m4/sched_h.m4: New file.
8587         * doc/posix-headers/sched.texi: Mention the new module.
8588
8589 2008-09-27  Eric Blake  <ebb9@byu.net>
8590
8591         Fix previous patch, and tweak references to $0.
8592         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
8593         (func_version, func_gnulib_dir): Don't call this program
8594         gnulib-tool.
8595         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
8596         with using $0 in function.
8597         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
8598         (func_fatal_error): Reuse the name the user invoked us with.
8599
8600 2008-09-27  Bruno Haible  <bruno@clisp.org>
8601
8602         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
8603         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
8604         (gl_ICONV_H): Not here.
8605         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
8606         instead of assigning ICONV_H directly.
8607
8608         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
8609         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
8610         WCHAR_H directly.
8611
8612 2008-09-27  Bruno Haible  <bruno@clisp.org>
8613
8614         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
8615         * modules/arpa_inet (Depends-on): Add link-warning.
8616         (Makefile.am): Insert the definition of GL_LINK-WARNING.
8617         * modules/unistd (Makefile.am): Likewise.
8618
8619 2008-09-26  Bruno Haible  <bruno@clisp.org>
8620
8621         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
8622         variables.
8623         (func_version): Essentially copied from gnulib-tool.
8624         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
8625         func_readlink): Copied from gnulib-tool.
8626
8627 2008-09-26  Bruno Haible  <bruno@clisp.org>
8628
8629         * gnulib-tool (func_version): Change directory to $gnulib_dir before
8630         invoking git-version-gen.
8631
8632 2008-09-26  Bruno Haible  <bruno@clisp.org>
8633
8634         * posix-modules: Update to directory names changed on 2008-01-19.
8635         Remove commas in output before splitting into words. No more need to
8636         avoid 'ftruncate' since 2007-02-19.
8637
8638 2008-09-26  Bruno Haible  <bruno@clisp.org>
8639
8640         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
8641
8642 2008-09-26  Bruno Haible  <bruno@clisp.org>
8643
8644         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
8645         * modules/fwriteerror (Depends-on): Add errno.
8646
8647 2008-09-26  Bruno Haible  <bruno@clisp.org>
8648
8649         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
8650         * tests/test-vc-list-files-cvs.sh: Likewise.
8651
8652 2008-09-26  Bruno Haible  <bruno@clisp.org>
8653
8654         * doc/posix-headers/sys_resource.texi: Reorder items.
8655
8656 2008-09-26  Jim Meyering  <meyering@redhat.com>
8657
8658         fts: tweak inode comparison function
8659         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
8660         inode numbers, as documented.
8661
8662         fts: sort dirent entries on inode number before traversing
8663         This avoids a quadratic, seek-related performance penalty when
8664         operating on a directory containing many entries (measurable at 10k;
8665         3.5 hours at 2 million entries with a cold cache) on certain types
8666         of file systems, including ext3 and ext4, but not tmpfs.
8667         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
8668         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
8669         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
8670         (fs_handles_readdir_ordered_dirents_efficiently): New function.
8671         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
8672         (fts_build): Set the stat.st_ino member from D_INO.
8673         If it is likely to be useful, sort dirent entries on inode number.
8674
8675         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
8676         and the struct statfs.f_type member.
8677         * modules/fts (Depends-on): Add d-ino.
8678
8679 2008-09-26  Bruno Haible  <bruno@clisp.org>
8680
8681         * modules/sigpipe-die (Depends-on): Add sigpipe.
8682
8683         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
8684         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
8685         and GNULIB_STDIO_H_SIGPIPE are set.
8686         * lib/stdio-write.c: New file.
8687         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
8688         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8689         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8690         REPLACE_STDIO_WRITE_FUNCS.
8691         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
8692         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8693         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8694         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8695         * modules/stdio (Files): Add lib/stdio-write.c.
8696         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
8697         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8698         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8699         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8700         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
8701         REPLACE_FPRINTF_POSIX.
8702         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
8703         REPLACE_PRINTF_POSIX.
8704         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
8705         REPLACE_VFPRINTF_POSIX.
8706         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
8707         REPLACE_VPRINTF_POSIX.
8708         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
8709         SIGPIPE issue.
8710         * doc/posix-functions/fputc.texi: Likewise.
8711         * doc/posix-functions/fputs.texi: Likewise.
8712         * doc/posix-functions/fwrite.texi: Likewise.
8713         * doc/posix-functions/printf.texi: Likewise.
8714         * doc/posix-functions/putc.texi: Likewise.
8715         * doc/posix-functions/putchar.texi: Likewise.
8716         * doc/posix-functions/puts.texi: Likewise.
8717         * doc/posix-functions/vfprintf.texi: Likewise.
8718         * doc/posix-functions/vprintf.texi: Likewise.
8719
8720         * modules/safe-write (Depends-on): Add write.
8721
8722         * modules/sigpipe-tests: New file.
8723         * tests/test-sigpipe.c: New file.
8724         * tests/test-sigpipe.sh: New file.
8725
8726         * modules/write: New file.
8727         * lib/unistd.in.h: Include <sys/types.h>.
8728         (write): New declaration.
8729         * lib/write.c: New file.
8730         * m4/write.m4: New file.
8731         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8732         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
8733         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
8734         GNULIB_WRITE, REPLACE_WRITE.
8735         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
8736         and the SIGPIPE issue.
8737
8738         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
8739         (raise): New declaration.
8740         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
8741         (ext_signal): New function.
8742         (rpl_raise): New function.
8743         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
8744         GNULIB_SIGNAL_H_SIGPIPE.
8745         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
8746         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
8747
8748         * modules/sigpipe: New file.
8749         * m4/sigpipe.m4: New file.
8750
8751 2008-09-25  Derek Price  <derek@ximbiot.com>
8752             Bruno Haible  <bruno@clisp.org>
8753
8754         * gnulib-tool (func_import): Report all license incompatibilities, not
8755         just the first one.
8756
8757 2008-09-25  Bruno Haible  <bruno@clisp.org>
8758
8759         * gnulib-tool (func_import): When computing the edits, consider not
8760         only the Makefile.ams that exist but also those that will be generated.
8761
8762 2008-09-25  Simon Josefsson  <simon@josefsson.org>
8763
8764         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
8765         fixes gnulib-tool --test warning about duplicate dependency.
8766
8767 2008-09-25  Bruno Haible  <bruno@clisp.org>
8768
8769         * gnulib-tool: Don't ask the user to perform edits in the generated
8770         Makefile.ams.
8771         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
8772         apply to the Makefile.am being generated.
8773         (func_emit_tests_Makefile_am): Execute edits that apply to the
8774         Makefile.am being generated.
8775         (func_import): Setup list of Makefile.am edits before emitting the
8776         Makefile.ams, not at the end.
8777         (func_create_testdir): Update.
8778         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8779
8780 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8781
8782         * gnulib-tool (func_import): Store the --tests-base option in the
8783         comment in gnulib-cache.m4.
8784
8785 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
8786
8787         * NEWS: Document increased portability that sys_select now provides.
8788
8789         * lib/sys_select.in.h: Install select wrapper.
8790         * lib/sys_socket.in.h: Use more descriptive name when there is no
8791         select wrapper.
8792         * lib/winsock-select.c: New.
8793         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
8794         Require gl_HEADER_SYS_SOCKET.
8795         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
8796         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
8797         * tests/test-sys_select.c: Add functional tests.
8798
8799 2008-09-24  Eric Blake  <ebb9@byu.net>
8800
8801         open, fopen: close fd leak in last patch
8802         * lib/open.c (rpl_open): Close fd before returning error.
8803         * lib/fopen.c (rpl_fopen): Close fd before returning error.
8804         * doc/posix-functions/open.texi (open): Document that Irix also
8805         has the bug.
8806         * doc/posix-functions/fopen.texi (fopen): Likewise.
8807         Reported by Paolo Bonzini.
8808
8809 2008-09-24  Bruno Haible  <bruno@clisp.org>
8810
8811         Ensure that a filename ending in a slash cannot be used to access a
8812         non-directory.
8813         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
8814         to check whether it's really a directory.
8815         * lib/fopen.c: Include fcntl.h, unistd.h.
8816         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
8817         and fdopen().
8818         * modules/fopen (Depends-on): Add unistd.
8819         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
8820         * tests/test-fopen.c (main): Likewise.
8821         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
8822         * doc/posix-functions/fopen.texi: Likewise.
8823         Reported by Eric Blake.
8824
8825 2008-09-23  Eric Blake  <ebb9@byu.net>
8826
8827         c-stack: avoid compiler optimizations when provoking overflow
8828         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
8829         recursion harder to optimize, to ensure a stack overflow occurs.
8830         * tests/test-c-stack.c (recurse): Likewise.
8831         Borrowed from libsigsegv.
8832
8833         c-stack: work around Irix sigaltstack bug
8834         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
8835         whether sigaltstack uses wrong end of stack_t (copied in part from
8836         libsigsegv).
8837         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
8838         Irix bug, without requiring an over-allocation.
8839         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
8840         bug.
8841
8842         fopen: document mingw bug on directories
8843         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
8844         not allowing a stream visiting a directory, even though reading
8845         from such a stream is not portable.
8846
8847 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8848
8849         * lib/poll.c: Rewrite.
8850         * modules/poll: Depend on alloca.
8851
8852 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8853
8854         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
8855         instead define prototypes for a full set of wrappers.  Ensure
8856         that Cygwin does not use the compatibility code, which is only
8857         for MinGW.
8858         * lib/winsock.c: New.
8859         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
8860         * modules/sys_socket: Add lib/winsock.c.
8861
8862         * modules/poll-tests: Add errno and perror.
8863         * tests/test-poll.c: Use ioctl, not ioctlsocket.
8864
8865 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8866
8867         * tests/test-poll.c: Downgrade minimum needed Winsock version.
8868
8869 2008-09-23  Bruno Haible  <bruno@clisp.org>
8870
8871         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
8872         * doc/glibc-functions/*: Likewise.
8873
8874 2008-09-23  Simon Josefsson  <simon@josefsson.org>
8875
8876         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
8877         success.
8878
8879 2008-09-22  Eric Blake  <ebb9@byu.net>
8880             Bruno Haible  <bruno@clisp.org>
8881
8882         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
8883         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
8884         supply %A but mishandle pseudo-NaN.
8885         Reported by Simon Josefsson.
8886
8887 2008-09-21  Bruno Haible  <bruno@clisp.org>
8888
8889         * tests/test-lock.c (main): Tweak skip message.
8890         * tests/test-tls.c (main): Likewise.
8891
8892 2008-09-21  Bruno Haible  <bruno@clisp.org>
8893
8894         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
8895         whether 'struct sigaction' has sa_sigaction here...
8896         (gl_PREREQ_SIG_HANDLER_H): ... not here.
8897         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
8898
8899 2008-09-21  Bruno Haible  <bruno@clisp.org>
8900
8901         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
8902         section.
8903         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
8904         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
8905         the new section.
8906         (Support for obsolete systems lacking POSIX:2001): New section.
8907         (String handling <string.h>): Move strdup to the new section.
8908         Suggested by Simon Josefsson and Paolo Bonzini.
8909
8910 2008-09-21  Bruno Haible  <bruno@clisp.org>
8911
8912         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
8913         exponents in %e and %g results on 'long double'. Needed for mingw's
8914         improved *printf functions.
8915         * tests/test-vasprintf-posix.c (test_function): Likewise.
8916         * tests/test-snprintf-posix.h (test_function): Likewise.
8917         * tests/test-sprintf-posix.h (test_function): Likewise.
8918         Reported by Eric Blake.
8919
8920 2008-09-21  Bruno Haible  <bruno@clisp.org>
8921
8922         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
8923         * tests/test-sprintf-posix.h (test_function): Likewise.
8924
8925 2008-09-21  Bruno Haible  <bruno@clisp.org>
8926
8927         * modules/getpass (Depends-on): Add strdup-posix.
8928
8929         New module 'strdup-posix'.
8930         * modules/strdup-posix: New file.
8931         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
8932         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
8933         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8934         REPLACE_STRDUP.
8935         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
8936         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
8937         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8938         strdup-posix.
8939
8940         * modules/strdup (Depends-on): Remove malloc-posix.
8941
8942 2008-09-20  Bruno Haible  <bruno@clisp.org>
8943
8944         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
8945         Wildenhues.
8946
8947 2008-09-20  Bruno Haible  <bruno@clisp.org>
8948
8949         Ensure that wint_t gets defined on IRIX 5.3.
8950         * lib/wchar.in.h (wint_t): Define if not defined by the system.
8951         * lib/wctype.in.h (wint_t): Likewise.
8952         (__wctype_wint_t): Remove type.
8953         (isw*): Use wint_t instead of __wctype_wint_t.
8954         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
8955         * modules/wchar (Files): Add m4/wint_t.m4.
8956         (Makefile.am): Substitute HAVE_WINT_T.
8957         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
8958         * tests/test-wctype.c: Check that wint_t is defined.
8959         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
8960         * doc/posix-headers/wctype.texi: Likewise.
8961         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8962
8963 2008-09-18  Bruno Haible  <bruno@clisp.org>
8964
8965         * gnulib-tool (func_exit): Update comment.
8966
8967 2008-09-18  Simon Josefsson  <simon@josefsson.org>
8968
8969         * modules/getaddrinfo (Depends-on): Remove strdup, this module
8970         assumes strdup exists and does not depend on strdup to return
8971         ENOMEM on out of memory conditions.
8972
8973 2008-09-18  Bruno Haible  <bruno@clisp.org>
8974
8975         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
8976         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
8977         digits for the exponent.
8978
8979 2008-09-18  Jim Meyering  <meyering@redhat.com>
8980             Bruno Haible  <bruno@clisp.org>
8981
8982         * lib/vasnprintf.c (decimal_point_char): Define also if
8983         NEED_PRINTF_INFINITE_LONG_DOUBLE.
8984
8985 2008-09-16  Bruno Haible  <bruno@clisp.org>
8986         and Eric Blake  <ebb9@byu.net>
8987
8988         vasnprintf: support Irix 5.3
8989         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
8990         that mishandle long double infinity.
8991         Reported by Tom G. Christensen.
8992
8993 2008-09-16  Bruno Haible  <bruno@clisp.org>
8994
8995         * doc/glibc-functions/scandir.texi: Mention the function is missing on
8996         Solaris 9.
8997         * doc/glibc-functions/alphasort.texi: Likewise.
8998         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
8999
9000 2008-09-16  Jim Meyering  <meyering@redhat.com>
9001
9002         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
9003         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
9004         a umask modification leak out of a subshell.  Otherwise, the
9005         opensolaris /bin/sh would be accepted and thus cause unwarranted
9006         failures in the coreutils test suite.
9007
9008 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
9009
9010         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
9011         to succeed.
9012
9013 2008-09-16  Jim Meyering  <meyering@redhat.com>
9014
9015         avoid spurious test failure when library is built without ACL support
9016         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
9017         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
9018         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
9019         * tests/test-copy-acl.sh: Likewise.
9020
9021 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9022
9023         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
9024         based on character occurrence counts.
9025
9026 2008-09-15  Eric Blake  <ebb9@byu.net>
9027
9028         tests: avoid some compiler warnings
9029         * tests/test-memchr.c (main): Pass NULL indirectly.
9030         * tests/test-closein.c (main): Avoid unused variable.
9031
9032 2008-09-15  Bruno Haible  <bruno@clisp.org>
9033
9034         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
9035         are missing on OpenBSD 4.0 individually.
9036         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9037
9038 2008-09-15  Bruno Haible  <bruno@clisp.org>
9039
9040         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
9041         * doc/posix-functions/strerror.texi: Mention also Cygwin.
9042         * doc/posix-functions/perror.texi: Likewise.
9043         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
9044         is missing.
9045         Reported by Eric Blake.
9046
9047         * lib/errno.in.h: Use replacement values >= 2000.
9048         Reported by Eric Blake.
9049
9050 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9051
9052         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
9053         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
9054         limit.
9055         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
9056         compareseq was aborted.
9057
9058 2008-09-14  Bruno Haible  <bruno@clisp.org>
9059
9060         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
9061         yvec_edit_count.
9062         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
9063         (fstrcmp_bounded): Simplify result computation accordingly.
9064
9065 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9066
9067         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
9068         (fstrcmp): Define in terms of fstrcmp_bounded.
9069         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
9070         lower_bound argument.
9071         Return quickly if the result is certainly < lower_bound.
9072         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
9073
9074 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9075
9076         * lib/diffseq.h (EARLY_ABORT): New macro.
9077         (compareseq): Change return type to bool. Return true when EARLY_ABORT
9078         evaluates to true.
9079
9080 2008-09-14  Bruno Haible  <bruno@clisp.org>
9081
9082         * modules/perror-tests: New file.
9083         * tests/test-perror.sh: New file.
9084         * tests/test-perror.c: New file.
9085
9086         New module 'perror'.
9087         * lib/stdio.in.h (perror): New declaration.
9088         * lib/perror.c: New file.
9089         * m4/perror.m4: New file.
9090         * modules/perror: New file.
9091         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
9092         * doc/posix-functions/perror.texi: Mention the perror module.
9093         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
9094         REPLACE_PERROR.
9095         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
9096         REPLACE_PERROR.
9097
9098 2008-09-14  Bruno Haible  <bruno@clisp.org>
9099
9100         * modules/stdio (Makefile.am): Reorder to match the order in
9101         lib/stdio.in.h.
9102         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9103
9104 2008-09-13  Bruno Haible  <bruno@clisp.org>
9105
9106         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
9107
9108 2008-09-13  Bruno Haible  <bruno@clisp.org>
9109
9110         Extend strerror to cover the added errno values.
9111         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
9112         (rpl_strerror): Provide error messages for the added errno values and
9113         for the WSA* values.
9114         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
9115         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
9116         strerror.
9117         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
9118         * modules/strerror (Depends-on): Add errno.
9119         * doc/posix-functions/strerror.texi: Document the change.
9120         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
9121         and EOVERFLOW.
9122
9123 2008-09-13  Bruno Haible  <bruno@clisp.org>
9124
9125         * modules/EOVERFLOW: Remove file.
9126         * m4/eoverflow.m4: Remove file.
9127         * modules/EOVERFLOW-tests: Remove file.
9128         * tests/test-EOVERFLOW.c: Remove file.
9129         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
9130         * modules/ftell (Depends-on): Likewise.
9131         * modules/getdelim (Depends-on): Likewise.
9132         * modules/getugroups (Depends-on): Likewise.
9133         * modules/poll (Depends-on): Likewise.
9134         * modules/snprintf (Depends-on): Likewise.
9135         * modules/sprintf-posix (Depends-on): Likewise.
9136         * modules/vasnprintf (Depends-on): Likewise.
9137         * modules/vasprintf (Depends-on): Likewise.
9138         * modules/vfprintf-posix (Depends-on): Likewise.
9139         * modules/vsnprintf (Depends-on): Likewise.
9140         * modules/vsprintf-posix (Depends-on): Likewise.
9141         * modules/xvasprintf (Depends-on): Likewise.
9142         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9143         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
9144         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
9145         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
9146         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9147         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
9148         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
9149         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
9150         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9151         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
9152         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
9153         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
9154         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9155         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
9156         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
9157         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
9158         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9159         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
9160         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
9161         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
9162         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9163         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
9164         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
9165         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
9166         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
9167         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9168         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
9169         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
9170         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
9171         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
9172         * MODULES.html.sh: Remove EOVERFLOW.
9173         * NEWS: Mention the change.
9174
9175 2008-09-13  Bruno Haible  <bruno@clisp.org>
9176
9177         * modules/errno-tests: New file.
9178         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
9179
9180         * lib/errno.in.h: New file.
9181         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
9182         * modules/errno: New file.
9183         * doc/posix-headers/errno.texi: Update documentation.
9184         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
9185
9186 2008-09-13  Bruno Haible  <bruno@clisp.org>
9187
9188         * tests/test-poll.c: Use #if for native Windows, rather than testing
9189         __MSVCRT__.
9190
9191 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9192             Bruno Haible  <bruno@clisp.org>
9193
9194         * lib/glob.c: Don't include <pwd.h> on native Windows.
9195         (WINDOWS32): New macro.
9196         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
9197
9198 2008-09-13  Bruno Haible  <bruno@clisp.org>
9199
9200         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
9201         (ETIMEDOUT): Remove macro.
9202         (glthread_cond_timedwait_multithreaded): New declaration.
9203         (glthread_cond_timedwait): Use it.
9204         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
9205         (glthread_cond_timedwait_multithreaded): New function.
9206
9207 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9208
9209         * modules/poll-tests: Do not check for io.h.
9210         * tests/test-poll.c: Check for __MSVCRT__ instead.
9211
9212 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9213
9214         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
9215         * modules/poll-tests: Add inet_pton, stdbool, sockets.
9216         * tests/test-poll.c: Use them.  Use _pipe on Windows.
9217
9218 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9219
9220         * modules/poll-tests: New.
9221         * tests/test-poll.c: New.
9222
9223 2008-09-12  Eric Blake  <ebb9@byu.net>
9224
9225         frexp: test for NetBSD failure on -0.0
9226         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
9227         not all, bugs from NetBSD 3.0 have been fixed.
9228         * doc/posix-functions/frexp.texi (frexp): Document bug.
9229         Reported by Thomas Klausner.
9230
9231         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
9232         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
9233         literal -0.0.
9234         Reported by Jonathan C. Patschke <jp@centtech.com>.
9235
9236 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9237
9238         * lib/glthread/cond.h: Use dummy implementation also if
9239         USE_WIN32_THREADS.
9240
9241 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9242
9243         * modules/fnmatch-posix (License): Change to LGPLv2+.
9244         * modules/fnmatch-gnu (License): Likewise.
9245
9246 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9247
9248         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
9249
9250 2008-09-11  Jim Meyering  <meyering@redhat.com>
9251
9252         * users.txt: Add gtk-vnc.
9253
9254 2008-09-08  Simon Josefsson  <simon@josefsson.org>
9255
9256         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
9257         rotate amounts.
9258
9259         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
9260         required for 16-bit and 8-bit rotates.
9261         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
9262         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
9263         UINT8_MAX instead of hard-coded constants.
9264         Suggested by Paul Eggert.
9265
9266 2008-09-07  Bruno Haible  <bruno@clisp.org>
9267
9268         * tests/test-striconveh.c (main): Check behaviour when converting from
9269         UTF-7.
9270
9271         Make striconveh work better with stateful encodings.
9272         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
9273         that iconv does not increment the inptr when returning -1/EINVAL.
9274
9275 2008-09-07  Bruno Haible  <bruno@clisp.org>
9276
9277         * build-aux/config.rpath: Update according to libtool-2.2.6.
9278         * build-aux/config.libpath: Likewise.
9279
9280 2008-09-06  Bruno Haible  <bruno@clisp.org>
9281
9282         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
9283         * lib/freadptr.c (freadptr): Likewise.
9284         * lib/freadseek.c (freadptrinc): Likewise.
9285         Reported by Simon Josefsson.
9286
9287 2008-09-06  Bruno Haible  <bruno@clisp.org>
9288
9289         * modules/freadptr (License): Change to LGPLv2+.
9290         * modules/freadseek (License): Likewise.
9291         Suggested by Eric Blake.
9292
9293         * modules/memchr2 (License): Change to LGPLv2+.
9294         Approved by Eric Blake.
9295
9296 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9297             Bruno Haible  <bruno@clisp.org>
9298
9299         Make gnulib-tool work with native 'sed' on AIX.
9300         * gnulib-tool (sed_noop): New variable.
9301         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
9302         func_add_or_update, func_create_testdir): Use it to initialize sed
9303         script variables.
9304         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9305
9306 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
9307             Bruno Haible  <bruno@clisp.org>
9308
9309         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
9310         also works after #include directives.
9311
9312 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
9313
9314         getdate.y: reject an out-of-range timezone value
9315         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
9316         the range [-24...+24].  When specified with only one or two digits,
9317         * tests/test-getdate.c: Tests for the fix.
9318         * doc/getdate.texi: Document this change.
9319
9320 2008-09-03  Bruno Haible  <bruno@clisp.org>
9321
9322         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
9323
9324 2008-09-02  Simon Josefsson  <simon@josefsson.org>
9325
9326         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
9327         <bruce.korb@gmail.com> with ideas from Ben Pfaff
9328         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
9329         Blake <ebb9@byu.net>.
9330
9331         * tests/test-bitrotate.c: Add more test vectors.
9332
9333 2008-09-02  Eric Blake  <ebb9@byu.net>
9334
9335         vasnprintf-posix: handle large precision via %.*d
9336         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
9337         when handling it ourselves.
9338         * tests/test-vasnprintf-posix.c (test_function): Add test.
9339         * tests/test-snprintf-posix.h (test_function): Likewise.
9340         * tests/test-sprintf-posix.h (test_function): Likewise.
9341         * tests/test-vasprintf-posix.c (test_function): Likewise.
9342         Reported by Alain Guibert.
9343
9344 2008-09-01  Eric Blake  <ebb9@byu.net>
9345
9346         c-stack: make configure-time check more robust
9347         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
9348         successful sigaction call.
9349         Reported by Tom G. Christensen.
9350
9351 2008-09-01  Bruno Haible  <bruno@clisp.org>
9352
9353         New module 'findprog-lgpl'.
9354         * modules/findprog-lgpl: New file.
9355         * lib/findprog-lgpl.c: New file.
9356         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
9357         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
9358         to decide whether to use strdup or xstrdup, concatenated_filename or
9359         xconcatenated_filename.
9360
9361 2008-09-01  Bruno Haible  <bruno@clisp.org>
9362
9363         Split module 'concat-filename' into 'concat-filename' (LGPL) and
9364         'xconcat-filename' (GPL).
9365         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
9366         (License): Change to LGPLv2+.
9367         * modules/xconcat-filename: New file.
9368         * lib/concat-filename.h (concatenated_filename): Change specification.
9369         (xconcatenated_filename): New declaration.
9370         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
9371         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
9372         memory situations.
9373         * lib/xconcat-filename.c: New file.
9374         * NEWS: Mention the change.
9375         * lib/findprog.c: Include concat-filename.h, not filename.h.
9376         (find_in_path): Use xconcatenated_filename instead of
9377         concatenated_filename.
9378         * lib/javacomp.c: Include concat-filename.h, not filename.h.
9379         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9380         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9381         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9382         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
9383         instead of concatenated_filename.
9384         * lib/javaexec.c: Include concat-filename.h, not filename.h.
9385         (execute_java_class): Use xconcatenated_filename instead of
9386         concatenated_filename.
9387         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
9388         * modules/javacomp (Depends-on): Likewise.
9389         * modules/javaexec (Depends-on): Likewise.
9390
9391 2008-09-01  Bruno Haible  <bruno@clisp.org>
9392
9393         Split module 'filename' into 'filename' and 'concat-filename'.
9394         * modules/filename: Keep only lib/filename.h.
9395         (License): Change to LGPLv2+.
9396         * modules/concat-filename: New file, extracted from modules/filename.
9397         * lib/filename.h (concatenated_filename): Remove declaration.
9398         * lib/concat-filename.h: New file, extracted from lib/filename.h.
9399         * lib/concat-filename.c: Include concat-filename.h.
9400         * NEWS: Mention the change.
9401
9402 2008-09-01  Simon Josefsson  <simon@josefsson.org>
9403
9404         * lib/bitrotate.h (rotl8, rotr8): Add.
9405
9406         * modules/bitrotate (configure.ac): Need
9407         AC_REQUIRE([AC_C_INLINE]).
9408         (Description): Mention stdint.h.  Reported by Bruno Haible
9409         <bruno@clisp.org>.
9410
9411         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
9412         Paolo Bonzini <bonzini@gnu.org>.
9413
9414 2008-08-31  Bruno Haible  <bruno@clisp.org>
9415
9416         Assume Solaris specific bi-arch conventions on Solaris systems.
9417         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
9418         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
9419         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
9420         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
9421         like acl_libdirstem.
9422         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
9423         acl_libdirstem.
9424         * NEWS: Mention the change.
9425         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
9426
9427 2008-08-31  Jim Meyering  <meyering@redhat.com>
9428
9429         * lib/strftime.h: Add comments describing the two added arguments.
9430
9431         remove duplicate #include directives
9432         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
9433         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
9434
9435 2008-08-31  Bruno Haible  <bruno@clisp.org>
9436
9437         New module 'sigpipe-die'.
9438         * modules/sigpipe-die: New file.
9439         * lib/sigpipe-die.h: New file.
9440         * lib/sigpipe-die.c: New file.
9441         * MODULES.html.sh (Signal handling): Add sigpipe-die.
9442
9443 2008-08-31  Bruno Haible  <bruno@clisp.org>
9444
9445         Don't override previously installed signal handlers.
9446         * lib/fatal-signal.c (saved_sigactions): New variable.
9447         (uninstall_handlers): Reset the signal to the saved handler, not
9448         to SIG_DFL (except when ignored).
9449         (install_handlers): Save the previous handlers.
9450
9451 2008-08-30  Bruno Haible  <bruno@clisp.org>
9452
9453         * gnulib-tool (func_reset_sigpipe): New function.
9454         (func_get_automake_snippet, func_modules_transitive_closure,
9455         func_import): Invoke it before a join command that reads from stdin,
9456         to avoid "echo: write error: Broken pipe" error messages on stderr.
9457         Reported by Sam Steingold <sds@gnu.org>.
9458
9459 2008-08-30  Bruno Haible  <bruno@clisp.org>
9460
9461         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
9462         Code copied from m4/open.m4.
9463         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
9464         access and the filename ends in a slash. Code copied from lib/open.c.
9465         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
9466         * tests/test-fopen.c (main): Check against bug with trailing slash.
9467
9468 2008-08-29  Bruno Haible  <bruno@clisp.org>
9469
9470         Avoid some "gcc -pedantic" warnings.
9471         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
9472         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
9473         * lib/dirent.in.h: Likewise.
9474         * lib/fcntl.in.h: Likewise.
9475         * lib/float.in.h: Likewise.
9476         * lib/iconv.in.h: Likewise.
9477         * lib/inttypes.in.h: Likewise.
9478         * lib/locale.in.h: Likewise.
9479         * lib/math.in.h: Likewise.
9480         * lib/netinet_in.in.h: Likewise.
9481         * lib/search.in.h: Likewise.
9482         * lib/signal.in.h: Likewise.
9483         * lib/stdarg.in.h: Likewise.
9484         * lib/stdint.in.h: Likewise.
9485         * lib/stdio.in.h: Likewise.
9486         * lib/stdlib.in.h: Likewise.
9487         * lib/string.in.h: Likewise.
9488         * lib/strings.in.h: Likewise.
9489         * lib/sys_select.in.h: Likewise.
9490         * lib/sys_socket.in.h: Likewise.
9491         * lib/sys_stat.in.h: Likewise.
9492         * lib/sys_time.in.h: Likewise.
9493         * lib/sysexits.in.h: Likewise.
9494         * lib/time.in.h: Likewise.
9495         * lib/unistd.in.h: Likewise.
9496         * lib/wchar.in.h: Likewise.
9497         * lib/wctype.in.h: Likewise.
9498         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
9499         * modules/fchdir (Makefile.am): Likewise.
9500         * modules/fcntl (Makefile.am): Likewise.
9501         * modules/float (Makefile.am): Likewise.
9502         * modules/iconv_open (Makefile.am): Likewise.
9503         * modules/inttypes (Makefile.am): Likewise.
9504         * modules/locale (Makefile.am): Likewise.
9505         * modules/math (Makefile.am): Likewise.
9506         * modules/netinet_in (Makefile.am): Likewise.
9507         * modules/search (Makefile.am): Likewise.
9508         * modules/signal (Makefile.am): Likewise.
9509         * modules/stdarg (Makefile.am): Likewise.
9510         * modules/stdint (Makefile.am): Likewise.
9511         * modules/stdio (Makefile.am): Likewise.
9512         * modules/stdlib (Makefile.am): Likewise.
9513         * modules/string (Makefile.am): Likewise.
9514         * modules/strings (Makefile.am): Likewise.
9515         * modules/sys_select (Makefile.am): Likewise.
9516         * modules/sys_socket (Makefile.am): Likewise.
9517         * modules/sys_stat (Makefile.am): Likewise.
9518         * modules/sys_time (Makefile.am): Likewise.
9519         * modules/sysexits (Makefile.am): Likewise.
9520         * modules/time (Makefile.am): Likewise.
9521         * modules/unistd (Makefile.am): Likewise.
9522         * modules/wchar (Makefile.am): Likewise.
9523         * modules/wctype (Makefile.am): Likewise.
9524         Reported by Reuben Thomas <rrt@sc3d.org>.
9525
9526 2008-08-29  Bruno Haible  <bruno@clisp.org>
9527
9528         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
9529         any more.
9530
9531 2008-08-29  Simon Josefsson  <simon@josefsson.org>
9532
9533         * MODULES.html.sh (Misc): Add bitrotate.
9534
9535         * modules/bitrotate: New file.
9536
9537         * lib/bitrotate.h: New file.
9538
9539         * modules/bitrotate-tests: New file.
9540
9541         * tests/test-bitrotate.c: New file.
9542
9543         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
9544         on the bitrotate module.
9545
9546         * lib/arctwo.c: Use new bitrotate module.
9547
9548 2008-08-29  Jim Meyering  <meyering@redhat.com>
9549
9550         bootstrap: merge changes from coreutils
9551         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
9552         of copied files.  Remove a kludge, now that this is fixed.
9553         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
9554         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
9555         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
9556
9557 2008-08-29  Bruno Haible  <bruno@clisp.org>
9558
9559         * MODULES.html.sh: Remove --cvs-urls option.
9560
9561 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
9562
9563         maint.mk: adjust to file name change
9564         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
9565
9566 2008-08-28  Jim Meyering  <meyering@redhat.com>
9567
9568         * modules/getndelim2 (License): Relicense to LGPLv2+.
9569         Approved by Richard Stallman for the version of 1995, and by
9570         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
9571
9572 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
9573
9574         * lib/getdelim.c (flockfile, funlockfile): Make all of them
9575         dummy if one is not available.  Do not touch them if
9576         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
9577         (getc_maybe_unlocked): New.
9578         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
9579
9580 2008-08-26  Eric Blake  <ebb9@byu.net>
9581
9582         doc/INSTALL: resync from autoconf
9583         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
9584         (INSTALL_PRELUDE): Delete; this is done more efficiently by
9585         moving...
9586         * install.texi [!autoconf]: ...here.  Resync from autoconf.
9587         * INSTALL: Regenerate.
9588         * INSTALL.ISO: New file.
9589         * INSTALL.UTF-8: Likewise.
9590
9591 2008-08-26  Jim Meyering  <meyering@redhat.com>
9592
9593         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
9594         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
9595         these definitions conditional, so that they may be overridden, too.
9596
9597 2008-08-26  Bruno Haible  <bruno@clisp.org>
9598
9599         Generate INSTALL file variants with prettier quotes.
9600         * doc/Makefile (INSTALL_PRELUDE): New macro.
9601         (INSTALL): Use it.
9602         (INSTALL.ISO, INSTALL.UTF-8): New rules.
9603
9604 2008-08-26  Bruno Haible  <bruno@clisp.org>
9605
9606         Run makeinfo in an English locale.
9607         * doc/Makefile (MAKEINFO): New variable.
9608
9609 2008-08-26  Bruno Haible  <bruno@clisp.org>
9610
9611         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
9612         Suggested by Eric Blake.
9613
9614 2008-08-25  Bruno Haible  <bruno@clisp.org>
9615
9616         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
9617
9618 2008-08-25  Eric Blake  <ebb9@byu.net>
9619
9620         c-stack: test that stack overflow can be caught
9621         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
9622         that platform allows handling stack overflow; at least OS/2 EMX
9623         has sigaltstack, but crashes before transferring control to
9624         handler on stack overflow.
9625         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
9626         check for HAVE_STACK_OVERFLOW_HANDLING.
9627         Reported by Elbert Pol.
9628
9629 2008-08-25  Bruno Haible  <bruno@clisp.org>
9630
9631         * doc/posix-functions/strftime.texi: Fix description of strftime
9632         module.
9633
9634 2008-08-24  Bruno Haible  <bruno@clisp.org>
9635
9636         * tests/uniwidth/test-uc_width2.c: New file.
9637         * tests/uniwidth/test-uc_width2.sh: New file.
9638         * modules/uniwidth/width-tests (Files): Add the new files.
9639         (TESTS): Add uniwidth/test-uc_width2.sh.
9640         (TESTS_ENVIRONMENT): New variable.
9641         (check_PROGRAMS): Add test-uc_width2.
9642         (test_uc_width2_SOURCES): New variable.
9643
9644         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
9645         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
9646         not 0x00AB.
9647         Reported by Alexander V. Lukyanov <lav@netis.ru>.
9648
9649 2008-08-22  Eric Blake  <ebb9@byu.net>
9650
9651         test-lock, test-tls: mention why a test is skipped
9652         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
9653         skipped.
9654         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
9655
9656         count-one-bits: relax license
9657         * modules/count-one-bits (License): Relicense to LGPLv2+.
9658         Suggested by Ludovic Courtès, approved by Ben Pfaff.
9659
9660 2008-08-22  Andreas Schwab  <schwab@suse.de>
9661
9662         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
9663         Remove spurious space in assignment.
9664
9665 2008-08-21  Simon Josefsson  <simon@josefsson.org>
9666
9667         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
9668         Paul Eggert <eggert@CS.UCLA.EDU>.
9669
9670 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
9671
9672         * modules/gettext: Add m4/threadlib.m4.
9673
9674 2008-08-19  Eric Blake  <ebb9@byu.net>
9675
9676         test-c-stack: fix compilation failure on FreeBSD 5.0
9677         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
9678         headers before <sys/resource.h>.
9679         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
9680         the bug.
9681         Reported by Nelson H. F. Beebe.
9682
9683         strverscmp: migrate from "strverscmp.h" to <string.h>
9684         * modules/string (Makefile.am): Add new hooks.
9685         * modules/strverscmp (Files): Remove strverscmp.h.
9686         (Depends-on): Add string.
9687         (configure.ac): Add indicator.
9688         (Include): Mention new header.
9689         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
9690         defaults.
9691         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
9692         results.
9693         * lib/strverscmp.h: Delete.
9694         * lib/string.in.h (strverscmp): Provide declaration, when needed.
9695         * tests/test-strverscmp.c (includes): Adjust client.
9696         * lib/check-version.c (includes): Likewise.
9697         * NEWS: Document the change.
9698
9699         strverscmp: add unit test
9700         * modules/strverscmp-tests: New file.
9701         * tests/test-strverscmp.c: Likewise.
9702
9703 2008-08-19  Simon Josefsson  <simon@josefsson.org>
9704
9705         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
9706         regarding Windows crypto stuff, from Mono.
9707
9708 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
9709
9710         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
9711         if present, for intel RND.  Return error on failures.
9712
9713 2008-08-18  Ben Pfaff  <blp@gnu.org>
9714
9715         gitlog-to-changelog: give better diagnostic for failed pipe-open
9716         * build-aux/gitlog-to-changelog: Improve error message: suggest
9717         that the version of Git may be too old.
9718
9719 2008-08-18  Simon Josefsson  <simon@josefsson.org>
9720
9721         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
9722         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
9723
9724 2008-08-18  Bruno Haible  <bruno@clisp.org>
9725
9726         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
9727         pthread_in_use().
9728
9729 2008-08-18  Bruno Haible  <bruno@clisp.org>
9730
9731         * lib/glthread/threadlib.c: Include <pthread.h>.
9732
9733 2008-08-18  Bruno Haible  <bruno@clisp.org>
9734
9735         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
9736         glthread_recursive_lock_* macros.
9737         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
9738         Fix syntax error.
9739
9740 2008-08-18  Bruno Haible  <bruno@clisp.org>
9741
9742         * lib/glthread/thread.c: Avoid forcing a context switch right after
9743         thread creation.
9744
9745 2008-08-17  Bruno Haible  <bruno@clisp.org>
9746
9747         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
9748         * lib/glthread/thread.h: Provide Win32 specific implementation.
9749         * modules/thread (Files): Add lib/glthread/thread.c.
9750         (Depends-on): Add lock.
9751         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
9752
9753 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9754
9755         New module 'yield'.
9756         * modules/yield: New file.
9757         * lib/glthread/yield.h: New file.
9758         * m4/yield.m4: New file.
9759         * MODULES.html.sh (Multithreading): Add yield.
9760
9761 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9762
9763         New module 'thread'.
9764         * modules/thread: New file.
9765         * lib/glthread/thread.h: New file.
9766         * m4/thread.m4: New file.
9767         * MODULES.html.sh (Multithreading): Add thread.
9768
9769 2008-08-17  Bruno Haible  <bruno@clisp.org>
9770
9771         * lib/glthread/lock.h: Include <stdlib.h> always.
9772         * lib/glthread/tls.h: Likewise.
9773         * lib/glthread/cond.h: Likewise.
9774
9775 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9776
9777         New module 'cond'.
9778         * modules/cond: New file.
9779         * lib/glthread/cond.h: New file.
9780         * lib/glthread/cond.c: New file.
9781         * m4/cond.m4: New file.
9782         * MODULES.html.sh (Multithreading): Add cond.
9783
9784 2008-08-16  Eric Blake  <ebb9@byu.net>
9785
9786         c-stack: fix regression on Irix 5.3 from 2008-06-21
9787         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
9788         sa_sigaction...
9789         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
9790         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
9791         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
9792         * modules/signal (Makefile.am): Use the value.
9793         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
9794         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
9795         * doc/posix-headers/signal.texi (signal.h): Document this
9796         portability issue.
9797         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
9798         Reported by Tom G. Christensen.
9799
9800 2008-08-17  Bruno Haible  <bruno@clisp.org>
9801
9802         New module 'threadlib'.
9803         * modules/threadlib: New file.
9804         * lib/glthread/threadlib.c: New file, extracted from
9805         lib/glthread/lock.c.
9806         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
9807         functions.
9808         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
9809         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
9810         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
9811         macros.
9812         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
9813         (gl_DISABLE_THREADS): Remove macro.
9814         * modules/lock (Files): Remove build-aux/config.rpath.
9815         (Depends-on): Remove havelib. Add threadlib.
9816         (configure.ac-early): Remove section.
9817         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
9818         * modules/tls (Depends-on): Remove lock. Add threadlib.
9819         (Link): New section, copied from threadlib.
9820         * MODULES.html.sh (Multithreading): Add threadlib.
9821
9822 2008-08-14  Bruno Haible  <bruno@clisp.org>
9823
9824         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
9825         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
9826         glthread_rwlock_unlock, glthread_rwlock_destroy,
9827         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
9828         glthread_recursive_lock_destroy): Define as macros always.
9829         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
9830         glthread_lock_lock.
9831         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
9832         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
9833         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
9834         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
9835         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
9836         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
9837         (glthread_recursive_lock_lock_func): Renamed from
9838         glthread_recursive_lock_lock.
9839         (glthread_recursive_lock_unlock_func): Renamed from
9840         glthread_recursive_lock_unlock.
9841         (glthread_recursive_lock_destroy_func): Renamed from
9842         glthread_recursive_lock_destroy.
9843
9844 2008-08-14  Bruno Haible  <bruno@clisp.org>
9845
9846         * lib/glthread/lock.h: Renamed from lib/lock.h.
9847         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
9848         * lib/glthread/tls.h: Renamed from lib/tls.h.
9849         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
9850         * lib/fstrcmp.c: Update includes.
9851         * lib/strsignal.c: Update includes.
9852         * modules/lock (Files, Makefile.am): Update.
9853         (Include): Change to "glthread/lock.h".
9854         * modules/tls (Files, Makefile.am): Update.
9855         (Include): Change to "glthread/tls.h".
9856         * tests/test-lock.c: Update includes.
9857         * tests/test-tls.c: Update includes.
9858         * NEWS: Mention the renamed header files.
9859
9860 2008-08-11  Jim Meyering  <meyering@redhat.com>
9861
9862         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
9863
9864 2008-08-11  Eric Blake  <ebb9@byu.net>
9865
9866         test-c-stack: avoid C99-ism
9867         * tests/test-c-stack.c (main): Fix whitespace, move declaration
9868         before statement.
9869         Reported by Alain Guibert.
9870
9871 2008-08-10  Jim Meyering  <meyering@redhat.com>
9872
9873         ensure that return value of uinttostr et al are not ignored
9874         * lib/inttostr.h (__GNUC_PREREQ): Define.
9875         (__attribute_warn_unused_result__): Define.
9876         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
9877
9878 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
9879
9880         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
9881         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
9882
9883 2008-08-07  Jim Meyering  <meyering@redhat.com>
9884
9885         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
9886
9887         * modules/mkstemp (License): Relicense under LGPLv2+.
9888         * modules/tempname (License): Likewise.
9889
9890 2008-08-06  Bruno Haible  <bruno@clisp.org>
9891
9892         * lib/poll.c (poll): Further micro-optimization.
9893
9894 2008-08-06  Jim Meyering  <meyering@redhat.com>
9895
9896         inet_pton.c: use locale-independent tolower
9897         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
9898         (inet_pton6): Use c_tolower rather than tolower.
9899         * modules/inet_pton (Depends-on): Add c-ctype.
9900
9901 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
9902
9903         * lib/poll.c (poll): Avoid division when timeout is 0, cache
9904         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
9905
9906 2008-08-06  Jim Meyering  <meyering@redhat.com>
9907
9908         * modules/inet_pton (License): Relicense under LGPLv2+.
9909
9910 2008-08-03  Bruno Haible  <bruno@clisp.org>
9911
9912         Additional non-aborting API for lock and tls.
9913         * lib/lock.h: Include <errno.h>.
9914         (glthread_lock_init): New macro/function.
9915         (gl_lock_init): Define as wrapper around glthread_lock_init.
9916         (glthread_lock_lock): New macro/function.
9917         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
9918         (glthread_lock_unlock): New macro/function.
9919         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
9920         (glthread_lock_destroy): New macro/function.
9921         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
9922         (glthread_rwlock_init): New macro/function.
9923         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
9924         (glthread_rwlock_rdlock): New macro/function.
9925         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
9926         (glthread_rwlock_wrlock): New macro/function.
9927         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
9928         (glthread_rwlock_unlock): New macro/function.
9929         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
9930         (glthread_rwlock_destroy): New macro/function.
9931         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
9932         (glthread_recursive_lock_init): New macro/function.
9933         (gl_recursive_lock_init): Define as wrapper around
9934         glthread_recursive_lock_init.
9935         (glthread_recursive_lock_lock): New macro/function.
9936         (gl_recursive_lock_lock): Define as wrapper around
9937         glthread_recursive_lock_lock.
9938         (glthread_recursive_lock_unlock): New macro/function.
9939         (gl_recursive_lock_unlock): Define as wrapper around
9940         glthread_recursive_lock_unlock.
9941         (glthread_recursive_lock_destroy): New macro/function.
9942         (gl_recursive_lock_destroy): Define as wrapper around
9943         glthread_recursive_lock_destroy.
9944         (glthread_once): New macro/function.
9945         (gl_once): Define as wrapper around glthread_once.
9946         Update function declarations.
9947         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
9948         glthread_rwlock_init. Return error code.
9949         (glthread_rwlock_rdlock_multithreaded): Renamed from
9950         glthread_rwlock_rdlock. Return error code.
9951         (glthread_rwlock_wrlock_multithreaded): Renamed from
9952         glthread_rwlock_wrlock. Return error code.
9953         (glthread_rwlock_unlock_multithreaded): Renamed from
9954         glthread_rwlock_unlock. Return error code.
9955         (glthread_rwlock_destroy_multithreaded): Renamed from
9956         glthread_rwlock_destroy. Return error code.
9957         (glthread_recursive_lock_init_multithreaded): Renamed from
9958         glthread_recursive_lock_init. Return error code.
9959         (glthread_recursive_lock_lock_multithreaded): Renamed from
9960         glthread_recursive_lock_lock. Return error code.
9961         (glthread_recursive_lock_unlock_multithreaded): Renamed from
9962         glthread_recursive_lock_unlock. Return error code.
9963         (glthread_recursive_lock_destroy_multithreaded): Renamed from
9964         glthread_recursive_lock_destroy. Return error code.
9965         (glthread_once_call): Make static.
9966         (glthread_once_multithreaded): Renamed from glthread_once.
9967         * lib/tls.h: Include <errno.h>.
9968         (glthread_tls_key_init): New macro/function.
9969         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
9970         (glthread_tls_set): New macro/function.
9971         (gl_tls_set): Define as wrapper around glthread_tls_set.
9972         (glthread_tls_key_destroy): New macro/function.
9973         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
9974         Update function declarations.
9975         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
9976         glthread_tls_get.
9977         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9978
9979 2008-08-04  Eric Blake  <ebb9@byu.net>
9980
9981         gnumakefile: use space, not TAB, outside of targets
9982         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
9983
9984 2008-08-02  Jim Meyering  <meyering@redhat.com>
9985
9986         getdate.y: avoid locale-dependent date parsing failure
9987         In Turkish locales, getdate would fail to recognize keywords
9988         containing a lowercase "i".  The solution is not to rely on
9989         locale-sensitive case-conversion.
9990         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
9991         (lookup_word): Use c_toupper in place of toupper.
9992         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
9993         Reported by Vefa Bicakci <bicave@superonline.com> in
9994         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
9995         * modules/getdate (Depends-on): Add c-ctype.
9996
9997 2008-08-02  Bruno Haible  <bruno@clisp.org>
9998
9999         * gnulib-tool (func_import): When updating or creating a .gitignore
10000         file, prepend each added line with a slash, and ignore leading slashes
10001         from the existing lines.
10002         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10003
10004 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10005
10006         Portability fix for GNU make 3.79.1.
10007         * top/GNUmakefile: Avoid 'else COND', which older GNU make
10008         versions do not understand.
10009
10010 2008-08-01  Bruno Haible  <bruno@clisp.org>
10011
10012         Work around bug of HP-UX 10.20 cc with -0.0 literal.
10013         * tests/test-isnanf.h (zero): New variable.
10014         (main): Avoid literal -0.0f.
10015         * tests/test-isnand.h (zero): New variable.
10016         (main): Avoid literal -0.0.
10017         * tests/test-isnanl.h (zero): New variable.
10018         (main): Avoid literal -0.0L.
10019         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
10020         (test_float, test_double, test_long_double): Avoid literals -0.0f,
10021         -0.0, -0.0L.
10022         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
10023         (test_signbitd): Avoid literal -0.0.
10024         (test_signbitl): Avoid literal -0.0L.
10025         * tests/test-ceilf1.c (zero): New variable.
10026         (main): Avoid literal -0.0f.
10027         * tests/test-ceill.c (zero): New variable.
10028         (main): Avoid literal -0.0L.
10029         * tests/test-floorf1.c (zero): New variable.
10030         (main): Avoid literal -0.0f.
10031         * tests/test-floorl.c (zero): New variable.
10032         (main): Avoid literal -0.0L.
10033         * tests/test-roundf1.c (zero): New variable.
10034         (main): Avoid literal -0.0f.
10035         * tests/test-round1.c (zero): New variable.
10036         (main): Avoid literal -0.0.
10037         * tests/test-roundl.c (zero): New variable.
10038         (main): Avoid literal -0.0L.
10039         * tests/test-truncf1.c (zero): New variable.
10040         (main): Avoid literal -0.0f.
10041         * tests/test-trunc1.c (zero): New variable.
10042         (main): Avoid literal -0.0.
10043         * tests/test-truncl.c (zero): New variable.
10044         (main): Avoid literal -0.0L.
10045         * tests/test-frexp.c (zero): New variable.
10046         (main): Avoid literal -0.0.
10047         * tests/test-frexpl.c (zero): New variable.
10048         (main): Avoid literal -0.0L.
10049         * tests/test-ldexpl.c (zero): New variable.
10050         (main): Avoid literal -0.0L.
10051         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10052         (zerod, zerol): New variables.
10053         (test_function): Avoid literals -0.0, -0.0L.
10054         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10055         (zerod, zerol): New variables.
10056         (test_function): Avoid literals -0.0, -0.0L.
10057         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10058         (zerod, zerol): New variables.
10059         (test_function): Avoid literals -0.0, -0.0L.
10060         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10061         (zerod, zerol): New variables.
10062         (test_function): Avoid literals -0.0, -0.0L.
10063         * tests/test-strtod.c (zero): New variable.
10064         (main): Avoid literal -0.0.
10065         Reported by Jonathan C. Patschke <jp@centtech.com>.
10066
10067 2008-07-31  Jim Meyering  <meyering@redhat.com>
10068
10069         sha256.h: correct definition of SHA224_DIGEST_SIZE
10070         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
10071         Reported by Paulie Pena IV <paulie4@gmail.com>.
10072         Define as 224 / 8, rather than as a literal.
10073         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
10074         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
10075         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
10076
10077 2008-07-31  Bruno Haible  <bruno@clisp.org>
10078
10079         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
10080         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
10081         Reported by Jonathan Patschke <jp@centtech.com>.
10082
10083 2008-07-31  Bruno Haible  <bruno@clisp.org>
10084
10085         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
10086         Reported by Paolo Bonzini <bonzini@gnu.org>.
10087
10088 2008-07-30  Eric Blake  <ebb9@byu.net>
10089
10090         test-strtod: allow compilation without -lm
10091         * tests/test-strtod.c (main): Avoid link dependence on fabs.
10092         Reported by Dennis Clarke <blastwave@gmail.com>.
10093
10094 2008-07-28  Jim Meyering  <meyering@redhat.com>
10095
10096         bootstrap: work also when there are no .po files in po/
10097         * build-aux/bootstrap (update_po_files): Complete the change
10098         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
10099
10100 2008-07-27  Jim Meyering  <meyering@redhat.com>
10101
10102         * users.txt: Add zile.
10103
10104 2008-07-26  Ben Pfaff  <blp@gnu.org>
10105
10106         Add missing dependencies on new m4/exponent[fdl].m4 files.
10107         * modules/isnanf-nolibm: Add m4/exponentf.m4.
10108         * modules/isnand-nolibm: Add m4/exponentd.m4.
10109         * modules/isnanl-nolibm: Add m4/exponentl.m4.
10110         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
10111         m4/isnan[fdl].m4, because the macros actually used moved.
10112         Reported by Jim Meyering.
10113
10114 2008-07-14  Ben Pfaff  <blp@gnu.org>
10115
10116         Add isinf module.
10117         * lib/isinf.c: New file.
10118         * lib/math.in.h: Define isinf macro if we have decided to replace
10119         it.
10120         * m4/isinf.m4: New file.
10121         * m4/math_h.m4: Initialize and substitute variables for isinf
10122         module.
10123         * modules/isinf: New file.
10124         * modules/isinf-tests: New file.
10125         * modules/math: Add substitutions for new module.
10126         * tests/test-isinf.c: New file.
10127         * doc/posix-functions/isinf.texi: Mention new module.
10128         * MODULES.html.sh: Mention new module.
10129
10130 2008-07-14  Ben Pfaff  <blp@gnu.org>
10131
10132         Factor out some macros for use by additional modules.
10133         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
10134         exponentf.m4.
10135         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
10136         exponentd.m4.
10137         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
10138         file exponentl.m4.
10139         * m4/exponentf.m4: New file.
10140         * m4/exponentd.m4: New file.
10141         * m4/exponentl.m4: New file.
10142         * modules/isnanf: Use new file m4/exponentf.m4.
10143         * modules/isnand: Use new file m4/exponentd.m4.
10144         * modules/isnanl: Use new file m4/exponentl.m4.
10145
10146 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
10147
10148         mktime.c: normalize tp->tm_isdst value to -1/0/1.
10149         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
10150         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
10151         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
10152
10153         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
10154         readlink on platforms without PATH_MAX.
10155
10156 2008-07-21  Eric Blake  <ebb9@byu.net>
10157
10158         Warn, not fail, on stale version.
10159         * top/GNUmakefile (_curr-ver): Tone down previous patch.
10160
10161         Don't allow installation with stale devel version number.
10162         * top/GNUmakefile (_is-install-target): New macro.
10163         (_curr-ver): Forbid installation with stale version number.
10164
10165 2008-07-20  Bruno Haible  <bruno@clisp.org>
10166
10167         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
10168         TESTS_ENVIRONMENT.
10169         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
10170
10171 2008-07-20  Bruno Haible  <bruno@clisp.org>
10172
10173         * lib/c-stack.h (c_stack_action): Add documentation.
10174         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
10175
10176 2008-07-20  Bruno Haible  <bruno@clisp.org>
10177
10178         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
10179         * modules/readlink (License): Likewise.
10180
10181 2008-07-17  Eric Blake  <ebb9@byu.net>
10182
10183         * modules/c-stack (Link): Fix typo.
10184
10185         Make c-stack use libsigsegv, when available.
10186         * modules/c-stack (Depends-on): Add libsigsegv.
10187         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
10188         needed.
10189         * lib/c-stack.c (SIGSTKSZ): Define fallback.
10190         (segv_handler, overflow_handler, c_stack_action)
10191         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
10192         implementation when libsigsegv is available, but only when using
10193         the library is necessary.
10194         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
10195         comment, explaining why XSI check fails on Linux.
10196         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
10197         * tests/test-c-stack2.sh: Tweak skip message.
10198         * NEWS: Document new link-time requirements.
10199
10200 2008-07-16  Eric Blake  <ebb9@byu.net>
10201
10202         c-stack: Expose false positives when not using libsigsegv.
10203         * modules/c-stack-tests (Files): Expand test.
10204         * tests/test-c-stack.c (main): Add means to conditionally trigger
10205         non-overflow SIGSEGV.
10206         * tests/test-c-stack2.sh: New file.
10207
10208 2008-07-14  Bruno Haible  <bruno@clisp.org>
10209
10210         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
10211         Reported by Eric Blake.
10212
10213 2008-07-14  Sam Steingold  <sds@gnu.org>
10214             Bruno Haible  <bruno@clisp.org>
10215
10216         New module libsigsegv.
10217         * modules/libsigsegv: New file.
10218         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
10219         modifications.
10220         * MODULES.html.sh (Signal handling): New section.
10221
10222 2008-07-14  Bruno Haible  <bruno@clisp.org>
10223
10224         * modules/unictype/ctype-* (Description): Add the word "function".
10225         Improves the resulting doc in MODULES.html.
10226
10227 2008-07-12  Ben Pfaff  <blp@gnu.org>
10228
10229         Add longlong module.
10230         * modules/longlong: New file.
10231
10232 2008-07-12  Bruno Haible  <bruno@clisp.org>
10233
10234         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
10235         to empty.
10236
10237 2008-07-10  Ben Pfaff  <blp@gnu.org>
10238
10239         Add isnan module.
10240         * doc/posix-functions/isnan.texi: Mention new module.
10241         * lib/math.in.h: Define isnan macro if we have decided to replace
10242         it.
10243         * m4/isnan.m4: New file.
10244         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
10245         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
10246         also.
10247         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
10248         redundancy.
10249         * m4/math_h.m4: Initialize and substitute variables for isnan
10250         module.
10251         * modules/isnan: New file.
10252         * modules/isnan-tests: New file.
10253         * modules/math: Add substitutions for new module.
10254         * tests/test-isnan.c: New file.
10255         * MODULES.html.sh: Mention new module.
10256
10257 2008-07-10  Ben Pfaff  <blp@gnu.org>
10258
10259         Add isnanf module.
10260         * lib/isnanf.m4: New file.
10261         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
10262         (gl_HAVE_ISNANF_IN_LIBM): New macro.
10263         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
10264         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
10265         * modules/isnanf: New file.
10266         * modules/isnanf-tests: New file.
10267         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
10268         files.
10269         * tests/test-isnanf-nolibm.c: factored most of its contents into
10270         new file tests/test-isnanf.h.
10271         * tests/test-isnanf.h: New file.
10272         * tests/test-isnanf.c: New file.
10273         * MODULES.html.sh: Mention new module.
10274         * doc/glibc-functions/isnanf.texi: Mention new module.
10275
10276 2008-07-10  Ben Pfaff  <blp@gnu.org>
10277
10278         Add isnand module.
10279         * lib/isnand.h: New file.
10280         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
10281         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
10282         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
10283         functionality also.
10284         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
10285         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
10286         (gl_HAVE_ISNAND_IN_LIBM): New macro.
10287         * modules/isnand: New file.
10288         * modules/isnand-tests: New file.
10289         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
10290         files.
10291         * tests/test-isnand-nolibm.c: factored most of its contents into
10292         new file tests/test-isnand.h.
10293         * tests/test-isnand.h: New file.
10294         * tests/test-isnand.c: New file.
10295         * MODULES.html.sh: Mention new module.
10296
10297 2008-07-10  Ben Pfaff  <blp@gnu.org>
10298
10299         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
10300         * lib/isnand.h: Rename lib/isnand-nolibm.h.
10301         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
10302         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
10303         * modules/isnanf-nolibm: Update references to renamed files.
10304         * modules/isnand-nolibm: Likewise.
10305         * modules/isnanf-nolibm-tests: Likewise.
10306         * modules/isnand-nolibm-tests: Likewise.
10307         * lib/frexp.c: Likewise.
10308         * lib/isfinite.c: Likewise.
10309         * lib/signbitd.c: Likewise.
10310         * lib/signbitf.c: Likewise.
10311         * lib/vasnprintf.c: Likewise.
10312         * tests/test-ceilf1.c: Likewise.
10313         * tests/test-ceilf2.c: Likewise.
10314         * tests/test-floorf1.c: Likewise.
10315         * tests/test-floorf2.c: Likewise.
10316         * tests/test-frexp.c: Likewise.
10317         * tests/test-round1.c: Likewise.
10318         * tests/test-round2.c: Likewise.
10319         * tests/test-roundf1.c: Likewise.
10320         * tests/test-strtod.c: Likewise.
10321         * tests/test-trunc1.c: Likewise.
10322         * tests/test-trunc2.c: Likewise.
10323         * tests/test-truncf1.c: Likewise.
10324         * tests/test-truncf2.c: Likewise.
10325         * NEWS: Mention the renamed header files.
10326
10327 2008-07-11  Jim Meyering  <meyering@redhat.com>
10328
10329         vc-list-files: make the last-resort awk code more portable
10330         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
10331         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
10332         does not support it.
10333
10334 2008-07-10  Eric Blake  <ebb9@byu.net>
10335
10336         Work with tar's bootstrap.
10337         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
10338         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
10339         an m4 comment.
10340
10341 2008-07-09  Jim Meyering  <meyering@redhat.com>
10342
10343         posix-shell.m4: fix typo that made this test malfunction
10344         * m4/posix-shell.m4: Remove capitalization in variable name.
10345
10346 2008-07-08  Bruno Haible  <bruno@clisp.org>
10347
10348         * m4/onceonly.m4: Update comments.
10349         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10350
10351 2008-07-04  Jim Meyering  <meyering@redhat.com>
10352
10353         * users.txt: Add vc-dwim.
10354         (bison, coreutils): Use the gitweb URL.
10355
10356 2008-07-03  Jim Meyering  <meyering@redhat.com>
10357
10358         * users.txt: Add libffcall.  From Sam Steingold.
10359
10360 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
10361
10362         getdate.y: do not ignore TZ with relative day, month or year offset
10363         * lib/getdate.y (get_date): Move the tz-handling block to follow the
10364         relative-date-handling, since otherwise, the latter would clobber the
10365         sole output (an updated Start value) of the tz-handling block.
10366         * tests/test-getdate.c: Tests for the fix
10367
10368 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10369
10370         Recognize 'foo_LIBRARIES += libgnu.a'.
10371         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
10372         makefile snippet has already specified an installation location,
10373         also using '+='.
10374
10375 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
10376
10377         getdate.y: factor out common actions
10378         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
10379         Use them in place of open-coded actions.
10380
10381 2008-07-01  Simon Josefsson  <simon@josefsson.org>
10382
10383         Add self-test for getdate module.
10384         * modules/getdate-tests: New file.
10385         * tests/test-getdate.c: New file.
10386
10387 2008-06-29  Bruno Haible  <bruno@clisp.org>
10388
10389         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
10390         .gitignore.
10391         Reported by Sylvain Beucler <beuc@beuc.net>.
10392
10393 2008-06-29  Bruno Haible  <bruno@clisp.org>
10394
10395         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
10396         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
10397
10398 2008-06-29  Bruno Haible  <bruno@clisp.org>
10399
10400         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
10401         EXTRA_DIST.
10402         Reported by Sylvain Beucler <beuc@beuc.net>.
10403
10404 2008-06-26  Jim Meyering  <meyering@redhat.com>
10405
10406         make several modules depend on the "open" module
10407         This provides slightly increased consistency when opening-for-write
10408         the name of a non-directory spelled with a trailing slash.
10409         * modules/chdir-safer: Likewise.
10410         * modules/chown: Likewise.
10411         * modules/clean-temp: Likewise.
10412         * modules/copy-file: Likewise.
10413         * modules/fchdir: Likewise.
10414         * modules/fcntl-safer: Likewise.
10415         * modules/pipe: Likewise.
10416         * modules/utime: Likewise.
10417         Prompted by Eric Blake and Bruno Haible.
10418
10419 2008-06-24  Andreas Schwab  <schwab@suse.de>
10420
10421         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
10422         literals can be used as initializers for global variables.
10423
10424 2008-06-23  Eric Blake  <ebb9@byu.net>
10425
10426         Make gnulib-cache.m4 easier to diff.
10427         * gnulib-tool (func_import): Allow newlines when reading cached
10428         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
10429
10430 2008-06-23  Bruno Haible  <bruno@clisp.org>
10431
10432         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
10433         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
10434         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
10435         m4/signalblocking.m4.
10436         (gl_PREREQ_SIGACTION): Don't invoke it.
10437         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
10438         gl_PREREQ_SIG_HANDLER_H.
10439         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10440         Don't check for sigaction here.
10441
10442 2008-06-23  Bruno Haible  <bruno@clisp.org>
10443
10444         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
10445         (install_handlers): Don't set the SA_RESETHAND flag.
10446
10447 2008-06-23  Bruno Haible  <bruno@clisp.org>
10448
10449         * m4/sigaction.m4: Comment fixes.
10450         * lib/signal.in.h: Likewise.
10451
10452 2008-06-23  Eric Blake  <ebb9@byu.net>
10453
10454         Fix typo.
10455         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
10456
10457         Avoid SA_ namespace.
10458         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
10459         Reported by Ralf Wildenhues.
10460
10461         Avoid test failure due to SA_RESTORER.
10462         * tests/test-sigaction.c (SA_MASK): New macro.
10463         (main): Avoid failing due to extension flags being set.
10464         Reported by Jim Meyering.
10465
10466         Revert use of sig-handler.h in sigprocmask.c.
10467         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
10468         it requires the existence of struct sigaction.
10469         * lib/sigprocmask.c (handler_t): Restore typedef.
10470         (rpl_signal, old_handlers): Use local type.
10471
10472 2008-06-22  Bruno Haible  <bruno@clisp.org>
10473
10474         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
10475         conditionally.
10476         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10477
10478 2008-06-22  Bruno Haible  <bruno@clisp.org>
10479
10480         * doc/posix-functions/siginterrupt.texi: Move note.
10481
10482         * lib/signal.in.h (SA_RESTART): New macro.
10483         * lib/sigaction.c: Update comment.
10484
10485         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
10486
10487         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
10488         (gl_PREREQ_SIGPROCMASK): Invoke it.
10489         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
10490
10491         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
10492
10493         * lib/sigprocmask.c: Update a comment.
10494
10495 2008-06-21  Eric Blake  <ebb9@byu.net>
10496
10497         Use sigaction module rather than signal().
10498         * modules/c-stack (Depends-on): Add sigaction.
10499         * modules/fatal-signal (Depends-on): Likewise.
10500         * modules/nanosleep (Depends-on): Likewise.
10501         * modules/sigprocmask (Files): Add sig-handler.h.
10502         * modules/sigaction (Files): Likewise.
10503         * lib/sig-handler.h (get_handler): New file, suggested by Paul
10504         Eggert.
10505         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
10506         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
10507         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
10508         (init_fatal_signals): Likewise.
10509         * lib/nanosleep.c (rpl_nanosleep): Likewise.
10510         (siginterrupt): Delete fallback.
10511         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
10512         instead.
10513         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
10514         siginterrupt.
10515
10516         New module sigaction, for mingw.
10517         * modules/sigaction: New module...
10518         * modules/sigaction-tests: ...and its test.
10519         * m4/sigaction.m4: New file.
10520         * lib/sigaction.c: Likewise.
10521         * tests/test-sigaction.c: Likewise.
10522         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
10523         * modules/signal (Makefile.am): Likewise.
10524         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
10525         needed.
10526         * doc/posix-headers/signal.texi (signal.h): Mention provided
10527         types.
10528         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
10529         that sigaction is preferable.
10530         * doc/posix-functions/sigaction.texi (sigaction): Mention new
10531         module.
10532         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10533         sigaction.
10534
10535         Improve robustness of sigprocmask by overriding signal.
10536         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
10537         is in use.
10538         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
10539         (SIGKILL, SIGSTOP): Provide fallbacks.
10540         (rpl_signal): Implement.
10541         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
10542         signal can be called inside handlers.
10543
10544         Fix nanosleep module on mingw.
10545         * modules/nanosleep (Depends-on): Add sys_select.
10546         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
10547
10548         Fix licensing of sigprocmask.
10549         * modules/raise (License): Relicense as LGPL.
10550
10551 2008-06-21  Bruno Haible  <bruno@clisp.org>
10552
10553         * lib/propername.c (proper_name_utf8): Don't use the transliterated
10554         result if it contains question marks.
10555         Reported by Michael Geng <linux@michaelgeng.de>.
10556
10557 2008-06-19  Bruno Haible  <bruno@clisp.org>
10558
10559         Fix CVS-ism.
10560         * doc/gnulib.texi: Include updated-stamp.texi.
10561         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
10562         (updated-stamp.texi): New rule.
10563         (gnulib.info): Depend on it.
10564         * doc/.gitignore: Add updated-stamp.texi.
10565         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
10566
10567 2008-06-19  Bruno Haible  <bruno@clisp.org>
10568
10569         * doc/Makefile (gnulib.info): Update and simplify dependencies.
10570         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10571
10572 2008-06-19  Eric Blake  <ebb9@byu.net>
10573
10574         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
10575         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
10576         Reported by Stepan Kasal.
10577
10578 2008-06-18  Bruno Haible  <bruno@clisp.org>
10579
10580         * lib/fatal-signal.c (init_fatal_signals): Add comment.
10581         Reported by Eric Blake.
10582
10583 2008-06-18  Eric Blake  <ebb9@byu.net>
10584
10585         Work around cygwin 1.5.25 strsignal bug.
10586         * tests/test-strsignal.c: Allow for const char *.
10587         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
10588
10589 2008-06-18  Simon Josefsson  <simon@josefsson.org>
10590
10591         * users.txt: Update URL to article and add author/date
10592         information.
10593
10594 2008-06-17  Bruno Haible  <bruno@clisp.org>
10595
10596         New macro gl_DISABLE_THREADS.
10597         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
10598         if the user did not pass --enable-threads or --disable-threads option.
10599         (gl_DISABLE_THREADS): New macro.
10600         Reported by Eric Blake <ebb9@byu.net>.
10601
10602 2008-06-17  Bruno Haible  <bruno@clisp.org>
10603
10604         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
10605         when the macro ignores it.
10606         Based on a patch by Eric Blake <ebb9@byu.net>.
10607
10608 2008-06-17  Bruno Haible  <bruno@clisp.org>
10609
10610         * modules/tls (License): Change to LGPLv2+.
10611         Reported by Eric Blake.
10612
10613 2008-06-17  Eric Blake  <ebb9@byu.net>
10614
10615         Simplify c-stack prerequisites.
10616         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
10617         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
10618         no longer requires <ucontext.h> to exist.  Optimize setrlimit
10619         check.
10620         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
10621         <sys/resource.h>.
10622
10623         Move c-stack test into testsuite.
10624         * modules/c-stack-tests: New file.
10625         * lib/c-stack.c [DEBUG]: Move test program...
10626         * tests/test-c-stack.c: ...into this new file.  Skip rather than
10627         fail test if sigaltstack is lacking.
10628         * tests/test-c-stack.sh: New driver file.
10629
10630 2008-06-16  Eric Blake  <ebb9@byu.net>
10631
10632         Use raise module consistently.
10633         * modules/fatal-signal (Depends-on): Add raise.
10634         * modules/sigprocmask (Depends-on): Likewise.
10635         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
10636         * lib/sigprocmask.c (sigprocmask): Likewise.
10637         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10638         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
10639
10640         Fix compliance bug in sigpending.
10641         * lib/sigprocmask.c (sigpending): Return pending array via
10642         parameter, not return value.
10643
10644 2008-06-14  Eric Blake  <ebb9@byu.net>
10645
10646         Improve obstack-printf test code.
10647         * tests/test-obstack-printf.c (test_function): Fix comment, and
10648         simplify usage of obstack_* in macros.  Add a test for coverage.
10649         Reported by Bruno Haible.
10650
10651 2008-06-14  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
10654         array size as a constant, not as a const variable.
10655         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
10656         AC_USE_SYSTEM_EXTENSIONS.
10657         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
10658         Test whether the obstack_printf function actually exists.
10659         * modules/obstack-printf (Depends-on): Add extensions.
10660         (Include): Remove obstack.h.
10661         * modules/obstack-printf-posix (Depends-on): Add extensions.
10662         (Include): Remove obstack.h.
10663
10664 2008-06-13  Eric Blake  <ebb9@byu.net>
10665
10666         Add obstack-printf and obstack-printf-posix modules.
10667         * modules/obstack-printf: New file.
10668         * modules/obstack-printf-posix: Likewise.
10669         * MODULES.html.sh (Misc): Mention them.
10670         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
10671         Likewise.
10672         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
10673         Likewise.
10674         * modules/stdio (Makefile.am): Accomodate new modules.
10675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10676         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
10677         Declare.
10678         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
10679         functions.
10680         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
10681         (gl_REPLACE_OBSTACK_PRINTF): New macros
10682         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
10683         * tests/test-obstack-printf.c: New file.
10684         * modules/obstack-printf-tests: Likewise.
10685         * modules/obstack-printf-posix-tests: Likewise.
10686
10687 2008-06-11  Bruno Haible  <bruno@clisp.org>
10688
10689         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
10690         * lib/open.c: Include errno.h.
10691         (open): Fail when attempting to write to a file that has a trailing
10692         slash.
10693         * tests/test-open.c (main): Test against trailing slash bug.
10694         * doc/posix-functions/open.texi: Mention the trailing slash bug.
10695
10696 2008-06-10  Bruno Haible  <bruno@clisp.org>
10697
10698         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
10699         for $? to work inside the trap command, with various /bin/sh-s.
10700         * tests/test-vc-list-files-cvs.sh: Likewise.
10701
10702 2008-06-10  Bruno Haible  <bruno@clisp.org>
10703
10704         * lib/acl-internal.h: Don't include gettext.h here.
10705         * lib/set-mode-acl.c: Include gettext.h here.
10706         * lib/copy-acl.c: Likewise.
10707
10708 2008-06-10  Bruno Haible  <bruno@clisp.org>
10709
10710         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
10711         * lib/wait-process.c (wait_subprocess): Likewise.
10712         * lib/execute.h (execute): Add termsigp argument.
10713         * lib/execute.c (execute): Likewise.
10714         * lib/csharpcomp.c (compile_csharp_using_pnet,
10715         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
10716         * lib/csharpexec.c (execute_csharp_using_pnet,
10717         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
10718         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
10719         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
10720         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
10721         is_jikes_present): Update.
10722         * lib/javaexec.c (execute_java_class): Update.
10723         * lib/javaversion.c (execute_and_read_line): Update.
10724         * NEWS: Document the changes.
10725         Reported by Eric Blake.
10726
10727 2008-06-10  Eric Blake  <ebb9@byu.net>
10728
10729         Add missing include.
10730         * tests/test-strstr.c (includes): Add <signal.h>.
10731         * tests/test-strcasestr.c (includes): Likewise.
10732         * tests/test-memmem.c (includes): Likewise.
10733
10734 2008-06-10  Bruno Haible  <bruno@clisp.org>
10735
10736         * lib/wait-process.c (wait_subprocess): Add an assertion.
10737
10738 2008-06-10  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
10741
10742 2008-06-10  Bruno Haible  <bruno@clisp.org>
10743
10744         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
10745         using alarm().
10746         * tests/test-strcasestr.c (main): Likewise.
10747         * tests/test-strstr.c (main): Likewise.
10748
10749 2008-06-09  Bruno Haible  <bruno@clisp.org>
10750
10751         Work around the Solaris 10 ACE ACLs ABI change.
10752         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
10753         declare if ACL_NO_TRIVIAL is present.
10754         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
10755         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
10756         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
10757         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
10758         define if ACL_NO_TRIVIAL is present.
10759         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
10760         and use the current ABI.
10761         (file_has_acl): Use same #if condition as elsewhere.
10762         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
10763         in use, and use the current ABI.
10764         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
10765         Reported by Jim Meyering.
10766
10767 2008-06-09  Eric Blake  <ebb9@byu.net>
10768
10769         Work around environments that (stupidly) ignore SIGALRM.
10770         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
10771         before using alarm().
10772         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10773         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10774         Reported by Ian Beckwith <ianb@erislabs.net>.
10775
10776         Produce autobuild blurb earlier in log.
10777         * modules/autobuild (configure.ac-early): Move AB_INIT here.
10778
10779 2008-06-09  Jim Meyering  <meyering@redhat.com>
10780         and OndÅ™ej Vašík  <ovasik@redhat.com>
10781
10782         utimens.c: correct kernel bug work-around
10783         OndÅ™ej Vašík found that the invalid return value of 280 indicates
10784         failure, not success, and the kernel bug we're trying to work
10785         around affects not just the utimensat call, but also the fallback
10786         futimens call.
10787         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
10788         not success.
10789         [HAVE_FUTIMENS]: Use the same work-around, here.
10790
10791 2008-06-09  Jim Meyering  <meyering@redhat.com>
10792
10793         add more guards around definition of ACE_-related code
10794         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
10795         ALLOW and ACE_OWNER are also defined.
10796
10797 2008-06-08  Bruno Haible  <bruno@clisp.org>
10798
10799         * lib/acl-internal.h: Add me as co-author.
10800         * lib/file-has-acl.c: Likewise.
10801         * lib/set-mode-acl.c: Likewise.
10802         * lib/copy-acl.c: Likewise.
10803
10804 2008-06-08  Bruno Haible  <bruno@clisp.org>
10805
10806         Add support for AIX ACLs.
10807         * lib/acl-internal.h (acl_nontrivial): New declaration.
10808         * lib/file-has-acl.c (acl_nontrivial): New function.
10809         (file_has_acl): Add implementation using AIX 4 ACL API.
10810         * lib/set-mode-acl.c (qset_acl): Likewise.
10811         * lib/copy-acl.c (qcopy_acl): Likewise.
10812
10813 2008-06-08  Bruno Haible  <bruno@clisp.org>
10814
10815         Add support for HP-UX ACLs.
10816         * lib/acl-internal.h (acl_nontrivial): New declaration.
10817         * lib/file-has-acl.c (acl_nontrivial): New function.
10818         (file_has_acl): Add implementation using HP-UX 11 ACL API.
10819         * lib/set-mode-acl.c (qset_acl): Likewise.
10820         * lib/copy-acl.c (qcopy_acl): Likewise.
10821
10822 2008-06-08  Bruno Haible  <bruno@clisp.org>
10823
10824         Add support for Cygwin ACLs.
10825         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
10826         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
10827         the chmod_or_fchmod call.
10828         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
10829
10830 2008-06-08  Bruno Haible  <bruno@clisp.org>
10831
10832         Fix bug with setuid modes in Solaris 10+ code.
10833         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
10834         succeeded, when the mode contains some special bits.
10835
10836 2008-06-08  Bruno Haible  <bruno@clisp.org>
10837
10838         Add support for Solaris 7..10 ACLs.
10839         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
10840         declarations.
10841         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
10842         functions.
10843         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
10844         * lib/set-mode-acl.c (qset_acl): Likewise.
10845         * lib/copy-acl.c (qcopy_acl): Likewise.
10846
10847 2008-06-08  Bruno Haible  <bruno@clisp.org>
10848
10849         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
10850         declaration.
10851         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
10852         (acl_access_nontrivial): Remove MacOS X case.
10853         (file_has_acl): Use acl_extended_nontrivial.
10854         * lib/copy-acl.c (qcopy_acl): Likewise.
10855
10856 2008-06-08  Bruno Haible  <bruno@clisp.org>
10857
10858         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
10859
10860 2008-06-08  Jim Meyering  <meyering@redhat.com>
10861
10862         * modules/acl (Maintainer): Add Bruno Haible.
10863
10864 2008-06-07  Bruno Haible  <bruno@clisp.org>
10865
10866         Improve support for Tru64 ACLs.
10867         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
10868         ACL on OSF/1.
10869
10870 2008-06-07  Bruno Haible  <bruno@clisp.org>
10871
10872         Add support for MacOS X ACLs.
10873         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
10874         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
10875         * lib/set-mode-acl.c (qset_acl): Likewise.
10876         * lib/copy-acl.c (qcopy_acl): Likewise.
10877
10878 2008-06-07  Bruno Haible  <bruno@clisp.org>
10879
10880         Fix memory leak introduced on 2008-05-22.
10881         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
10882         use.
10883
10884 2008-06-07  Bruno Haible  <bruno@clisp.org>
10885
10886         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
10887         to construct an empty ACL.
10888
10889 2008-06-07  Bruno Haible  <bruno@clisp.org>
10890
10891         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
10892         precisely.
10893         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
10894
10895 2008-06-07  Bruno Haible  <bruno@clisp.org>
10896
10897         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
10898         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
10899
10900 2008-06-07  Bruno Haible  <bruno@clisp.org>
10901
10902         * doc/posix-functions/_setjmp.texi: Explain the use of this function
10903         regardless of POSIX.
10904         * doc/posix-functions/_longjmp.texi: Likewise.
10905         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
10906         SystemV platform in this case.
10907
10908 2008-06-06  Eric Blake  <ebb9@byu.net>
10909
10910         Document abort() bugs.
10911         * doc/posix-functions/abort.texi (abort): Mention anomalies.
10912
10913         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
10914         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
10915         sigsetjmp.
10916         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
10917         siglongjmp, but only as a macro.
10918         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
10919         is obsolete.
10920         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
10921
10922         Tweak documentation to cover cygwin argz bugs.
10923         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
10924         argz bug fix; no code change needed since no cygwin releases
10925         occurred between the last fix and the bug being tested.
10926         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
10927         module and recently fixed cygwin bugs.
10928         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
10929         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
10930         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
10931         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
10932         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
10933         Likewise.
10934         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
10935         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
10936         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
10937         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
10938         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
10939         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
10940         Likewise.
10941
10942         Avoid gcc warning on cygwin.
10943         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
10944         !ACL_NO_TRIVIAL]: Avoid unused variable.
10945
10946 2008-06-05  Eric Blake  <ebb9@byu.net>
10947
10948         Be tolerant of UNKNOWN version in gnulib-tool test dir.
10949         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
10950         git-version-gen fails to come up with a version.
10951         Reported by Simon Josefsson.
10952
10953 2008-06-05  Jim Meyering  <meyering@redhat.com>
10954             Paul Eggert  <eggert@cs.ucla.edu>
10955
10956         utimens.c: work around a probable Linux kernel bug
10957         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
10958         appears to be a kernel bug that causes utimensat to return 280
10959         instead of 0, indicating success.
10960
10961 2008-06-04  Bruno Haible  <bruno@clisp.org>
10962
10963         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
10964         2008-06-01 commit.
10965
10966 2008-06-04  Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
10969         * lib/file-has-acl.c (acl_access_nontrivial): New function.
10970         (file_has_acl): Use it. Save errno afterwards.
10971         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
10972
10973 2008-06-03  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
10976         draft code. Simplify #ifs.
10977         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
10978         Put Solaris code after POSIX-draft code. Fix comments regarding
10979         Solaris 10, HP-UX. Mention Cygwin.
10980         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
10981
10982 2008-06-03  Eric Blake  <ebb9@byu.net>
10983
10984         Provide fallback for older kernels.
10985         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
10986         Provide runtime fallback if kernel lacks support.
10987         Reported by Mike Frysinger.
10988
10989 2008-06-02  Bruno Haible  <bruno@clisp.org>
10990
10991         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
10992         it exists.
10993
10994 2008-06-02  Bruno Haible  <bruno@clisp.org>
10995
10996         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
10997         * lib/copy-acl.c (qcopy_acl): Update comment.
10998
10999 2008-06-02  Bruno Haible  <bruno@clisp.org>
11000
11001         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
11002         like ACL APIs.
11003
11004 2008-06-02  Bruno Haible  <bruno@clisp.org>
11005
11006         * tests/test-file-has-acl.sh: Use different code for Cygwin.
11007         * tests/test-set-mode-acl.sh: Likewise.
11008         * tests/test-copy-acl.sh: Likewise.
11009         * tests/test-copy-file.sh: Likewise.
11010
11011 2008-06-02  Bruno Haible  <bruno@clisp.org>
11012
11013         * tests/test-file-has-acl.sh: Remove unused code.
11014
11015 2008-06-01  Bruno Haible  <bruno@clisp.org>
11016
11017         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
11018         (copy_acl): Just a wrapper around qcopy_acl that emits the error
11019         messages.
11020         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
11021
11022 2008-06-01  Bruno Haible  <bruno@clisp.org>
11023
11024         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
11025         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
11026         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
11027         APIs.
11028         * modules/acl-tests (configure.ac): Remove tests now contained in
11029         m4/acl.m4.
11030
11031 2008-06-02  Jim Meyering  <meyering@redhat.com>
11032
11033         announce-gen: use a better key-server host name
11034         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
11035         it may be more consistently reliable.  Suggested by Werner Koch
11036         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
11037
11038 2008-06-01  Bruno Haible  <bruno@clisp.org>
11039
11040         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
11041         Reported by Voroskoi Andras <voroskoi@gmail.com>.
11042
11043 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
11044
11045         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
11046
11047 2008-06-01  Bruno Haible  <bruno@clisp.org>
11048
11049         New ACL tests.
11050         * tests/test-file-has-acl.sh: New file.
11051         * tests/test-file-has-acl.c: New file.
11052         * tests/test-set-mode-acl.sh: New file.
11053         * tests/test-set-mode-acl.c: New file.
11054         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
11055         * tests/test-copy-acl.c: New file.
11056         * modules/acl-tests: New file, based on modules/copy-file-tests.
11057         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
11058         (Depends-on): Add acl-tests.
11059         (configure.ac): Remove checks.
11060         (Makefile.am): Don't create test-sameacls program here any more.
11061
11062 2008-06-01  Bruno Haible  <bruno@clisp.org>
11063
11064         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
11065         * tests/test-sameacls.c: Include progname.h.
11066         (main): Invoke set_program_name. Portability fixes for MacOS X,
11067         Solaris, HP-UX.
11068
11069 2008-06-01  Bruno Haible  <bruno@clisp.org>
11070
11071         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
11072         function.
11073         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
11074
11075 2008-06-01  Bruno Haible  <bruno@clisp.org>
11076
11077         * modules/rpmatch (Depends-on): Add strdup.
11078
11079 2008-06-01  Bruno Haible  <bruno@clisp.org>
11080
11081         * lib/pipe.c: Include unistd-safer.h.
11082         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
11083         * modules/pipe (Depends-on): Add unistd-safer.
11084
11085 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11086
11087         * modules/autobuild (configure.ac): Call AB_INIT.
11088
11089 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11090
11091         * tests/test-getaddrinfo.c: Don't print debug messages by default.
11092         Suggested by Bruno Haible <bruno@clisp.org>.
11093
11094 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11095
11096         * tests/test-base64.c: Cast size_t to unsigned long when invoking
11097         printf.  Use %lu instead of %d.  Reported by Bruno Haible
11098         <bruno@clisp.org>.
11099
11100 2008-05-29  Eric Blake  <ebb9@byu.net>
11101
11102         Prefer new POSIX 200x interfaces over futimesat.
11103         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
11104         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
11105         when available.
11106         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
11107
11108 2008-05-28  Bruno Haible  <bruno@clisp.org>
11109
11110         * modules/stpcpy (License): Change to LGPLv2+.
11111         Requested by David Lutterkort <dlutter@redhat.com>.
11112
11113 2008-05-27  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
11116         current mingw.
11117         Reported by Jose E. Marchesi <jemarch@gnu.org>.
11118
11119 2008-05-27  Bruno Haible  <bruno@clisp.org>
11120
11121         * modules/iconv_open (Link): New section, from module 'iconv'.
11122         * modules/striconv (Link): Likewise.
11123         * modules/striconveh (Link): Likewise.
11124         * modules/xstriconv (Link): Likewise.
11125         * modules/unicodeio (Link): Likewise.
11126         * modules/propername (Link): Likewise.
11127         Reported by Jim Meyering.
11128
11129 2008-05-26  Jim Meyering  <meyering@redhat.com>
11130
11131         sha256: do not artificially restrict buffer length to be < 2^32
11132         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
11133         uint32_t to size_t.
11134         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
11135         to match.
11136
11137         avoid unaligned access errors, e.g., on sparc
11138         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
11139         direct access through a possibly-unaligned uint64* pointer.
11140         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
11141         direct access through a possibly-unaligned uint32* pointer.
11142         Prompted by this patch from Tom "spot" Callaway:
11143         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
11144
11145         sha512.c: fix typo in comment
11146         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
11147
11148 2008-05-25  Bruno Haible  <bruno@clisp.org>
11149
11150         * lib/set-mode-acl.c: Renamed from lib/acl.c.
11151         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
11152         (Makefile.am): Update lib_SOURCES.
11153
11154 2008-05-25  Bruno Haible  <bruno@clisp.org>
11155
11156         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
11157
11158 2008-05-25  Jim Meyering  <meyering@redhat.com>
11159
11160         useless-if-before-free: freed expr may have white-space differences
11161         * build-aux/useless-if-before-free: Recognize cases in which the
11162         freed expression differs from the tested one in embedded white
11163         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
11164         $1 was used, so we can't make any regexp shy.  Improved tests now
11165         detect this.
11166
11167         useless-if-before-free: accept white space in the expression.
11168         * build-aux/useless-if-before-free: For now, any white space
11169         in the expression must be identical in the free argument.
11170
11171         useless-if-before-free: efficiency tweak
11172         * build-aux/useless-if-before-free: Make the expression-matching
11173         regexp "shy".
11174         Make the *outer* regexp shy, not the expr-matching one.
11175
11176         update code-in-comment to accept cast of free arg
11177         * build-aux/useless-if-before-free: Update regexp.
11178
11179 2008-05-25  Bruno Haible  <bruno@clisp.org>
11180
11181         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
11182         * modules/copy-file-tests (Files, Makefile.am): Update.
11183         * tests/test-copy-file.c (func_test_copy): Update.
11184
11185 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
11186
11187         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
11188
11189 2008-05-23  Bruno Haible  <bruno@clisp.org>
11190
11191         Improve support for ACLs on OSF/1.
11192         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
11193         Remove fallback for unknown flavors of ACLs.
11194
11195 2008-05-22  Bruno Haible  <bruno@clisp.org>
11196
11197         Add support for ACLs on OSF/1.
11198         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
11199         replacements.
11200         (acl_free_text): New macro fallback.
11201         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
11202         acl_free.
11203         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
11204         acl_free_text function. Require AC_C_INLINE.
11205
11206 2008-05-22  Bruno Haible  <bruno@clisp.org>
11207
11208         Make copy_acl work on MacOS X 10.5.
11209         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
11210         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
11211         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
11212         If MODE_INSIDE_ACL, don't assume that every system has the same text
11213         representation for ACLs as FreeBSD.
11214         * lib/copy-acl.c (copy_acl): Add support for platforms with
11215         !MODE_INSIDE_ACL.
11216         * lib/file-has-acl.c (file_has_acl): Likewise.
11217         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
11218         FreeBSD, MacOS X, or IRIX, respectively.
11219
11220 2008-05-22  Bruno Haible  <bruno@clisp.org>
11221
11222         * lib/acl.h: Don't include <sys/acl.h>.
11223         (GETACLCNT): Move fallback to lib/acl-internal.h.
11224         * lib/acl-internal.h: Include <sys/acl.h> here.
11225         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
11226
11227 2008-05-22  Bruno Haible  <bruno@clisp.org>
11228
11229         Split off copy_acl function to separate file.
11230         * lib/copy-acl.c: New file, extracted from lib/acl.c.
11231         * lib/acl.c (copy_acl): Moved function to separate file.
11232         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
11233         * modules/acl (Files): Add lib/copy-acl.c.
11234         (Makefiles.am): Augment lib_SOURCES.
11235
11236 2008-05-22  Bruno Haible  <bruno@clisp.org>
11237
11238         * modules/copy-file-tests: New file.
11239         * tests/test-copy-file.sh: New file.
11240         * tests/test-copy-file.c: New file.
11241         * tests/test-copy-file-sameacls.c: New file.
11242
11243 2008-05-22  Eric Blake  <ebb9@byu.net>
11244
11245         Avoid gcc warning.
11246         * tests/test-memcmp.c (main): Pass NULL indirectly.
11247
11248 2008-05-21  Bruno Haible  <bruno@clisp.org>
11249
11250         Add reference doc about ACLs.
11251         * doc/acl-resources.txt: New file.
11252         * doc/acl-cygwin.txt: New file.
11253
11254 2008-05-21  Bruno Haible  <bruno@clisp.org>
11255
11256         Avoid one more warning from gcc.
11257         * lib/vasnprintf.c (IF_LINT): Update comments.
11258         (VASNPRINTF): Use it also for the 'prefix' array initializer.
11259
11260 2008-05-21  Jim Meyering  <meyering@redhat.com>
11261
11262         avoid a warning from gcc
11263         * lib/vasnprintf.c (IF_LINT): Define.
11264         (scale10_round_decimal_long_double):
11265         Use it to avoid a "may be used uninitialized" warning.
11266         (scale10_round_decimal_double): Likewise.
11267
11268 2008-05-21  Simon Josefsson  <simon@josefsson.org>
11269
11270         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
11271         declared.
11272
11273 2008-05-20  Bruno Haible  <bruno@clisp.org>
11274
11275         * tests/test-memcmp.c (main): Test also the sign of the result. Test
11276         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
11277
11278 2008-05-20  Simon Josefsson  <simon@josefsson.org>
11279
11280         * modules/memcmp-tests: New file.
11281         * tests/test-memcmp.c: New file.
11282
11283 2008-05-19  Bruno Haible  <bruno@clisp.org>
11284
11285         * modules/propername (Notice, configure.ac): Put quoted "..." into
11286         --keyword option.
11287         * lib/propername.h: Update comments accordingly.
11288         Reported by Eric Blake.
11289
11290 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
11291
11292         * modules/getpass-gnu (Depends-on): Add fseeko.
11293
11294 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11295
11296         * modules/base64-tests: New file.
11297
11298 2008-05-19  Bo Borgerson <gigabo@gmail.com>
11299
11300         * lib/base64.c (base64_decode_ctx): If a decode context structure
11301         was passed in use it to ignore newlines.  If a context structure
11302         was _not_ passed in, continue to treat newlines as garbage (this
11303         is the historical behavior).  Formerly base64_decode.
11304         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11305         takes a decode context structure.
11306         * lib/base64.h (base64_decode): Macro for four-argument calls.
11307         (base64_decode_alloc): Likewise.
11308         * lib/base64.c (base64_decode_ctx): If a decode context structure
11309         was passed in use it to ignore newlines.  If a context structure
11310         was _not_ passed in, continue to treat newlines as garbage (this
11311         is the historical behavior).  Formerly base64_decode.
11312         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11313         takes a decode context structure.
11314         * lib/base64.h (base64_decode): Macro for four-argument calls.
11315         (base64_decode_alloc): Likewise.
11316
11317 2008-05-19  Jim Meyering  <meyering@redhat.com>
11318
11319         avoid a warning from gcc
11320         * lib/trim.c (IF_LINT): Define.
11321         (trim2): Use it to avoid a "may be used uninitialized" warning.
11322
11323         Fix doc typo.
11324         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
11325
11326 2008-05-19  Bruno Haible  <bruno@clisp.org>
11327
11328         * doc/glibc-functions/getpass.texi: Document limits of other
11329         implementations.
11330
11331 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11332             Bruno Haible <bruno@clisp.org>
11333
11334         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
11335
11336 2008-05-18  Bruno Haible  <bruno@clisp.org>
11337
11338         * modules/propername: New file, from GNU gettext.
11339         * lib/propername.h: New file, from GNU gettext.
11340         * lib/propername.c: New file, from GNU gettext.
11341         * MODULES.html.sh (Internationalization functions): Add propername.
11342
11343 2008-05-16  Jim Meyering  <meyering@redhat.com>
11344             Bruno Haible  <bruno@clisp.org>
11345
11346         Avoid some warnings from "gcc -Wshadow".
11347         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
11348
11349 2008-05-15  Eric Blake  <ebb9@byu.net>
11350
11351         Extend previous patch to cygwin 1.7.0.
11352         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
11353         fast implementation in cygwin >= 1.7.0.
11354         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11355         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11356
11357 2008-05-15  Bruno Haible  <bruno@clisp.org>
11358
11359         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
11360         implementation in glibc >= 2.9.
11361         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11362         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11363
11364 2008-05-15  Bruno Haible  <bruno@clisp.org>
11365
11366         * MODULES.html.sh (Internationalization functions): Remove linebreak.
11367         (Unicode string functions): Add unilbrk/*.
11368         Reported by Karl Berry.
11369
11370 2008-05-15  Eric Blake  <ebb9@byu.net>
11371
11372         Fix violation of <stdbool.h> replacement in regex.
11373         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
11374         * lib/regexec.c (re_search_internal): Likewise.
11375         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
11376
11377 2008-05-15  Jim Meyering  <meyering@redhat.com>
11378
11379         avoid distracting test output when git or cvs is not found
11380         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
11381         * tests/test-vc-list-files-git.sh: Likewise.
11382
11383 2008-05-15  Eric Blake  <ebb9@byu.net>
11384
11385         Glibc finally accepted the memmem speedup code, bugzilla #5514.
11386         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
11387         glibc version.
11388         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11389         * doc/posix-functions/strstr.texi (strstr): Likewise.
11390         * lib/str-two-way.h (MAX): Sychronize with glibc.
11391
11392 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
11393
11394         * lib/regcomp.c (optimize_utf8): Add a note on why we test
11395         opr.ctx_type.
11396         (calc_first): Initialize constraint field.
11397         (duplicate_node_closure): Use it instead of special casing ANCHORS.
11398         Fix grammar.
11399         (duplicate_node): Merge constraint field for all node types.
11400         (calc_eclosure_iter): Look at constraint field for all node types.
11401         * lib/regex_internal.c (create_cd_newstate): Don't look at
11402         opr.ctx_type.
11403
11404 2008-05-14  Bruno Haible  <bruno@clisp.org>
11405
11406         Help GCC to do better code generation.
11407         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
11408         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
11409         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
11410         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
11411         Declare with attribute 'malloc' if supported.
11412
11413 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
11414
11415         use "echo STR|wc -c" rather than unportable "expr length STR"
11416         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
11417         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
11418
11419 2008-05-14  Jim Meyering  <meyering@redhat.com>
11420
11421         use dd ibs=$n count=1 ... rather than less-portable head -c$n
11422         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
11423         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
11424         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
11425         via Collin Lasse.
11426
11427 2008-05-14  Eric Blake  <ebb9@byu.net>
11428
11429         Avoid quadratic growth in gl_LIBSOURCES.
11430         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
11431         Suggested by Bruno Haible.
11432
11433         Test xmemdup0.
11434         * modules/xmemdup0-tests: New file.
11435         * tests/test-xmemdup0.c: Likewise.
11436
11437 2008-05-13  Eric Blake  <ebb9@byu.net>
11438
11439         Split xmemdup0 into its own module.
11440         * modules/xmemdup0: New file.
11441         * lib/xmemdup0.h: Likewise.
11442         * lib/xmemdup0.c: Likewise.
11443         * MODULES.html.sh (Memory management functions): Add xmemdup0.
11444         * lib/xalloc.h (xmemdup0): Remove.
11445         * lib/xmalloc.c (xmemdup0): Likewise.
11446
11447 2008-05-13  Eric Blake  <ebb9@byu.net>
11448             Bruno Haible  <bruno@clisp.org>
11449
11450         Reduce number of forks required during autoconf.
11451         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
11452         and gl_LIBSOURCES_DIR.
11453         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
11454         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
11455         m4_syscmd per file.
11456         <m4_foreach_w>: Move...
11457         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
11458
11459 2008-05-13  Eric Blake  <ebb9@byu.net>
11460
11461         * gnulib-tool: Fix various comment typos.
11462
11463 2008-05-12  Bruno Haible  <bruno@clisp.org>
11464
11465         Tailor the linebreaking algorithm.
11466         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
11467
11468 2008-05-12  Bruno Haible  <bruno@clisp.org>
11469
11470         Update to Unicode 5.0.0.
11471         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11472         LBP_JV, LBP_JT. Redistribute values.
11473         (unilbrk_table): Change size.
11474         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
11475         Unicode TR#14 rev. 22.
11476         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11477         LBP_JV, LBP_JT. Redistribute values.
11478         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
11479         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
11480         Update.
11481         * lib/unilbrk/lbrkprop1.h: Regenerated.
11482         * lib/unilbrk/lbrkprop2.h: Regenerated.
11483         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
11484         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
11485         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
11486         Likewise.
11487         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
11488         Likewise.
11489         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
11490         result.
11491         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
11492         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
11493         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
11494         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
11495         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
11496         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
11497
11498 2008-05-11  Bruno Haible  <bruno@clisp.org>
11499
11500         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
11501
11502 2008-05-11  Bruno Haible  <bruno@clisp.org>
11503
11504         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
11505         * modules/unilbrk/gen-lbrk: New file.
11506
11507 2008-05-11  Bruno Haible  <bruno@clisp.org>
11508
11509         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
11510         * m4/sha512.m4 (gl_SHA512): Likewise.
11511
11512 2008-05-11  Jim Meyering  <meyering@redhat.com>
11513
11514         New modules: crypto/sha256, crypto/sha512 (from coreutils)
11515         * modules/crypto/sha256: New file.
11516         * modules/crypto/sha512: Likewise.
11517         * lib/sha256.c: Likewise.
11518         * lib/sha256.h: Likewise.
11519         * lib/sha512.c: Likewise.
11520         * lib/sha512.h: Likewise.
11521         * lib/u64.h: Likewise.
11522         * m4/sha256.m4: Likewise.
11523         * m4/sha512.m4: Likewise.
11524         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
11525
11526 2008-05-10  Bruno Haible  <bruno@clisp.org>
11527
11528         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
11529         (Input/Output <stdio.h>): Add xprintf.
11530         (Signal handling <signal.h>): Add strsignal.
11531         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
11532         (Core language properties): Add func.
11533         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
11534         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
11535         strings.
11536         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
11537         (Input/output): New section.
11538         (File system functions): Add openat-die, stat-macros.
11539         (Networking functions): Add sockets.
11540         (Unicode string functions): Add unictype/*.
11541         (Support for building libraries and executables): Add gperf.
11542         (Support for building documentation): Add agpl-3.0.
11543         (Misc): Add nocrash.
11544
11545 2008-05-10  Bruno Haible  <bruno@clisp.org>
11546
11547         * modules/unictype/gen-ctype: New file.
11548
11549 2008-05-10  Jim Meyering  <meyering@redhat.com>
11550
11551         Make chdir-safer.c more efficient on a system with no symlinks.
11552         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
11553         also if ELOOP is zero.  Suggested by Bruno Haible.
11554
11555         Make chdir-safer.c slightly safer.
11556         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
11557         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
11558
11559         Avoid compile failure on systems without ELOOP (like mingw).
11560         * lib/chdir-safer.c (ELOOP): Define if not already defined.
11561         Reported by Bruno Haible.
11562
11563 2008-05-10  Bruno Haible  <bruno@clisp.org>
11564
11565         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
11566         (is_utf8_encoding): Use a case-insensitive comparison.
11567         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
11568         streq.
11569
11570 2008-05-10  Bruno Haible  <bruno@clisp.org>
11571
11572         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
11573         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
11574         * lib/unilbrk/ulc-common.h (iconv_string_length,
11575         iconv_string_keeping_offsets): Remove declarations.
11576         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
11577         Don't include <iconv.h>, streq.h, xsize.h.
11578         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
11579         conversion.
11580         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
11581         <iconv.h>, streq.h, xsize.h.
11582         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
11583         conversion.
11584         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
11585         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
11586         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
11587         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
11588
11589 2008-05-10  Bruno Haible  <bruno@clisp.org>
11590
11591         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
11592         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
11593
11594         * modules/unilbrk/u32-width-linebreaks-tests: New file.
11595         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
11596
11597         * modules/unilbrk/u16-width-linebreaks-tests: New file.
11598         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
11599
11600         * modules/unilbrk/u8-width-linebreaks-tests: New file.
11601         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
11602
11603         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
11604         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
11605
11606         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
11607         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
11608
11609         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
11610         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
11611
11612         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
11613         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
11614
11615 2008-05-10  Bruno Haible  <bruno@clisp.org>
11616
11617         Split up 'linebreak' module.
11618         * lib/unilbrk.h: New file, based on lib/linebreak.h.
11619         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
11620         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
11621         modifications.
11622         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
11623         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
11624         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
11625         lib/linebreak.c.
11626         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
11627         lib/linebreak.c.
11628         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
11629         lib/linebreak.c.
11630         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
11631         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
11632         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
11633         lib/linebreak.c.
11634         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
11635         lib/linebreak.c.
11636         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
11637         lib/linebreak.c.
11638         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
11639         lib/linebreak.c.
11640         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
11641         lib/linebreak.c.
11642         * modules/unilbrk/base: New file.
11643         * modules/unilbrk/tables: New file.
11644         * modules/unilbrk/u8-possible-linebreaks: New file.
11645         * modules/unilbrk/u16-possible-linebreaks: New file.
11646         * modules/unilbrk/u32-possible-linebreaks: New file.
11647         * modules/unilbrk/ulc-common: New file.
11648         * modules/unilbrk/ulc-possible-linebreaks: New file.
11649         * modules/unilbrk/u8-width-linebreaks: New file.
11650         * modules/unilbrk/u16-width-linebreaks: New file.
11651         * modules/unilbrk/u32-width-linebreaks: New file.
11652         * modules/unilbrk/ulc-width-linebreaks: New file.
11653         * lib/linebreak.h: Remove file.
11654         * lib/linebreak.c: Remove file.
11655         * m4/linebreak.m4: Remove file.
11656         * modules/linebreak: Remove file.
11657         * NEWS: Mention the changes.
11658
11659 2008-05-09  Eric Blake  <ebb9@byu.net>
11660
11661         Add xmemdup0.
11662         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
11663         implementation.
11664         * lib/xmalloc.c (xmemdup0): New C implementation.
11665
11666 2008-05-08  Bruno Haible  <bruno@clisp.org>
11667
11668         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
11669
11670 2008-05-07  Eric Blake  <ebb9@byu.net>
11671
11672         Support cross-compilation of <wctype.h>.
11673         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
11674         AC_CACHE_CHECK.
11675
11676 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
11677
11678         * build-aux/vc-list-files: Add support for bzr.
11679
11680 2008-05-03  Jim Meyering  <meyering@redhat.com>
11681
11682         avoid failed assertion with tight malloc
11683         * tests/test-getndelim2.c: Correct an off-by-one assertion.
11684
11685 2008-05-03  Simon Josefsson  <simon@josefsson.org>
11686
11687         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
11688         are needed from arpa/inet.h.
11689         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
11690         Reported by Bruno Haible.
11691
11692 2008-05-02  Jim Meyering  <meyering@redhat.com>
11693
11694         avoid compilation error on FreeBSD 6
11695         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
11696
11697 2008-05-01  Jim Meyering  <meyering@redhat.com>
11698
11699         useless-if-before-free: correct --help's exit status description
11700         * build-aux/useless-if-before-free (usage): Like grep, exit 0
11701         for one or more matches, etc.  Reported by Bruno Haible.
11702
11703         vc-list-files: make the stand-alone gnulib test work
11704         * modules/vc-list-files-tests (configure.ac):
11705         Define and AC_SUBST abs_aux_dir.
11706         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
11707         $(abs_top_srcdir) to each script and having each of them
11708         duplicate the work of setting PATH, set PATH here, using
11709         the new variable, abs_aux_dir instead.
11710         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
11711         * tests/test-vc-list-files-git.sh: Likewise.
11712         Reported by Bruno Haible.
11713
11714 2008-05-01  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/getndelim2.c (getndelim2): Fix newsize computation during
11717         reallocation. Rename 'done' to 'found_delimiter'.
11718
11719 2008-05-01  Jim Meyering  <meyering@redhat.com>
11720
11721         vc-list-files: accommodate /bin/sh like the one from Solaris 10
11722         * build-aux/vc-list-files: Use `...`, not $(...).
11723
11724 2008-04-30  Jim Meyering  <meyering@redhat.com>
11725
11726         add tests for vc-list-files
11727         * modules/vc-list-files-tests: New module.
11728         * tests/test-vc-list-files-cvs.sh: New file.
11729         * tests/test-vc-list-files-git.sh: New file.
11730
11731         avoid a warning from gcc
11732         * lib/getndelim2.c (IF_LINT): Define.
11733         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
11734
11735         vc-list-files: work properly with build-aux/cvsu, too
11736         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
11737         to all cvs-based clauses.
11738
11739         vc-list-files: work properly in the CVS+awk case, too
11740         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
11741
11742         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
11743         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
11744         take more than one file argument, so .  Add quotes, just in case $dir
11745         ever contains a shell meta-character.  Prompted by Soren Hansen in
11746         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
11747
11748 2008-04-29  Eric Blake  <ebb9@byu.net>
11749
11750         Optimize getndelim2 to use block operations when possible.
11751         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
11752         freadseek, and memchr2.
11753         * lib/getndelim2.c (getndelim2): Use them for block reads.
11754
11755 2008-04-29  Bruno Haible  <bruno@clisp.org>
11756
11757         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
11758         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11759         * modules/inet_ntop (Depends-on): Add extensions.
11760         * modules/inet_pton (Depends-on): Likewise.
11761         Reported by Simon Josefsson.
11762
11763 2008-04-29  Jim Meyering  <meyering@redhat.com>
11764
11765         When the is more than one match in a block, match all of them.
11766         * build-aux/useless-if-before-free: Iterate through each block
11767         until there are no more matches.
11768
11769         Fix broken useless-if-before-free script.
11770         * build-aux/useless-if-before-free: Fix typo: missing "?" after
11771         the expression to match cast of argument to free-like function.
11772
11773 2008-04-29  Eric Blake  <ebb9@byu.net>
11774
11775         Use new header.
11776         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
11777
11778 2008-04-29  Jim Meyering  <meyering@redhat.com>
11779
11780         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
11781         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
11782         by gnulib to exist and to declare e.g., inet_ntop.
11783         Don't include "inet_ntop.h", now removed.
11784
11785         * m4/arpa_inet_h.m4: Remove trailing blanks.
11786
11787 2008-04-29  Eric Blake  <ebb9@byu.net>
11788
11789         Silence valgrind on safe reads beyond potential array bounds.
11790         * lib/rawmemchr.valgrind: New file.
11791         * lib/strchrnul.valgrind: Likewise.
11792         * modules/rawmemchr (Files): Distribute new file.
11793         * modules/strchrnul (Files): Likewise.
11794         Suggested by Bruno Haible.
11795
11796 2008-04-29  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
11799         (inet_ntop, inet_pton): Change portability warning's wording.
11800         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
11801         Invoke gl_CHECK_NEXT_HEADERS.
11802         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
11803         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
11804         set ARPA_INET_H.
11805         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11806         * modules/arpa_inet (Description): No longer only for systems that
11807         lack it.
11808         (Depends-on): Add include_next.
11809         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
11810         HAVE_ARPA_INET_H.
11811
11812 2008-04-29  Jim Meyering  <meyering@redhat.com>
11813
11814         * modules/mkdir (License): Re-license as LGPLv2+.
11815
11816 2008-04-29  Bruno Haible  <bruno@clisp.org>
11817
11818         * modules/rawmemchr (Maintainer): Set to Eric.
11819         * modules/strchrnul (Maintainer): Likewise.
11820
11821 2008-04-29  Simon Josefsson  <simon@josefsson.org>
11822
11823         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
11824         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
11825
11826         * modules/arpa_inet (arpa/inet.h): Use them.
11827
11828 2008-04-28  Eric Blake  <ebb9@byu.net>
11829
11830         Test getndelim2.
11831         * modules/getndelim2-tests: New file.
11832         * tests/test-getndelim2.c: Likewise.
11833         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
11834         stream.
11835         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
11836
11837         * MODULES.html.sh: Document new module.
11838
11839 2008-04-20  Bruno Haible  <bruno@clisp.org>
11840
11841         * lib/c-stack.c (die): Use raise.
11842         * modules/c-stack (Depends-on): Add raise.
11843
11844 2008-04-28  Bruno Haible  <bruno@clisp.org>
11845
11846         Expect rpmatch to be declared.
11847         * lib/yesno.c (rpmatch): Remove declaration.
11848
11849         Declare rpmatch.
11850         * lib/stdlib.in.h (rpmatch): New declaration.
11851         * lib/rpmatch.c: Include <stdlib.h> first.
11852         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
11853         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
11854         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
11855         HAVE_RPMATCH.
11856         * modules/rpmatch (Depends-on): Add stdlib, extensions.
11857         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11858         (Include): Set to <stdlib.h>.
11859         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
11860         HAVE_RPMATCH.
11861         * NEWS: Document the change.
11862
11863 2008-04-28  Bruno Haible  <bruno@clisp.org>
11864
11865         Change rpmatch to use nl_langinfo when appropriate.
11866         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
11867         (N_): New macro.
11868         (localized_pattern): New function/macro.
11869         (try): Remove match, nomatch arguments. Copy the pattern into safe
11870         memory before caching it.
11871         (rpmatch): Use localized_pattern. Add translator comments.
11872         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
11873         Suggested by Eric Blake.
11874         * modules/rpmatch (Depends-on): Add stdbool.
11875
11876 2008-04-28  Eric Blake  <ebb9@byu.net>
11877
11878         Add rawmemchr module, matching glibc.
11879         * modules/string (Makefile.am): New indicator.
11880         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
11881         * lib/string.in.h (rawmemchr): Declare when appropriate.
11882         * modules/rawmemchr: New file.
11883         * m4/rawmemchr.m4: Likewise.
11884         * lib/rawmemchr.c: Likewise.
11885         * modules/rawmemchr-tests: Likewise.
11886         * tests/test-rawmemchr.c: Likewise.
11887         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
11888         module.
11889         * modules/strchrnul (Depends-on): Add rawmemchr.
11890         * lib/strchrnul.c (strchrnul): Optimize a corner case.
11891
11892         Whitespace cleanup.
11893         * tests/test-strchrnul.c: Reindent.
11894         * lib/strchrnul.c: Likewise.
11895
11896         Optimize and test strchrnul.
11897         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
11898         * modules/strchrnul-tests: New file.
11899         * tests/test-strchrnul.c: Likewise.
11900
11901         Remove intprops dependency.
11902         * modules/memchr (Depends-on): Remove intprops.
11903         * modules/memrchr (Depends-on): Likewise.
11904         * modules/memchr2 (Depends-on): Likewise.
11905         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
11906         * lib/memrchr.c (__memrchr): Likewise.
11907         * lib/memrchr2.c (memchr2): Likewise.
11908         Reported by Simon Josefsson.
11909
11910 2008-04-28  Simon Josefsson  <simon@josefsson.org>
11911
11912         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
11913         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11914
11915 2008-04-28  Simon Josefsson  <simon@josefsson.org>
11916
11917         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
11918
11919         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
11920
11921         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
11922
11923         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
11924         declarations.
11925         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
11926
11927         * m4/inet_pton.m4: Don't check for header files.
11928
11929         * m4/inet_ntop.m4: Don't check for header files.
11930
11931 2008-04-28  Simon Josefsson  <simon@josefsson.org>
11932
11933         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
11934         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
11935         trigger for cygwin).
11936         Reported by Bruno Haible  <bruno@clisp.org>.
11937
11938 2008-04-28  Bruno Haible  <bruno@clisp.org>
11939
11940         * doc/posix-functions/strdup.texi: Mention mingw problem.
11941
11942 2008-04-27  Bruno Haible  <bruno@clisp.org>
11943
11944         * modules/stat-time-tests (Depends-on): Add sleep.
11945         * tests/test-stat-time.c (force_unlink): New function.
11946         (cleanup): Use it.
11947         (test_mtime): Remove the ctime related tests.
11948         (test_ctime): New function, containing the ctime related tests.
11949         (main): Call test_ctime, except on native Windows platforms.
11950
11951 2008-04-27  Bruno Haible  <bruno@clisp.org>
11952
11953         * lib/rpmatch.c (rpmatch): Add some comments.
11954         Reported by James Youngman <jay@gnu.org>.
11955
11956 2008-04-27  Bruno Haible  <bruno@clisp.org>
11957
11958         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
11959         quiet NaNs.
11960
11961 2008-04-27  Bruno Haible  <bruno@clisp.org>
11962
11963         Make test-yesno.sh work on mingw.
11964         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
11965         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
11966         (main): Set stdin to binary mode.
11967         * modules/yesno-tests (Depends-on): Add binary-io.
11968
11969 2008-04-27  Bruno Haible  <bruno@clisp.org>
11970
11971         Fix 'isfinite' on x86, x86_64, ia64 platforms.
11972         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
11973         argument that lie outside the IEEE 854 domain.
11974         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
11975         (gl_ISFINITE): Use it.
11976         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
11977
11978 2008-04-27  Bruno Haible  <bruno@clisp.org>
11979
11980         Allow local renaming in config.h.
11981         * lib/memrchr.c (memrchr): Don't undefine outside libc.
11982
11983 2008-04-27  Bruno Haible  <bruno@clisp.org>
11984
11985         * lib/memchr.c (__memchr): Change type of 'i'.
11986         * lib/memchr2.c (memchr2): Likewise.
11987
11988 2008-04-26  Eric Blake  <ebb9@byu.net>
11989         and Bruno Haible  <bruno@clisp.org>
11990
11991         Optimize and test memrchr.
11992         * modules/memrchr (Depends-on): Add intprops.
11993         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
11994         * modules/memrchr-tests: New file.
11995         * tests/test-memrchr.c: New file.
11996
11997 2008-04-26  Bruno Haible  <bruno@clisp.org>
11998
11999         Add tentative support for DragonFly BSD.
12000         * lib/stdio-impl.h: Add macros for DragonFly BSD.
12001         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
12002         fp.
12003         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12004         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
12005         * lib/fpurge.c (fpurge): Likewise.
12006         * lib/freadable.c (freaadable): Likewise.
12007         * lib/freadahead.c (freadahead): Likewise.
12008         * lib/freading.c (freading): Likewise.
12009         * lib/freadptr.c (freadptr): Likewise.
12010         * lib/freadseek.c (freadptrinc): Likewise.
12011         * lib/fseeko.c (fseeko): Likewise.
12012         * lib/fseterr.c (fseterr): Likewise.
12013         * lib/fwritable.c (fwritable): Likewise.
12014         * lib/fwriting.c (fwriting): Likewise.
12015
12016 2008-04-26  Bruno Haible  <bruno@clisp.org>
12017
12018         * lib/stdio-impl.h: New file.
12019         * lib/fbufmode.c: Include stdio-impl.h.
12020         (fbufmode): Use fp_, remove redundant #defines.
12021         * lib/fflush.c: Include stdio-impl.h.
12022         (clear_ungetc_buffer): Remove redundant #defines.
12023         * lib/fpurge.c: Include stdio-impl.h.
12024         (fpurge): Remove redundant #defines.
12025         * lib/freadable.c: Include stdio-impl.h.
12026         (freadable): Remove redundant #defines.
12027         * lib/freadahead.c: Include stdio-impl.h.
12028         (freadahead): Remove redundant #defines.
12029         * lib/freading.c: Include stdio-impl.h.
12030         (freading): Remove redundant #defines.
12031         * lib/freadptr.c: Include stdio-impl.h.
12032         (freadptr): Remove redundant #defines.
12033         * lib/freadseek.c: Include stdio-impl.h.
12034         (freadptrinc): Remove redundant #defines.
12035         * lib/fseeko.c: Include stdio-impl.h.
12036         (rpl_fseeko): Remove redundant #defines.
12037         * lib/fseterr.c: Include stdio-impl.h.
12038         (fseterr): Remove redundant #defines.
12039         * lib/fwritable.c: Include stdio-impl.h.
12040         (fwritable: Remove redundant #defines.
12041         * lib/fwriting.c: Include stdio-impl.h.
12042         (fwriting): Remove redundant #defines.
12043         * modules/fbufmode (Files): Add lib/stdio-impl.h.
12044         * modules/fflush (Files): Likewise.
12045         * modules/fpurge (Files): Likewise.
12046         * modules/freadable (Files): Likewise.
12047         * modules/freadahead (Files): Likewise.
12048         * modules/freading (Files): Likewise.
12049         * modules/freadptr (Files): Likewise.
12050         * modules/freadseek (Files): Likewise.
12051         * modules/fseeko (Files): Likewise.
12052         * modules/fseterr (Files): Likewise.
12053         * modules/fwritable (Files): Likewise.
12054         * modules/fwriting (Files): Likewise.
12055
12056 2008-04-26  Bruno Haible  <bruno@clisp.org>
12057
12058         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12059         restore_seek_optimization, update_fpos_cache): New functions, extracted
12060         from rpl_fflush.
12061         (rpl_fflush): Use them.
12062         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
12063         (gl_REPLACE_FFLUSH): Use it.
12064
12065 2008-04-26  Bruno Haible  <bruno@clisp.org>
12066
12067         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
12068         on Solaris.
12069         * tests/test-xstrtoimax.sh: Likewise.
12070         * tests/test-xstrtoumax.sh: Likewise.
12071         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12072
12073 2008-04-26  Bruno Haible  <bruno@clisp.org>
12074
12075         * modules/memchr-tests: New file.
12076         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
12077
12078 2008-04-26  Eric Blake  <ebb9@byu.net>
12079             Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/memchr.c: Include intprops.h.
12082         (__memchr): Optimize parallel detection of matching bytes. Rename local
12083         variables. Add explanatory comments.
12084
12085 2008-04-26  Bruno Haible  <bruno@clisp.org>
12086
12087         Fix module 'memchr', broken since 2000-10-28.
12088         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
12089
12090 2008-04-26  Bruno Haible  <bruno@clisp.org>
12091
12092         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
12093         comments.
12094
12095 2008-04-25  Eric Blake  <ebb9@byu.net>
12096
12097         Use native fstatat on cygwin 1.7.0.
12098         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
12099         first.
12100
12101 2008-04-23  Eric Blake  <ebb9@byu.net>
12102
12103         Improve memchr2 performance.
12104         * lib/memchr2.c (memchr2): Further optimize parallel detection of
12105         NUL bytes.
12106         * modules/memchr2 (Depends-on): Use intprops.h.
12107
12108 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12109
12110         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
12111         an inline function instead of a CPP macro.  Patch by Ben Pfaff
12112         <blp@cs.stanford.edu>.
12113
12114 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12115
12116         * lib/arpa_inet.in.h: New file.
12117
12118         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
12119         (Makefile.am): Sed in substitute header file.
12120
12121         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
12122         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
12123
12124         * modules/inet_ntop (configure.ac): Use
12125         gl_ARPA_INET_MODULE_INDICATOR.
12126
12127         * modules/inet_pton (configure.ac): Use
12128         gl_ARPA_INET_MODULE_INDICATOR.
12129
12130 2008-04-22  Jim Meyering  <meyering@redhat.com>
12131
12132         * modules/verify (License): Re-license as LGPLv2+.
12133
12134 2008-04-22  Simon Josefsson  <simon@josefsson.org>
12135
12136         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
12137         parameter to void* as per POSIX standard (MinGW uses char*).
12138
12139 2008-04-21  Bruno Haible  <bruno@clisp.org>
12140
12141         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12142         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12143         Define to replacements if REPLACE_ISWCNTRL is 1.
12144         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
12145         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
12146         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
12147         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
12148         what it fixes.
12149         * doc/posix-functions/iswalpha.texi: Likewise.
12150         * doc/posix-functions/iswblank.texi: Likewise.
12151         * doc/posix-functions/iswcntrl.texi: Likewise.
12152         * doc/posix-functions/iswdigit.texi: Likewise.
12153         * doc/posix-functions/iswgraph.texi: Likewise.
12154         * doc/posix-functions/iswlower.texi: Likewise.
12155         * doc/posix-functions/iswprint.texi: Likewise.
12156         * doc/posix-functions/iswpunct.texi: Likewise.
12157         * doc/posix-functions/iswspace.texi: Likewise.
12158         * doc/posix-functions/iswupper.texi: Likewise.
12159         * doc/posix-functions/iswxdigit.texi: Likewise.
12160         Reported by Alain Guibert.
12161
12162 2008-04-21  Bruno Haible  <bruno@clisp.org>
12163
12164         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
12165         Patch by Alain Guibert.
12166
12167 2008-04-21  Bruno Haible  <bruno@clisp.org>
12168
12169         Fix test failures on mingw.
12170         * tests/test-xstrtol.c (print_no_progname): New function.
12171         (main): Install it in error_print_progname hook.
12172         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
12173         * tests/test-xstrtoimax.sh: Likewise.
12174         * tests/test-xstrtoumax.sh: Likewise.
12175
12176 2008-04-21  Bruno Haible  <bruno@clisp.org>
12177
12178         Fix test failure on mingw.
12179         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
12180
12181 2008-04-21  Bruno Haible  <bruno@clisp.org>
12182
12183         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
12184         Actually assign a value.
12185
12186 2008-04-20  Bruno Haible  <bruno@clisp.org>
12187
12188         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
12189         take 2.
12190         * lib/canonicalize.c (canonicalize_file_name): Elide if the
12191         'canonicalize-lgpl' module is also used.
12192         * lib/canonicalize-lgpl.c: Undo last change.
12193         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
12194
12195 2008-04-20  Bruno Haible  <bruno@clisp.org>
12196
12197         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
12198         config.h. Provide _mkdir based fallback for mingw.
12199         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
12200         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
12201         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
12202         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
12203         rather than defining mkdir in config.h.
12204         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
12205         (gl_SYS_STAT_H_DEFAULTS): New macro.
12206         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
12207         HAVE_IO_H any more.
12208         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
12209         HAVE_DECL_MKDIR and HAVE_IO_H.
12210
12211 2008-04-20  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/isapipe.c: Port to native Windows platforms.
12214
12215 2008-04-20  Bruno Haible  <bruno@clisp.org>
12216
12217         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
12218
12219 2008-04-21  Eric Blake  <ebb9@byu.net>
12220
12221         Work around preprocessors that don't handle UINTMAX_MAX.
12222         * lib/memchr2.c (memchr2): Avoid embedded #if.
12223         Reported by Alain Guibert, fix suggested by Bruno Haible.
12224
12225 2008-04-21  Simon Josefsson  <simon@josefsson.org>
12226
12227         * doc/posix-functions/strftime.texi (strftime): Explain better
12228         Windows incompatibility.  Suggested by Micah Cowan
12229         <micah@cowan.name>.
12230
12231 2008-04-20  Bruno Haible  <bruno@clisp.org>
12232
12233         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
12234         unistr/u8-mblen.
12235
12236 2008-04-20  Bruno Haible  <bruno@clisp.org>
12237
12238         Fix test failure on platforms with non-GNU iconv.
12239         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
12240         (U_TO_U8): Use it, rather than u16_to_u8.
12241         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
12242         units at the end of the input string.
12243         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
12244
12245 2008-04-20  Bruno Haible  <bruno@clisp.org>
12246
12247         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
12248         when the resulting length is 0.
12249         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
12250
12251 2008-04-20  Bruno Haible  <bruno@clisp.org>
12252
12253         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
12254         works.
12255         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
12256
12257 2008-04-20  Bruno Haible  <bruno@clisp.org>
12258
12259         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
12260         * modules/tsearch-tests (configure.ac): Test for initstate function.
12261
12262 2008-04-20  Bruno Haible  <bruno@clisp.org>
12263
12264         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
12265         for nlink_t if missing.
12266         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
12267
12268 2008-04-19  Bruno Haible  <bruno@clisp.org>
12269
12270         Work around snprintf bug on Linux libc5.
12271         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
12272         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12273         gl_SNPRINTF_SIZE1.
12274         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12275         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
12276         that test failed.
12277         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
12278         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
12279         * modules/snprintf (Files): Add m4/printf.m4.
12280         * modules/vsnprintf (Files): Likewise.
12281         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
12282         * doc/posix-functions/vsnprintf.texi: Likewise.
12283
12284 2008-04-19  Bruno Haible  <bruno@clisp.org>
12285
12286         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
12287         from 0.0058 to less than 10^-7.
12288
12289 2008-04-19  Bruno Haible  <bruno@clisp.org>
12290
12291         Fix rounding when a precision is given.
12292         * lib/vasnprintf.c (is_borderline): New function.
12293         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
12294         9...9x.
12295         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
12296         %e, %g.
12297         * tests/test-vasprintf-posix.c (test_function): Likewise.
12298         * tests/test-snprintf-posix.h (test_function): Likewise.
12299         * tests/test-sprintf-posix.h (test_function): Likewise.
12300         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
12301         * tests/test-printf-posix.h (test_function): Likewise.
12302         * tests/test-printf-posix.output: Update.
12303         Reported by John Darrington <john@darrington.wattle.id.au> via
12304         Ben Pfaff <blp@cs.stanford.edu>.
12305
12306 2008-04-18  Simon Josefsson  <simon@josefsson.org>
12307
12308         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
12309         Suggested by Bruno Haible <bruno@clisp.org>.
12310
12311 2008-04-17  Bruno Haible  <bruno@clisp.org>
12312
12313         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
12314         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
12315         implementation.
12316         Patch by Bruce Merry <bmerry@gmail.com>.
12317
12318 2008-04-17  Simon Josefsson  <simon@josefsson.org>
12319
12320         * doc/posix-functions/strftime.texi (strftime): Mention that %e
12321         doesn't work under Windows.
12322
12323 2008-04-16  Bruno Haible  <bruno@clisp.org>
12324
12325         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
12326         New macros.
12327         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
12328         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
12329         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
12330         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
12331         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
12332         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
12333         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
12334         macros.
12335         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
12336         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
12337         Northern Sotho, Uighur.
12338
12339 2008-04-16  Bruno Haible  <bruno@clisp.org>
12340
12341         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
12342         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
12343         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
12344         Reported by Daniel Bergström <daniel@octocode.com>.
12345
12346 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
12347             Bruno Haible  <bruno@clisp.org>
12348
12349         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
12350         function.
12351         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
12352         New functions, mostly extracted from gl_locale_name_default.
12353         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
12354
12355 2008-04-16  Eric Blake  <ebb9@byu.net>
12356
12357         Adjust strtod detection to catch glibc 2.7 bug.
12358         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
12359         Reported by John Gatewood Ham.
12360
12361 2008-04-16  Bruno Haible  <bruno@clisp.org>
12362
12363         Add tentative support for Linux libc5.
12364         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
12365         * lib/fpurge.c (fpurge): Likewise.
12366         * lib/freadable.c (freadable): Likewise.
12367         * lib/freadahead.c (freadahead): Likewise.
12368         * lib/freading.c (freading): Likewise.
12369         * lib/freadptr.c (freadptr): Likewise.
12370         * lib/freadseek.c (freadptrinc): Likewise.
12371         * lib/fseeko.c (rpl_fseeko): Likewise.
12372         * lib/fseterr.c (fseterr): Likewise.
12373         * lib/fwritable.c (fwritable): Likewise.
12374         * lib/fwriting.c (fwriting): Likewise.
12375         Reported by Alain Guibert <alguibert+bts@free.fr>.
12376
12377 2008-04-15  Bruno Haible  <bruno@clisp.org>
12378
12379         * modules/mathl (configure.ac): Define module indicator.
12380
12381 2008-04-15  Bruno Haible  <bruno@clisp.org>
12382
12383         * lib/logl.c (logl): Remove unused variables.
12384
12385 2008-04-15  Bruno Haible  <bruno@clisp.org>
12386
12387         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
12388         fails.
12389
12390 2008-04-15  Bruno Haible  <bruno@clisp.org>
12391
12392         * lib/trim.c (trim2): Fix argument of isspace() macro.
12393
12394 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
12395
12396         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
12397         to 0.
12398         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
12399
12400 2008-04-14  Bruno Haible  <bruno@clisp.org>
12401
12402         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
12403         AC_LANG_PROGRAM argument.
12404         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
12405         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
12406         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
12407         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12408         * m4/math_h.m4 (gl_MATH_H): Likewise.
12409         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
12410         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12411         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12412         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
12413         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12414         * m4/regex.m4 (gl_REGEX): Likewise.
12415         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
12416         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
12417         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12418         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
12419         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12420         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12421         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12422         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12423
12424 2008-04-14  Jim Meyering  <meyering@redhat.com>
12425
12426         test-strtod: fix typos: s/abs/fabs/
12427         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
12428
12429 2008-04-13  Bruno Haible  <bruno@clisp.org>
12430
12431         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
12432         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
12433         module is also used and while not building the reloc-wrapper.
12434
12435 2008-04-13  Bruno Haible  <bruno@clisp.org>
12436
12437         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
12438
12439 2008-04-13  Bruno Haible  <bruno@clisp.org>
12440
12441         Fix AIX compilation failure introduced on 2008-04-02.
12442         * tests/test-frexp.c (exp): Undefine before redefining.
12443         * tests/test-frexpl.c (exp): Likewise.
12444
12445 2008-04-13  Bruno Haible  <bruno@clisp.org>
12446
12447         Work around a HP-UX stdio bug.
12448         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
12449         * tests/test-ftello.c (main): Likewise.
12450         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
12451         * doc/posix-functions/ftello.texi: Likewise.
12452
12453 2008-04-13  Bruno Haible  <bruno@clisp.org>
12454
12455         Make test-signbit pass on HP-UX/hppa.
12456         * tests/test-signbit.c (minus_zerol): New variable.
12457         (test_signbitl): Use it.
12458
12459 2008-04-13  Bruno Haible  <bruno@clisp.org>
12460
12461         Make truncl work on OSF/1 4.0.
12462         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
12463         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12464         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12465         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
12466         HAVE_DECL_TRUNCL.
12467         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
12468         HAVE_DECL_TRUNCL.
12469         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
12470
12471 2008-04-13  Bruno Haible  <bruno@clisp.org>
12472
12473         * lib/unictype.h: Remove trailing comma from enumeration definitions.
12474
12475 2008-04-13  Bruno Haible  <bruno@clisp.org>
12476
12477         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
12478         expression, so as to avoid HP-UX 11 cc compiler bug.
12479
12480 2008-04-13  Bruno Haible  <bruno@clisp.org>
12481
12482         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
12483
12484 2008-04-13  Bruno Haible  <bruno@clisp.org>
12485
12486         * lib/git-merge-changelog.c: Remove empty declaration outside of
12487         functions.
12488
12489 2008-04-13  Bruno Haible  <bruno@clisp.org>
12490
12491         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
12492
12493 2008-04-13  Bruno Haible  <bruno@clisp.org>
12494
12495         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
12496         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
12497         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
12498         also if it exists but lacks definitions of the SHUT_* macros.
12499         * modules/sys_socket (Description): Update.
12500         Reported by Elbert Pol <e.pol@chello.nl>.
12501
12502 2008-04-13  Bruno Haible  <bruno@clisp.org>
12503
12504         * lib/localcharset.c (OS2): Don't redefine if already defined.
12505         Reported by Elbert Pol <e.pol@chello.nl>.
12506
12507 2008-04-13  Bruno Haible  <bruno@clisp.org>
12508
12509         * lib/binary-io.h [__EMX__]: Include <io.h>.
12510         Reported by Elbert Pol <e.pol@chello.nl>.
12511
12512 2008-04-12  Bruno Haible  <bruno@clisp.org>
12513
12514         * lib/fpucw.h: Enable the definitions also for x86_64.
12515         Needed for NetBSD/x86_64.
12516         Reported by Thomas Klausner <tk@giga.or.at>.
12517
12518 2008-04-12  Bruno Haible  <bruno@clisp.org>
12519
12520         * tests/test-strtod.c: Include isnand.h.
12521         (main): Use isnand instead of isnan.
12522         Reported by Jim Meyering.
12523
12524 2008-04-12  Bruno Haible  <bruno@clisp.org>
12525
12526         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
12527         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
12528
12529 2008-04-12  Jim Meyering  <meyering@redhat.com>
12530
12531         * m4/math_h.m4 (gl_MATH_H): Fix typos.
12532
12533 2008-04-12  Bruno Haible  <bruno@clisp.org>
12534
12535         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
12536         Reported by Elbert Pol <e.pol@chello.nl>.
12537
12538 2008-04-12  Eric Blake  <ebb9@byu.net>
12539
12540         Work around Solaris 10 math.h bug.
12541         * m4/math_h.m4 (gl_MATH_H): Check for bug.
12542         (gl_MATH_H_DEFAULTS): Set up default.
12543         * modules/math (Makefile.am): Replace new indicators.
12544         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
12545         * tests/test-math.c (main): Test this.
12546         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
12547         * doc/posix-headers/math.texi (math.h): Mention bug.
12548         Reported by Nelson H. F. Beebe and Jim Meyering.
12549
12550 2008-04-11  Bruno Haible  <bruno@clisp.org>
12551
12552         Adapt to future versions of Apple GCC.
12553         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
12554         Reported by Peter O'Gorman <peter@pogma.com>.
12555
12556 2008-04-11  Bruno Haible  <bruno@clisp.org>
12557
12558         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
12559
12560 2008-04-11  Bruno Haible  <bruno@clisp.org>
12561
12562         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
12563
12564         * modules/getaddrinfo-tests (Makefile.am): Define
12565         test_getaddrinfo_LDADD.
12566
12567 2008-04-11  Bruno Haible  <bruno@clisp.org>
12568
12569         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
12570         (init): Fix syntax error.
12571         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
12572         is declared.
12573
12574 2008-04-11  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
12577         * modules/glob (Depends-on): Add stdbool.
12578
12579 2008-04-11  Bruno Haible  <bruno@clisp.org>
12580
12581         * lib/trim.c: Include <string.h>.
12582
12583 2008-04-11  Eric Blake  <ebb9@byu.net>
12584
12585         Avoid compile failure on OS/2.
12586         * lib/regex_internal.h (internal_function): Disable optimization
12587         on OS/2 (__EMX__), where it caused compiler error.
12588         Reported by Elbert Pol.
12589
12590 2008-04-11  Bruno Haible  <bruno@clisp.org>
12591
12592         Flush the standard error stream before aborting. Needed on mingw.
12593         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
12594         * tests/test-array_list.c (ASSERT): Likewise.
12595         * tests/test-array_oset.c (ASSERT): Likewise.
12596         * tests/test-avltree_list.c (ASSERT): Likewise.
12597         * tests/test-avltree_oset.c (ASSERT): Likewise.
12598         * tests/test-avltreehash_list.c (ASSERT): Likewise.
12599         * tests/test-binary-io.c (ASSERT): Likewise.
12600         * tests/test-byteswap.c (ASSERT): Likewise.
12601         * tests/test-c-ctype.c (ASSERT): Likewise.
12602         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
12603         * tests/test-c-strcasestr.c (ASSERT): Likewise.
12604         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
12605         * tests/test-c-strstr.c (ASSERT): Likewise.
12606         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
12607         * tests/test-canonicalize.c (ASSERT): Likewise.
12608         * tests/test-carray_list.c (ASSERT): Likewise.
12609         * tests/test-ceilf1.c (ASSERT): Likewise.
12610         * tests/test-ceilf2.c (ASSERT): Likewise.
12611         * tests/test-ceill.c (ASSERT): Likewise.
12612         * tests/test-count-one-bits.c (ASSERT): Likewise.
12613         * tests/test-fbufmode.c (ASSERT): Likewise.
12614         * tests/test-fflush2.c (ASSERT): Likewise.
12615         * tests/test-floorf1.c (ASSERT): Likewise.
12616         * tests/test-floorf2.c (ASSERT): Likewise.
12617         * tests/test-floorl.c (ASSERT): Likewise.
12618         * tests/test-fopen.c (ASSERT): Likewise.
12619         * tests/test-fpending.c (ASSERT): Likewise.
12620         * tests/test-fprintf-posix.c (ASSERT): Likewise.
12621         * tests/test-fpurge.c (ASSERT): Likewise.
12622         * tests/test-freadable.c (ASSERT): Likewise.
12623         * tests/test-freadahead.c (ASSERT): Likewise.
12624         * tests/test-freading.c (ASSERT): Likewise.
12625         * tests/test-freadptr.c (ASSERT): Likewise.
12626         * tests/test-freadptr2.c (ASSERT): Likewise.
12627         * tests/test-freadseek.c (ASSERT): Likewise.
12628         * tests/test-freopen.c (ASSERT): Likewise.
12629         * tests/test-frexp.c (ASSERT): Likewise.
12630         * tests/test-frexpl.c (ASSERT): Likewise.
12631         * tests/test-fseek.c (ASSERT): Likewise.
12632         * tests/test-fseeko.c (ASSERT): Likewise.
12633         * tests/test-fstrcmp.c (ASSERT): Likewise.
12634         * tests/test-ftell.c (ASSERT): Likewise.
12635         * tests/test-ftello.c (ASSERT): Likewise.
12636         * tests/test-func.c (ASSERT): Likewise.
12637         * tests/test-fwritable.c (ASSERT): Likewise.
12638         * tests/test-fwriting.c (ASSERT): Likewise.
12639         * tests/test-getdelim.c (ASSERT): Likewise.
12640         * tests/test-getline.c (ASSERT): Likewise.
12641         * tests/test-i-ring.c (ASSERT): Likewise.
12642         * tests/test-iconv-utf.c (ASSERT): Likewise.
12643         * tests/test-iconv.c (ASSERT): Likewise.
12644         * tests/test-isfinite.c (ASSERT): Likewise.
12645         * tests/test-isnand.c (ASSERT): Likewise.
12646         * tests/test-isnanf.c (ASSERT): Likewise.
12647         * tests/test-isnanl.h (ASSERT): Likewise.
12648         * tests/test-ldexpl.c (ASSERT): Likewise.
12649         * tests/test-linked_list.c (ASSERT): Likewise.
12650         * tests/test-linkedhash_list.c (ASSERT): Likewise.
12651         * tests/test-localename.c (ASSERT): Likewise.
12652         * tests/test-lseek.c (ASSERT): Likewise.
12653         * tests/test-mbscasecmp.c (ASSERT): Likewise.
12654         * tests/test-mbscasestr1.c (ASSERT): Likewise.
12655         * tests/test-mbscasestr2.c (ASSERT): Likewise.
12656         * tests/test-mbscasestr3.c (ASSERT): Likewise.
12657         * tests/test-mbscasestr4.c (ASSERT): Likewise.
12658         * tests/test-mbschr.c (ASSERT): Likewise.
12659         * tests/test-mbscspn.c (ASSERT): Likewise.
12660         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
12661         * tests/test-mbspbrk.c (ASSERT): Likewise.
12662         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
12663         * tests/test-mbsrchr.c (ASSERT): Likewise.
12664         * tests/test-mbsspn.c (ASSERT): Likewise.
12665         * tests/test-mbsstr1.c (ASSERT): Likewise.
12666         * tests/test-mbsstr2.c (ASSERT): Likewise.
12667         * tests/test-mbsstr3.c (ASSERT): Likewise.
12668         * tests/test-memchr2.c (ASSERT): Likewise.
12669         * tests/test-memmem.c (ASSERT): Likewise.
12670         * tests/test-open.c (ASSERT): Likewise.
12671         * tests/test-printf-frexp.c (ASSERT): Likewise.
12672         * tests/test-printf-frexpl.c (ASSERT): Likewise.
12673         * tests/test-printf-posix.c (ASSERT): Likewise.
12674         * tests/test-quotearg.c (ASSERT): Likewise.
12675         * tests/test-rbtree_list.c (ASSERT): Likewise.
12676         * tests/test-rbtree_oset.c (ASSERT): Likewise.
12677         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
12678         * tests/test-round1.c (ASSERT): Likewise.
12679         * tests/test-roundf1.c (ASSERT): Likewise.
12680         * tests/test-roundl.c (ASSERT): Likewise.
12681         * tests/test-signbit.c (ASSERT): Likewise.
12682         * tests/test-sleep.c (ASSERT): Likewise.
12683         * tests/test-snprintf-posix.c (ASSERT): Likewise.
12684         * tests/test-snprintf.c (ASSERT): Likewise.
12685         * tests/test-sprintf-posix.c (ASSERT): Likewise.
12686         * tests/test-stat-time.c (ASSERT): Likewise.
12687         * tests/test-strcasestr.c (ASSERT): Likewise.
12688         * tests/test-strerror.c (ASSERT): Likewise.
12689         * tests/test-striconv.c (ASSERT): Likewise.
12690         * tests/test-striconveh.c (ASSERT): Likewise.
12691         * tests/test-striconveha.c (ASSERT): Likewise.
12692         * tests/test-strsignal.c (ASSERT): Likewise.
12693         * tests/test-strstr.c (ASSERT): Likewise.
12694         * tests/test-strtod.c (ASSERT): Likewise.
12695         * tests/test-trunc1.c (ASSERT): Likewise.
12696         * tests/test-trunc2.c (ASSERT): Likewise.
12697         * tests/test-truncf1.c (ASSERT): Likewise.
12698         * tests/test-truncf2.c (ASSERT): Likewise.
12699         * tests/test-truncl.c (ASSERT): Likewise.
12700         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
12701         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
12702         * tests/test-vasnprintf.c (ASSERT): Likewise.
12703         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
12704         * tests/test-vasprintf.c (ASSERT): Likewise.
12705         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
12706         * tests/test-vprintf-posix.c (ASSERT): Likewise.
12707         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
12708         * tests/test-vsnprintf.c (ASSERT): Likewise.
12709         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
12710         * tests/test-wcwidth.c (ASSERT): Likewise.
12711         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
12712         * tests/test-xprintf-posix.c (ASSERT): Likewise.
12713         * tests/test-xvasprintf.c (ASSERT): Likewise.
12714         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
12715         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
12716         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
12717         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
12718         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
12719         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
12720         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
12721         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
12722         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
12723         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
12724         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
12725         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
12726         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
12727         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
12728         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
12729         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
12730         * tests/unictype/test-block_list.c (ASSERT): Likewise.
12731         * tests/unictype/test-block_of.c (ASSERT): Likewise.
12732         * tests/unictype/test-block_test.c (ASSERT): Likewise.
12733         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
12734         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
12735         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
12736         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
12737         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
12738         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
12739         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
12740         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
12741         * tests/unictype/test-combining.c (ASSERT): Likewise.
12742         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
12743         * tests/unictype/test-digit.c (ASSERT): Likewise.
12744         * tests/unictype/test-mirror.c (ASSERT): Likewise.
12745         * tests/unictype/test-numeric.c (ASSERT): Likewise.
12746         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
12747         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
12748         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
12749         * tests/unictype/test-scripts.c (ASSERT): Likewise.
12750         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
12751         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
12752         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
12753         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
12754         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
12755         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
12756         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
12757         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
12758         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
12759         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
12760         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
12761         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
12762         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
12763         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
12764         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
12765         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
12766         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
12767         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
12768         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
12769         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
12770         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
12771         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
12772         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
12773         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
12774         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
12775         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
12776         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
12777         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
12778         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
12779         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
12780         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
12781         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
12782         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
12783         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
12784         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
12785         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
12786         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
12787         Reported by Eric Blake.
12788
12789 2008-04-11  Bruno Haible  <bruno@clisp.org>
12790
12791         * lib/wchar.in.h: Tweak comment.
12792
12793 2008-04-11  Bruno Haible  <bruno@clisp.org>
12794
12795         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
12796         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
12797         gl_COMMON.
12798         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
12799
12800 2008-04-11  Bruno Haible  <bruno@clisp.org>
12801
12802         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
12803
12804 2008-04-11  Simon Josefsson  <simon@josefsson.org>
12805
12806         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
12807         of attempting to use non-existing /dev/*random.  Based on patch
12808         from Adam Strzelecki <ono@java.pl> in
12809         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
12810
12811 2008-04-08  Bruno Haible  <bruno@clisp.org>
12812
12813         Add tentative support for emx+gcc.
12814         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
12815         * lib/fpurge.c (fpurge): Likewise.
12816         * lib/freadable.c (freadable): Likewise.
12817         * lib/freadahead.c (freadahead): Likewise.
12818         * lib/freading.c (freading): Likewise.
12819         * lib/freadptr.c (freadptr): Likewise.
12820         * lib/freadseek.c (freadptrinc): Likewise.
12821         * lib/fseeko.c (rpl_fseeko): Likewise.
12822         * lib/fseterr.c (fseterr): Likewise.
12823         * lib/fwritable.c (fwritable): Likewise.
12824         * lib/fwriting.c (fwriting): Likewise.
12825         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
12826
12827 2008-04-09  Eric Blake  <ebb9@byu.net>
12828
12829         Avoid some autoconf warnings.
12830         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
12831         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
12832         * m4/afs.m4 (gl_AFS): Likewise.
12833         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
12834         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
12835         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12836         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
12837         (gl_INTEGER_TYPE_SUFFIX): Likewise.
12838         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
12839         (AC_CHECK_DECLS_ONCE): Likewise.
12840         Rename file...
12841         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
12842         gnulib-tool requires autoconf 2.59 or better.
12843         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
12844
12845 2008-04-08  Eric Blake  <ebb9@byu.net>
12846
12847         Use 'git describe --match' if present (added in git 1.5.5).
12848         * build-aux/git-version-gen: Limit result to tags that match 'v*'
12849         if possible.
12850
12851 2008-04-08  Bruno Haible  <bruno@clisp.org>
12852
12853         Add tentative support for OpenServer.
12854         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
12855         _ptr, _cnt.
12856         * lib/fpurge.c (fpurge): Likewise.
12857         * lib/freadable.c (freadable): Likewise.
12858         * lib/freadahead.c (freadahead): Likewise.
12859         * lib/freading.c (freading): Likewise.
12860         * lib/freadptr.c (freadptr): Likewise.
12861         * lib/freadseek.c (freadptrinc): Likewise.
12862         * lib/fseeko.c (rpl_fseeko): Likewise.
12863         * lib/fseterr.c (fseterr): Likewise.
12864         * lib/fwritable.c (fwritable): Likewise.
12865         * lib/fwriting.c (fwriting): Likewise.
12866         Reported by Roger Cornelius <rac@tenzing.org> and
12867         Brian K. White <brian@aljex.com>.
12868
12869 2008-04-06  Jim Meyering  <meyering@redhat.com>
12870
12871         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
12872
12873 2008-04-06  Bruno Haible  <bruno@clisp.org>
12874
12875         Avoid possible error with non-ASCII bytes in UTF-8 locales.
12876         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
12877         * tests/test-printf-posix.sh: Likewise.
12878         * tests/test-vfprintf-posix.sh: Likewise.
12879         * tests/test-vprintf-posix.sh: Likewise.
12880         * tests/test-xprintf-posix.sh: Likewise.
12881
12882 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12883
12884         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
12885         hide error from 'ls', needed on OS/2.
12886         Report by Elbert Pol <elbert.pol@gmail.com>.
12887
12888 2008-04-04  Eric Blake  <ebb9@byu.net>
12889
12890         Make test-fseeko.c failures meaningful.
12891         * tests/test-fseeko.c: Print line number on failure.
12892         * tests/test-fseek.c: Likewise.
12893         Reported by Nelson H. F. Beebe.
12894
12895         Improve strtod bug detection check.
12896         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
12897         required for Solaris 10.
12898         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
12899
12900 2008-04-04  Bruno Haible  <bruno@clisp.org>
12901
12902         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
12903         by m4/setenv.m4.
12904
12905 2008-04-03  Eric Blake  <ebb9@byu.net>
12906
12907         Ensure sane .version contents.
12908         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
12909         version string.
12910         * build-aux/git-version-gen: Improve documentation.
12911
12912         Make GNU make output nicer.
12913         * top/GNUmakefile [!_have-Makefile]: Add dependency on
12914         MAKECMDGOALS to enforce message for all command line targets.  Set
12915         srcdir for use in maint.mk.
12916
12917         Another maintainer tweak.
12918         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
12919         a target that regenerates version.
12920
12921 2008-04-03  Jim Meyering  <meyering@redhat.com>
12922
12923         vc-list-files: don't cause coreutils "make po-check" failure
12924         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
12925
12926 2008-04-03  Eric Blake  <ebb9@byu.net>
12927
12928         Allow VPATH usage of vc-list-files.
12929         * build-aux/vc-list-files (scriptversion): Add timestamp.
12930         (options): Add --help, --version, -C.
12931         (CVS): Support installed cvsu.
12932
12933 2008-04-02  Bruno Haible  <bruno@clisp.org>
12934
12935         Avoid some "statement with no effect" warnings from gcc.
12936         * tests/test-wctype.c (main): Explicitly ignore unused values.
12937         Reported by Jim Meyering.
12938
12939 2008-04-02  Jim Meyering  <meyering@redhat.com>
12940
12941         Avoid some warnings from "gcc -Wshadow".
12942         * tests/test-frexp.c (exp): Define to a different identifier.
12943         * tests/test-frexpl.c (exp): Likewise.
12944
12945 2008-04-03  Jim Meyering  <meyering@redhat.com>
12946
12947         bootstrap: remove dangling *.[ch] symlinks from lib
12948         * build-aux/bootstrap [dangling symlink removal]: Move find's
12949         -depth option to precede all others, to avoid a warning.
12950         Remove *.[ch] files too, and from "$source_base" (usually lib/).
12951
12952 2008-04-02  Bruno Haible  <bruno@clisp.org>
12953
12954         Avoid some warnings from "gcc -Wshadow".
12955         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
12956         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
12957         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
12958         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
12959         Reported by Jim Meyering.
12960
12961 2008-04-01  Bruno Haible  <bruno@clisp.org>
12962
12963         Fix test to work on IRIX 6.5 with cc.
12964         * tests/test-math.c (numeric_equal): New function.
12965         (main): Use it.
12966
12967 2008-04-01  Bruno Haible  <bruno@clisp.org>
12968
12969         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
12970
12971 2008-04-01  Bruno Haible  <bruno@clisp.org>
12972
12973         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
12974         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
12975         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
12976         (Depends-on): Remove math.
12977
12978         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
12979         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
12980         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
12981         (Depends-on): Remove math.
12982
12983         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
12984         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
12985         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
12986         (Depends-on): Remove math.
12987         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
12988         (Depends-on): Remove math.
12989
12990         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
12991         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
12992         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
12993         (Depends-on): Remove math.
12994         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
12995         (Depends-on): Remove math.
12996
12997         * tests/test-round1.c: Include nan.h.
12998         (main): Use NaNd instead of NAN.
12999         * modules/round-tests (Files): Add tests/nan.h.
13000
13001         * tests/test-trunc1.c: Include nan.h.
13002         (main): Use NaNd instead of NAN.
13003         * modules/trunc-tests (Files): Add tests/nan.h.
13004
13005         * tests/test-roundf1.c: Include nan.h.
13006         (main): Use NaNf instead of NAN.
13007         * modules/roundf-tests (Files): Add tests/nan.h.
13008
13009         * tests/test-truncf1.c: Include nan.h.
13010         (main): Use NaNf instead of NAN.
13011         * modules/truncf-tests (Files): Add tests/nan.h.
13012
13013         * tests/test-ceilf1.c: Include nan.h.
13014         (main): Use NaNf instead of NAN.
13015         * modules/ceilf-tests (Files): Add tests/nan.h.
13016
13017         * tests/test-floorf1.c: Include nan.h.
13018         (main): Use NaNf instead of NAN.
13019         * modules/floorf-tests (Files): Add tests/nan.h.
13020
13021         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
13022         (main): Use NaNf instead of NAN.
13023         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
13024
13025         * tests/test-isnand.c: Include nan.h instead of <math.h>.
13026         (main): Use NaNd instead of NAN.
13027         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
13028
13029         * tests/test-frexp.c: Include nan.h.
13030         (main): Use NaNd instead of NAN.
13031         * modules/frexp-tests (Files): Add tests/nan.h.
13032
13033         * lib/isnan.c: Don't include <math.h>.
13034         (FUNC): Don't use NAN macro.
13035         * modules/isnand-nolibm (Depends-on): Remove math.
13036         * modules/isnanf-nolibm (Depends-on): Remove math.
13037         * modules/isnanl (Depends-on): Remove math.
13038         * modules/isnanl-nolibm (Depends-on): Remove math.
13039
13040         * tests/nan.h: New file.
13041
13042 2008-04-01  Eric Blake  <ebb9@byu.net>
13043
13044         Fix typos.
13045         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
13046         values to be the right type.
13047
13048         For now, cater to gnulib strtod inaccuracies.
13049         * tests/test-strtod.c (main): Allow 1-ulp error on expected
13050         fractional results.  While not as nice from a QoI perspective, it
13051         is a quicker patch than correctly implementing decimal to binary
13052         rounding.
13053
13054 2008-03-31  Eric Blake  <ebb9@byu.net>
13055
13056         Guarantee a definition of NAN.
13057         * lib/math.in.h (NAN): Define if missing.
13058         * tests/test-math.c (main): Test it.
13059         * doc/posix-headers/math.texi (math.h): Document this.
13060         * lib/isnan.c (rpl_isnand): Use it.
13061         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
13062         * tests/test-floorf1.c (NaN): Likewise.
13063         * tests/test-frexp.c (NaN): Likewise.
13064         * tests/test-isnand.c (NaN): Likewise.
13065         * tests/test-isnanf.c (NaN): Likewise.
13066         * tests/test-round1.c (NaN): Likewise.
13067         * tests/test-roundf1.c (NaN): Likewise.
13068         * tests/test-snprintf-posix.h (NaN): Likewise.
13069         * tests/test-sprintf-posix.h (NaN): Likewise.
13070         * tests/test-trunc1.c (NaN): Likewise.
13071         * tests/test-truncf1.c (NaN): Likewise.
13072         * tests/test-vasnprintf-posix.c (NaN): Likewise.
13073         * tests/test-vasprintf-posix.c (NaN): Likewise.
13074         * modules/isnand-nolibm (Depends-on): Add math.
13075         * modules/isnanf-nolibm (Depends-on): Likewise.
13076         * modules/isnanl (Depends-on): Likewise.
13077         * modules/isnanl-nolibm (Depends-on): Likewise.
13078         * modules/snprintf-posix-tests (Depends-on): Likewise.
13079         * modules/sprintf-posix-tests (Depends-on): Likewise.
13080         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
13081         * modules/vsprintf-posix-tests (Depends-on): Likewise.
13082         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
13083         * modules/vasprintf-posix-tests (Depends-on): Likewise.
13084
13085 2008-03-31  Bruno Haible  <bruno@clisp.org>
13086
13087         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
13088         * doc/posix-functions/strtod.texi: Likewise.
13089
13090 2008-03-31  Bruno Haible  <bruno@clisp.org>
13091
13092         * tests/test-strtod.c (main): Don't use C99 syntax.
13093
13094 2008-03-31  Bruno Haible  <bruno@clisp.org>
13095
13096         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
13097         Reported by Eric Blake.
13098
13099 2008-03-31  Jim Meyering  <meyering@redhat.com>
13100
13101         Don't compare actual signbit return values.
13102         * tests/test-strtod.c (main): Rather, compare only their
13103         zero/non-zero nature.
13104
13105 2008-03-31  Eric Blake  <ebb9@byu.net>
13106
13107         More strtod documentation.
13108         * doc/posix-functions/strtod.texi (strtod): Interpret more test
13109         failures as distinct bugs.
13110
13111 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13112
13113         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
13114         Problem reported by Erik Benada in
13115         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
13116
13117 2008-03-30  Bruno Haible  <bruno@clisp.org>
13118
13119         * tests/test-strtod.c: Add comments about which assertion fails on which
13120         platform.
13121         * doc/posix-functions/strtod.texi: Add info about many more platforms.
13122
13123 2008-03-30  Eric Blake  <ebb9@byu.net>
13124
13125         Test signbit behavior on zeros.
13126         * tests/test-signbit.c (test_signbitf): Add tests for zero.
13127         (test_signbitd, test_signbitl): Likewise.
13128
13129         More strtod touchups.
13130         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
13131         sign of negative underflow, for now.  Use .5, not .1.
13132         * doc/posix-functions/strtod.texi (strtod): Mention these
13133         limitations.
13134         Reported by Jim Meyering.
13135
13136 2008-03-30  Bruno Haible  <bruno@clisp.org>
13137
13138         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
13139         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
13140
13141 2008-03-30  Bruno Haible  <bruno@clisp.org>
13142
13143         Avoid failure when attempting to return empty iconv results on some
13144         platforms.
13145         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
13146         allocation, don't report ENOMEM when the resulting string is empty.
13147
13148 2008-03-30  Bruno Haible  <bruno@clisp.org>
13149
13150         Fix buffer overrun.
13151         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
13152         Don't consider the width for tmp_length. Check count against tmp_length
13153         before doing the padding. Ensure enough allocation during padding.
13154
13155 2008-03-30  Eric Blake  <ebb9@byu.net>
13156
13157         strtod touchups.
13158         * lib/strtod.c (strtod): Avoid compiler warnings.
13159         Reported by Jim Meyering.
13160
13161 2008-03-30  Bruno Haible  <bruno@clisp.org>
13162
13163         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
13164         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
13165         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
13166         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
13167         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
13168         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
13169         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
13170         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
13171
13172         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
13173         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
13174         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
13175         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
13176         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
13177         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
13178         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
13179         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
13180
13181         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
13182         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
13183         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
13184         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
13185         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
13186         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
13187         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
13188         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
13189
13190         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
13191         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
13192
13193         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
13194         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
13195
13196         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
13197         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
13198
13199         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
13200         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
13201         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
13202
13203         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
13204         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
13205         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
13206
13207         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
13208         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
13209         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
13210
13211         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
13212         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
13213         * modules/vasprintf (Depends-on): Add EOVERFLOW.
13214
13215         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
13216         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
13217         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
13218         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
13219         (Depends-on): Add EOVERFLOW.
13220         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
13221         (Depends-on): Add EOVERFLOW.
13222         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13223         (Depends-on): Add EOVERFLOW.
13224         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13225         (Depends-on): Add EOVERFLOW.
13226         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13227         (Depends-on): Add EOVERFLOW.
13228         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13229         (Depends-on): Add EOVERFLOW.
13230         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13231         (Depends-on): Add EOVERFLOW.
13232         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13233         (Depends-on): Add EOVERFLOW.
13234
13235         * lib/sprintf.c (EOVERFLOW): Remove fallback.
13236         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
13237         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
13238
13239         * lib/snprintf.c (EOVERFLOW): Remove fallback.
13240         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
13241         * modules/snprintf (Depends-on): Add EOVERFLOW.
13242
13243         * lib/poll.c (EOVERFLOW): Remove fallback.
13244         * modules/poll (Depends-on): Add EOVERFLOW.
13245
13246         * lib/getugroups.c (EOVERFLOW): Remove fallback.
13247         * modules/getugroups (Depends-on): Add EOVERFLOW.
13248
13249         * lib/getdelim.c (EOVERFLOW): Remove fallback.
13250         * modules/getdelim (Depends-on): Add EOVERFLOW.
13251
13252         * lib/ftell.c (EOVERFLOW): Remove fallback.
13253         * modules/ftell (Depends-on): Add EOVERFLOW.
13254
13255         * lib/fprintf.c (EOVERFLOW): Remove fallback.
13256         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
13257         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
13258
13259         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
13260
13261         * modules/EOVERFLOW-tests: New file.
13262         * tests/test-EOVERFLOW.c: New file.
13263
13264         * modules/EOVERFLOW: New file.
13265         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
13266
13267 2008-03-30  Bruno Haible  <bruno@clisp.org>
13268
13269         Fix bug introduced on 2007-06-10.
13270         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
13271         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
13272
13273 2008-03-30  Bruno Haible  <bruno@clisp.org>
13274
13275         Improve freadseek's efficiency after ungetc.
13276         * lib/freadseek.c: Include freadahead.h.
13277         (freadptrinc): New function, extracted from freadseek.
13278         (freadseek): Use it in a loop. Use freadahead to determine the number
13279         of loop iterations.
13280         * modules/freadseek (Depends-on): Add freadahead.
13281         (configure.ac): Require AC_C_INLINE.
13282
13283 2008-03-30  Bruno Haible  <bruno@clisp.org>
13284
13285         * lib/freadseek.c (freadseek): Don't ignore the return value of
13286         freadptr.
13287
13288 2008-03-29  Eric Blake  <ebb9@byu.net>
13289
13290         Add hex float support.
13291         * modules/strtod (Depends-on): Add c-ctype.
13292         (Link): Mention POW_LIB.
13293         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
13294         whitespace between 'e' and exponent.
13295         * tests/test-strtod.c (main): Enable hex float tests.
13296         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
13297         now provides.
13298
13299         Document various strtod bugs, with some fixes.
13300         * doc/posix-functions/strtod.texi (strtod): Document bugs with
13301         "-0x", "inf", "nan", and hex constants.
13302         * doc/posix-functions/atof.texi (atof): Likewise.
13303         * modules/stdlib (Makefile.am): Support strtod.
13304         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
13305         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
13306         detect additional strtod bugs.
13307         * lib/stdlib.in.h (rpl_strtod): Add declarations.
13308         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
13309         bool where appropriate.  Parse 'inf' and 'nan'.
13310         * tests/test-strtod.c: New file.
13311         * modules/strtod (Depends-on): Add stdbool, stdlib.
13312         (configure.ac): Turn on module indicator.
13313         * modules/strtod-tests: New module.
13314
13315 2008-03-29  Eric Blake  <ebb9@byu.net>
13316
13317         Fix ftell on mingw.
13318         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
13319         * modules/ftell-tests (Depends-on): Add binary-io.
13320         * modules/ftello-tests (Depends-on): Likewise.
13321         * tests/test-ftell.c (main): Enhance test to cover behavior after
13322         ungetc.  Enforce binary mode.
13323         * tests/test-ftello.c (main): Likewise.
13324
13325         Pass test-freadseek on cygwin.
13326         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
13327         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
13328         ungetc buffer.
13329
13330         * tests/test-fflush2.c (main): Fix typo.
13331
13332 2008-03-29  Bruno Haible  <bruno@clisp.org>
13333
13334         * tests/test-fflush2.c (main): Temporarily disable the contents of
13335         this test.
13336         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
13337         Reported by Eric Blake.
13338
13339 2008-03-28  Simon Josefsson  <simon@josefsson.org>
13340
13341         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
13342         (GC_SHA224_DIGEST_SIZE): Add.
13343
13344         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
13345         (gc_hash_digest_length): Likewise.
13346         (gc_hash_buffer): Likewise.
13347
13348 2008-03-25  Bruno Haible  <bruno@clisp.org>
13349
13350         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
13351         detail which gettext release to use.
13352         Reported by Simon Josefsson.
13353
13354 2008-03-26  Jim Meyering  <meyering@redhat.com>
13355
13356         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
13357         * modules/gnumakefile (clean-GNUmakefile): Also, use
13358         test ... && ... || : syntax rather than if-then ... fi.
13359
13360         gnumakefile: Don't double-quote-expand $(VPATH) value.
13361         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
13362
13363 2008-03-24  Eric Blake  <ebb9@byu.net>
13364
13365         Alter GNUmakefile to install into top directory.
13366         * modules/maintainer-makefile: Split, and add dependency...
13367         * modules/gnumakefile: to this new module.
13368         * build-aux/GNUmakefile: Move...
13369         * top/GNUmakefile: ...here.
13370         * build-aux/maint.mk: Move...
13371         * top/maint.mk: ...here.
13372         * MODULES.html.sh (Support for maintaining...): Document new
13373         module.
13374
13375 2008-03-23  Bruno Haible  <bruno@clisp.org>
13376
13377         * gnulib-tool: New options --vc-files, --no-vc-files.
13378         (func_usage): Document them.
13379         (vc_files): New variable.
13380         (func_import): Consider vc_files.
13381         (func_create_testdir): Set vc_files to empty.
13382         Suggested by Jim Meyering and Karl Berry.
13383
13384 2008-03-23  Bruno Haible  <bruno@clisp.org>
13385
13386         Fix regex compilation error on HP-UX 11.
13387         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
13388         * modules/regex (Files): Add m4/mbstate_t.m4.
13389         Reported by Ton Voon <ton.voon@altinity.com>.
13390
13391 2008-03-23  Bruno Haible  <bruno@clisp.org>
13392
13393         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
13394
13395 2008-03-23  Eric Blake  <ebb9@byu.net>
13396             Bruno Haible  <bruno@clisp.org>
13397
13398         Install files from top/ in the destination directory.
13399         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13400         augmentation also for the files from top/.
13401         (func_import, func_create_testdir): Rewrite file names:
13402         top/filename -> filename.
13403
13404 2008-03-23  Bruno Haible  <bruno@clisp.org>
13405
13406         Tweak "gnulib --version" output.
13407         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
13408
13409 2008-03-23  Bruno Haible  <bruno@clisp.org>
13410
13411         Tweak "gnulib --version" output.
13412         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
13413         rather than contents of ChangeLog, when possible.
13414
13415 2008-03-21  Eric Blake  <ebb9@byu.net>
13416
13417         More --version tweaks.
13418         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
13419         date of last ChangeLog entry.
13420
13421 2008-03-21  Jim Meyering  <meyering@redhat.com>
13422
13423         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
13424
13425 2008-03-20  Eric Blake  <ebb9@byu.net>
13426
13427         VPATH fix.
13428         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
13429
13430 2008-03-20  Simon Josefsson  <simon@josefsson.org>
13431
13432         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
13433         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
13434
13435 2008-03-20  Eric Blake  <ebb9@byu.net>
13436
13437         Sync GNUmakefile with coreutils.
13438         * build-aux/GNUmakefile (have-Makefile): Rename...
13439         (_have-Makefile): ...to this, for namespace consideration.
13440         (GNUmakefile.cfg): Include, if present.
13441         (_autoreconf): Define a default.
13442         (_is-dist-target): New rule for rebuilds to pick up intra-release
13443         version.
13444         (maint-cfg.mk): Rename...
13445         (cfg.mk): ...to this.
13446
13447 2008-03-18  Jim Meyering  <meyering@redhat.com>
13448
13449         New script and module: mktempd
13450         * MODULES.html.sh (maint+release support): Add mktempd.
13451         * build-aux/mktempd: New file.
13452         * modules/mktempd: New file.
13453
13454 2008-03-15  Jim Meyering  <meyering@redhat.com>
13455
13456         Undo last change.
13457         * lib/sha1.c, lib/md5.c: 63 != ~63.
13458         Reported by Andreas Schwab.
13459
13460         sha1.c, md5.c: Hoist a redundant expression.
13461         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
13462         "ctx->buflen" only once, before calling *_process_block.
13463         * lib/md5.c (md5_process_bytes): Likewise.
13464
13465 2008-03-14  Eric Blake  <ebb9@byu.net>
13466
13467         Bump copyright year in files generated by gnulib-tool.
13468         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
13469         gnulib-tool, rather than hard-coding it.
13470
13471         Fix 'gnulib-tool --version' output to work with git.
13472         * gnulib-tool (func_gnulib_dir): New function, extracted from...
13473         (startup): ...here.
13474         (func_version): Use it to invoke git-version-gen, rather than
13475         relying on CVS keyword expansion.  Modernize wording.
13476         (cvsdatestamp, last_checkin_date, version): Kill unused
13477         variables.
13478
13479 2008-03-12  Jim Meyering  <meyering@redhat.com>
13480
13481         Recognize optional cast of the argument to free.
13482         * build-aux/useless-if-before-free: Update regexps.
13483
13484         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
13485
13486 2008-03-11  Bruno Haible  <bruno@clisp.org>
13487
13488         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
13489         by a single package.
13490         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
13491         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
13492         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
13493         Reported by Sam Steingold <sds@gnu.org>.
13494
13495 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13496
13497         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
13498         repositories.
13499
13500 2008-03-11  Bruno Haible  <bruno@clisp.org>
13501
13502         Avoid conflicts between local macro definitions.
13503         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
13504         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
13505
13506 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
13507             Bruno Haible  <bruno@clisp.org>
13508
13509         Make va_copy work with some version of xlc on AIX 5.1.
13510         * lib/stdarg.in.h: New file.
13511         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
13512         On AIX, use a <stdarg.h> file substitute.
13513         * modules/stdarg (Files): Add lib/stdarg.in.h.
13514         (Depends-on): Add include_next.
13515         (Makefile.am): Build a stdarg.h substitute if requested.
13516         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
13517
13518 2008-03-10  Bruno Haible  <bruno@clisp.org>
13519
13520         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
13521         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13522         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13523
13524 2008-03-10  Bruno Haible  <bruno@clisp.org>
13525
13526         * modules/stdlib (Depends-on): Add include_next, remove
13527         absolute-header.
13528
13529 2008-03-09  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/freadahead.h (freadahead): Document more precisely.
13532         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
13533         the sum of both buffer sizes.
13534         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
13535         * NEWS: Document the change.
13536
13537 2008-03-09  Bruno Haible  <bruno@clisp.org>
13538
13539         Extend freadptr to return also the buffer size.
13540         * lib/freadptr.h (freadptr): Add sizep argument.
13541         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
13542         (freadptr): Add sizep argument. Determine buffer size like freadahead
13543         does.
13544         * tests/test-freadptr.c: Don't include freadahead.h.
13545         (main): Adapt for new calling convention of freadptr.
13546         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
13547         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
13548         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
13549         tests/test-freadptr2.sh.
13550         (Depends): Remove freadahead.
13551         (TESTS): Add test-freadptr2.sh.
13552         (check_PROGRAMS): Add test-freadptr2.
13553
13554 2008-03-09  Bruno Haible  <bruno@clisp.org>
13555
13556         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
13557         Report and solution by Simon Josefsson.
13558
13559 2008-03-06  Bruno Haible  <bruno@clisp.org>
13560
13561         Make fflush after ungetc work on BSD platforms.
13562         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
13563         * tests/test-fflush2.c: New file.
13564         * tests/test-fflush2.sh: New file.
13565         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
13566         tests/test-fflush2.c.
13567         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
13568         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
13569
13570 2008-03-06  Eric Blake  <ebb9@byu.net>
13571
13572         Likewise for ftello.
13573         * modules/ftello (Dependencies): Add extensions.
13574         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
13575
13576 2008-03-06  Bruno Haible  <bruno@clisp.org>
13577
13578         * modules/fseeko (Dependencies): Add extensions.
13579         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
13580         Needed on glibc systems.
13581
13582 2008-03-06  Bruno Haible  <bruno@clisp.org>
13583
13584         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
13585         email address.
13586         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13587
13588 2008-03-06  Bruno Haible  <bruno@clisp.org>
13589
13590         * users.txt: Add libgnupdf.
13591
13592 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13593
13594         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
13595         (Header File Substitutes, Function Substitutes,
13596         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
13597         (Build robot for gnulib): Fix typo.
13598
13599 2008-03-06  Bruno Haible  <bruno@clisp.org>
13600
13601         * doc/gnulib-tool.texi (VCS Issues): Small updates.
13602         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13603
13604 2008-03-06  Bruno Haible  <bruno@clisp.org>
13605
13606         * doc/func.texi: New file, extracted from doc/gnulib.texi.
13607         * doc/gnulib.texi: Include it.
13608
13609 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13610
13611         * modules/func (License): Change license to unlimited; there was
13612         no LGPL parts in the module anyway.
13613
13614 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13615
13616         * modules/__func__: Renamed to modules/func.
13617         * modules/__func__-tests: Renamed to modules/func-tests.
13618         * tests/test-__func__.c: Renamed to tests/test-func.c.
13619         * m4/__func__.m4: Renamed to m4/func.m4.
13620         * doc/gnulib.texi (__func__): Section renamed to func.
13621         Suggested by Eric Blake <ebb9@byu.net>.
13622
13623 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13624
13625         * doc/gnulib.texi (__func__): Use C99 terminology when talking
13626         about __func__.  Make example self-contained.  Suggested by Eric
13627         Blake <ebb9@byu.net>.
13628
13629         * tests/test-__func__.c (main): Avoid extraneous () around __func.
13630         Suggested by Eric Blake <ebb9@byu.net>.
13631
13632 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13633
13634         * modules/__func__: New file.
13635         * modules/__func__-tests: New file.
13636         * tests/test-__func__.c: New file.
13637         * m4/__func__.m4: New file.
13638         * doc/gnulib.texi (__func__): Document __func__ module.
13639
13640 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13641
13642         * modules/byteswap (License): Re-license as LGPLv2+.
13643
13644 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13645
13646         * doc/Makefile: Add pdf target.
13647
13648 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13649
13650         * modules/inline (License): Use 'unlimited', since there are only
13651         *.m4 files in this module.
13652
13653 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13654             Bruno Haible  <bruno@clisp.org>
13655
13656         Add support for HP C 7.1 on OpenVMS 8.3.
13657         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
13658
13659 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13660
13661         Update VMS specifics.
13662         * lib/getopt.c [VMS]: Remove include of unixlib.h.
13663
13664 2008-03-02  Jim Meyering  <meyering@redhat.com>
13665
13666         Remove the last dependency on the "free" module.
13667         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
13668         Reported by Bob Proulx.
13669
13670         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
13671
13672         Remove useless "if" tests before free.  Deprecate "free" module.
13673         * doc/posix-functions/free.texi: Mention that this
13674         module is no longer useful.
13675         * modules/free (Notice): Say this module is obsolete.
13676         * modules/readutmp (Depends-on): Remove free.
13677         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
13678         * lib/putenv.c (putenv): Likewise.
13679         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
13680         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
13681         * tests/test-c-strcasestr.c (main): Likewise.
13682         * tests/test-c-strstr.c (main): Likewise.
13683         * tests/test-mbscasestr1.c (main): Likewise.
13684         * tests/test-mbscasestr2.c (main): Likewise.
13685         * tests/test-mbsstr1.c (main): Likewise.
13686         * tests/test-mbsstr2.c (main): Likewise.
13687         * tests/test-memmem.c (main): Likewise.
13688         * tests/test-strcasestr.c (main): Likewise.
13689         * tests/test-striconv.c (main): Likewise.
13690         * tests/test-striconveh.c (main): Likewise.
13691         * tests/test-striconveha.c (main): Likewise.
13692         * tests/test-strstr.c (main): Likewise.
13693
13694         * build-aux/git-version-gen: Adjust a comment and the Usage string.
13695
13696         bootstrap: sync from coreutils again
13697         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
13698
13699 2008-03-01  Jim Meyering  <meyering@redhat.com>
13700
13701         bootstrap: sync from coreutils
13702         * build-aux/bootstrap (update_po_files): Copy a .po file into place
13703         also when the target doesn't exist.
13704
13705 2008-03-01  Eric Blake  <ebb9@byu.net>
13706
13707         Fix bugs in last patch.
13708         * lib/memchr2.c (memchr2): Fix typo.
13709         * tests/test-memchr2.c: Test previous bug, and don't use GNU
13710         extension.
13711         Reported by Bruce Korb.
13712
13713         New module 'memchr2'.
13714         * modules/memchr2: New file.
13715         * modules/memchr2-tests: Likewise.
13716         * lib/memchr2.h: Likewise.
13717         * lib/memchr2.c: Likewise, based on memchr.c.
13718         * tests/test-memchr2.c: New test.
13719         * MODULES.html.sh (String handling): Add memchr2.
13720
13721 2008-02-29  Bruno Haible  <bruno@clisp.org>
13722
13723         * modules/freadseek-tests: New file.
13724         * tests/test-freadseek.sh: New file.
13725         * tests/test-freadseek.c: New file.
13726
13727         New module 'freadseek'.
13728         * modules/freadseek: New file.
13729         * lib/freadseek.h: New file.
13730         * lib/freadseek.c: New file.
13731         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
13732
13733 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13734
13735         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
13736         wydawca.
13737
13738         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
13739         program_invocation_name and program_invocation_short_name are
13740         present.
13741
13742 2008-02-28  Bruno Haible  <bruno@clisp.org>
13743
13744         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
13745         * tests/test-freadptr.sh: Also test non-seekable stdin.
13746
13747 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
13748
13749         * build-aux/bootstrap (source_base, m4_base)
13750         (doc_base, tests_base): New variables.
13751         (gnulib_tool_options): Do not hardcode base directories, use
13752         the above variables instead.
13753
13754 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
13755
13756         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
13757
13758 2008-02-28  Bruno Haible  <bruno@clisp.org>
13759
13760         * modules/freadptr-tests: New file.
13761         * tests/test-freadptr.sh: New file.
13762         * tests/test-freadptr.c: New file.
13763
13764         New module 'freadptr'.
13765         * modules/freadptr: New file.
13766         * lib/freadptr.h: New file.
13767         * lib/freadptr.c: New file.
13768         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
13769
13770 2008-02-26  Karl Berry  <karl@freefriends.org>
13771
13772         Sync from Libtool:
13773         * libltdl/argz.c (argz_add, argz_count): New functions.
13774         * libltdl/argz.in.h: Declare them.
13775         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
13776
13777 2008-02-22  Bruno Haible  <bruno@clisp.org>
13778
13779         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
13780         is a pointer type.  Needed for HP-UX 10.
13781         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
13782         * doc/posix-functions/gmtime_r.texi: Likewise.
13783         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13784
13785 2008-02-24  Bruno Haible  <bruno@clisp.org>
13786
13787         * modules/environ-tests: New file.
13788         * tests/test-environ.c: New file.
13789
13790         New module 'environ'.
13791         * modules/environ: New file.
13792         * lib/unistd.in.h (environ): New declaration.
13793         * m4/environ.m4: New file.
13794         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
13795         after use.
13796         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
13797         HAVE_DECL_ENVIRON.
13798         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
13799         HAVE_DECL_ENVIRON.
13800         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
13801         wrong claim that 'environ' is missing on some systems.
13802         * modules/execute (Depends-on): Add environ.
13803         * lib/execute.c (environ): Remove fallback declaration.
13804         * modules/pipe (Depends-on): Add environ.
13805         * lib/pipe.c (environ): Remove fallback declaration.
13806         * modules/setenv (Depends-on): Add environ.
13807         * lib/setenv.c (environ): Remove fallback declaration.
13808         * modules/unsetenv (Depends-on): Add environ.
13809         * lib/unsetenv.c (environ): Remove fallback declaration.
13810         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
13811         m4/environ.m4.
13812         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
13813         (gl_PREREQ_UNSETENV): Likewise.
13814
13815 2008-02-24  Bruno Haible  <bruno@clisp.org>
13816
13817         * doc/posix-functions/environ.texi: Document the MacOS X problem.
13818
13819 2008-02-20  Bob Proulx  <bob@proulx.com>
13820
13821         Enable use of older two part flavor 'git describe'.
13822         * build-aux/git-version-gen: If using the older two part flavor of
13823         git version then recreate the third part now present in the
13824         newer three part flavor of git describe.
13825
13826 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
13827
13828         * lib/fts.c (fts_build): Typo correction to comment.
13829
13830 2008-02-17  Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
13833         generating no-op conflicts.
13834
13835 2008-02-17  Bruno Haible  <bruno@clisp.org>
13836
13837         Speed up by 10%.
13838         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
13839         result_entries, rather than an index-based loop.
13840
13841 2008-02-17  Bruno Haible  <bruno@clisp.org>
13842
13843         Speed up by 25%.
13844         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
13845         'hashcode_cached'.
13846         (entry_create): New function.
13847         (entry_hashcode): Use the cached hashcode if possible.
13848         (read_changelog_file, try_split_merged_entry): Use entry_create.
13849
13850 2008-02-17  Bruno Haible  <bruno@clisp.org>
13851
13852         Speed up from O(n^2) to O(n) for long ChangeLog files.
13853         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
13854         (read_changelog_file): Change implementation of entries_reversed list
13855         to rbtreehash.
13856         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
13857
13858 2008-02-17  Bruno Haible  <bruno@clisp.org>
13859
13860         New option --split-merged-entry.
13861         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
13862         (find_paragraph_end, try_split_merged_entry): New functions.
13863         (long_options): Add option --split-merged-entry.
13864         (usage): Document option --split-merged-entry.
13865         (main): Implement option --split-merged-entry.
13866         Reported by Eric Blake.
13867
13868 2008-02-17  Bruno Haible  <bruno@clisp.org>
13869
13870         * lib/git-merge-changelog.c: Include c-strstr.h.
13871         (main): Support the "git pull --rebase" situation.
13872         * modules/git-merge-changelog (Depends-on): Add c-strstr.
13873         Reported by Eric Blake.
13874
13875 2008-02-16  Eric Blake  <ebb9@byu.net>
13876
13877         Avoid doubling \ in common case of "c-maybe" quoting style.
13878         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
13879         eliding outer quotes.
13880         * lib/quotearg.h: Document this.
13881         * tests/test-quotearg.c (result_strings, inputs, results_g)
13882         (flag_results, locale_results): Test it by adding a new string to
13883         each test group.
13884         (compare_strings): Test new string.
13885
13886 2008-02-13  Eric Blake  <ebb9@byu.net>
13887
13888         Avoid trigraph quoting in default output.
13889         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
13890         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
13891         unless explicitly requested.
13892         * tests/test-quotearg.c (flag_results, main): Add additional tests.
13893
13894 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
13895
13896         Don't rely on signed integer overflowing to negative value.
13897         * lib/getugroups.c (getugroups): Include <limits.h>.
13898         Instead, compare against INT_MAX, and increment only if the test passes.
13899
13900 2008-02-13  Jim Meyering  <meyering@redhat.com>
13901         and Eric Blake  <ebb9@byu.net>
13902
13903         Avoid shadowing warning and compile errors on Linux.
13904         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
13905         forwarding macros on Linux.
13906         (dcgettext): Define a stub, for Linux.
13907         (results_g, main): Avoid warnings.
13908
13909 2008-02-12  Eric Blake  <ebb9@byu.net>
13910
13911         Silence warning in last patch.
13912         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
13913
13914         Quotearg part 4: add tests, fix c-maybe colon quoting.
13915         * lib/quotearg.h: Improve documentation.
13916         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
13917         escapes when adding outer quotes.  When quoting trigraphs, use
13918         valid C notation.  When quoting NUL, omit extra characters if next
13919         character is not digit.  Alter prototype.
13920         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
13921         callers.
13922         * modules/quotearg-tests: New module.
13923         * tests/test-quotearg.c: New test.
13924
13925 2008-02-07  Eric Blake  <ebb9@byu.net>
13926
13927         Quotearg part 3: add flag to control outer quote elision.
13928         * lib/quotearg.h (c_maybe_quoting_style): New style.
13929         (enum quoting_flags): Better documentation of flags.
13930         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
13931         c-maybe style.
13932         (quotearg_buffer_restyled): Handle new flag to elide outer
13933         quotes.
13934
13935         Quotearg part 2: add flag that can control NUL elision.
13936         * lib/quotearg.h (set_quoting_flags): New prototype.
13937         * lib/quotearg.c (struct quoting_options): Add flag field.
13938         (set_quoting_flags): New function.
13939         (quotearg_buffer_restyled): Add flags parameter.
13940         (quotearg_alloc_mem): Set the flag if length cannot be returned.
13941         (quotearg_n_options): Set the flag, since length cannot be
13942         returned.
13943         (quoting_options_from_style): Default flags correctly.
13944
13945         Quotearg part 1: more wrappers, restore quotearg_char state.
13946         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
13947         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
13948         (quotearg_colon_mem): New wrappers.
13949         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
13950         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
13951         functions.
13952         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
13953         (quotearg_colon_mem): New functions.
13954
13955 2008-02-11  Bruno Haible  <bruno@clisp.org>
13956
13957         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
13958         library in the current directory: it does not work with parallel make.
13959         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13960
13961 2008-02-11  Bruno Haible  <bruno@clisp.org>
13962
13963         * .gitattributes: New file.
13964
13965 2008-02-11  Jim Meyering  <meyering@redhat.com>
13966
13967         useless-if-before-free: Fix reversed exit values.
13968         * build-aux/useless-if-before-free: Use correct values
13969         for EXIT_MATCH and EXIT_NO_MATCH.
13970
13971         * build-aux/useless-if-before-free: Close stdout carefully.
13972
13973 2008-02-10  Bruno Haible  <bruno@clisp.org>
13974
13975         New module 'git-merge-changelog'.
13976         * modules/git-merge-changelog: New file.
13977         * lib/git-merge-changelog.c: New file.
13978
13979 2008-02-10  Jim Meyering  <meyering@redhat.com>
13980
13981         useless-if-before-free: New option: --list (-l).
13982
13983         useless-if-before-free: Don't exit immediately upon open failure.
13984         * build-aux/useless-if-before-free: Exit 2 for errors.
13985         Upon failure to open a file, don't exit immediately.
13986         Rather, just warn and continue with any remaining files.
13987
13988 2008-02-10  Bruno Haible  <bruno@clisp.org>
13989
13990         New abstract list operation 'node_set_value'.
13991         * lib/gl_list.h (gl_list_node_set_value): New function.
13992         (struct gl_list_implementation): New field node_set_value.
13993         * lib/gl_list.c (gl_list_node_set_value): New function.
13994         * lib/gl_array_list.c (gl_array_node_set_value): New function.
13995         (gl_array_list_implementation): Update.
13996         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
13997         (gl_carray_list_implementation): Update.
13998         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
13999         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14000         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14001         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
14002         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14003         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14004         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14005         Update.
14006         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14007         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
14008         (gl_sublist_list_implementation): Update.
14009
14010 2008-02-10  Bruno Haible  <bruno@clisp.org>
14011
14012         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
14013         Needed when ELEMENT is #defined to 'some_type *'.
14014
14015 2008-02-10  Jim Meyering  <meyering@redhat.com>
14016
14017         New script and module: useless-if-before-free
14018         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
14019         * build-aux/useless-if-before-free: New file.
14020         * modules/useless-if-before-free: New file.
14021
14022         * build-aux/gitlog-to-changelog: Use committer date, not author date.
14023
14024         xstrtol_error: Fix typo.
14025         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
14026         s/exit_failure/exit_status/.
14027
14028 2008-02-09  Jim Meyering  <meyering@redhat.com>
14029
14030         New script and module: gitlog-to-changelog
14031         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
14032         * modules/gitlog-to-changelog: New file.
14033         * build-aux/gitlog-to-changelog: New file.
14034
14035 2008-02-08  Jim Meyering  <meyering@redhat.com>
14036
14037         Avoid two "parameter unused" warnings.
14038         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
14039         Mark "st" as used.
14040
14041         Use "git COMMAND", not "git-COMMAND".
14042         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
14043         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
14044         * build-aux/git-version-gen: Use "git status", not "git-status".
14045
14046 2008-02-07  Bruno Haible  <bruno@clisp.org>
14047
14048         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
14049         Avoids a crash on Windows Vista.
14050         Reported by Adam Strzelecki <ono@java.pl> via
14051         Simon Josefsson <simon@josefsson.org>.
14052
14053 2008-02-06  Bruno Haible  <bruno@clisp.org>
14054
14055         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
14056         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
14057         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
14058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
14059         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14060         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14061         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
14062         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
14063         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14064         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14065         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14066         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14067         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14068         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14069         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14070         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
14071         left-adjust flag.
14072         * tests/test-snprintf-posix.h (test_function): Likewise.
14073         * tests/test-sprintf-posix.h (test_function): Likewise.
14074         * tests/test-vasprintf-posix.c (test_function): Likewise.
14075         * doc/posix-functions/fprintf.texi: Update.
14076         * doc/posix-functions/printf.texi: Update.
14077         * doc/posix-functions/snprintf.texi: Update.
14078         * doc/posix-functions/sprintf.texi: Update.
14079         * doc/posix-functions/vfprintf.texi: Update.
14080         * doc/posix-functions/vprintf.texi: Update.
14081         * doc/posix-functions/vsnprintf.texi: Update.
14082         * doc/posix-functions/vsprintf.texi: Update.
14083         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14084
14085 2008-02-06  Bruno Haible  <bruno@clisp.org>
14086
14087         Fix bug introduced on 2008-01-26.
14088         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
14089
14090 2008-02-06  Bruno Haible  <bruno@clisp.org>
14091
14092         Fix bug introduced on 2007-06-10.
14093         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
14094         !NEED_PRINTF_FLAG_ZERO.
14095
14096 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
14097
14098         getloadavg: use libperfstat on AIX5
14099         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
14100
14101 2008-02-03  Bruno Haible  <bruno@clisp.org>
14102
14103         * lib/diffseq.h: Add comments about required #includes.
14104         Reported by Michael Biggs <gnulib@doubleplum.net>.
14105
14106 2008-02-01  Bruno Haible  <bruno@clisp.org>
14107
14108         * users.txt: Add gnuit.
14109
14110 2008-01-31  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/md4.c (set_uint32): Mark as inline.
14113         * lib/md5.c (set_uint32): Likewise.
14114         * lib/sha1.c (set_uint32): Likewise.
14115         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
14116         * m4/md5.m4 (gl_MD5): Likewise.
14117         * m4/sha1.m4 (gl_SHA1): Likewise.
14118
14119 2008-01-31  Jim Meyering  <meyering@redhat.com>
14120
14121         Use "sizeof VAR", rather than a literal "4".
14122         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
14123         * lib/md4.c (md4_read_ctx): Likewise.
14124         * lib/sha1.c (sha1_read_ctx): Likewise.
14125
14126 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14127
14128         * tests/test-sha1.c: New file, based on test-md5.c.
14129
14130         * modules/crypto/sha1-tests: New file.
14131
14132 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14133
14134         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
14135
14136 2008-01-31  Jim Meyering  <meyering@redhat.com>
14137
14138         Prefer "sizeof v" over the equivalent "4".
14139         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
14140         * lib/md5.c (set_uint32): Likewise.
14141         * lib/sha1.c (set_uint32): Likewise.
14142
14143 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14144
14145         * lib/sha1.c (set_uint32): Mark function as static.
14146
14147 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14148
14149         md2: clarify comments to say that alignment is not required.
14150         * lib/md2.h: Remove warning about alignment in comment.
14151         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
14152         never been required.
14153
14154 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14155
14156         md4: adapt alignment constraint fix from sha1.
14157         * lib/md4.c (set_uint32): New function, from sha1.c
14158         (md4_read_ctx): Use it.
14159         (md4_finish_ctx): Doc fix.
14160         * lib/md4.h: Doc fix.
14161
14162 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14163
14164         md5: adapt alignment constraint fix from sha1.
14165         * lib/md5.c (set_uint32): New function, from sha1.c
14166         (md5_read_ctx): Use it.
14167         (md5_finish_ctx): Doc fix.
14168         * lib/md5.h: Doc fix.
14169
14170 2008-01-30  Peter Palfrader  <weasel@debian.org>
14171
14172         sha1: remove the result buffer alignment constraint
14173         * lib/sha1.c (set_uint32): New function.
14174         (sha1_read_ctx): Rewrite to remove the result buffer alignment
14175         constraint.
14176         (sha1_finish_ctx): Remove comment warning about alignment constraint.
14177         * lib/sha1.h: Likewise.
14178
14179 2008-01-30  Andreas Schwab  <schwab@suse.de>
14180             Bruno Haible  <bruno@clisp.org>
14181
14182         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
14183         correct definition of LDBL_MIN_EXP.
14184
14185 2008-01-30  Karl Berry  <karl@gnu.org>
14186
14187         * config/srclist-update: try to preserve x bit on updates.
14188         * config/srclistvars.sh: update for karl.
14189
14190 2008-01-29  Jim Meyering  <meyering@redhat.com>
14191
14192         vasnprintf.c: Avoid warning about unused label
14193         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
14194         "overflow" label definition and associated code with the
14195         same cpp condition that guards the sole use of that label.
14196
14197 2008-01-26  Bruno Haible  <bruno@clisp.org>
14198
14199         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
14200         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
14201         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
14202         * lib/isnanl-nolibm.h (isnanl): Likewise.
14203         Reported by Paul Eggert <eggert@cs.ucla.edu>.
14204
14205 2008-01-26  Bruno Haible  <bruno@clisp.org>
14206
14207         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
14208         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
14209
14210 2008-01-26  Bruno Haible  <bruno@clisp.org>
14211
14212         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
14213         GCC >= 4.0 built-in.
14214         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
14215
14216 2008-01-26  Bruno Haible  <bruno@clisp.org>
14217
14218         Rename isnan, applicable to 'double' only, to isnand.
14219         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
14220         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
14221         (configure.ac): Update.
14222         (Include): Replace "isnan.h" with "isnand.h".
14223         * m4/isnand.m4: Renamed from m4/isnan.m4.
14224         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
14225         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
14226         instead of isnan.c.
14227         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
14228         instead of HAVE_ISNAN_IN_LIBC.
14229         (isnand): Renamed from isnan.
14230         * lib/isnand.c: New file.
14231         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
14232         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
14233         (Makefile.am): Update.
14234         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
14235         Include isnand.h instead of isnan.h.
14236         (main): Test isnand instead of isnan.
14237         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
14238         isnan-nolibm.
14239         * modules/frexp (Depends-on): Likewise.
14240         * modules/frexp-tests (Depends-on): Likewise.
14241         * modules/frexp-nolibm (Depends-on): Likewise.
14242         * modules/frexp-nolibm-tests (Depends-on): Likewise.
14243         * modules/isfinite (Depends-on): Likewise.
14244         * modules/round-tests (Depends-on): Likewise.
14245         * modules/signbit (Depends-on): Likewise.
14246         * modules/signbit-tests (Depends-on): Likewise.
14247         * modules/snprintf-posix (Depends-on): Likewise.
14248         * modules/sprintf-posix (Depends-on): Likewise.
14249         * modules/trunc-tests (Depends-on): Likewise.
14250         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14251         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14252         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14253         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14254         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14255         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14256         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14257         * modules/vasnprintf-posix (Depends-on): Likewise.
14258         * modules/vasprintf-posix (Depends-on): Likewise.
14259         * modules/vfprintf-posix (Depends-on): Likewise.
14260         * modules/vsnprintf-posix (Depends-on): Likewise.
14261         * modules/vsprintf-posix (Depends-on): Likewise.
14262         * lib/frexp.c: Include isnand.h instead of isnan.h.
14263         (ISNAN): Set to isnand instead of isnan.
14264         * lib/isfinite.c: Include isnand.h instead of isnan.h.
14265         (gl_isfinited): Use isnand instead of isnan.
14266         * lib/signbitd.c: Include isnand.h instead of isnan.h.
14267         (gl_signbitd): Use isnand instead of isnan.
14268         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
14269         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
14270         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
14271         (main): Use isnand instead of isnan.
14272         * tests/test-round1.c: Include isnand.h.
14273         (main): Use isnand instead of isnan.
14274         * tests/test-round2.c: Include isnand.h instead of isnan.h.
14275         (ISNAN): Set to isnand instead of isnan.
14276         * tests/test-trunc1.c: Include isnand.h.
14277         (main): Use isnand instead of isnan.
14278         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
14279         (equal): Use isnand instead of isnan.
14280         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
14281         isnand-nolibm.
14282         * NEWS: Mention the change.
14283
14284 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14285             Bruno Haible  <bruno@clisp.org>
14286
14287         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
14288         the GCC builtins for signbits are present and set
14289         REPLACE_SIGNBIT_USING_GCC if so.
14290         * lib/math.in.h (signbit): Define using GCC builtins if
14291         REPLACE_SIGNBIT_USING_GCC is set.
14292         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
14293         REPLACE_SIGNBIT_USING_GCC.
14294         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
14295
14296 2008-01-25  Jim Meyering  <meyering@redhat.com>
14297
14298         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
14299         * lib/poll.c: Include <config.h>, not "config.h".
14300         * tests/test-getaddrinfo.c: Likewise.
14301
14302 2008-01-25  Simon Josefsson  <simon@josefsson.org>
14303
14304         * modules/sockets-tests: New file.
14305
14306 2008-01-24  Simon Josefsson  <simon@josefsson.org>
14307
14308         * modules/sockets: New module, can be used to call WSA_Startup and
14309         WSA_Cleanup when needed.
14310
14311         * lib/sockets.h, lib/sockets.c: New files.
14312
14313         * m4/sockets.m4: New file.
14314
14315         * tests/test-sockets.c: New file.
14316
14317 2008-01-19  Bruno Haible  <bruno@clisp.org>
14318
14319         * doc/posix-headers: Renamed from doc/headers.
14320         * doc/posix-functions: Renamed from doc/functions.
14321         * doc/gnulib.texi: Update.
14322
14323 2008-01-19  Bruno Haible  <bruno@clisp.org>
14324
14325         * doc/glibc-functions/strcasestr.texi: Include contents of
14326         doc/functions/strcasestr.texi, fixing the list of platforms.
14327         * doc/functions/strcasestr.texi: Remove file.
14328
14329 2008-01-19  Bruno Haible  <bruno@clisp.org>
14330
14331         * doc/glibc-functions/memmem.texi: Include contents of
14332         doc/functions/memmem.texi.
14333         * doc/functions/memmem.texi: Remove file.
14334
14335 2008-01-18  Bruno Haible  <bruno@clisp.org>
14336
14337         * doc/glibc-functions/*.texi: New files.
14338         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
14339         to use the new files.
14340
14341 2008-01-17  Bruno Haible  <bruno@clisp.org>
14342
14343         * tests/test-gethostname.c (main): Fix printf statement.
14344
14345 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14346
14347         * modules/gethostname-tests: New file.
14348
14349         * tests/test-gethostname.c: New file.
14350
14351 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14352
14353         * lib/gethostname.c: Include string.h unconditionally, strncpy is
14354         used by the UNAME case.  Reported by Bruno Haible
14355         <bruno@clisp.org>.
14356
14357 2008-01-17  Eric Blake  <ebb9@byu.net>
14358
14359         Convert c-strcasestr to be more efficient.
14360         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
14361         (Depends-on): Add c-strcase, remove malloca, strnlen.
14362         * tests/test-c-strcasestr.c (main): Enhance test.
14363         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
14364
14365 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14366
14367         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
14368         Use it in creating po/Makevars.
14369
14370 2008-01-15  Simon Josefsson  <simon@josefsson.org>
14371
14372         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
14373         Applications that requires it should initialize libgcrypt
14374         manually.
14375
14376 2008-01-16  Simon Josefsson  <simon@josefsson.org>
14377
14378         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
14379
14380 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         Fix problem with getdate on mingw32 reported by Simon Josefsson
14383         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
14384         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
14385         tzname", when deciding whether to declare tzname.
14386         * lib/strftime.c (tzname): Likewise.
14387
14388 2008-01-15  Bruno Haible  <bruno@clisp.org>
14389
14390         Work around a MacOS X 10.5 bug in frexpl().
14391         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
14392         * doc/functions/frexpl.texi: Document the bug.
14393         Reported by Elias Pipping <pipping@gentoo.org>.
14394
14395 2008-01-14  Eric Blake  <ebb9@byu.net>
14396
14397         Touch up previous patch.
14398         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
14399         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
14400
14401         Convert strcasestr module to use Two-Way algorithm.
14402         * modules/strcasestr-simple: New module, based on the old
14403         strcasestr, but with Two-Way rather than KMP.
14404         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
14405         * lib/string.in.h (rpl_strcasestr): Declare.
14406         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
14407         performance.
14408         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
14409         * modules/string (Makefile.am): Support strcasestr.
14410         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14411         * modules/strcasestr-tests (Depends-on): Check for alarm.
14412         * tests/test-strcasestr.c: Augment test.
14413         * lib/str-two-way.h: Clean up stray macro.
14414         * NEWS: Document new module.
14415         * MODULES.html.sh (string handling): Likewise.
14416         * doc/functions/strcasestr.texi: New file.
14417         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
14418         here, since it is not a POSIX function.
14419
14420 2008-01-14  Colin Watson  <cjwatson@debian.org>
14421             Bruno Haible  <bruno@clisp.org>
14422
14423         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
14424         works fine; if not, set REPLACE_STRSIGNAL.
14425         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
14426         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14427         REPLACE_STRSIGNAL.
14428         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
14429         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
14430         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
14431
14432 2008-01-14  Bruno Haible  <bruno@clisp.org>
14433
14434         * modules/strsignal (Include): Change to <string.h>.
14435
14436 2008-01-14  Colin Watson  <cjwatson@debian.org>
14437
14438         * modules/argp (Notice): Add a notice recommending to change
14439         XGETTEXT_OPTIONS.
14440         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
14441
14442 2008-01-13  Colin Watson  <cjwatson@debian.org>
14443
14444         * modules/strsignal-tests: New file.
14445         * tests/test-strsignal.c: New file.
14446
14447         * lib/strsignal.c: New file, from glibc with modifications.
14448         * lib/siglist.h: New file, from glibc with modifications.
14449         * lib/string.in.h (strsignal): New declaration.
14450         * m4/strsignal.m4: New file.
14451         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14452         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
14453         * modules/strsignal: New file.
14454         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
14455         HAVE_DECL_STRSIGNAL.
14456
14457 2008-01-13  Bruno Haible  <bruno@clisp.org>
14458
14459         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
14460         locale encoding is not ASCII. Needed for OpenBSD 4.0.
14461         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14462         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14463
14464 2008-01-13  Bruno Haible  <bruno@clisp.org>
14465
14466         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
14467         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
14468         * lib/argp.h (__attribute__): Likewise.
14469         * lib/c-stack.c (__attribute__): Likewise.
14470         * lib/error.h (__attribute__): Likewise.
14471         * lib/fts.c (__attribute__): Likewise.
14472         * lib/openat.h (__attribute__): Likewise.
14473         * lib/stdio.in.h (__attribute__): Likewise.
14474         * lib/string.in.h (__attribute__): Likewise.
14475         * lib/utimens.c (__attribute__): Likewise.
14476         * lib/vasnprintf.h (__attribute__): Likewise.
14477         * lib/xalloc.h (__attribute__): Likewise.
14478         * lib/xprintf.h (__attribute__): Likewise.
14479         * lib/xstrtol.h (__attribute__): Likewise.
14480         * lib/xvasprintf.h (__attribute__): Likewise.
14481
14482 2008-01-12  Bruno Haible  <bruno@clisp.org>
14483
14484         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
14485         * doc/glibc-headers/a.out.texi: New file.
14486         * doc/glibc-headers/aliases.texi: New file.
14487         * doc/glibc-headers/alloca.texi: New file.
14488         * doc/glibc-headers/ar.texi: New file.
14489         * doc/glibc-headers/argp.texi: New file.
14490         * doc/glibc-headers/argz.texi: New file.
14491         * doc/glibc-headers/byteswap.texi: New file.
14492         * doc/glibc-headers/crypt.texi: New file.
14493         * doc/glibc-headers/endian.texi: New file.
14494         * doc/glibc-headers/envz.texi: New file.
14495         * doc/glibc-headers/err.texi: New file.
14496         * doc/glibc-headers/error.texi: New file.
14497         * doc/glibc-headers/execinfo.texi: New file.
14498         * doc/glibc-headers/fpu_control.texi: New file.
14499         * doc/glibc-headers/fstab.texi: New file.
14500         * doc/glibc-headers/fts.texi: New file.
14501         * doc/glibc-headers/getopt.texi: New file.
14502         * doc/glibc-headers/ieee754.texi: New file.
14503         * doc/glibc-headers/ifaddrs.texi: New file.
14504         * doc/glibc-headers/libintl.texi: New file.
14505         * doc/glibc-headers/mcheck.texi: New file.
14506         * doc/glibc-headers/mntent.texi: New file.
14507         * doc/glibc-headers/obstack.texi: New file.
14508         * doc/glibc-headers/paths.texi: New file.
14509         * doc/glibc-headers/printf.texi: New file.
14510         * doc/glibc-headers/pty.texi: New file.
14511         * doc/glibc-headers/resolv.texi: New file.
14512         * doc/glibc-headers/shadow.texi: New file.
14513         * doc/glibc-headers/sysexits.texi: New file.
14514         * doc/glibc-headers/ttyent.texi: New file.
14515
14516 2008-01-12  Jim Meyering  <meyering@redhat.com>
14517
14518         announce-gen: emit Gnulib's git-based version string.
14519         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
14520         New option --gnulib-version=V, where V is expected to be
14521         the output of running git describe in the gnulib directory.
14522         (get_tool_versions): Request feedback on xdelta.  I suspect it's
14523         not useful, and plan to stop publishing an xdelta file with each
14524         coreutils release.
14525
14526         * build-aux/announce-gen: Also check for lzma-compressed files.
14527
14528 2008-01-11  Bruno Haible  <bruno@clisp.org>
14529
14530         * tests/test-memmem.c (main): Increase maximum allowed time.
14531         * tests/test-strstr.c (main): Likewise.
14532
14533 2008-01-11  Bruno Haible  <bruno@clisp.org>
14534
14535         * doc/functions/memmem.texi: Add more precisions about platforms.
14536         * doc/functions/strstr.texi: Likewise.
14537
14538 2008-01-10  Eric Blake  <ebb9@byu.net>
14539
14540         * m4/strstr.m4: Delete cruft from copy-n-paste.
14541         Reported by Bruno Haible.
14542
14543 2008-01-10  Bruno Haible  <bruno@clisp.org>
14544
14545         Make c-strstr rely on strstr.
14546         * lib/c-strstr.c: Don't include str-kmp.h.
14547         (c_strstr): Define in terms of strstr.
14548         * modules/c-strstr (Files): Remove lib/str-kmp.h.
14549         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
14550
14551 2008-01-10  Bruno Haible  <bruno@clisp.org>
14552
14553         * doc/gnulib.texi (String Functions in C Locale): New section.
14554         * doc/c-ctype.texi: New file.
14555         * doc/c-strcase.texi: New file.
14556         * doc/c-strcaseeq.texi: New file.
14557         * doc/c-strcasestr.texi: New file.
14558         * doc/c-strstr.texi: New file.
14559         * doc/c-strtod.texi: New file.
14560         * doc/c-strtold.texi: New file.
14561
14562 2008-01-10  Eric Blake  <ebb9@byu.net>
14563
14564         * lib/relocatable.h: Fix a comment.
14565
14566 2008-01-10  Eric Blake  <ebb9@byu.net>
14567
14568         Share two-way algorithm.
14569         * lib/str-two-way.h: New file, merged from...
14570         * lib/memmem.c: ...here...
14571         * lib/strstr.c: ...and here.
14572         * modules/memmem (Files): Use it.
14573         * modules/strstr (Files): Likewise.
14574
14575         Avoid quadratic strstr implementations.
14576         * lib/strstr.c: New file.
14577         * m4/strstr.m4: Likewise.
14578         * modules/strstr: Likewise.
14579         * modules/strstr-tests: Likewise.
14580         * tests/test-strstr.c: Likewise.
14581         * lib/string.in.h (rpl_strstr): Declare.
14582         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
14583         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
14584         * modules/string (Makefile.am): Likewise.
14585         * MODULES.html.sh (string handling): Mention new module.
14586         * doc/functions/strstr.texi (strstr): Document the bug.
14587
14588 2008-01-10  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/relocatable.h (relocate): State whether result is freshly
14591         allocated or not.
14592         * lib/relocatable.c (relocate): Return a freshly allocated string
14593         instead of a pointer to a privately held string.
14594         Reported by Sylvain Beucler <beuc@gnu.org>.
14595
14596 2008-01-10  Colin Watson  <cjwatson@debian.org>
14597
14598         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
14599         s/S_ISNLK/S_ISLNK/.
14600
14601 2008-01-09  Bruno Haible  <bruno@clisp.org>
14602
14603         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
14604         and other files.
14605         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
14606         if it's only a guess.
14607         * modules/memmem: Simplify by depending on memmem-simple.
14608
14609 2008-01-09  Bruno Haible  <bruno@clisp.org>
14610
14611         Work around OpenBSD 4.0 tdelete() bug.
14612         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
14613         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
14614         macros and don't redefine the enum values.
14615         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
14616         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
14617         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
14618
14619 2008-01-09  Bruno Haible  <bruno@clisp.org>
14620
14621         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
14622         (main): Don't perform the tests if setlocale did not install a UTF-8
14623         locale. Needed on OpenBSD 4.0.
14624         * modules/wcwidth-tests (Depends-on): Add localcharset.
14625
14626 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
14629         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
14630         * NEWS: announce this.
14631         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
14632
14633 2008-01-09  Simon Josefsson  <simon@josefsson.org>
14634         and Eric Blake  <ebb9@byu.net>
14635
14636         Add memmem-simple module.
14637         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
14638         (gl_FUNC_MEMMEM): Separate performance from presence checks.
14639         * modules/memmem-simple: New file.
14640         * modules/memmem (Description): Tweak.
14641         * MODULES.html.sh (string handling): Mention new module.
14642         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
14643         addressed by memmem-simple.
14644         * NEWS: Document the difference.
14645
14646 2008-01-09  Eric Blake  <ebb9@byu.net>
14647
14648         Give gcc some memmem optimization hints.
14649         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
14650         (strcasestr): Declare as pure.
14651         * modules/memmem (Maintainer): Claim my implementation.
14652
14653 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14654
14655         Support AIX 6.1 and higher.
14656         * build-aux/config.libpath: Likewise.
14657         * build-aux/config.rpath: Likewise.
14658
14659 2008-01-08  Jim Meyering  <meyering@redhat.com>
14660             Bruno Haible  <bruno@clisp.org>
14661
14662         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
14663         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
14664         Reported by Peter Fales in
14665         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
14666
14667 2008-01-08  Bruno Haible  <bruno@clisp.org>
14668
14669         * modules/unictype/category-of (Depends-on): Add
14670         unictype/category-none.
14671         * modules/unictype/category-and-tests (Depends-on): Add
14672         unictype/category-{L,N,Lu,Nd}.
14673         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
14674         * modules/unictype/category-or-tests (Depends-on): Add
14675         unictype/category-{L,N}.
14676         * modules/unictype/category-name-tests (Depends-on): Add
14677         unictype/category-{Z,Nl}.
14678         Reported by Simon Josefsson.
14679
14680 2008-01-08  Bruno Haible  <bruno@clisp.org>
14681
14682         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
14683         convention better.
14684         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
14685         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
14686         Reported by Peter Miller <millerp@canb.auug.org.au>.
14687
14688 2008-01-08  Eric Blake  <ebb9@byu.net>
14689
14690         Rewrite memmem to guarantee linear complexity without malloc.
14691         * lib/memmem.c (memmem): Use Two-Way rather than
14692         Knuth-Morris-Pratt, to allow O(1) space usage.
14693         (critical_factorization, two_way_short_needle)
14694         (two_way_long_needle): New functions.
14695         (knuth_morris_pratt): Delete.
14696         * modules/memmem (Depends-on): No longer need malloca or stdbool.
14697         Add stdint.
14698         * tests/test-memmem.c (main): Add tests for periodic needle and
14699         sublinear performance.
14700         * doc/functions/memmem.texi (memmem): Document other deficiencies
14701         in cygwin and older glibc.
14702
14703 2008-01-08  Bruno Haible  <bruno@clisp.org>
14704
14705         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
14706         augmentation.
14707
14708 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
14709
14710         Add a configure time option: --disable-acl.
14711         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
14712         AC_ARG_ENABLE(acl).
14713
14714 2008-01-06  Simon Josefsson  <simon@josefsson.org>
14715
14716         * tests/test-localename.c: Don't include obsolete "setenv.h".
14717
14718         * modules/localename-tests (Depends-on): Need unsetenv.
14719
14720 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14721
14722         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
14723
14724 2008-01-06  Colin Watson  <cjwatson@debian.org>
14725
14726         * users.txt: Add man-db.
14727
14728 2008-01-07  Bruno Haible  <bruno@clisp.org>
14729
14730         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
14731         previous section name.
14732
14733 2008-01-07  Bruno Haible  <bruno@clisp.org>
14734
14735         * lib/progname.c (set_program_name): Don't strip off a leading
14736         "lt-" prefix outside a .libs directory.
14737         Suggested by Paul Eggert.
14738
14739 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
14740             Bruno Haible  <bruno@clisp.org>
14741
14742         Improve memory cleanup in 'relocatable' module.
14743         * lib/relocatable.h (compute_curr_prefix): Change return type to
14744         'char *'.
14745         * lib/relocatable.c (compute_curr_prefix): Change return type to
14746         'char *'. Free curr_installdir after use.
14747         (relocate): Free curr_prefix_better after use.
14748         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
14749
14750 2008-01-01  Bruno Haible  <bruno@clisp.org>
14751
14752         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
14753         failure on older glibc systems.
14754         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14755
14756 2008-01-05  Eric Blake  <ebb9@byu.net>
14757
14758         Avoid quadratic system memmem.
14759         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
14760         Reported by Ralf Wildenhues.
14761
14762         Fix memmem test for mingw.
14763         * modules/memmem-tests (configure.ac): Check for alarm.
14764         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
14765         it.
14766         * doc/functions/memmem.texi: New file.
14767         * doc/gnulib.texi (Function Substitutes): Add memmem.
14768         Reported by Bruno Haible.
14769
14770 2008-01-04  Bruno Haible  <bruno@clisp.org>
14771
14772         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
14773         Require gl_HEADER_STRINGS_H_DEFAULTS, not
14774         gl_HEADER_STRING_H_DEFAULTS.
14775
14776 2008-01-04  Eric Blake  <ebb9@byu.net>
14777
14778         Shorten duration of memmem test.
14779         * tests/test-memmem.c (main): Use alarm to declare failure if test
14780         is taking too long.
14781         Reported by Ralf Wildenhues.
14782
14783 2007-12-21  Simon Josefsson  <simon@josefsson.org>
14784
14785         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
14786         string, needed by strerror.
14787
14788 2008-01-03  Colin Watson  <cjwatson@debian.org>
14789             Bruno Haible  <bruno@clisp.org>
14790
14791         * doc/gnulib-tool.texi (Localization): New section.
14792
14793 2008-01-02  Bruno Haible  <bruno@clisp.org>
14794
14795         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
14796         variables to 'unsigned char *' type.
14797         Reported by Paul Eggert.
14798
14799 2008-01-02  Jim Meyering  <jim@meyering.net>
14800
14801         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
14802
14803 2007-12-31  Jim Meyering  <jim@meyering.net>
14804
14805         Avoid use of private FTS type name.
14806         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
14807
14808 2007-12-30  Karl Berry  <karl@gnu.org>
14809
14810         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
14811         work around defect in Texinfo and/or the standalone Info browser.
14812
14813 2007-12-30  Bruno Haible  <bruno@clisp.org>
14814
14815         Unify 5 copies of the KMP code.
14816         * lib/str-kmp.h: New file.
14817         * lib/c-strcasestr.c: Include str-kmp.h.
14818         (knuth_morris_pratt): Remove function.
14819         (c_strcasestr): Update.
14820         * lib/c-strstr.c: Include str-kmp.h.
14821         (knuth_morris_pratt): Remove function.
14822         (c_strcasestr): Update.
14823         * lib/mbscasestr.c: Include str-kmp.h.
14824         (knuth_morris_pratt_unibyte): Remove function.
14825         * lib/mbsstr.c: Include str-kmp.h.
14826         (knuth_morris_pratt_unibyte): Remove function.
14827         * lib/strcasestr.c: Include str-kmp.h.
14828         (knuth_morris_pratt): Remove function.
14829         (strcasestr): Update.
14830         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
14831         * modules/c-strstr (Files): Likewise.
14832         * modules/mbscasestr (Files): Likewise.
14833         * modules/mbsstr (Files): Likewise.
14834         * modules/strcasestr (Files): Likewise.
14835         Suggested by Paul Eggert.
14836
14837 2007-12-30  Bruno Haible  <bruno@clisp.org>
14838
14839         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
14840         defined.
14841
14842 2007-12-30  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/xmalloca.h: Include xalloc.h.
14845         (xnmalloca): New macro.
14846
14847 2007-12-30  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/malloca.h (nmalloca): New macro.
14850         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
14851         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
14852         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
14853         knuth_morris_pratt_multibyte): Likewise.
14854         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
14855         knuth_morris_pratt_multibyte): Likewise.
14856         * lib/memmem.c (knuth_morris_pratt): Likewise.
14857         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
14858
14859 2007-12-25  Bruno Haible  <bruno@clisp.org>
14860
14861         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
14862         * lib/glob.c: Don't include openat.h.
14863         (link_exists2_p): Add back the code that deals with the
14864         !GLOB_ALTDIRFUNC case.
14865         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
14866         let it do the filename concatenation.
14867         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
14868         * modules/glob (Depends-on): Remove openat.
14869
14870 2007-12-31  Bruno Haible  <bruno@clisp.org>
14871
14872         * modules/dirfd (License): Change to LGPLv2+.
14873         Approved by Jim Meyering.
14874
14875 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14876
14877         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
14878         when multiplying M by sizeof (size_t).
14879
14880 2007-12-10  Martin Lambers  <marlam@marlam.de>
14881
14882         Override getpagesize on mingw.
14883         * lib/getpagesize.c: New file.
14884         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
14885         * modules/getpagesize (Files): Add lib/getpagesize.c.
14886         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
14887         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14888         REPLACE_GETPAGESIZE.
14889         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
14890
14891 2007-12-25  Bruno Haible  <bruno@clisp.org>
14892
14893         * modules/localcharset (Notice): New field.
14894         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
14895         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
14896
14897 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14898             Bruno Haible  <bruno@clisp.org>
14899
14900         Avoid using the syntax symbol() in formatted documentation.
14901         * MODULES.html.sh (func_module): When replacing symbol() with a
14902         hyperlink, remove the parentheses. Show an error if some remain.
14903         Recognize and render the '...' syntax.
14904         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
14905         Rework. Add paragraph about GCC's inlining.
14906         * doc/alloca.texi: Likewise.
14907         * doc/error.texi: Remove parentheses from symbol reference.
14908         * doc/gnulib-intro.texi: Likewise.
14909         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
14910         * modules/fnmatch (Description): Reword to say "the ... function".
14911         * modules/full-read (Description): Likewise.
14912         * modules/full-write (Description): Likewise.
14913         * modules/safe-read (Description): Likewise.
14914         * modules/safe-write (Description): Likewise.
14915         * modules/strchrnul (Description): Likewise.
14916         * modules/trim (Description): Likewise.
14917         * modules/error (Description): Remove parentheses from symbol
14918         references.
14919         * modules/verror (Description): Likewise.
14920         Reported by Karl Berry.
14921
14922 2007-12-25  Bruno Haible  <bruno@clisp.org>
14923
14924         Fixup after 2007-10-16 commit.
14925         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
14926
14927 2007-12-24  Bruno Haible  <bruno@clisp.org>
14928
14929         Make --enable-relocatable work with DESTDIR.
14930         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
14931         to compute installdir from destprog.
14932         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
14933         also set the RELOC_DESTDIR variable.
14934         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
14935
14936 2007-12-24  Bruno Haible  <bruno@clisp.org>
14937
14938         Fix link error due to xalloc_die().
14939         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
14940         of xreadlink.
14941         * lib/relocwrapper.c: Update comments.
14942         * build-aux/install-reloc: Remove xreadlink.c from file list.
14943         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
14944         xreadlink.c.
14945         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
14946
14947 2007-12-24  Bruno Haible  <bruno@clisp.org>
14948
14949         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
14950         * lib/setenv.h: Remove file.
14951         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
14952         lib/setenv.h.
14953         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
14954         (Depends-on): Add stdlib.
14955         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
14956         gl_FUNC_UNSETENV.
14957         (Include): Replace setenv.h with <stdlib.h>.
14958         * modules/unsetenv: New file.
14959         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
14960         * lib/unsetenv.c: Include <stdlib.h> first.
14961         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
14962         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
14963         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
14964         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
14965         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
14966         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
14967         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
14968         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
14969         * doc/functions/unsetenv.texi: Update.
14970         * modules/xsetenv (Depends-on): Add unsetenv.
14971         * modules/getdate (Depends-on): Likewise.
14972         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
14973         * lib/xsetenv.c: Don't include setenv.h.
14974         * lib/getdate.y: Likewise.
14975         * lib/relocwrapper.c: Likewise.
14976         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
14977         (Depends-on): Add stdlib.
14978         * NEWS: Mention the changes.
14979         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
14980
14981 2007-12-23  Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/memmem.c (memmem): Use lowercase variable names. Tab
14984         indentation.
14985
14986 2007-12-23  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/c-strcasestr.c: Add more comments.
14989         * lib/c-strstr.c: Likewise.
14990         * lib/mbscasestr.c: Likewise.
14991         * lib/mbsstr.c: Likewise.
14992         * lib/strcasestr.c: Likewise.
14993         * lib/memmem.c: Likewise.
14994
14995 2007-12-23  Bruno Haible  <bruno@clisp.org>
14996
14997         * tests/test-memmem.c: Include <string.h> first.
14998
14999 2007-12-22  Bruno Haible  <bruno@clisp.org>
15000
15001         * gnulib-tool (func_create_testdir): Change $auxdir while generating
15002         the contents of $testsbase.
15003         Reported by Ralf Wildenhues.
15004
15005 2007-12-22  Bruno Haible  <bruno@clisp.org>
15006
15007         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
15008         two variables local_ldadd_before, local_ldadd_last.
15009
15010 2007-12-20  Eric Blake  <ebb9@byu.net>
15011
15012         Work around circular library issue when cross-compiling.
15013         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
15014         that progname.o does not need to pull in rpl_memcmp.
15015
15016 2007-12-19  Eric Blake  <ebb9@byu.net>
15017
15018         Fix memmem to avoid O(n^2) worst-case complexity.
15019         * lib/memmem.c (knuth_morris_pratt): New function.
15020         (memmem): Use it if first few naive iterations fail.
15021         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
15022         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
15023         * modules/memchr (License): Likewise.
15024         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
15025         malloca.
15026         * tests/test-memmem.c: Rewrite, borrowing ideas from
15027         test-mbsstr1.c; the old version wouldn't even compile!
15028         * modules/memmem-tests: New file.
15029         * lib/string.in.h (rpl_memmem): Add declaration.
15030         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
15031         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
15032         REPLACE_MEMMEM.
15033
15034 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
15037         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
15038         before any system include files, and undef after them all.  This
15039         should fix a problem on VMS reported by John E. Malmberg in
15040         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
15041
15042 2007-12-17  Eric Blake  <ebb9@byu.net>
15043
15044         Revert addition of verify, for BSD/OS.
15045         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
15046         can't handle large files, for the sake of obsolete platforms.
15047         * modules/fseeko (Depends-on): Remove verify.
15048         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
15049         * doc/functions/ftello.texi (ftello): Likewise.
15050         * doc/functions/fgetpos.texi (fgetpos): Likewise.
15051         Reported by Larry Jones.
15052
15053 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
15054
15055         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
15056         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
15057
15058 2007-12-17  Jim Meyering  <meyering@redhat.com>
15059
15060         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
15061         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
15062         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
15063         * modules/getcwd (Depends-on): Add openat.
15064         Reported by Petr Salinger.
15065
15066 2007-12-17  Bruno Haible  <bruno@clisp.org>
15067
15068         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
15069         avoid a segmentation fault of the configure test on x86_64 systems.
15070
15071 2007-12-15  Jim Meyering  <meyering@redhat.com>
15072
15073         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
15074
15075 2007-12-13  Eric Blake  <ebb9@byu.net>
15076
15077         Another fseek test.
15078         * tests/test-fseek.c (main): Also test ungetc handling.
15079         * tests/test-fseeko.c (main): Likewise.
15080         * modules/fseeko (Depends-on): Add verify.
15081         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
15082         large.
15083         Reported by Larry Jones.
15084
15085         Fix fseeko on mingw.
15086         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
15087         seek.
15088
15089         Beef up fseek tests.
15090         * tests/test-fseek.c (main): Also test eof handling.
15091         * tests/test-fseeko.c (main): Likewise.
15092         Reported by Larry Jones.
15093
15094 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
15095
15096         Fix fseeko on BSD-based platforms.
15097         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
15098         successful seek.
15099
15100 2007-12-12  Eric Blake  <ebb9@byu.net>
15101
15102         Allow circular dependency of separate libtests.a
15103         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
15104         when use_libtests.
15105
15106 2007-12-11  Eric Blake  <ebb9@byu.net>
15107
15108         Fix bug with -0.0L in previous patch.
15109         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
15110         * tests/test-isnan.c (main): Also test on zeroes.
15111         * tests/test-isnanf.c (main): Likewise.
15112         * tests/test-isnanl.h (main): Likewise.
15113
15114         Detect pseudo-denormals on x86 even when cross-compiling.
15115         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
15116         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
15117         invalid bit patterns that happen to satisfy ==.
15118
15119         Avoid link failures with separate libtests.a.
15120         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
15121         last, to satisfy circular dependencies.
15122
15123 2007-12-11  Eric Blake  <ebb9@byu.net>
15124         and Bruno Haible  <bruno@clisp.org>
15125
15126         Fix OpenBSD 4.0 <float.h> handling of long double.
15127         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
15128         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
15129         * doc/headers/float.texi (float.h): Document OpenBSD bug.
15130
15131 2007-12-11  Jim Meyering  <meyering@redhat.com>
15132
15133         * users.txt: Add libvirt.
15134
15135         Support versions of autoconf prior to 2.59c.
15136         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
15137         if it is not already defined.
15138
15139 2007-12-09  Bruno Haible  <bruno@clisp.org>
15140
15141         Let 'gnulib-tool --import' collect sources needed for the tests in
15142         tests/ rather than in lib/.
15143         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
15144         argument. If true, add rules to generate libtests.a, and put libtests.a
15145         into $(LDADD). Consider source files in subdirectories and set
15146         uses_subdirs.
15147         (func_emit_initmacro_start, func_emit_initmacro_end,
15148         func_emit_initmacro_done): Pass all arguments explicitly.
15149         (func_import): Determine two module lists main_modules,
15150         testsrelated_modules. Determine use_libtests. Determine two variables
15151         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
15152         instead of just sed_transform_lib_file. Determine two variables
15153         main_files and testsrelated_files. Compute 'files' as the union of
15154         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
15155         func_add_or_update. In the generated gnulib-comp.m4, collect the
15156         object files for tests/ in different variables than those for lib/.
15157         Substitute LIBTESTS_LIBDEPS.
15158         (func_create_testdir): Combine the uses_subdirs results from
15159         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
15160
15161 2007-12-09  Bruno Haible  <bruno@clisp.org>
15162
15163         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
15164         the build-aux directory.
15165
15166 2007-12-09  Bruno Haible  <bruno@clisp.org>
15167
15168         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
15169         introduced on 2006-09-09.
15170
15171 2007-12-07  Jim Meyering  <meyering@redhat.com>
15172
15173         Let these macros work also with autoconf-2.59.
15174         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
15175         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
15176         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15177
15178 2007-12-06  Jim Meyering  <meyering@redhat.com>
15179
15180         Avoid a configure-time syntax error in gl_FUNC_ACL.
15181         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
15182         function in each branch, before testing the cache variable.
15183
15184 2007-12-04  Eric Blake  <ebb9@byu.net>
15185
15186         Make scripts executable.
15187         * build-aux/config.guess: Add execute permissions.
15188         * build-aux/config.sub: Likewise.
15189         * build-aux/gendocs.sh: Likewise.
15190
15191         Fix frexp on mingw.
15192         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
15193         cross-compiling.
15194         * doc/functions/frexp.texi (frexp): Document the bug.
15195
15196         Make cygwin fseeko check more reliable.
15197         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
15198         version numbers, rather than unrelated feature check.
15199         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
15200         * doc/functions/ftello.texi (ftello): Likewise.
15201         Reported by Bruno Haible.
15202
15203         * m4/strerror.m4: Bump version number.
15204
15205 2007-12-03  Bruno Haible  <bruno@clisp.org>
15206
15207         * doc/functions/mprotect.texi: Mention the mingw problem.
15208
15209 2007-12-03  Eric Blake  <ebb9@byu.net>
15210
15211         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
15212         REPLACE_STRERROR is initialized before this macro.
15213
15214 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
15217         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
15218         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
15219         put -lsec in even for programs other than 'ls'.  This fixes a problem
15220         for gettext reported by Bruno Haible in
15221         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
15222         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
15223         Add support for Solaris 10.  This isn't efficient, but should get the
15224         job done for now.
15225
15226 2007-12-03  James Youngman  <jay@gnu.org>
15227
15228         * doc/regexprops-generic.texi: change "an close-group" to "a
15229         close-group" and "illegal" to "not allowed".
15230
15231 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15232
15233         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
15234         pr_byname.h. Needed for the rare case when the maintainer has done
15235         "make maintainer-clean" in the source directory and then attempts a
15236         build outside the source directory.
15237         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
15238         scripts_byname.h.
15239
15240 2007-12-02  Martin Lambers <marlam@marlam.de>
15241             Bruno Haible  <bruno@clisp.org>
15242
15243         * lib/getpagesize.h: Remove file.
15244         * lib/unistd.in.h: Include declaration of getpagesize here.
15245         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
15246         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
15247         HAVE_SYS_PARAM_H.
15248         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
15249         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15250         * modules/getpagesize (Files): Remove lib/getpagesize.h.
15251         (Depends-on): Add unistd.
15252         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15253         (Include): Use <unistd.h> instead of getpagesize.h.
15254         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
15255         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15256         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
15257         gl_GETPAGESIZE invocation, already handled by module dependency.
15258         * lib/pagealign_alloc.c: Don't include getpagesize.h.
15259
15260 2007-12-02  Bruno Haible  <bruno@clisp.org>
15261
15262         * modules/strings-tests: New file.
15263         * tests/test-strings.c: New file.
15264
15265         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
15266         * lib/strings.in.h: New file.
15267         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
15268         * m4/strings_h.m4: New file.
15269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
15270         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
15271         * modules/strings: New file.
15272         * modules/string (Makefile.am): Update.
15273         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
15274         Reported by Karl Berry.
15275
15276 2007-12-01  Eric Blake  <ebb9@byu.net>
15277
15278         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
15279         accomodate fix in cygwin 1.5.25.
15280
15281 2007-12-01  Jim Meyering  <meyering@redhat.com>
15282
15283         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
15284         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
15285         that would inhibit utf8-optimization of a regexp containing line-
15286         or buffer-anchors, e.g., `^', `$'.
15287
15288 2007-11-30  Bruno Haible  <bruno@clisp.org>
15289
15290         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
15291         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
15292         glthread_recursive_lock_init.
15293         * lib/lock.c (glthread_recursive_lock_init)
15294         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
15295         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15296
15297 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         New function qset_acl, like set_acl but with syscall semantics.
15300         * lib/acl.h (qset_acl): New decl.
15301         * lib/acl.c (qset_acl): New function.
15302         (set_acl): Use new function.  Use more-consistent diagnostics.
15303
15304 2007-11-28  Jim Meyering  <meyering@redhat.com>
15305
15306         * modules/physmem (License): Change from GPL to LGPLv2+.
15307
15308 2007-11-26  Bruno Haible  <bruno@clisp.org>
15309
15310         * lib/vasnprintf.c (decode_long_double): Don't abort if the
15311         'long double' type has excess precision.
15312         Reported by Jim Meyering in
15313         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
15314
15315 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15316
15317         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
15318         Sync from <http://gnu.org/licenses>.
15319         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
15320         with license text from same location.
15321         * doc/maintain.texi, doc/standards.texi:  Sync from
15322         <http://savannah.gnu.org/projects/gnustandards>.
15323
15324 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
15325         and Jim Meyering  <meyering@redhat.com>
15326
15327         Adjust getdate' grammar to accept a slightly more regular language.
15328         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
15329         Before, the former was rejected.
15330         * lib/getdate.y (digits_to_date_time): New function, factored
15331         out of ...
15332         (number): ...here.  Just call digits_to_date_time.
15333         (hybrid): New non-terminal to handle an <unsigned number,
15334         signed relative offset> sequence consistently.
15335
15336 2007-11-18  Jim Meyering  <meyering@redhat.com>
15337
15338         Pull my changes from coreutils:
15339         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
15340         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
15341         use of $gnulib_tool_option_extras, so that it's separated from the
15342         preceding argument.
15343
15344         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
15345         * build-aux/bootstrap (cp_mark_as_generated): Create any required
15346         parent destination directories before copying a file into place.
15347
15348 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15349
15350         bootstrap: work also with 4-argument variant of AC_INIT
15351         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
15352
15353 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15354
15355         Port test-getaddrinfo to Solaris.
15356         Problem reported by Bruno Haible in
15357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
15358         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
15359         explanation of setting 'hints'.
15360         Don't reject an implementation merely because it returns EAI_SERVICE.
15361         (EAI_SERVICE): Define to 0 if not defined.
15362
15363 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         The license of gnu-make and posix-shell is now "GPLed build tool".
15366         * modules/gnu-make (License): Likewise.
15367         * modules/posix-shell (License): Likewise.
15368
15369         New module posix-shell, for determining a POSIX shell
15370         or perhaps something that is close enough to a POSIX shell.
15371         * m4/posix-shell.m4: New file.
15372         * modules/posix-shell: New file.
15373
15374         * MODULES.html.sh: Mention new module.
15375
15376         New module gnu-make, for determining whether we're using GNU Make.
15377         * m4/gnu-make.m4: New file.
15378         * modules/gnu-make: New file.
15379         * MODULES.html.sh: Mention new module.
15380
15381 2007-11-14  Jim Meyering  <meyering@redhat.com>
15382
15383         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
15384         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
15385         use this macro to create a function _definition_.
15386         Remove useless "#undef ARGMATCH_DIE".
15387
15388 2007-11-14  Bruno Haible  <bruno@clisp.org>
15389
15390         * lib/config.charset: Update for OpenBSD 4.1.
15391         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
15392
15393 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
15394
15395         Document 64-bit #if problems in stdint.texi.
15396         * doc/headers/stdint.texi (stdint.h): Mention problems with
15397         64-bit-#if, and how to work around them.
15398
15399         Don't insist on 'long long int' support in the preprocessor.  It
15400         breaks too many things.  For example, PRIdMAX still uses a 'long
15401         long int' format with the latest Sun compiler, even though
15402         HAVE_LONG_LONG_INT isn't defined due to that compiler's
15403         preprocessor problem.  This causes the latest coreutils to dump
15404         core on Solaris 10 sparc with the Sun C compiler.
15405         Instead, fix the 2007-10-16 problem in a different way, by evaluating
15406         the troublesome expressions at configure-time, not at #if-time.
15407         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
15408         preprocessor.
15409         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
15410         compile-time C checks, done at 'configure'-time.
15411         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
15412         * modules/inttypes (Makefile): Substitute the new symbols that
15413         gl_INTTYPES_H now generates.
15414         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
15415
15416 2007-11-12  Bruno Haible  <bruno@clisp.org>
15417
15418         Tests for Unicode character classification functions.
15419
15420         * modules/unictype/bidicategory-byname-tests: New file.
15421         * modules/unictype/bidicategory-name-tests: New file.
15422         * modules/unictype/bidicategory-of-tests: New file.
15423         * modules/unictype/bidicategory-test-tests: New file.
15424         * modules/unictype/block-list-tests: New file.
15425         * modules/unictype/block-of-tests: New file.
15426         * modules/unictype/block-test-tests: New file.
15427         * modules/unictype/category-C-tests: New file.
15428         * modules/unictype/category-Cc-tests: New file.
15429         * modules/unictype/category-Cf-tests: New file.
15430         * modules/unictype/category-Cn-tests: New file.
15431         * modules/unictype/category-Co-tests: New file.
15432         * modules/unictype/category-Cs-tests: New file.
15433         * modules/unictype/category-L-tests: New file.
15434         * modules/unictype/category-Ll-tests: New file.
15435         * modules/unictype/category-Lm-tests: New file.
15436         * modules/unictype/category-Lo-tests: New file.
15437         * modules/unictype/category-Lt-tests: New file.
15438         * modules/unictype/category-Lu-tests: New file.
15439         * modules/unictype/category-M-tests: New file.
15440         * modules/unictype/category-Mc-tests: New file.
15441         * modules/unictype/category-Me-tests: New file.
15442         * modules/unictype/category-Mn-tests: New file.
15443         * modules/unictype/category-N-tests: New file.
15444         * modules/unictype/category-Nd-tests: New file.
15445         * modules/unictype/category-Nl-tests: New file.
15446         * modules/unictype/category-No-tests: New file.
15447         * modules/unictype/category-P-tests: New file.
15448         * modules/unictype/category-Pc-tests: New file.
15449         * modules/unictype/category-Pd-tests: New file.
15450         * modules/unictype/category-Pe-tests: New file.
15451         * modules/unictype/category-Pf-tests: New file.
15452         * modules/unictype/category-Pi-tests: New file.
15453         * modules/unictype/category-Po-tests: New file.
15454         * modules/unictype/category-Ps-tests: New file.
15455         * modules/unictype/category-S-tests: New file.
15456         * modules/unictype/category-Sc-tests: New file.
15457         * modules/unictype/category-Sk-tests: New file.
15458         * modules/unictype/category-Sm-tests: New file.
15459         * modules/unictype/category-So-tests: New file.
15460         * modules/unictype/category-Z-tests: New file.
15461         * modules/unictype/category-Zl-tests: New file.
15462         * modules/unictype/category-Zp-tests: New file.
15463         * modules/unictype/category-Zs-tests: New file.
15464         * modules/unictype/category-and-not-tests: New file.
15465         * modules/unictype/category-and-tests: New file.
15466         * modules/unictype/category-byname-tests: New file.
15467         * modules/unictype/category-name-tests: New file.
15468         * modules/unictype/category-none-tests: New file.
15469         * modules/unictype/category-of-tests: New file.
15470         * modules/unictype/category-or-tests: New file.
15471         * modules/unictype/category-test-withtable-tests: New file.
15472         * modules/unictype/combining-class-tests: New file.
15473         * modules/unictype/ctype-alnum-tests: New file.
15474         * modules/unictype/ctype-alpha-tests: New file.
15475         * modules/unictype/ctype-blank-tests: New file.
15476         * modules/unictype/ctype-cntrl-tests: New file.
15477         * modules/unictype/ctype-digit-tests: New file.
15478         * modules/unictype/ctype-graph-tests: New file.
15479         * modules/unictype/ctype-lower-tests: New file.
15480         * modules/unictype/ctype-print-tests: New file.
15481         * modules/unictype/ctype-punct-tests: New file.
15482         * modules/unictype/ctype-space-tests: New file.
15483         * modules/unictype/ctype-upper-tests: New file.
15484         * modules/unictype/ctype-xdigit-tests: New file.
15485         * modules/unictype/decimal-digit-tests: New file.
15486         * modules/unictype/digit-tests: New file.
15487         * modules/unictype/mirror-tests: New file.
15488         * modules/unictype/numeric-tests: New file.
15489         * modules/unictype/property-alphabetic-tests: New file.
15490         * modules/unictype/property-ascii-hex-digit-tests: New file.
15491         * modules/unictype/property-bidi-arabic-digit-tests: New file.
15492         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
15493         * modules/unictype/property-bidi-block-separator-tests: New file.
15494         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
15495         * modules/unictype/property-bidi-common-separator-tests: New file.
15496         * modules/unictype/property-bidi-control-tests: New file.
15497         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
15498         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
15499         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
15500         * modules/unictype/property-bidi-european-digit-tests: New file.
15501         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
15502         * modules/unictype/property-bidi-left-to-right-tests: New file.
15503         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
15504         * modules/unictype/property-bidi-other-neutral-tests: New file.
15505         * modules/unictype/property-bidi-pdf-tests: New file.
15506         * modules/unictype/property-bidi-segment-separator-tests: New file.
15507         * modules/unictype/property-bidi-whitespace-tests: New file.
15508         * modules/unictype/property-byname-tests: New file.
15509         * modules/unictype/property-combining-tests: New file.
15510         * modules/unictype/property-composite-tests: New file.
15511         * modules/unictype/property-currency-symbol-tests: New file.
15512         * modules/unictype/property-dash-tests: New file.
15513         * modules/unictype/property-decimal-digit-tests: New file.
15514         * modules/unictype/property-default-ignorable-code-point-tests: New file.
15515         * modules/unictype/property-deprecated-tests: New file.
15516         * modules/unictype/property-diacritic-tests: New file.
15517         * modules/unictype/property-extender-tests: New file.
15518         * modules/unictype/property-format-control-tests: New file.
15519         * modules/unictype/property-grapheme-base-tests: New file.
15520         * modules/unictype/property-grapheme-extend-tests: New file.
15521         * modules/unictype/property-grapheme-link-tests: New file.
15522         * modules/unictype/property-hex-digit-tests: New file.
15523         * modules/unictype/property-hyphen-tests: New file.
15524         * modules/unictype/property-id-continue-tests: New file.
15525         * modules/unictype/property-id-start-tests: New file.
15526         * modules/unictype/property-ideographic-tests: New file.
15527         * modules/unictype/property-ids-binary-operator-tests: New file.
15528         * modules/unictype/property-ids-trinary-operator-tests: New file.
15529         * modules/unictype/property-ignorable-control-tests: New file.
15530         * modules/unictype/property-iso-control-tests: New file.
15531         * modules/unictype/property-join-control-tests: New file.
15532         * modules/unictype/property-left-of-pair-tests: New file.
15533         * modules/unictype/property-line-separator-tests: New file.
15534         * modules/unictype/property-logical-order-exception-tests: New file.
15535         * modules/unictype/property-lowercase-tests: New file.
15536         * modules/unictype/property-math-tests: New file.
15537         * modules/unictype/property-non-break-tests: New file.
15538         * modules/unictype/property-not-a-character-tests: New file.
15539         * modules/unictype/property-numeric-tests: New file.
15540         * modules/unictype/property-other-alphabetic-tests: New file.
15541         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
15542         * modules/unictype/property-other-grapheme-extend-tests: New file.
15543         * modules/unictype/property-other-id-continue-tests: New file.
15544         * modules/unictype/property-other-id-start-tests: New file.
15545         * modules/unictype/property-other-lowercase-tests: New file.
15546         * modules/unictype/property-other-math-tests: New file.
15547         * modules/unictype/property-other-uppercase-tests: New file.
15548         * modules/unictype/property-paired-punctuation-tests: New file.
15549         * modules/unictype/property-paragraph-separator-tests: New file.
15550         * modules/unictype/property-pattern-syntax-tests: New file.
15551         * modules/unictype/property-pattern-white-space-tests: New file.
15552         * modules/unictype/property-private-use-tests: New file.
15553         * modules/unictype/property-punctuation-tests: New file.
15554         * modules/unictype/property-quotation-mark-tests: New file.
15555         * modules/unictype/property-radical-tests: New file.
15556         * modules/unictype/property-sentence-terminal-tests: New file.
15557         * modules/unictype/property-soft-dotted-tests: New file.
15558         * modules/unictype/property-space-tests: New file.
15559         * modules/unictype/property-terminal-punctuation-tests: New file.
15560         * modules/unictype/property-test-tests: New file.
15561         * modules/unictype/property-titlecase-tests: New file.
15562         * modules/unictype/property-unassigned-code-value-tests: New file.
15563         * modules/unictype/property-unified-ideograph-tests: New file.
15564         * modules/unictype/property-uppercase-tests: New file.
15565         * modules/unictype/property-variation-selector-tests: New file.
15566         * modules/unictype/property-white-space-tests: New file.
15567         * modules/unictype/property-xid-continue-tests: New file.
15568         * modules/unictype/property-xid-start-tests: New file.
15569         * modules/unictype/property-zero-width-tests: New file.
15570         * modules/unictype/scripts-tests: New file.
15571         * modules/unictype/syntax-c-ident-tests: New file.
15572         * modules/unictype/syntax-c-whitespace-tests: New file.
15573         * modules/unictype/syntax-java-ident-tests: New file.
15574         * modules/unictype/syntax-java-whitespace-tests: New file.
15575         * tests/unictype/test-bidi_byname.c: New file.
15576         * tests/unictype/test-bidi_name.c: New file.
15577         * tests/unictype/test-bidi_of.c: New file.
15578         * tests/unictype/test-bidi_test.c: New file.
15579         * tests/unictype/test-block_list.c: New file.
15580         * tests/unictype/test-block_of.c: New file.
15581         * tests/unictype/test-block_test.c: New file.
15582         * tests/unictype/test-categ_and.c: New file.
15583         * tests/unictype/test-categ_and_not.c: New file.
15584         * tests/unictype/test-categ_byname.c: New file.
15585         * tests/unictype/test-categ_name.c: New file.
15586         * tests/unictype/test-categ_none.c: New file.
15587         * tests/unictype/test-categ_of.c: New file.
15588         * tests/unictype/test-categ_or.c: New file.
15589         * tests/unictype/test-categ_test_withtable.c: New file.
15590         * tests/unictype/test-combining.c: New file.
15591         * tests/unictype/test-decdigit.c: New file.
15592         * tests/unictype/test-digit.c: New file.
15593         * tests/unictype/test-mirror.c: New file.
15594         * tests/unictype/test-numeric.c: New file.
15595         * tests/unictype/test-pr_byname.c: New file.
15596         * tests/unictype/test-pr_test.c: New file.
15597         * tests/unictype/test-predicate-part1.h: New file.
15598         * tests/unictype/test-predicate-part2.h: New file.
15599         * tests/unictype/test-scripts.c: New file.
15600         * tests/unictype/test-sy_c_ident.c: New file.
15601         * tests/unictype/test-sy_java_ident.c: New file.
15602
15603         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
15604         for Unicode 5.0.0.
15605         * tests/unictype/test-categ_Cc.c: Likewise.
15606         * tests/unictype/test-categ_Cf.c: Likewise.
15607         * tests/unictype/test-categ_Cn.c: Likewise.
15608         * tests/unictype/test-categ_Co.c: Likewise.
15609         * tests/unictype/test-categ_Cs.c: Likewise.
15610         * tests/unictype/test-categ_L.c: Likewise.
15611         * tests/unictype/test-categ_Ll.c: Likewise.
15612         * tests/unictype/test-categ_Lm.c: Likewise.
15613         * tests/unictype/test-categ_Lo.c: Likewise.
15614         * tests/unictype/test-categ_Lt.c: Likewise.
15615         * tests/unictype/test-categ_Lu.c: Likewise.
15616         * tests/unictype/test-categ_M.c: Likewise.
15617         * tests/unictype/test-categ_Mc.c: Likewise.
15618         * tests/unictype/test-categ_Me.c: Likewise.
15619         * tests/unictype/test-categ_Mn.c: Likewise.
15620         * tests/unictype/test-categ_N.c: Likewise.
15621         * tests/unictype/test-categ_Nd.c: Likewise.
15622         * tests/unictype/test-categ_Nl.c: Likewise.
15623         * tests/unictype/test-categ_No.c: Likewise.
15624         * tests/unictype/test-categ_P.c: Likewise.
15625         * tests/unictype/test-categ_Pc.c: Likewise.
15626         * tests/unictype/test-categ_Pd.c: Likewise.
15627         * tests/unictype/test-categ_Pe.c: Likewise.
15628         * tests/unictype/test-categ_Pf.c: Likewise.
15629         * tests/unictype/test-categ_Pi.c: Likewise.
15630         * tests/unictype/test-categ_Po.c: Likewise.
15631         * tests/unictype/test-categ_Ps.c: Likewise.
15632         * tests/unictype/test-categ_S.c: Likewise.
15633         * tests/unictype/test-categ_Sc.c: Likewise.
15634         * tests/unictype/test-categ_Sk.c: Likewise.
15635         * tests/unictype/test-categ_Sm.c: Likewise.
15636         * tests/unictype/test-categ_So.c: Likewise.
15637         * tests/unictype/test-categ_Z.c: Likewise.
15638         * tests/unictype/test-categ_Zl.c: Likewise.
15639         * tests/unictype/test-categ_Zp.c: Likewise.
15640         * tests/unictype/test-categ_Zs.c: Likewise.
15641         * tests/unictype/test-ctype_alnum.c: Likewise.
15642         * tests/unictype/test-ctype_alpha.c: Likewise.
15643         * tests/unictype/test-ctype_blank.c: Likewise.
15644         * tests/unictype/test-ctype_cntrl.c: Likewise.
15645         * tests/unictype/test-ctype_digit.c: Likewise.
15646         * tests/unictype/test-ctype_graph.c: Likewise.
15647         * tests/unictype/test-ctype_lower.c: Likewise.
15648         * tests/unictype/test-ctype_print.c: Likewise.
15649         * tests/unictype/test-ctype_punct.c: Likewise.
15650         * tests/unictype/test-ctype_space.c: Likewise.
15651         * tests/unictype/test-ctype_upper.c: Likewise.
15652         * tests/unictype/test-ctype_xdigit.c: Likewise.
15653         * tests/unictype/test-decdigit.h: Likewise.
15654         * tests/unictype/test-digit.h: Likewise.
15655         * tests/unictype/test-numeric.h: Likewise.
15656         * tests/unictype/test-pr_alphabetic.c: Likewise.
15657         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
15658         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
15659         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
15660         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
15661         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
15662         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
15663         * tests/unictype/test-pr_bidi_control.c: Likewise.
15664         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
15665         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
15666         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
15667         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
15668         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
15669         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
15670         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
15671         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
15672         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
15673         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
15674         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
15675         * tests/unictype/test-pr_combining.c: Likewise.
15676         * tests/unictype/test-pr_composite.c: Likewise.
15677         * tests/unictype/test-pr_currency_symbol.c: Likewise.
15678         * tests/unictype/test-pr_dash.c: Likewise.
15679         * tests/unictype/test-pr_decimal_digit.c: Likewise.
15680         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
15681         * tests/unictype/test-pr_deprecated.c: Likewise.
15682         * tests/unictype/test-pr_diacritic.c: Likewise.
15683         * tests/unictype/test-pr_extender.c: Likewise.
15684         * tests/unictype/test-pr_format_control.c: Likewise.
15685         * tests/unictype/test-pr_grapheme_base.c: Likewise.
15686         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
15687         * tests/unictype/test-pr_grapheme_link.c: Likewise.
15688         * tests/unictype/test-pr_hex_digit.c: Likewise.
15689         * tests/unictype/test-pr_hyphen.c: Likewise.
15690         * tests/unictype/test-pr_id_continue.c: Likewise.
15691         * tests/unictype/test-pr_id_start.c: Likewise.
15692         * tests/unictype/test-pr_ideographic.c: Likewise.
15693         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
15694         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
15695         * tests/unictype/test-pr_ignorable_control.c: Likewise.
15696         * tests/unictype/test-pr_iso_control.c: Likewise.
15697         * tests/unictype/test-pr_join_control.c: Likewise.
15698         * tests/unictype/test-pr_left_of_pair.c: Likewise.
15699         * tests/unictype/test-pr_line_separator.c: Likewise.
15700         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
15701         * tests/unictype/test-pr_lowercase.c: Likewise.
15702         * tests/unictype/test-pr_math.c: Likewise.
15703         * tests/unictype/test-pr_non_break.c: Likewise.
15704         * tests/unictype/test-pr_not_a_character.c: Likewise.
15705         * tests/unictype/test-pr_numeric.c: Likewise.
15706         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
15707         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
15708         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
15709         * tests/unictype/test-pr_other_id_continue.c: Likewise.
15710         * tests/unictype/test-pr_other_id_start.c: Likewise.
15711         * tests/unictype/test-pr_other_lowercase.c: Likewise.
15712         * tests/unictype/test-pr_other_math.c: Likewise.
15713         * tests/unictype/test-pr_other_uppercase.c: Likewise.
15714         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
15715         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
15716         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
15717         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
15718         * tests/unictype/test-pr_private_use.c: Likewise.
15719         * tests/unictype/test-pr_punctuation.c: Likewise.
15720         * tests/unictype/test-pr_quotation_mark.c: Likewise.
15721         * tests/unictype/test-pr_radical.c: Likewise.
15722         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
15723         * tests/unictype/test-pr_soft_dotted.c: Likewise.
15724         * tests/unictype/test-pr_space.c: Likewise.
15725         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
15726         * tests/unictype/test-pr_titlecase.c: Likewise.
15727         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
15728         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
15729         * tests/unictype/test-pr_uppercase.c: Likewise.
15730         * tests/unictype/test-pr_variation_selector.c: Likewise.
15731         * tests/unictype/test-pr_white_space.c: Likewise.
15732         * tests/unictype/test-pr_xid_continue.c: Likewise.
15733         * tests/unictype/test-pr_xid_start.c: Likewise.
15734         * tests/unictype/test-pr_zero_width.c: Likewise.
15735         * tests/unictype/test-sy_c_whitespace.c: Likewise.
15736         * tests/unictype/test-sy_java_whitespace.c: Likewise.
15737
15738 2007-11-12  Bruno Haible  <bruno@clisp.org>
15739
15740         Unicode character classification functions.
15741         * lib/unictype.h: New file.
15742         * modules/unictype/base: New file.
15743         * modules/unictype/category-L: New file.
15744         * modules/unictype/category-Lu: New file.
15745         * modules/unictype/category-Ll: New file.
15746         * modules/unictype/category-Lt: New file.
15747         * modules/unictype/category-Lm: New file.
15748         * modules/unictype/category-Lo: New file.
15749         * modules/unictype/category-M: New file.
15750         * modules/unictype/category-Mn: New file.
15751         * modules/unictype/category-Mc: New file.
15752         * modules/unictype/category-Me: New file.
15753         * modules/unictype/category-N: New file.
15754         * modules/unictype/category-Nd: New file.
15755         * modules/unictype/category-Nl: New file.
15756         * modules/unictype/category-No: New file.
15757         * modules/unictype/category-P: New file.
15758         * modules/unictype/category-Pc: New file.
15759         * modules/unictype/category-Pd: New file.
15760         * modules/unictype/category-Ps: New file.
15761         * modules/unictype/category-Pe: New file.
15762         * modules/unictype/category-Pi: New file.
15763         * modules/unictype/category-Pf: New file.
15764         * modules/unictype/category-Po: New file.
15765         * modules/unictype/category-S: New file.
15766         * modules/unictype/category-Sm: New file.
15767         * modules/unictype/category-Sc: New file.
15768         * modules/unictype/category-Sk: New file.
15769         * modules/unictype/category-So: New file.
15770         * modules/unictype/category-Z: New file.
15771         * modules/unictype/category-Zs: New file.
15772         * modules/unictype/category-Zl: New file.
15773         * modules/unictype/category-Zp: New file.
15774         * modules/unictype/category-C: New file.
15775         * modules/unictype/category-Cc: New file.
15776         * modules/unictype/category-Cf: New file.
15777         * modules/unictype/category-Cs: New file.
15778         * modules/unictype/category-Co: New file.
15779         * modules/unictype/category-Cn: New file.
15780         * modules/unictype/category-or: New file.
15781         * modules/unictype/category-of: New file.
15782         * modules/unictype/category-test: New file.
15783         * modules/unictype/category-test-withtable: New file.
15784         * modules/unictype/category-byname: New file.
15785         * modules/unictype/category-none: New file.
15786         * modules/unictype/category-and: New file.
15787         * modules/unictype/category-and-not: New file.
15788         * modules/unictype/category-name: New file.
15789         * modules/unictype/combining-class: New file.
15790         * modules/unictype/category-all: New file.
15791         * modules/unictype/bidicategory-all: New file.
15792         * modules/unictype/bidicategory-byname: New file.
15793         * modules/unictype/bidicategory-name: New file.
15794         * modules/unictype/bidicategory-of: New file.
15795         * modules/unictype/bidicategory-test: New file.
15796         * modules/unictype/decimal-digit: New file.
15797         * modules/unictype/digit: New file.
15798         * modules/unictype/numeric: New file.
15799         * modules/unictype/mirror: New file.
15800         * modules/unictype/property-white-space: New file.
15801         * modules/unictype/property-alphabetic: New file.
15802         * modules/unictype/property-other-alphabetic: New file.
15803         * modules/unictype/property-not-a-character: New file.
15804         * modules/unictype/property-default-ignorable-code-point: New file.
15805         * modules/unictype/property-other-default-ignorable-code-point: New
15806         file.
15807         * modules/unictype/property-deprecated: New file.
15808         * modules/unictype/property-logical-order-exception: New file.
15809         * modules/unictype/property-variation-selector: New file.
15810         * modules/unictype/property-private-use: New file.
15811         * modules/unictype/property-unassigned-code-value: New file.
15812         * modules/unictype/property-uppercase: New file.
15813         * modules/unictype/property-other-uppercase: New file.
15814         * modules/unictype/property-lowercase: New file.
15815         * modules/unictype/property-other-lowercase: New file.
15816         * modules/unictype/property-titlecase: New file.
15817         * modules/unictype/property-soft-dotted: New file.
15818         * modules/unictype/property-id-start: New file.
15819         * modules/unictype/property-other-id-start: New file.
15820         * modules/unictype/property-id-continue: New file.
15821         * modules/unictype/property-other-id-continue: New file.
15822         * modules/unictype/property-xid-start: New file.
15823         * modules/unictype/property-xid-continue: New file.
15824         * modules/unictype/property-pattern-white-space: New file.
15825         * modules/unictype/property-pattern-syntax: New file.
15826         * modules/unictype/property-join-control: New file.
15827         * modules/unictype/property-grapheme-base: New file.
15828         * modules/unictype/property-grapheme-extend: New file.
15829         * modules/unictype/property-other-grapheme-extend: New file.
15830         * modules/unictype/property-grapheme-link: New file.
15831         * modules/unictype/property-bidi-control: New file.
15832         * modules/unictype/property-bidi-left-to-right: New file.
15833         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
15834         * modules/unictype/property-bidi-arabic-right-to-left: New file.
15835         * modules/unictype/property-bidi-european-digit: New file.
15836         * modules/unictype/property-bidi-eur-num-separator: New file.
15837         * modules/unictype/property-bidi-eur-num-terminator: New file.
15838         * modules/unictype/property-bidi-arabic-digit: New file.
15839         * modules/unictype/property-bidi-common-separator: New file.
15840         * modules/unictype/property-bidi-block-separator: New file.
15841         * modules/unictype/property-bidi-segment-separator: New file.
15842         * modules/unictype/property-bidi-whitespace: New file.
15843         * modules/unictype/property-bidi-non-spacing-mark: New file.
15844         * modules/unictype/property-bidi-boundary-neutral: New file.
15845         * modules/unictype/property-bidi-pdf: New file.
15846         * modules/unictype/property-bidi-embedding-or-override: New file.
15847         * modules/unictype/property-bidi-other-neutral: New file.
15848         * modules/unictype/property-hex-digit: New file.
15849         * modules/unictype/property-ascii-hex-digit: New file.
15850         * modules/unictype/property-ideographic: New file.
15851         * modules/unictype/property-unified-ideograph: New file.
15852         * modules/unictype/property-radical: New file.
15853         * modules/unictype/property-ids-binary-operator: New file.
15854         * modules/unictype/property-ids-trinary-operator: New file.
15855         * modules/unictype/property-zero-width: New file.
15856         * modules/unictype/property-space: New file.
15857         * modules/unictype/property-non-break: New file.
15858         * modules/unictype/property-iso-control: New file.
15859         * modules/unictype/property-format-control: New file.
15860         * modules/unictype/property-dash: New file.
15861         * modules/unictype/property-hyphen: New file.
15862         * modules/unictype/property-punctuation: New file.
15863         * modules/unictype/property-line-separator: New file.
15864         * modules/unictype/property-paragraph-separator: New file.
15865         * modules/unictype/property-quotation-mark: New file.
15866         * modules/unictype/property-sentence-terminal: New file.
15867         * modules/unictype/property-terminal-punctuation: New file.
15868         * modules/unictype/property-currency-symbol: New file.
15869         * modules/unictype/property-math: New file.
15870         * modules/unictype/property-other-math: New file.
15871         * modules/unictype/property-paired-punctuation: New file.
15872         * modules/unictype/property-left-of-pair: New file.
15873         * modules/unictype/property-combining: New file.
15874         * modules/unictype/property-composite: New file.
15875         * modules/unictype/property-decimal-digit: New file.
15876         * modules/unictype/property-numeric: New file.
15877         * modules/unictype/property-diacritic: New file.
15878         * modules/unictype/property-extender: New file.
15879         * modules/unictype/property-ignorable-control: New file.
15880         * modules/unictype/property-test: New file.
15881         * modules/unictype/property-byname: New file.
15882         * modules/unictype/property-all: New file.
15883         * modules/unictype/scripts: New file.
15884         * modules/unictype/scripts-all: New file.
15885         * modules/unictype/block-of: New file.
15886         * modules/unictype/block-test: New file.
15887         * modules/unictype/block-list: New file.
15888         * modules/unictype/block-all: New file.
15889         * modules/unictype/syntax-c-whitespace: New file.
15890         * modules/unictype/syntax-java-whitespace: New file.
15891         * modules/unictype/syntax-c-ident: New file.
15892         * modules/unictype/syntax-java-ident: New file.
15893         * modules/unictype/ctype-alnum: New file.
15894         * modules/unictype/ctype-alpha: New file.
15895         * modules/unictype/ctype-cntrl: New file.
15896         * modules/unictype/ctype-digit: New file.
15897         * modules/unictype/ctype-graph: New file.
15898         * modules/unictype/ctype-lower: New file.
15899         * modules/unictype/ctype-print: New file.
15900         * modules/unictype/ctype-punct: New file.
15901         * modules/unictype/ctype-space: New file.
15902         * modules/unictype/ctype-upper: New file.
15903         * modules/unictype/ctype-xdigit: New file.
15904         * modules/unictype/ctype-blank: New file.
15905         * lib/unictype/bidi_byname.c: New file.
15906         * lib/unictype/bidi_name.c: New file.
15907         * lib/unictype/bidi_of.c: New file.
15908         * lib/unictype/bidi_test.c: New file.
15909         * lib/unictype/bitmap.h: New file.
15910         * lib/unictype/block_test.c: New file.
15911         * lib/unictype/blocks.c: New file.
15912         * lib/unictype/categ_C.c: New file.
15913         * lib/unictype/categ_Cc.c: New file.
15914         * lib/unictype/categ_Cf.c: New file.
15915         * lib/unictype/categ_Cn.c: New file.
15916         * lib/unictype/categ_Co.c: New file.
15917         * lib/unictype/categ_Cs.c: New file.
15918         * lib/unictype/categ_L.c: New file.
15919         * lib/unictype/categ_Ll.c: New file.
15920         * lib/unictype/categ_Lm.c: New file.
15921         * lib/unictype/categ_Lo.c: New file.
15922         * lib/unictype/categ_Lt.c: New file.
15923         * lib/unictype/categ_Lu.c: New file.
15924         * lib/unictype/categ_M.c: New file.
15925         * lib/unictype/categ_Mc.c: New file.
15926         * lib/unictype/categ_Me.c: New file.
15927         * lib/unictype/categ_Mn.c: New file.
15928         * lib/unictype/categ_N.c: New file.
15929         * lib/unictype/categ_Nd.c: New file.
15930         * lib/unictype/categ_Nl.c: New file.
15931         * lib/unictype/categ_No.c: New file.
15932         * lib/unictype/categ_P.c: New file.
15933         * lib/unictype/categ_Pc.c: New file.
15934         * lib/unictype/categ_Pd.c: New file.
15935         * lib/unictype/categ_Pe.c: New file.
15936         * lib/unictype/categ_Pf.c: New file.
15937         * lib/unictype/categ_Pi.c: New file.
15938         * lib/unictype/categ_Po.c: New file.
15939         * lib/unictype/categ_Ps.c: New file.
15940         * lib/unictype/categ_S.c: New file.
15941         * lib/unictype/categ_Sc.c: New file.
15942         * lib/unictype/categ_Sk.c: New file.
15943         * lib/unictype/categ_Sm.c: New file.
15944         * lib/unictype/categ_So.c: New file.
15945         * lib/unictype/categ_Z.c: New file.
15946         * lib/unictype/categ_Zl.c: New file.
15947         * lib/unictype/categ_Zp.c: New file.
15948         * lib/unictype/categ_Zs.c: New file.
15949         * lib/unictype/categ_and.c: New file.
15950         * lib/unictype/categ_and_not.c: New file.
15951         * lib/unictype/categ_byname.c: New file.
15952         * lib/unictype/categ_name.c: New file.
15953         * lib/unictype/categ_none.c: New file.
15954         * lib/unictype/categ_of.c: New file.
15955         * lib/unictype/categ_or.c: New file.
15956         * lib/unictype/categ_test.c: New file.
15957         * lib/unictype/combining.c: New file.
15958         * lib/unictype/ctype_alnum.c: New file.
15959         * lib/unictype/ctype_alpha.c: New file.
15960         * lib/unictype/ctype_blank.c: New file.
15961         * lib/unictype/ctype_cntrl.c: New file.
15962         * lib/unictype/ctype_digit.c: New file.
15963         * lib/unictype/ctype_graph.c: New file.
15964         * lib/unictype/ctype_lower.c: New file.
15965         * lib/unictype/ctype_print.c: New file.
15966         * lib/unictype/ctype_punct.c: New file.
15967         * lib/unictype/ctype_space.c: New file.
15968         * lib/unictype/ctype_upper.c: New file.
15969         * lib/unictype/ctype_xdigit.c: New file.
15970         * lib/unictype/decdigit.c: New file.
15971         * lib/unictype/digit.c: New file.
15972         * lib/unictype/identsyntaxmap.h: New file.
15973         * lib/unictype/mirror.c: New file.
15974         * lib/unictype/numeric.c: New file.
15975         * lib/unictype/pr_alphabetic.c: New file.
15976         * lib/unictype/pr_ascii_hex_digit.c: New file.
15977         * lib/unictype/pr_bidi_arabic_digit.c: New file.
15978         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
15979         * lib/unictype/pr_bidi_block_separator.c: New file.
15980         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
15981         * lib/unictype/pr_bidi_common_separator.c: New file.
15982         * lib/unictype/pr_bidi_control.c: New file.
15983         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
15984         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
15985         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
15986         * lib/unictype/pr_bidi_european_digit.c: New file.
15987         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
15988         * lib/unictype/pr_bidi_left_to_right.c: New file.
15989         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
15990         * lib/unictype/pr_bidi_other_neutral.c: New file.
15991         * lib/unictype/pr_bidi_pdf.c: New file.
15992         * lib/unictype/pr_bidi_segment_separator.c: New file.
15993         * lib/unictype/pr_bidi_whitespace.c: New file.
15994         * lib/unictype/pr_byname.c: New file.
15995         * lib/unictype/pr_byname.gperf: New file.
15996         * lib/unictype/pr_combining.c: New file.
15997         * lib/unictype/pr_composite.c: New file.
15998         * lib/unictype/pr_currency_symbol.c: New file.
15999         * lib/unictype/pr_dash.c: New file.
16000         * lib/unictype/pr_decimal_digit.c: New file.
16001         * lib/unictype/pr_default_ignorable_code_point.c: New file.
16002         * lib/unictype/pr_deprecated.c: New file.
16003         * lib/unictype/pr_diacritic.c: New file.
16004         * lib/unictype/pr_extender.c: New file.
16005         * lib/unictype/pr_format_control.c: New file.
16006         * lib/unictype/pr_grapheme_base.c: New file.
16007         * lib/unictype/pr_grapheme_extend.c: New file.
16008         * lib/unictype/pr_grapheme_link.c: New file.
16009         * lib/unictype/pr_hex_digit.c: New file.
16010         * lib/unictype/pr_hyphen.c: New file.
16011         * lib/unictype/pr_id_continue.c: New file.
16012         * lib/unictype/pr_id_start.c: New file.
16013         * lib/unictype/pr_ideographic.c: New file.
16014         * lib/unictype/pr_ids_binary_operator.c: New file.
16015         * lib/unictype/pr_ids_trinary_operator.c: New file.
16016         * lib/unictype/pr_ignorable_control.c: New file.
16017         * lib/unictype/pr_iso_control.c: New file.
16018         * lib/unictype/pr_join_control.c: New file.
16019         * lib/unictype/pr_left_of_pair.c: New file.
16020         * lib/unictype/pr_line_separator.c: New file.
16021         * lib/unictype/pr_logical_order_exception.c: New file.
16022         * lib/unictype/pr_lowercase.c: New file.
16023         * lib/unictype/pr_math.c: New file.
16024         * lib/unictype/pr_non_break.c: New file.
16025         * lib/unictype/pr_not_a_character.c: New file.
16026         * lib/unictype/pr_numeric.c: New file.
16027         * lib/unictype/pr_other_alphabetic.c: New file.
16028         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
16029         * lib/unictype/pr_other_grapheme_extend.c: New file.
16030         * lib/unictype/pr_other_id_continue.c: New file.
16031         * lib/unictype/pr_other_id_start.c: New file.
16032         * lib/unictype/pr_other_lowercase.c: New file.
16033         * lib/unictype/pr_other_math.c: New file.
16034         * lib/unictype/pr_other_uppercase.c: New file.
16035         * lib/unictype/pr_paired_punctuation.c: New file.
16036         * lib/unictype/pr_paragraph_separator.c: New file.
16037         * lib/unictype/pr_pattern_syntax.c: New file.
16038         * lib/unictype/pr_pattern_white_space.c: New file.
16039         * lib/unictype/pr_private_use.c: New file.
16040         * lib/unictype/pr_punctuation.c: New file.
16041         * lib/unictype/pr_quotation_mark.c: New file.
16042         * lib/unictype/pr_radical.c: New file.
16043         * lib/unictype/pr_sentence_terminal.c: New file.
16044         * lib/unictype/pr_soft_dotted.c: New file.
16045         * lib/unictype/pr_space.c: New file.
16046         * lib/unictype/pr_terminal_punctuation.c: New file.
16047         * lib/unictype/pr_test.c: New file.
16048         * lib/unictype/pr_titlecase.c: New file.
16049         * lib/unictype/pr_unassigned_code_value.c: New file.
16050         * lib/unictype/pr_unified_ideograph.c: New file.
16051         * lib/unictype/pr_uppercase.c: New file.
16052         * lib/unictype/pr_variation_selector.c: New file.
16053         * lib/unictype/pr_white_space.c: New file.
16054         * lib/unictype/pr_xid_continue.c: New file.
16055         * lib/unictype/pr_xid_start.c: New file.
16056         * lib/unictype/pr_zero_width.c: New file.
16057         * lib/unictype/scripts.c: New file.
16058         * lib/unictype/sy_c_ident.c: New file.
16059         * lib/unictype/sy_c_whitespace.c: New file.
16060         * lib/unictype/sy_java_ident.c: New file.
16061         * lib/unictype/sy_java_whitespace.c: New file.
16062
16063         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
16064         Unicode 5.0.0.
16065         * lib/unictype/blocks.h: Likewise.
16066         * lib/unictype/categ_C.h: Likewise.
16067         * lib/unictype/categ_Cc.h: Likewise.
16068         * lib/unictype/categ_Cf.h: Likewise.
16069         * lib/unictype/categ_Cn.h: Likewise.
16070         * lib/unictype/categ_Co.h: Likewise.
16071         * lib/unictype/categ_Cs.h: Likewise.
16072         * lib/unictype/categ_L.h: Likewise.
16073         * lib/unictype/categ_Ll.h: Likewise.
16074         * lib/unictype/categ_Lm.h: Likewise.
16075         * lib/unictype/categ_Lo.h: Likewise.
16076         * lib/unictype/categ_Lt.h: Likewise.
16077         * lib/unictype/categ_Lu.h: Likewise.
16078         * lib/unictype/categ_M.h: Likewise.
16079         * lib/unictype/categ_Mc.h: Likewise.
16080         * lib/unictype/categ_Me.h: Likewise.
16081         * lib/unictype/categ_Mn.h: Likewise.
16082         * lib/unictype/categ_N.h: Likewise.
16083         * lib/unictype/categ_Nd.h: Likewise.
16084         * lib/unictype/categ_Nl.h: Likewise.
16085         * lib/unictype/categ_No.h: Likewise.
16086         * lib/unictype/categ_P.h: Likewise.
16087         * lib/unictype/categ_Pc.h: Likewise.
16088         * lib/unictype/categ_Pd.h: Likewise.
16089         * lib/unictype/categ_Pe.h: Likewise.
16090         * lib/unictype/categ_Pf.h: Likewise.
16091         * lib/unictype/categ_Pi.h: Likewise.
16092         * lib/unictype/categ_Po.h: Likewise.
16093         * lib/unictype/categ_Ps.h: Likewise.
16094         * lib/unictype/categ_S.h: Likewise.
16095         * lib/unictype/categ_Sc.h: Likewise.
16096         * lib/unictype/categ_Sk.h: Likewise.
16097         * lib/unictype/categ_Sm.h: Likewise.
16098         * lib/unictype/categ_So.h: Likewise.
16099         * lib/unictype/categ_Z.h: Likewise.
16100         * lib/unictype/categ_Zl.h: Likewise.
16101         * lib/unictype/categ_Zp.h: Likewise.
16102         * lib/unictype/categ_Zs.h: Likewise.
16103         * lib/unictype/categ_of.h: Likewise.
16104         * lib/unictype/combining.h: Likewise.
16105         * lib/unictype/ctype_alnum.h: Likewise.
16106         * lib/unictype/ctype_alpha.h: Likewise.
16107         * lib/unictype/ctype_blank.h: Likewise.
16108         * lib/unictype/ctype_cntrl.h: Likewise.
16109         * lib/unictype/ctype_digit.h: Likewise.
16110         * lib/unictype/ctype_graph.h: Likewise.
16111         * lib/unictype/ctype_lower.h: Likewise.
16112         * lib/unictype/ctype_print.h: Likewise.
16113         * lib/unictype/ctype_punct.h: Likewise.
16114         * lib/unictype/ctype_space.h: Likewise.
16115         * lib/unictype/ctype_upper.h: Likewise.
16116         * lib/unictype/ctype_xdigit.h: Likewise.
16117         * lib/unictype/decdigit.h: Likewise.
16118         * lib/unictype/digit.h: Likewise.
16119         * lib/unictype/mirror.h: Likewise.
16120         * lib/unictype/numeric.h: Likewise.
16121         * lib/unictype/pr_alphabetic.h: Likewise.
16122         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
16123         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
16124         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
16125         * lib/unictype/pr_bidi_block_separator.h: Likewise.
16126         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
16127         * lib/unictype/pr_bidi_common_separator.h: Likewise.
16128         * lib/unictype/pr_bidi_control.h: Likewise.
16129         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
16130         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
16131         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
16132         * lib/unictype/pr_bidi_european_digit.h: Likewise.
16133         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
16134         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
16135         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
16136         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
16137         * lib/unictype/pr_bidi_pdf.h: Likewise.
16138         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
16139         * lib/unictype/pr_bidi_whitespace.h: Likewise.
16140         * lib/unictype/pr_combining.h: Likewise.
16141         * lib/unictype/pr_composite.h: Likewise.
16142         * lib/unictype/pr_currency_symbol.h: Likewise.
16143         * lib/unictype/pr_dash.h: Likewise.
16144         * lib/unictype/pr_decimal_digit.h: Likewise.
16145         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
16146         * lib/unictype/pr_deprecated.h: Likewise.
16147         * lib/unictype/pr_diacritic.h: Likewise.
16148         * lib/unictype/pr_extender.h: Likewise.
16149         * lib/unictype/pr_format_control.h: Likewise.
16150         * lib/unictype/pr_grapheme_base.h: Likewise.
16151         * lib/unictype/pr_grapheme_extend.h: Likewise.
16152         * lib/unictype/pr_grapheme_link.h: Likewise.
16153         * lib/unictype/pr_hex_digit.h: Likewise.
16154         * lib/unictype/pr_hyphen.h: Likewise.
16155         * lib/unictype/pr_id_continue.h: Likewise.
16156         * lib/unictype/pr_id_start.h: Likewise.
16157         * lib/unictype/pr_ideographic.h: Likewise.
16158         * lib/unictype/pr_ids_binary_operator.h: Likewise.
16159         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
16160         * lib/unictype/pr_ignorable_control.h: Likewise.
16161         * lib/unictype/pr_iso_control.h: Likewise.
16162         * lib/unictype/pr_join_control.h: Likewise.
16163         * lib/unictype/pr_left_of_pair.h: Likewise.
16164         * lib/unictype/pr_line_separator.h: Likewise.
16165         * lib/unictype/pr_logical_order_exception.h: Likewise.
16166         * lib/unictype/pr_lowercase.h: Likewise.
16167         * lib/unictype/pr_math.h: Likewise.
16168         * lib/unictype/pr_non_break.h: Likewise.
16169         * lib/unictype/pr_not_a_character.h: Likewise.
16170         * lib/unictype/pr_numeric.h: Likewise.
16171         * lib/unictype/pr_other_alphabetic.h: Likewise.
16172         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
16173         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
16174         * lib/unictype/pr_other_id_continue.h: Likewise.
16175         * lib/unictype/pr_other_id_start.h: Likewise.
16176         * lib/unictype/pr_other_lowercase.h: Likewise.
16177         * lib/unictype/pr_other_math.h: Likewise.
16178         * lib/unictype/pr_other_uppercase.h: Likewise.
16179         * lib/unictype/pr_paired_punctuation.h: Likewise.
16180         * lib/unictype/pr_paragraph_separator.h: Likewise.
16181         * lib/unictype/pr_pattern_syntax.h: Likewise.
16182         * lib/unictype/pr_pattern_white_space.h: Likewise.
16183         * lib/unictype/pr_private_use.h: Likewise.
16184         * lib/unictype/pr_punctuation.h: Likewise.
16185         * lib/unictype/pr_quotation_mark.h: Likewise.
16186         * lib/unictype/pr_radical.h: Likewise.
16187         * lib/unictype/pr_sentence_terminal.h: Likewise.
16188         * lib/unictype/pr_soft_dotted.h: Likewise.
16189         * lib/unictype/pr_space.h: Likewise.
16190         * lib/unictype/pr_terminal_punctuation.h: Likewise.
16191         * lib/unictype/pr_titlecase.h: Likewise.
16192         * lib/unictype/pr_unassigned_code_value.h: Likewise.
16193         * lib/unictype/pr_unified_ideograph.h: Likewise.
16194         * lib/unictype/pr_uppercase.h: Likewise.
16195         * lib/unictype/pr_variation_selector.h: Likewise.
16196         * lib/unictype/pr_white_space.h: Likewise.
16197         * lib/unictype/pr_xid_continue.h: Likewise.
16198         * lib/unictype/pr_xid_start.h: Likewise.
16199         * lib/unictype/pr_zero_width.h: Likewise.
16200         * lib/unictype/scripts.h: Likewise.
16201         * lib/unictype/scripts_byname.gperf: Likewise.
16202         * lib/unictype/sy_c_ident.h: Likewise.
16203         * lib/unictype/sy_c_whitespace.h: Likewise.
16204         * lib/unictype/sy_java_ident.h: Likewise.
16205         * lib/unictype/sy_java_whitespace.h: Likewise.
16206
16207         * lib/unictype/Makefile: New file.
16208         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
16209         glibc.
16210         * lib/unictype/3level.h: New file, copied from glibc.
16211         * lib/unictype/3levelbit.h: New file.
16212
16213 2007-11-11  Bruno Haible  <bruno@clisp.org>
16214
16215         * modules/gperf: New file.
16216         * modules/iconv_open (Depends-on): Add it.
16217         (Makefile.am): Remove the GPERF definition.
16218
16219 2007-11-11  Bruno Haible  <bruno@clisp.org>
16220
16221         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
16222         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
16223
16224 2007-11-11  Bruno Haible  <bruno@clisp.org>
16225
16226         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
16227         (usage): Remove function.
16228
16229 2007-11-11  Bruno Haible  <bruno@clisp.org>
16230
16231         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
16232         gl_FUNC_CEILF_LIBS.
16233         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
16234         gl_FUNC_CEIL_LIBS.
16235         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
16236         gl_FUNC_CEILL_LIBS.
16237         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
16238         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
16239         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
16240
16241 2007-11-11  Bruno Haible  <bruno@clisp.org>
16242
16243         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
16244         roundf were declared but do not exist on functions.
16245         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
16246         roundl were declared but do not exist on functions.
16247         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
16248         HAVE_FLOORL_AND_CEILL, respectively.
16249         Needed for Sun C on Solaris 10.
16250
16251 2007-11-11  Bruno Haible  <bruno@clisp.org>
16252
16253         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
16254         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
16255         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
16256         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
16257         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
16258         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
16259         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
16260         HAVE_DECL_ROUNDF.
16261         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
16262         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
16263         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
16264         of HAVE_DECL_ROUND*.
16265         * modules/math (Makefile.am): Update.
16266
16267 2007-11-10  Bruno Haible  <bruno@clisp.org>
16268
16269         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
16270         ptrdiff_t as m4/intl.m4.
16271
16272 2007-11-10  Jim Meyering  <meyering@redhat.com>
16273
16274         Avoid link failure for the argmatch test.
16275         * tests/test-argmatch.c (usage): Define function to avoid a link
16276         failure: argmatch_die requires a usage function.
16277
16278 2007-11-09  Bruno Haible  <bruno@clisp.org>
16279
16280         * doc/functions/snprintf.texi: Mention BeOS deficiency.
16281         * doc/functions/vsnprintf.texi: Likewise.
16282         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
16283         with a size argument < 2.
16284
16285 2007-11-09  Bruno Haible  <bruno@clisp.org>
16286
16287         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
16288         buffer. Fixes an inefficiency introduced on 2007-11-03.
16289
16290 2007-11-09  Bruno Haible  <bruno@clisp.org>
16291
16292         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
16293         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
16294
16295 2007-11-08  Jim Meyering  <meyering@redhat.com>
16296
16297         Change cache variable name prefix "jm_" to "gl_" everywhere.
16298         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
16299         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
16300         * m4/uptime.m4: s/gl_/jm_/
16301
16302 2007-11-07  Bruno Haible  <bruno@clisp.org>
16303
16304         Update to GNU gettext 0.17.
16305         * m4/intl.m4: Update to GNU gettext 0.17.
16306         * m4/po.m4: Likewise.
16307         * modules/gettext (Files): Remove m4/ulonglong.m4.
16308         (configure.ac): Require gettext infrastructure from version 0.17.
16309
16310 2007-11-06  Bruno Haible  <bruno@clisp.org>
16311
16312         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
16313         symbolic values are not defined in a public header.
16314         * lib/freadable.c (freadable) [QNX]: Likewise.
16315         * lib/freadahead.c (freadahead) [QNX]: Likewise.
16316         * lib/freading.c (freading) [QNX]: Likewise.
16317         * lib/fseterr.c (fseterr) [QNX]: Likewise.
16318         * lib/fwritable.c (fwritable) [QNX]: Likewise.
16319         * lib/fwriting.c (fwriting) [QNX]: Likewise.
16320         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
16321         Reported by Alain Magloire.
16322
16323         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
16324
16325 2007-11-05  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
16328         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
16329         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
16330         Reported by Eric Blake.
16331
16332 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16333             Bruno Haible  <bruno@clisp.org>
16334
16335         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
16336         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
16337         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
16338         (malloc): Undefine also before including <stdlib.h>.
16339         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
16340         Needed on OSF/1 4.0.
16341
16342 2007-11-05  Jim Meyering  <meyering@redhat.com>
16343
16344         git-version-gen: sync from coreutils.
16345         * build-aux/git-version-gen: Add comments.
16346         Change the first '-' to '.' in the snapshot version string,
16347         e.g., 6.9-377-08144 -> 6.9.377-08144
16348         Remove first parameter.
16349         Don't declare a version "-dirty" merely because a time
16350         stamp has changed.
16351
16352 2007-11-04  Bruno Haible  <bruno@clisp.org>
16353
16354         * lib/lock.h: Protect all macro definitions containing an 'if'
16355         statement through a "do { ... } while (0)".
16356         * lib/tls.h: Likewise.
16357
16358 2007-11-04  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
16361
16362 2007-11-04  Bruno Haible  <bruno@clisp.org>
16363
16364         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
16365         * modules/fprintf-posix (Depends-on): Add nocrash.
16366         * modules/snprintf-posix (Depends-on): Likewise.
16367         * modules/sprintf-posix (Depends-on): Likewise.
16368         * modules/vasnprintf-posix (Depends-on): Likewise.
16369         * modules/vasprintf-posix (Depends-on): Likewise.
16370         * modules/vfprintf-posix (Depends-on): Likewise.
16371         * modules/vsnprintf-posix (Depends-on): Likewise.
16372         * modules/vsprintf-posix (Depends-on): Likewise.
16373         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16374         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16375         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16376         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16377         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16378         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16379         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16380
16381 2007-11-04  Bruno Haible  <bruno@clisp.org>
16382
16383         * modules/nocrash: New file.
16384         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
16385         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
16386
16387 2007-11-04  Bruno Haible  <bruno@clisp.org>
16388
16389         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
16390         precision handling.
16391         * tests/test-vasprintf-posix.c (test_function): Likewise.
16392         * tests/test-snprintf-posix.h (test_function): Likewise.
16393         * tests/test-sprintf-posix.h (test_function): Likewise.
16394
16395         Fix *printf behaviour for large precisions on mingw and BeOS.
16396         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
16397         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
16398         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
16399         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16400         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16401         gl_PRINTF_PRECISION and test its result. Invoke
16402         gl_PREREQ_VASNPRINTF_PRECISION.
16403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16405         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16407         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16409         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16410         * doc/functions/fprintf.texi: Update.
16411         * doc/functions/printf.texi: Update.
16412         * doc/functions/snprintf.texi: Update.
16413         * doc/functions/sprintf.texi: Update.
16414         * doc/functions/vfprintf.texi: Update.
16415         * doc/functions/vprintf.texi: Update.
16416         * doc/functions/vsnprintf.texi: Update.
16417         * doc/functions/vsprintf.texi: Update.
16418
16419 2007-11-04  Bruno Haible  <bruno@clisp.org>
16420
16421         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
16422
16423 2007-11-04  Bruno Haible  <bruno@clisp.org>
16424
16425         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
16426         Reported by Sylvain Beucler <beuc@gnu.org>.
16427
16428 2007-11-03  Bruno Haible  <bruno@clisp.org>
16429
16430         * tests/test-fprintf-posix2.sh: New file.
16431         * tests/test-fprintf-posix2.c: New file.
16432         * modules/fprintf-posix-tests (Files): Add them.
16433         (TESTS): Add test-fprintf-posix2.sh.
16434         (configure.ac): Check for getrlimit and setrlimit.
16435         (check_PROGRAMS): Add test-fprintf-posix2.
16436
16437         * tests/test-printf-posix2.sh: New file.
16438         * tests/test-printf-posix2.c: New file.
16439         * modules/printf-posix-tests (Files): Add them.
16440         (TESTS): Add test-printf-posix2.sh.
16441         (configure.ac): Check for getrlimit and setrlimit.
16442         (check_PROGRAMS): Add test-printf-posix2.
16443
16444         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
16445         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
16446         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
16447         (decode_double): New function, copied from decode_long_double.
16448         (scale10_round_decimal_decoded): New function, extracted from
16449         scale10_round_decimal_long_double.
16450         (scale10_round_decimal_long_double): Use it.
16451         (scale10_round_decimal_double): New function.
16452         (floorlog10): New function.
16453         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
16454         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
16455         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16456         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16457         gl_PRINTF_ENOMEM and test its result. Invoke
16458         gl_PREREQ_VASNPRINTF_ENOMEM.
16459         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16460         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16461         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16462         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16463         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16464         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16465         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16466         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
16467         * modules/snprintf-posix (Depends-on): Likewise.
16468         * modules/sprintf-posix (Depends-on): Likewise.
16469         * modules/vasnprintf-posix (Depends-on): Likewise.
16470         * modules/vasprintf-posix (Depends-on): Likewise.
16471         * modules/vfprintf-posix (Depends-on): Likewise.
16472         * modules/vsnprintf-posix (Depends-on): Likewise.
16473         * modules/vsprintf-posix (Depends-on): Likewise.
16474         * doc/functions/fprintf.texi: Update.
16475         * doc/functions/printf.texi: Update.
16476         * doc/functions/snprintf.texi: Update.
16477         * doc/functions/sprintf.texi: Update.
16478         * doc/functions/vfprintf.texi: Update.
16479         * doc/functions/vprintf.texi: Update.
16480         * doc/functions/vsnprintf.texi: Update.
16481         * doc/functions/vsprintf.texi: Update.
16482
16483 2007-11-03  Bruno Haible  <bruno@clisp.org>
16484
16485         * modules/frexp-nolibm-tests: New file.
16486
16487         * modules/frexp-nolibm: New file.
16488         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
16489
16490 2007-11-03  Bruno Haible  <bruno@clisp.org>
16491
16492         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
16493         value is C99 compliant.
16494         Needed for OSF/1 5.1.
16495
16496 2007-11-03  Bruno Haible  <bruno@clisp.org>
16497
16498         Fix out-of-memory handling of vasnprintf.
16499         * lib/printf-parse.c: Include <errno.h>.
16500         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
16501         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
16502         is already set.
16503
16504 2007-11-02  Eric Blake  <ebb9@byu.net>
16505
16506         Fix tests on cygwin.
16507         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
16508
16509 2007-11-01  Bruno Haible  <bruno@clisp.org>
16510
16511         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
16512         warning.
16513         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
16514         needed for POSIX compatibility.
16515
16516 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16517
16518         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
16519         for compatibility with GNU.
16520
16521 2007-11-01  Bruno Haible  <bruno@clisp.org>
16522
16523         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
16524         (putenv): Renamed from rpl_putenv. Change argument type from
16525         'const char *' to 'char *'.
16526         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
16527         of defining putenv in config.h, just set REPLACE_PUTENV.
16528         * modules/putenv (Depends-on): Add stdlib.
16529         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16530         (Include): Use <stdlib.h>.
16531         * lib/stdlib.in.h (putenv): New declaration.
16532         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
16533         REPLACE_PUTENV.
16534         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
16535         REPLACE_PUTENV.
16536         Needed for MacOS X 10.5.0.
16537         Reported by Peter O'Gorman <peter@pogma.com>.
16538
16539 2007-11-01  Jim Meyering  <meyering@redhat.com>
16540
16541         Treat an empty date string exactly like "0".
16542         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
16543         if the remaining date string (to be parsed) is empty, use "0".
16544         Reported by Mischa Molhoek and discussed in this thread:
16545         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
16546
16547 2007-10-31  Bruno Haible  <bruno@clisp.org>
16548
16549         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
16550         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
16551         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
16552         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
16553         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
16554         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
16555
16556 2007-10-31  Bruno Haible  <bruno@clisp.org>
16557
16558         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
16559         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
16560         (AC_TYPE_LONG_LONG_INT): Use it.
16561         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
16562         it as well.
16563         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
16564         to m4/longlong.m4.
16565         * modules/stdint (Files): Remove m4/ulonglong.m4.
16566         * modules/strtoull (Files): Use m4/longlong.m4 instead of
16567         m4/ulonglong.m4.
16568         * modules/strtoumax (Files): Likewise.
16569
16570 2007-10-30  Bruno Haible  <bruno@clisp.org>
16571
16572         * modules/xvasprintf-posix: New file.
16573         Suggested by Eric Blake.
16574
16575 2007-10-30  Bruno Haible  <bruno@clisp.org>
16576
16577         * modules/xprintf-posix-tests: New file.
16578         * tests/test-xprintf-posix.sh: New file.
16579         * tests/test-xprintf-posix.c: New file.
16580         * tests/test-xfprintf-posix.c: New file.
16581
16582         * modules/xprintf-posix: New file.
16583
16584 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16585
16586         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
16587         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
16588         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
16589
16590 2007-10-29  Bruno Haible  <bruno@clisp.org>
16591
16592         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
16593         contain the special marker '_cv_'.
16594         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16595         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16596         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16597         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
16598         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16599         Reported by Ralf Wildenhues.
16600
16601 2007-10-29  Bruno Haible  <bruno@clisp.org>
16602
16603         * gnulib-tool (func_import): When --lgpl is not specified, set
16604         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
16605         GPLv3.
16606         Reported by Simon Josefsson.
16607
16608 2007-10-28  Bruno Haible  <bruno@clisp.org>
16609
16610         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
16611         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
16612         HAVE_DECL_ISFINITE.
16613         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16614         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
16615         HAVE_DECL_ISFINITE.
16616
16617 2007-10-28  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
16620         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
16621
16622 2007-10-28  Bruno Haible  <bruno@clisp.org>
16623
16624         Fix link errors with Sun C 5.0 on Solaris 10.
16625         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
16626         function is declared but not present in the compiler's libm.
16627         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
16628         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
16629         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
16630         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
16631         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
16632         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
16633         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
16634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16635         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
16636         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
16637         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
16638         HAVE_DECL_FLOORL.
16639
16640 2007-10-28  Bruno Haible  <bruno@clisp.org>
16641
16642         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
16643         gl_FUNC_FLOORL. Cache the result.
16644         (gl_FUNC_FLOORL): Use it.
16645         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
16646         gl_FUNC_CEILL. Cache the result.
16647         (gl_FUNC_CEILL): Use it.
16648
16649         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
16650         gl_FUNC_FLOOR. Cache the result.
16651         (gl_FUNC_FLOOR): Use it.
16652         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
16653         gl_FUNC_CEIL. Cache the result.
16654         (gl_FUNC_CEIL): Use it.
16655
16656         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
16657         gl_FUNC_FLOORF. Cache the result.
16658         (gl_FUNC_FLOORF): Use it.
16659         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
16660         gl_FUNC_CEILF. Cache the result.
16661         (gl_FUNC_CEILF): Use it.
16662
16663 2007-10-28  Bruno Haible  <bruno@clisp.org>
16664
16665         * gnulib-tool: Allow specifying the LGPL version number through
16666         --lgpl=2 or --lgpl=3.
16667         (func_usage): Document --lgpl with argument.
16668         Handle --lgpl=... arguments.
16669         (func_import): Recognize also gl_LGPL calls with an argument. When
16670         --lgpl=2 is used and the module's license is just LGPL, report an
16671         error. Set sed_transform_lib_file according to the lgpl variable. In
16672         the generated files, use --lgpl or gl_LGPL invocations with argument,
16673         if necessary.
16674         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
16675         an LGPv2+ license.
16676         * doc/gnulib-tool.texi (Modified imports): Update explanation of
16677         gl_LGPL macro.
16678
16679 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16680             Bruno Haible  <bruno@clisp.org>
16681
16682         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
16683         (u16_uctomb_aux): Likewise.
16684         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
16685         !HAVE_INLINE.
16686         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
16687
16688 2007-10-28  Bruno Haible  <bruno@clisp.org>
16689
16690         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
16691         Invoke AM_GETTEXT_OPTION if it exists.
16692         * modules/vasprintf: Likewise.
16693         * modules/verror: Likewise.
16694         * modules/xprintf: Likewise.
16695         * modules/xvasprintf: Likewise.
16696
16697 2007-10-27  Ben Pfaff  <blp@gnu.org>
16698
16699         * lib/math.in.h: Define isfinite macro and prototypes for
16700         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
16701         implementations.
16702         * m4/math_h.m4: New substitutions for isfinite module.
16703         * lib/isfinite.c: New file.
16704         * m4/isfinite.m4: New file.
16705         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
16706         * modules/isfinite: New file.
16707         * modules/isfinite-tests: New file.
16708         * tests/tests-isfinite.c: New file.
16709         * doc/functions/isfinite.texi: Mention isfinite module.
16710         * MODULES.html.sh: Mention new module.
16711
16712 2007-10-27  Ben Pfaff  <blp@gnu.org>
16713
16714         Ralf Wildenhues reported that Tru64 4.0D declares the round
16715         functions but does not have definitions.
16716         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
16717         cannot be found in any library, set the output variable to
16718         "missing" instead of "".
16719         * m4/round.m4: Also use our substitute if we cannot find round in
16720         any library, even if it is declared.
16721         * m4/roundf.m4: Likewise for roundf.
16722         * m4/roundl.m4: Likewise for roundl.
16723         * lib/math.in.h: Undefine roundf, round, roundl before defining
16724         their replacements, to allow for hypothetical systems where these
16725         may be defined as macros but not available in libraries.
16726
16727 2007-10-27  Bruno Haible  <bruno@clisp.org>
16728
16729         * doc/gnulib.texi: Invoke @firstparagraphindent.
16730         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
16731         changes in gnulib.
16732         (Source changes): New section.
16733
16734 2007-10-26  Bruno Haible  <bruno@clisp.org>
16735
16736         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
16737         borrowed from autoconf.
16738
16739 2007-10-26  Bruno Haible  <bruno@clisp.org>
16740
16741         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
16742         strerror returned the empty string. Needed on HP-UX 11.00.
16743
16744 2007-10-24  Micah Cowan  <micah@cowan.name>
16745
16746         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
16747         * build-aux/bootstrap: Remove support for now-unnecessary option,
16748         --cvs-user, and envvars CVS_USER, CVS_RSH.
16749
16750 2007-10-24  Jim Meyering  <meyering@redhat.com>
16751
16752         Avoid diagnostics from sha1sum when there is no cached checksum.
16753         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
16754         if the po.s1 file hasn't been created yet.
16755
16756         * build-aux/bootstrap: Sync from coreutils:
16757         2007-10-24  Jim Meyering  <meyering@redhat.com>
16758         Get gnulib from the git repository, not from an obsolete cvs one.
16759         * build-aux/bootstrap: Suggestion from Micah Cowan.
16760         2007-10-04  Jim Meyering  <jim@meyering.net>
16761         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
16762         (update_po_files): Work also when there are no .po files in po/.
16763
16764 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16765
16766         * README: Append ".git" to git and cg examples.
16767         Problem reported by Benoit Sigoure.
16768
16769 2007-10-23  Micah Cowan  <micah@cowan.name>
16770
16771         * users.txt: Add wget.
16772
16773 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16774
16775         Fix linking of some unistdio tests on FreeBSD.
16776         * modules/unistdio/u16-vsnprintf-tests
16777         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
16778         * modules/unistdio/u16-vsprintf-tests
16779         (test_u16_vsnprintf1_LDADD): Likewise.
16780         * modules/unistdio/u32-vsnprintf-tests
16781         (test_u32_vsnprintf1_LDADD): Likewise.
16782         * modules/unistdio/u32-vsprintf-tests
16783         (test_u32_vsprintf1_LDADD): Likewise.
16784         * modules/unistdio/u8-vsnprintf-tests
16785         (test_u8_vsnprintf1_LDADD): Likewise.
16786         * modules/unistdio/u8-vsprintf-tests
16787         (test_u8_vsprintf1_LDADD): Likewise.
16788         * modules/unistdio/ulc-vsnprintf-tests
16789         (test_ulc_vsnprintf1_LDADD): Likewise.
16790         * modules/unistdio/ulc-vsprintf-tests
16791         (test_ulc_vsprintf1_LDADD): Likewise.
16792
16793         Fix linking of some uniconv tests on FreeBSD.
16794         * modules/uniconv/u16-conv-from-enc-tests
16795         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
16796         * modules/uniconv/u16-conv-to-enc-tests
16797         (test_u16_conv_to_enc_LDADD): Likewise.
16798         * modules/uniconv/u16-strconv-from-enc-tests
16799         (test_u16_strconv_from_enc_LDADD): Likewise.
16800         * modules/uniconv/u16-strconv-to-enc-tests
16801         (test_u16_strconv_to_enc_LDADD): Likewise.
16802         * modules/uniconv/u32-conv-from-enc-tests
16803         (test_u32_conv_from_enc_LDADD): Likewise.
16804         * modules/uniconv/u32-conv-to-enc-tests
16805         (test_u32_conv_to_enc_LDADD): Likewise.
16806         * modules/uniconv/u32-strconv-from-enc-tests
16807         (test_u32_strconv_from_enc_LDADD): Likewise.
16808         * modules/uniconv/u32-strconv-to-enc-tests
16809         (test_u32_strconv_to_enc_LDADD): Likewise.
16810         * modules/uniconv/u8-conv-from-enc-tests
16811         (test_u8_conv_from_enc_LDADD): Likewise.
16812         * modules/uniconv/u8-conv-to-enc-tests
16813         (test_u8_conv_to_enc_LDADD): Likewise.
16814         * modules/uniconv/u8-strconv-from-enc-tests
16815         (test_u8_strconv_from_enc_LDADD): Likewise.
16816         * modules/uniconv/u8-strconv-to-enc-tests
16817         (test_u8_strconv_to_enc_LDADD): Likewise.
16818
16819 2007-10-22  Bruno Haible  <bruno@clisp.org>
16820
16821         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
16822         size.
16823
16824 2007-10-22  Eric Blake  <ebb9@byu.net>
16825
16826         Tweak x*printf documentation.
16827         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
16828         variable name and comments.
16829         Suggested by Bruno Haible.
16830
16831 2007-10-22  Bruno Haible  <bruno@clisp.org>
16832
16833         * lib/acl.c (copy_acl): Fix file name in comment.
16834
16835 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         Fix Tru64 problem with stdbool.h.
16838         * lib/stdbool.in.h (false, true):
16839         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
16840         Don't declare as an enum in this situation; it runs afoul of Tru64.
16841         Problem reported by Steven M. Schweda in
16842         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
16843
16844 2007-10-22  Eric Blake  <ebb9@byu.net>
16845
16846         Also wrap vf?printf.
16847         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
16848         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
16849         (xvprintf, xvfprintf): New functions.
16850
16851 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16852
16853         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
16854         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
16855
16856         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
16857         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
16858
16859 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
16862         by Bruno Haible.
16863
16864 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16865
16866         * lib/getloadavg.c
16867         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
16868         Undef `sys' after including sys/table.h, for Tru64 4.0D.
16869
16870         * tests/test-i-ring.c: Work for C89.
16871
16872 2007-10-22  Bruno Haible  <bruno@clisp.org>
16873
16874         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
16875         -1u, in preprocessor expression, so that we don't test for the bug
16876         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
16877         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
16878
16879 2007-10-22  Eric Blake  <ebb9@byu.net>
16880
16881         * tests/test-yesno.sh: Silence stderr during test.
16882
16883 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16884
16885         * modules/crypto/gc-camellia: New file.
16886
16887         * m4/gc-camellia.m4: New file.
16888
16889         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
16890
16891         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
16892
16893 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16894
16895         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
16896         --help to stdout.  Reported by sms@antinode.org (Steven
16897         M. Schweda).
16898
16899 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16900
16901         * users.txt: Fix link to libksba.
16902
16903 2007-10-21  Ben Pfaff  <blp@gnu.org>
16904
16905         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
16906         round.c roundf implementation that depends on floorf and ceilf to
16907         be tested unconditionally.
16908
16909 2007-10-21  Ben Pfaff  <blp@gnu.org>
16910
16911         * m4/check-libm-func.m4: Removed.
16912         * m4/check-math-lib.m4: New file.
16913         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
16914         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
16915         definition and lack of AC_LIBOBJ([roundf]).
16916         * m4/roundl.m4: Ditto, and similarly for roundl.
16917         * modules/round: Reference new m4 file.
16918         * modules/roundf: Ditto.
16919         * modules/roundl: Ditto.
16920         * tests/test-round2.c (main): Use ROUND instead of round.
16921         Bug report from Bruno Haible.
16922
16923 2007-10-21  Bruno Haible  <bruno@clisp.org>
16924
16925         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
16926         context.
16927
16928 2007-10-21  Bruno Haible  <bruno@clisp.org>
16929
16930         * tests/test-wcwidth.c (main): Allow negative result for some control
16931         characters.
16932
16933         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
16934         Needed on OSF/1 5.1.
16935
16936 2007-10-21  Bruno Haible  <bruno@clisp.org>
16937
16938         * tests/test-floorf1.c: Include isnanf.h.
16939         (main): Use isnanf() instead of isnan().
16940         * tests/test-ceilf1.c: Include isnanf.h.
16941         (main): Use isnanf() instead of isnan().
16942         * tests/test-truncf1.c: Include isnanf.h.
16943         (main): Use isnanf() instead of isnan().
16944         * tests/test-roundf1.c: Include isnanf.h.
16945         (main): Use isnanf() instead of isnan().
16946
16947 2007-10-21  Eric Blake  <ebb9@byu.net>
16948
16949         * users.txt: Update URL for m4.
16950
16951 2007-10-21  Bruno Haible  <bruno@clisp.org>
16952
16953         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
16954
16955 2007-10-21  Bruno Haible  <bruno@clisp.org>
16956
16957         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
16958         Git's management files if the CVS files are not present.
16959
16960 2007-10-20  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
16963         gcc-3.4.x.
16964
16965 2007-10-20  Ben Pfaff  <blp@gnu.org>
16966
16967         * lib/math.in.h: Declare round, roundf, roundl if we are providing
16968         implementations.
16969         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
16970         * lib/round.c: New file.
16971         * lib/roundf.c: New file.
16972         * lib/roundl.c: New file.
16973         * m4/round.m4: New file.
16974         * m4/roundf.m4: New file.
16975         * m4/roundl.m4: New file.
16976         * m4/check-libm-func-m4: New file.
16977         * modules/math: Replace round, roundf, roundl related @VARS@ in
16978         math.in.h.
16979         * modules/round: New file.
16980         * modules/round-tests: New file.
16981         * modules/roundf: New file.
16982         * modules/roundf-tests: New file.
16983         * modules/roundl: New file.
16984         * modules/roundl-tests: New file.
16985         * tests/test-round1.c: New file.
16986         * tests/test-round2.c: New file.
16987         * tests/test-roundf1.c: New file.
16988         * tests/test-roundf2.c: New file.
16989         * tests/test-roundl.c: New file.
16990         * doc/functions/round.texi: Mention round module.
16991         * doc/functions/roundf.texi: Mention roundf module.
16992         * doc/functions/roundl.texi: Mention roundl module.
16993         * MODULES.html.sh: Mention new modules.
16994         Thanks to Bruno Haible for suggestions.
16995
16996 2007-10-20  Jim Meyering  <meyering@redhat.com>
16997
16998         * lib/xprintf.c: Include <config.h> unconditionally.
16999
17000         Change xprintf's license to GPL.
17001         * modules/xprintf (License): s/LGPL/GPL/, since this module
17002         depends on modules (exit and exitfail) which are GPL.
17003         Suggestion from Bruno Haible.
17004
17005         xprintf fixes.
17006         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
17007         Use a clearer diagnostic.
17008         Patch from Bruno Haible.
17009
17010 2007-10-20  Bruno Haible  <bruno@clisp.org>
17011
17012         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
17013         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
17014         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17015
17016 2007-10-20  Bruno Haible  <bruno@clisp.org>
17017
17018         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
17019         precision in the comparison result > x - 1 or similar.
17020         * tests/test-ceilf2.c (correct_result_p): Likewise.
17021         * tests/test-truncf2.c (correct_result_p): Likewise.
17022         * tests/test-trunc2.c (correct_result_p): Likewise.
17023         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17024
17025 2007-10-20  Bruno Haible  <bruno@clisp.org>
17026
17027         * modules/ceil: New file.
17028         * m4/ceil.m4: New file.
17029         * doc/functions/ceil.texi: Mention the 'ceil' module.
17030
17031 2007-10-20  Bruno Haible  <bruno@clisp.org>
17032
17033         * modules/floor: New file.
17034         * m4/floor.m4: New file.
17035         * doc/functions/floor.texi: Mention the 'floor' module.
17036
17037 2007-10-20  Bruno Haible  <bruno@clisp.org>
17038
17039         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
17040         of %a.
17041         * modules/floorf-tests (Depends-on): Likewise.
17042         * modules/truncf-tests (Depends-on): Likewise.
17043         * modules/trunc-tests (Depends-on): Likewise.
17044         Reported by Ben Pfaff.
17045
17046 2007-10-19  Jim Meyering  <meyering@redhat.com>
17047
17048         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
17049         Don't bother testing specific errno values.  Just test ferror.
17050
17051         New module: xprintf
17052         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
17053
17054 2007-10-19  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
17057         syntax.
17058         * modules/javaexec (Makefile.am): Likewise.
17059         * modules/relocatable-prog (Makefile.am): Likewise.
17060         Suggested by Jim Meyering.
17061
17062 2007-10-18  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
17065         Reported by Jim Meyering.
17066
17067 2007-10-18  Eric Blake  <ebb9@byu.net>
17068
17069         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
17070
17071 2007-10-18  Bruno Haible  <bruno@clisp.org>
17072
17073         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
17074         the format string into writable memory. Needed in Fortify conditions.
17075
17076 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
17077             Bruno Haible  <bruno@clisp.org>
17078
17079         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
17080         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
17081         * modules/trim (Depends-on): Add mbchar.
17082         (configure.ac): Add gl_FUNC_MBRTOWC.
17083         (Makefile.am): Augment lib_SOURCES.
17084
17085 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17086
17087         Modify glob.c to use fstatat and dirfd, to simplify it.
17088         Suggested by Eric Blake.
17089         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
17090         Don't include <stdbool.h>; not used.
17091         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
17092         (link_exists_p): Simplify implementation, since we can now assume
17093         dirfd and fstatat.
17094         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
17095
17096 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17097
17098         * gnulib-tool (func_get_dependencies): Fix sed script to
17099         match only tests.
17100
17101 2007-10-17  Bruno Haible  <bruno@clisp.org>
17102
17103         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
17104         allow locale names without encoding suffix.
17105         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
17106         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17107
17108 2007-10-16  Bruno Haible  <bruno@clisp.org>
17109
17110         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
17111         * lib/getgroups.c (getgroups): Likewise.
17112         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
17113
17114 2007-10-16  Bruno Haible  <bruno@clisp.org>
17115
17116         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
17117         * modules/malloc-posix (License): Likewise.
17118         * modules/realloc-posix (License): Likewise.
17119         * modules/calloc-posix (License): Likewise.
17120         * modules/intprops (License): Change from GPL to LGPL, with
17121         Paul Eggert's approval.
17122
17123 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17124
17125         Merge glibc changes into lib/glob.c.
17126
17127         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
17128         2007-10-15 04:59:03 UTC.  Here are the changes:
17129
17130         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
17131
17132         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
17133
17134         * lib/glob.c: Add some branch prediction throughout.
17135
17136         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
17137
17138         [BZ #5103]
17139         * lib/glob.c (glob): Recognize patterns starting \/.
17140
17141         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
17142
17143         [BZ #3996]
17144         * lib/glob.c (attribute_hidden): Define if not defined.
17145         (glob): Unescape dirname, filename or username when needed and not
17146         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
17147         is NULL.  Handle unescaped [ in pattern without closing ].
17148         Don't pass GLOB_CHECK down to recursive glob for directories.
17149         (__glob_pattern_type): New function.
17150         (__glob_pattern_p): Implement using __glob_pattern_type.
17151         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
17152         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
17153         Remove unreachable code.
17154
17155         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
17156
17157         * lib/glob.c (glob_in_dir): Add some comments and asserts to
17158         explain why there are no leaks.
17159
17160         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
17161
17162         [BZ #3253]
17163         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
17164         time, rather allocate increasingly bigger arrays of pointers, if
17165         possible with alloca, if too large with malloc.
17166
17167 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17168
17169         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
17170         Problem reported by H.Merijn Brand in
17171         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
17172         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
17173         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
17174
17175 2007-10-15  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
17178         with explicit rpl_ prefix.
17179         * lib/fopen.c (fopen): Likewise.
17180         * lib/freopen.c (freopen): Likewise.
17181         * lib/iconv.c (iconv): Likewise.
17182         * lib/iconv_close.c (iconv_close): Likewise.
17183
17184 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17185
17186         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
17187
17188 2007-10-15  Bruno Haible  <bruno@clisp.org>
17189
17190         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
17191         <stddef.h> instead of <stdlib.h> since we only need NULL.
17192         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17193
17194 2007-10-15  Bruno Haible  <bruno@clisp.org>
17195
17196         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
17197         Replace paragraph talking about LIBOBJS.
17198         Reported by Colin Watson <cjwatson@debian.org>.
17199
17200 2007-10-15  Bruno Haible  <bruno@clisp.org>
17201
17202         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
17203         <stdlib.h> before using NULL.
17204
17205 2007-10-15  Simon Josefsson  <simon@josefsson.org>
17206
17207         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
17208         Reported by Albert Chin <china@thewrittenword.com>.
17209
17210 2007-10-14  Bruno Haible  <bruno@clisp.org>
17211
17212         * modules/iconv_open-utf-tests: New file.
17213         * tests/test-iconv-utf.c: New file.
17214
17215         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
17216         * modules/iconv_open-utf: New file.
17217         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
17218         (iconv, iconv_close): New declarations.
17219         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
17220         be defined.
17221         (iconv_open): Add special handling of conversion between UTF-8 and
17222         UTF-{16,32}{BE,LE}.
17223         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
17224         * lib/iconv_close.c: New file.
17225         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
17226         gl_FUNC_ICONV_OPEN.
17227         (gl_FUNC_ICONV_OPEN): Use it.
17228         (gl_FUNC_ICONV_OPEN_UTF): New macro.
17229         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
17230         and REPLACE_ICONV_UTF.
17231         * modules/iconv_open (Depends-on): Add c-strcase.
17232         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
17233         ICONV_CONST.
17234         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
17235
17236 2007-10-13  Albert Chin  <china@thewrittenword.com>
17237             Bruno Haible  <bruno@clisp.org>
17238
17239         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
17240         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
17241
17242 2007-10-13  Bruno Haible  <bruno@clisp.org>
17243
17244         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
17245         defined, use the ISO C99 inline semantics.
17246         * lib/argp.h (ARGP_EI): Likewise.
17247
17248 2007-10-13  Bruno Haible  <bruno@clisp.org>
17249
17250         Handle 'inline' change in gcc 4.3.0.
17251         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
17252         argp_fmtstream_write, argp_fmtstream_set_lmargin,
17253         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
17254         argp_fmtstream_point): Disable 'extern' declaration if the function
17255         definition is going to be provided inline.
17256         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
17257         semantics, not the ISO C99 inline semantics.
17258         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
17259         'extern' declaration if the function definition is going to be provided
17260         inline.
17261         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
17262         the GNU C inline semantics, not the ISO C99 inline semantics. With
17263         GCC 4.2, avoid a warning.
17264
17265 2007-10-13  Bruno Haible  <bruno@clisp.org>
17266
17267         * lib/freading.h (freading): Enable the use of __freading for
17268         glibc >= 2.7.
17269         * lib/freading.c (freading): Likewise.
17270
17271 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
17274         "warning: C99 inline functions are not supported; using GNU89".
17275
17276 2007-10-12  Bruno Haible  <bruno@clisp.org>
17277
17278         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
17279         of 2.
17280         * tests/test-ceilf2.c: New file.
17281         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
17282
17283         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
17284         * modules/ceilf-tests: Update.
17285
17286 2007-10-12  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
17289         of 2.
17290         * tests/test-floorf2.c: New file.
17291         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
17292
17293         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
17294         * modules/floorf-tests: Update.
17295
17296 2007-10-12  Bruno Haible  <bruno@clisp.org>
17297
17298         * tests/test-trunc2.c: New file.
17299         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
17300
17301         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
17302         * modules/trunc-tests: Update.
17303
17304 2007-10-12  Bruno Haible  <bruno@clisp.org>
17305
17306         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
17307         of 2.
17308         * tests/test-truncf2.c: New file.
17309         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
17310
17311         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
17312         * modules/truncf-tests: Update.
17313
17314 2007-10-11  Eric Blake  <ebb9@byu.net>
17315
17316         Don't claim strerror is broken on Interix.
17317         * doc/functions/strerror.texi (strerror): Known broken systems are
17318         now Solaris 8, and not Interix.
17319         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
17320         Interix on cross-compile.
17321         Reported by Martin Koeppe in
17322         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
17323
17324 2007-10-11  Bruno Haible  <bruno@clisp.org>
17325
17326         * modules/i-ring-tests: New file.
17327         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
17328         instead of assert.
17329
17330 2007-10-11  Bruno Haible  <bruno@clisp.org>
17331
17332         * modules/filenamecat-tests: New file.
17333         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
17334         * lib/filenamecat.c: Remove test code.
17335
17336 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
17339
17340         * lib/strerror.c: Include <string.h> always, to test interface,
17341         and to remove the need for the dummy.
17342         Include intprops.h to compute width instead of doing it ourselves
17343         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
17344         (strerror): Define it to return NULL if there's no system strerror.
17345         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
17346         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
17347         ancient pre-strerror Unix systems well any more.  Saying "unknown
17348         system error" is enough.
17349         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
17350         simpler strerror.c implementation.
17351         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
17352         Simplify the tests to reflect the simpler strerror implementation.
17353         * modules/strerror (Depends-on): Add intprops.
17354
17355 2007-10-09  Eric Blake  <ebb9@byu.net>
17356
17357         Silence test-fpending.
17358         * modules/fpending-tests (Files): Add wrapper script.
17359         * tests/test-fpending.sh: New file.
17360
17361 2007-10-09  Bruno Haible  <bruno@clisp.org>
17362
17363         * MODULES.html.sh (func_module): Don't create a hyperlink for
17364         function names like 'printf_frexp'.
17365         (Misc): Add crc, memxor.
17366         (Characteristics of floating types): New section.
17367         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
17368         isnanf-nolibm, signbit, trunc, truncf, truncl.
17369         (Enhancements for ISO C 99 functions): New subsection Input/output.
17370         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
17371         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
17372         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
17373         (Compatibility checks for POSIX:2001 functions): Add clock-time.
17374         (Enhancements for POSIX:2001 functions): Add chdir-long.
17375         (File system functions): Add areadlink, chdir-safer, read-file.
17376         Remove cycle-check.
17377         (File system as inode set): New section.
17378         (Date and time): Add gethrxtime.
17379         (Multithreading): Add openmp.
17380         (Internationalization functions): Add localename.
17381         (Unicode string functions): Add unistr/u*-mbsnlen.
17382         (Support for maintaining and releasing projects): Add git-version-gen.
17383         (Lone files): Remove directories.
17384
17385 2007-10-08  Ben Pfaff  <blp@gnu.org>
17386
17387         * lib/xmalloca.h: Fix typo in comment.
17388
17389 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17390
17391         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
17392         when avoiding problems with integer overflow.  Use a portable test
17393         instead.
17394
17395 2007-10-08  Simon Josefsson  <simon@josefsson.org>
17396
17397         * modules/dummy (License): Change to LGPLv2+.
17398         * modules/float (License): Likewise
17399         * modules/realloc (License): Likewise
17400         * modules/stdlib (License): Likewise
17401
17402 2007-10-07  Bruno Haible  <bruno@clisp.org>
17403
17404         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
17405         * floor.c (TWO_MANT_DIG): Likewise.
17406         * ceil.c (TWO_MANT_DIG): Likewise.
17407         Reported by Ben Pfaff.
17408
17409 2007-10-07  Bruno Haible  <bruno@clisp.org>
17410
17411         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
17412         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
17413         * lib/frexp.c (FUNC): Likewise.
17414         * lib/printf-frexp.h (printf_frexp): Likewise.
17415         * lib/printf-frexpl.h (printf_frexpl): Likewise.
17416         * lib/printf-frexp.c (FUNC): Likewise.
17417         Suggested by Jim Meyering.
17418
17419 2007-10-07  Jim Meyering  <meyering@redhat.com>
17420
17421         Make xnanosleep's integer overflow test more robust.
17422         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
17423         so that gcc-4.3.0 doesn't optimize away this test for overflow.
17424
17425 2007-10-07  Bruno Haible  <bruno@clisp.org>
17426
17427         * NEWS: Mention the license change.
17428
17429         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
17430         abbreviations in the modules files.
17431
17432         Change copyright notice from GPLv2+ to GPLv3+.
17433         * README: Change copyright notice.
17434         * MODULES.html.sh: Likewise.
17435         * build-aux/bootstrap.conf: Likewise.
17436         * build-aux/config.libpath: Likewise.
17437         * build-aux/csharpcomp.sh.in: Likewise.
17438         * build-aux/csharpexec.sh.in: Likewise.
17439         * build-aux/install-reloc: Likewise.
17440         * build-aux/javacomp.sh.in: Likewise.
17441         * build-aux/javaexec.sh.in: Likewise.
17442         * build-aux/ldd.sh.in: Likewise.
17443         * build-aux/reloc-ldflags: Likewise.
17444         * build-aux/relocatable.sh.in: Likewise.
17445         * build-aux/x-to-1.in: Likewise.
17446         * check-module: Likewise.
17447         * config/srclistvars.sh: Likewise.
17448         * gnulib-tool: Likewise.
17449         * lib/acl-internal.h: Likewise.
17450         * lib/acl.c: Likewise.
17451         * lib/acl.h: Likewise.
17452         * lib/acl_entries.c: Likewise.
17453         * lib/areadlink-with-size.c: Likewise.
17454         * lib/areadlink.c: Likewise.
17455         * lib/areadlink.h: Likewise.
17456         * lib/argmatch.c: Likewise.
17457         * lib/argmatch.h: Likewise.
17458         * lib/argp-ba.c: Likewise.
17459         * lib/argp-eexst.c: Likewise.
17460         * lib/argp-fmtstream.c: Likewise.
17461         * lib/argp-fmtstream.h: Likewise.
17462         * lib/argp-fs-xinl.c: Likewise.
17463         * lib/argp-help.c: Likewise.
17464         * lib/argp-namefrob.h: Likewise.
17465         * lib/argp-parse.c: Likewise.
17466         * lib/argp-pin.c: Likewise.
17467         * lib/argp-pv.c: Likewise.
17468         * lib/argp-pvh.c: Likewise.
17469         * lib/argp-xinl.c: Likewise.
17470         * lib/argp.h: Likewise.
17471         * lib/at-func.c: Likewise.
17472         * lib/atanl.c: Likewise.
17473         * lib/backupfile.c: Likewise.
17474         * lib/backupfile.h: Likewise.
17475         * lib/basename.c: Likewise.
17476         * lib/binary-io.h: Likewise.
17477         * lib/byteswap.in.h: Likewise.
17478         * lib/c-stack.c: Likewise.
17479         * lib/c-stack.h: Likewise.
17480         * lib/c-strcasestr.c: Likewise.
17481         * lib/c-strcasestr.h: Likewise.
17482         * lib/c-strstr.c: Likewise.
17483         * lib/c-strstr.h: Likewise.
17484         * lib/c-strtod.c: Likewise.
17485         * lib/calloc.c: Likewise.
17486         * lib/canon-host.c: Likewise.
17487         * lib/canon-host.h: Likewise.
17488         * lib/canonicalize-lgpl.c: Likewise.
17489         * lib/canonicalize.c: Likewise.
17490         * lib/canonicalize.h: Likewise.
17491         * lib/ceil.c: Likewise.
17492         * lib/ceilf.c: Likewise.
17493         * lib/ceill.c: Likewise.
17494         * lib/chdir-long.c: Likewise.
17495         * lib/chdir-long.h: Likewise.
17496         * lib/chdir-safer.c: Likewise.
17497         * lib/chdir-safer.h: Likewise.
17498         * lib/chown.c: Likewise.
17499         * lib/classpath.c: Likewise.
17500         * lib/classpath.h: Likewise.
17501         * lib/clean-temp.c: Likewise.
17502         * lib/clean-temp.h: Likewise.
17503         * lib/cloexec.c: Likewise.
17504         * lib/close-stream.c: Likewise.
17505         * lib/closein.c: Likewise.
17506         * lib/closein.h: Likewise.
17507         * lib/closeout.c: Likewise.
17508         * lib/closeout.h: Likewise.
17509         * lib/concat-filename.c: Likewise.
17510         * lib/copy-file.c: Likewise.
17511         * lib/copy-file.h: Likewise.
17512         * lib/count-one-bits.h: Likewise.
17513         * lib/crc.c: Likewise.
17514         * lib/crc.h: Likewise.
17515         * lib/creat-safer.c: Likewise.
17516         * lib/csharpcomp.c: Likewise.
17517         * lib/csharpcomp.h: Likewise.
17518         * lib/csharpexec.c: Likewise.
17519         * lib/csharpexec.h: Likewise.
17520         * lib/cycle-check.c: Likewise.
17521         * lib/cycle-check.h: Likewise.
17522         * lib/diacrit.c: Likewise.
17523         * lib/diacrit.h: Likewise.
17524         * lib/diffseq.h: Likewise.
17525         * lib/dirchownmod.c: Likewise.
17526         * lib/dirent.in.h: Likewise.
17527         * lib/dirfd.c: Likewise.
17528         * lib/dirfd.h: Likewise.
17529         * lib/dirname.c: Likewise.
17530         * lib/dirname.h: Likewise.
17531         * lib/dummy.c: Likewise.
17532         * lib/dup-safer.c: Likewise.
17533         * lib/dup2.c: Likewise.
17534         * lib/eealloc.h: Likewise.
17535         * lib/error.c: Likewise.
17536         * lib/error.h: Likewise.
17537         * lib/euidaccess.c: Likewise.
17538         * lib/exclude.c: Likewise.
17539         * lib/exclude.h: Likewise.
17540         * lib/execute.c: Likewise.
17541         * lib/execute.h: Likewise.
17542         * lib/exitfail.c: Likewise.
17543         * lib/exitfail.h: Likewise.
17544         * lib/expl.c: Likewise.
17545         * lib/fatal-signal.c: Likewise.
17546         * lib/fatal-signal.h: Likewise.
17547         * lib/fbufmode.c: Likewise.
17548         * lib/fbufmode.h: Likewise.
17549         * lib/fchdir.c: Likewise.
17550         * lib/fchmodat.c: Likewise.
17551         * lib/fchownat.c: Likewise.
17552         * lib/fcntl--.h: Likewise.
17553         * lib/fcntl-safer.h: Likewise.
17554         * lib/fcntl.in.h: Likewise.
17555         * lib/fd-safer.c: Likewise.
17556         * lib/fflush.c: Likewise.
17557         * lib/file-has-acl.c: Likewise.
17558         * lib/file-set.c: Likewise.
17559         * lib/file-type.c: Likewise.
17560         * lib/file-type.h: Likewise.
17561         * lib/fileblocks.c: Likewise.
17562         * lib/filemode.c: Likewise.
17563         * lib/filemode.h: Likewise.
17564         * lib/filename.h: Likewise.
17565         * lib/filenamecat.c: Likewise.
17566         * lib/filenamecat.h: Likewise.
17567         * lib/findprog.c: Likewise.
17568         * lib/findprog.h: Likewise.
17569         * lib/float.in.h: Likewise.
17570         * lib/floor.c: Likewise.
17571         * lib/floorf.c: Likewise.
17572         * lib/floorl.c: Likewise.
17573         * lib/fopen-safer.c: Likewise.
17574         * lib/fopen.c: Likewise.
17575         * lib/fpending.c: Likewise.
17576         * lib/fpending.h: Likewise.
17577         * lib/fprintf.c: Likewise.
17578         * lib/fprintftime.h: Likewise.
17579         * lib/fpucw.h: Likewise.
17580         * lib/fpurge.c: Likewise.
17581         * lib/fpurge.h: Likewise.
17582         * lib/freadable.c: Likewise.
17583         * lib/freadable.h: Likewise.
17584         * lib/freadahead.c: Likewise.
17585         * lib/freadahead.h: Likewise.
17586         * lib/freading.c: Likewise.
17587         * lib/freading.h: Likewise.
17588         * lib/free.c: Likewise.
17589         * lib/freopen.c: Likewise.
17590         * lib/frexp.c: Likewise.
17591         * lib/frexpl.c: Likewise.
17592         * lib/fseek.c: Likewise.
17593         * lib/fseterr.c: Likewise.
17594         * lib/fseterr.h: Likewise.
17595         * lib/fstatat.c: Likewise.
17596         * lib/fstrcmp.c: Likewise.
17597         * lib/fstrcmp.h: Likewise.
17598         * lib/fsusage.c: Likewise.
17599         * lib/fsusage.h: Likewise.
17600         * lib/ftell.c: Likewise.
17601         * lib/ftello.c: Likewise.
17602         * lib/fts-cycle.c: Likewise.
17603         * lib/fts.c: Likewise.
17604         * lib/fts_.h: Likewise.
17605         * lib/full-read.c: Likewise.
17606         * lib/full-read.h: Likewise.
17607         * lib/full-write.c: Likewise.
17608         * lib/full-write.h: Likewise.
17609         * lib/fwritable.c: Likewise.
17610         * lib/fwritable.h: Likewise.
17611         * lib/fwriteerror.c: Likewise.
17612         * lib/fwriteerror.h: Likewise.
17613         * lib/fwriting.c: Likewise.
17614         * lib/fwriting.h: Likewise.
17615         * lib/gcd.c: Likewise.
17616         * lib/gcd.h: Likewise.
17617         * lib/getcwd.c: Likewise.
17618         * lib/getdate.h: Likewise.
17619         * lib/getdate.y: Likewise.
17620         * lib/getdomainname.c: Likewise.
17621         * lib/getdomainname.h: Likewise.
17622         * lib/getgroups.c: Likewise.
17623         * lib/gethostname.c: Likewise.
17624         * lib/gethrxtime.c: Likewise.
17625         * lib/gethrxtime.h: Likewise.
17626         * lib/getloadavg.c: Likewise.
17627         * lib/getndelim2.c: Likewise.
17628         * lib/getndelim2.h: Likewise.
17629         * lib/getnline.c: Likewise.
17630         * lib/getnline.h: Likewise.
17631         * lib/getopt.c: Likewise.
17632         * lib/getopt.in.h: Likewise.
17633         * lib/getopt1.c: Likewise.
17634         * lib/getopt_int.h: Likewise.
17635         * lib/getpagesize.h: Likewise.
17636         * lib/getsubopt.c: Likewise.
17637         * lib/gettime.c: Likewise.
17638         * lib/getugroups.c: Likewise.
17639         * lib/getugroups.h: Likewise.
17640         * lib/getusershell.c: Likewise.
17641         * lib/gl_anyavltree_list1.h: Likewise.
17642         * lib/gl_anyavltree_list2.h: Likewise.
17643         * lib/gl_anyhash_list1.h: Likewise.
17644         * lib/gl_anyhash_list2.h: Likewise.
17645         * lib/gl_anylinked_list1.h: Likewise.
17646         * lib/gl_anylinked_list2.h: Likewise.
17647         * lib/gl_anyrbtree_list1.h: Likewise.
17648         * lib/gl_anyrbtree_list2.h: Likewise.
17649         * lib/gl_anytree_list1.h: Likewise.
17650         * lib/gl_anytree_list2.h: Likewise.
17651         * lib/gl_anytree_oset.h: Likewise.
17652         * lib/gl_anytreehash_list1.h: Likewise.
17653         * lib/gl_anytreehash_list2.h: Likewise.
17654         * lib/gl_array_list.c: Likewise.
17655         * lib/gl_array_list.h: Likewise.
17656         * lib/gl_array_oset.c: Likewise.
17657         * lib/gl_array_oset.h: Likewise.
17658         * lib/gl_avltree_list.c: Likewise.
17659         * lib/gl_avltree_list.h: Likewise.
17660         * lib/gl_avltree_oset.c: Likewise.
17661         * lib/gl_avltree_oset.h: Likewise.
17662         * lib/gl_avltreehash_list.c: Likewise.
17663         * lib/gl_avltreehash_list.h: Likewise.
17664         * lib/gl_carray_list.c: Likewise.
17665         * lib/gl_carray_list.h: Likewise.
17666         * lib/gl_linked_list.c: Likewise.
17667         * lib/gl_linked_list.h: Likewise.
17668         * lib/gl_linkedhash_list.c: Likewise.
17669         * lib/gl_linkedhash_list.h: Likewise.
17670         * lib/gl_list.c: Likewise.
17671         * lib/gl_list.h: Likewise.
17672         * lib/gl_oset.c: Likewise.
17673         * lib/gl_oset.h: Likewise.
17674         * lib/gl_rbtree_list.c: Likewise.
17675         * lib/gl_rbtree_list.h: Likewise.
17676         * lib/gl_rbtree_oset.c: Likewise.
17677         * lib/gl_rbtree_oset.h: Likewise.
17678         * lib/gl_rbtreehash_list.c: Likewise.
17679         * lib/gl_rbtreehash_list.h: Likewise.
17680         * lib/gl_sublist.c: Likewise.
17681         * lib/gl_sublist.h: Likewise.
17682         * lib/group-member.c: Likewise.
17683         * lib/group-member.h: Likewise.
17684         * lib/hard-locale.c: Likewise.
17685         * lib/hard-locale.h: Likewise.
17686         * lib/hash-pjw.c: Likewise.
17687         * lib/hash-pjw.h: Likewise.
17688         * lib/hash-triple.c: Likewise.
17689         * lib/hash.c: Likewise.
17690         * lib/hash.h: Likewise.
17691         * lib/human.c: Likewise.
17692         * lib/human.h: Likewise.
17693         * lib/i-ring.c: Likewise.
17694         * lib/i-ring.h: Likewise.
17695         * lib/idcache.c: Likewise.
17696         * lib/imaxabs.c: Likewise.
17697         * lib/imaxdiv.c: Likewise.
17698         * lib/inet_pton.c: Likewise.
17699         * lib/inet_pton.h: Likewise.
17700         * lib/intprops.h: Likewise.
17701         * lib/inttostr.c: Likewise.
17702         * lib/inttostr.h: Likewise.
17703         * lib/inttypes.in.h: Likewise.
17704         * lib/isapipe.c: Likewise.
17705         * lib/isdir.c: Likewise.
17706         * lib/isnan.c: Likewise.
17707         * lib/isnan.h: Likewise.
17708         * lib/isnanf.c: Likewise.
17709         * lib/isnanf.h: Likewise.
17710         * lib/isnanl-nolibm.h: Likewise.
17711         * lib/isnanl.c: Likewise.
17712         * lib/isnanl.h: Likewise.
17713         * lib/javacomp.c: Likewise.
17714         * lib/javacomp.h: Likewise.
17715         * lib/javaexec.c: Likewise.
17716         * lib/javaexec.h: Likewise.
17717         * lib/javaversion.c: Likewise.
17718         * lib/javaversion.h: Likewise.
17719         * lib/javaversion.java: Likewise.
17720         * lib/lbrkprop.h: Likewise.
17721         * lib/lchmod.h: Likewise.
17722         * lib/lchown.c: Likewise.
17723         * lib/ldexpl.c: Likewise.
17724         * lib/linebreak.c: Likewise.
17725         * lib/linebreak.h: Likewise.
17726         * lib/linebuffer.c: Likewise.
17727         * lib/linebuffer.h: Likewise.
17728         * lib/locale.in.h: Likewise.
17729         * lib/logl.c: Likewise.
17730         * lib/long-options.c: Likewise.
17731         * lib/long-options.h: Likewise.
17732         * lib/lstat.c: Likewise.
17733         * lib/lstat.h: Likewise.
17734         * lib/math.in.h: Likewise.
17735         * lib/mbchar.c: Likewise.
17736         * lib/mbchar.h: Likewise.
17737         * lib/mbfile.h: Likewise.
17738         * lib/mbiter.h: Likewise.
17739         * lib/mbscasecmp.c: Likewise.
17740         * lib/mbscasestr.c: Likewise.
17741         * lib/mbschr.c: Likewise.
17742         * lib/mbscspn.c: Likewise.
17743         * lib/mbslen.c: Likewise.
17744         * lib/mbsncasecmp.c: Likewise.
17745         * lib/mbsnlen.c: Likewise.
17746         * lib/mbspbrk.c: Likewise.
17747         * lib/mbspcasecmp.c: Likewise.
17748         * lib/mbsrchr.c: Likewise.
17749         * lib/mbssep.c: Likewise.
17750         * lib/mbsspn.c: Likewise.
17751         * lib/mbsstr.c: Likewise.
17752         * lib/mbstok_r.c: Likewise.
17753         * lib/mbswidth.c: Likewise.
17754         * lib/mbswidth.h: Likewise.
17755         * lib/mbuiter.h: Likewise.
17756         * lib/memcasecmp.c: Likewise.
17757         * lib/memcasecmp.h: Likewise.
17758         * lib/memchr.c: Likewise.
17759         * lib/memcmp.c: Likewise.
17760         * lib/memcoll.c: Likewise.
17761         * lib/memcoll.h: Likewise.
17762         * lib/memcpy.c: Likewise.
17763         * lib/memrchr.c: Likewise.
17764         * lib/mkancesdirs.c: Likewise.
17765         * lib/mkdir-p.c: Likewise.
17766         * lib/mkdir-p.h: Likewise.
17767         * lib/mkdir.c: Likewise.
17768         * lib/mkdirat.c: Likewise.
17769         * lib/mkdtemp.c: Likewise.
17770         * lib/mkstemp-safer.c: Likewise.
17771         * lib/mkstemp.c: Likewise.
17772         * lib/modechange.c: Likewise.
17773         * lib/modechange.h: Likewise.
17774         * lib/mountlist.c: Likewise.
17775         * lib/mountlist.h: Likewise.
17776         * lib/mpsort.c: Likewise.
17777         * lib/nanosleep.c: Likewise.
17778         * lib/obstack.c: Likewise.
17779         * lib/obstack.h: Likewise.
17780         * lib/open-safer.c: Likewise.
17781         * lib/open.c: Likewise.
17782         * lib/openat-die.c: Likewise.
17783         * lib/openat-priv.h: Likewise.
17784         * lib/openat-proc.c: Likewise.
17785         * lib/openat.c: Likewise.
17786         * lib/openat.h: Likewise.
17787         * lib/pagealign_alloc.c: Likewise.
17788         * lib/pagealign_alloc.h: Likewise.
17789         * lib/physmem.c: Likewise.
17790         * lib/physmem.h: Likewise.
17791         * lib/pipe-safer.c: Likewise.
17792         * lib/pipe.c: Likewise.
17793         * lib/pipe.h: Likewise.
17794         * lib/posixtm.c: Likewise.
17795         * lib/posixtm.h: Likewise.
17796         * lib/posixver.c: Likewise.
17797         * lib/printf-frexp.c: Likewise.
17798         * lib/printf-frexp.h: Likewise.
17799         * lib/printf-frexpl.c: Likewise.
17800         * lib/printf-frexpl.h: Likewise.
17801         * lib/printf.c: Likewise.
17802         * lib/progname.c: Likewise.
17803         * lib/progname.h: Likewise.
17804         * lib/progreloc.c: Likewise.
17805         * lib/putenv.c: Likewise.
17806         * lib/quote.c: Likewise.
17807         * lib/quote.h: Likewise.
17808         * lib/quotearg.c: Likewise.
17809         * lib/quotearg.h: Likewise.
17810         * lib/raise.c: Likewise.
17811         * lib/readline.c: Likewise.
17812         * lib/readline.h: Likewise.
17813         * lib/readlink.c: Likewise.
17814         * lib/readtokens.c: Likewise.
17815         * lib/readtokens.h: Likewise.
17816         * lib/readtokens0.c: Likewise.
17817         * lib/readtokens0.h: Likewise.
17818         * lib/readutmp.c: Likewise.
17819         * lib/readutmp.h: Likewise.
17820         * lib/realloc.c: Likewise.
17821         * lib/relocwrapper.c: Likewise.
17822         * lib/rename-dest-slash.c: Likewise.
17823         * lib/rename.c: Likewise.
17824         * lib/rmdir.c: Likewise.
17825         * lib/rpmatch.c: Likewise.
17826         * lib/safe-read.c: Likewise.
17827         * lib/safe-read.h: Likewise.
17828         * lib/safe-write.c: Likewise.
17829         * lib/safe-write.h: Likewise.
17830         * lib/same-inode.h: Likewise.
17831         * lib/same.c: Likewise.
17832         * lib/same.h: Likewise.
17833         * lib/save-cwd.c: Likewise.
17834         * lib/save-cwd.h: Likewise.
17835         * lib/savedir.c: Likewise.
17836         * lib/savedir.h: Likewise.
17837         * lib/savewd.c: Likewise.
17838         * lib/savewd.h: Likewise.
17839         * lib/search.in.h: Likewise.
17840         * lib/setenv.c: Likewise.
17841         * lib/setenv.h: Likewise.
17842         * lib/settime.c: Likewise.
17843         * lib/sh-quote.c: Likewise.
17844         * lib/sh-quote.h: Likewise.
17845         * lib/sig2str.c: Likewise.
17846         * lib/sig2str.h: Likewise.
17847         * lib/signal.in.h: Likewise.
17848         * lib/signbitd.c: Likewise.
17849         * lib/signbitf.c: Likewise.
17850         * lib/signbitl.c: Likewise.
17851         * lib/sigprocmask.c: Likewise.
17852         * lib/sincosl.c: Likewise.
17853         * lib/sleep.c: Likewise.
17854         * lib/sprintf.c: Likewise.
17855         * lib/sqrtl.c: Likewise.
17856         * lib/stat-time.h: Likewise.
17857         * lib/stdio--.h: Likewise.
17858         * lib/stdio-safer.h: Likewise.
17859         * lib/stdlib--.h: Likewise.
17860         * lib/stdlib-safer.h: Likewise.
17861         * lib/stdlib.in.h: Likewise.
17862         * lib/stpcpy.c: Likewise.
17863         * lib/stpncpy.c: Likewise.
17864         * lib/strchrnul.c: Likewise.
17865         * lib/strcspn.c: Likewise.
17866         * lib/strerror.c: Likewise.
17867         * lib/strftime.c: Likewise.
17868         * lib/strftime.h: Likewise.
17869         * lib/striconveh.c: Likewise.
17870         * lib/striconveh.h: Likewise.
17871         * lib/striconveha.c: Likewise.
17872         * lib/striconveha.h: Likewise.
17873         * lib/stripslash.c: Likewise.
17874         * lib/strnlen1.c: Likewise.
17875         * lib/strnlen1.h: Likewise.
17876         * lib/strtod.c: Likewise.
17877         * lib/strtoimax.c: Likewise.
17878         * lib/strtok_r.c: Likewise.
17879         * lib/strtol.c: Likewise.
17880         * lib/strtoll.c: Likewise.
17881         * lib/strtoul.c: Likewise.
17882         * lib/strtoull.c: Likewise.
17883         * lib/sysexits.in.h: Likewise.
17884         * lib/tempname.c: Likewise.
17885         * lib/tempname.h: Likewise.
17886         * lib/timespec.h: Likewise.
17887         * lib/tls.c: Likewise.
17888         * lib/tls.h: Likewise.
17889         * lib/tmpdir.c: Likewise.
17890         * lib/tmpdir.h: Likewise.
17891         * lib/tmpfile-safer.c: Likewise.
17892         * lib/tmpfile.c: Likewise.
17893         * lib/trigl.c: Likewise.
17894         * lib/trigl.h: Likewise.
17895         * lib/trim.c: Likewise.
17896         * lib/trim.h: Likewise.
17897         * lib/trunc.c: Likewise.
17898         * lib/truncf.c: Likewise.
17899         * lib/truncl.c: Likewise.
17900         * lib/tsearch.c: Likewise.
17901         * lib/unicodeio.c: Likewise.
17902         * lib/unicodeio.h: Likewise.
17903         * lib/unistd--.h: Likewise.
17904         * lib/unistd-safer.h: Likewise.
17905         * lib/unistdio/ulc-fprintf.c: Likewise.
17906         * lib/unistdio/ulc-vfprintf.c: Likewise.
17907         * lib/unlinkdir.c: Likewise.
17908         * lib/unlinkdir.h: Likewise.
17909         * lib/unlocked-io.h: Likewise.
17910         * lib/unsetenv.c: Likewise.
17911         * lib/userspec.c: Likewise.
17912         * lib/utime.c: Likewise.
17913         * lib/utimecmp.c: Likewise.
17914         * lib/utimecmp.h: Likewise.
17915         * lib/utimens.c: Likewise.
17916         * lib/verify.h: Likewise.
17917         * lib/verror.c: Likewise.
17918         * lib/verror.h: Likewise.
17919         * lib/version-etc-fsf.c: Likewise.
17920         * lib/version-etc.c: Likewise.
17921         * lib/version-etc.h: Likewise.
17922         * lib/vfprintf.c: Likewise.
17923         * lib/vprintf.c: Likewise.
17924         * lib/vsprintf.c: Likewise.
17925         * lib/w32spawn.h: Likewise.
17926         * lib/wait-process.c: Likewise.
17927         * lib/wait-process.h: Likewise.
17928         * lib/wcwidth.c: Likewise.
17929         * lib/write-any-file.c: Likewise.
17930         * lib/xalloc-die.c: Likewise.
17931         * lib/xalloc.h: Likewise.
17932         * lib/xasprintf.c: Likewise.
17933         * lib/xgetcwd.c: Likewise.
17934         * lib/xgetcwd.h: Likewise.
17935         * lib/xgetdomainname.c: Likewise.
17936         * lib/xgetdomainname.h: Likewise.
17937         * lib/xgethostname.c: Likewise.
17938         * lib/xmalloc.c: Likewise.
17939         * lib/xmalloca.c: Likewise.
17940         * lib/xmalloca.h: Likewise.
17941         * lib/xmemcoll.c: Likewise.
17942         * lib/xnanosleep.c: Likewise.
17943         * lib/xreadlink.c: Likewise.
17944         * lib/xreadlink.h: Likewise.
17945         * lib/xsetenv.c: Likewise.
17946         * lib/xsetenv.h: Likewise.
17947         * lib/xstriconv.c: Likewise.
17948         * lib/xstriconv.h: Likewise.
17949         * lib/xstrndup.c: Likewise.
17950         * lib/xstrndup.h: Likewise.
17951         * lib/xstrtod.c: Likewise.
17952         * lib/xstrtod.h: Likewise.
17953         * lib/xstrtol-error.c: Likewise.
17954         * lib/xstrtol.c: Likewise.
17955         * lib/xstrtol.h: Likewise.
17956         * lib/xtime.h: Likewise.
17957         * lib/xvasprintf.c: Likewise.
17958         * lib/xvasprintf.h: Likewise.
17959         * lib/yesno.c: Likewise.
17960         * lib/yesno.h: Likewise.
17961         * posix-modules: Likewise.
17962         * tests/test-alloca-opt.c: Likewise.
17963         * tests/test-arcfour.c: Likewise.
17964         * tests/test-arctwo.c: Likewise.
17965         * tests/test-argmatch.c: Likewise.
17966         * tests/test-argp-2.sh: Likewise.
17967         * tests/test-argp.c: Likewise.
17968         * tests/test-arpa_inet.c: Likewise.
17969         * tests/test-array_list.c: Likewise.
17970         * tests/test-array_oset.c: Likewise.
17971         * tests/test-atexit.c: Likewise.
17972         * tests/test-avltree_list.c: Likewise.
17973         * tests/test-avltree_oset.c: Likewise.
17974         * tests/test-avltreehash_list.c: Likewise.
17975         * tests/test-base64.c: Likewise.
17976         * tests/test-binary-io.c: Likewise.
17977         * tests/test-byteswap.c: Likewise.
17978         * tests/test-c-ctype.c: Likewise.
17979         * tests/test-c-strcasecmp.c: Likewise.
17980         * tests/test-c-strcasestr.c: Likewise.
17981         * tests/test-c-strncasecmp.c: Likewise.
17982         * tests/test-c-strstr.c: Likewise.
17983         * tests/test-canonicalize-lgpl.c: Likewise.
17984         * tests/test-canonicalize.c: Likewise.
17985         * tests/test-carray_list.c: Likewise.
17986         * tests/test-ceilf.c: Likewise.
17987         * tests/test-ceill.c: Likewise.
17988         * tests/test-count-one-bits.c: Likewise.
17989         * tests/test-crc.c: Likewise.
17990         * tests/test-dirname.c: Likewise.
17991         * tests/test-fbufmode.c: Likewise.
17992         * tests/test-fcntl.c: Likewise.
17993         * tests/test-fflush.c: Likewise.
17994         * tests/test-floorf.c: Likewise.
17995         * tests/test-floorl.c: Likewise.
17996         * tests/test-fopen.c: Likewise.
17997         * tests/test-fprintf-posix.c: Likewise.
17998         * tests/test-fprintf-posix.h: Likewise.
17999         * tests/test-fpurge.c: Likewise.
18000         * tests/test-freadable.c: Likewise.
18001         * tests/test-freadahead.c: Likewise.
18002         * tests/test-freading.c: Likewise.
18003         * tests/test-freopen.c: Likewise.
18004         * tests/test-frexp.c: Likewise.
18005         * tests/test-frexpl.c: Likewise.
18006         * tests/test-fseek.c: Likewise.
18007         * tests/test-fseeko.c: Likewise.
18008         * tests/test-fseterr.c: Likewise.
18009         * tests/test-fstrcmp.c: Likewise.
18010         * tests/test-ftell.c: Likewise.
18011         * tests/test-ftello.c: Likewise.
18012         * tests/test-fwritable.c: Likewise.
18013         * tests/test-fwriting.c: Likewise.
18014         * tests/test-getaddrinfo.c: Likewise.
18015         * tests/test-getpass.c: Likewise.
18016         * tests/test-gettimeofday.c: Likewise.
18017         * tests/test-hmac-md5.c: Likewise.
18018         * tests/test-hmac-sha1.c: Likewise.
18019         * tests/test-iconv.c: Likewise.
18020         * tests/test-iconvme.c: Likewise.
18021         * tests/test-inttypes.c: Likewise.
18022         * tests/test-isnan.c: Likewise.
18023         * tests/test-isnanf.c: Likewise.
18024         * tests/test-isnanl-nolibm.c: Likewise.
18025         * tests/test-isnanl.c: Likewise.
18026         * tests/test-isnanl.h: Likewise.
18027         * tests/test-ldexpl.c: Likewise.
18028         * tests/test-linked_list.c: Likewise.
18029         * tests/test-linkedhash_list.c: Likewise.
18030         * tests/test-locale.c: Likewise.
18031         * tests/test-localename.c: Likewise.
18032         * tests/test-lock.c: Likewise.
18033         * tests/test-lseek.c: Likewise.
18034         * tests/test-malloca.c: Likewise.
18035         * tests/test-math.c: Likewise.
18036         * tests/test-mbscasecmp.c: Likewise.
18037         * tests/test-mbscasestr1.c: Likewise.
18038         * tests/test-mbscasestr2.c: Likewise.
18039         * tests/test-mbscasestr3.c: Likewise.
18040         * tests/test-mbscasestr4.c: Likewise.
18041         * tests/test-mbschr.c: Likewise.
18042         * tests/test-mbscspn.c: Likewise.
18043         * tests/test-mbsncasecmp.c: Likewise.
18044         * tests/test-mbspbrk.c: Likewise.
18045         * tests/test-mbspcasecmp.c: Likewise.
18046         * tests/test-mbsrchr.c: Likewise.
18047         * tests/test-mbsspn.c: Likewise.
18048         * tests/test-mbsstr1.c: Likewise.
18049         * tests/test-mbsstr2.c: Likewise.
18050         * tests/test-mbsstr3.c: Likewise.
18051         * tests/test-md5.c: Likewise.
18052         * tests/test-memmem.c: Likewise.
18053         * tests/test-netinet_in.c: Likewise.
18054         * tests/test-open.c: Likewise.
18055         * tests/test-printf-frexp.c: Likewise.
18056         * tests/test-printf-frexpl.c: Likewise.
18057         * tests/test-printf-posix.c: Likewise.
18058         * tests/test-printf-posix.h: Likewise.
18059         * tests/test-rbtree_list.c: Likewise.
18060         * tests/test-rbtree_oset.c: Likewise.
18061         * tests/test-rbtreehash_list.c: Likewise.
18062         * tests/test-read-file.c: Likewise.
18063         * tests/test-rijndael.c: Likewise.
18064         * tests/test-search.c: Likewise.
18065         * tests/test-signbit.c: Likewise.
18066         * tests/test-sleep.c: Likewise.
18067         * tests/test-snprintf-posix.c: Likewise.
18068         * tests/test-snprintf-posix.h: Likewise.
18069         * tests/test-snprintf.c: Likewise.
18070         * tests/test-sprintf-posix.c: Likewise.
18071         * tests/test-sprintf-posix.h: Likewise.
18072         * tests/test-stat-time.c: Likewise.
18073         * tests/test-stdbool.c: Likewise.
18074         * tests/test-stdint.c: Likewise.
18075         * tests/test-stdio.c: Likewise.
18076         * tests/test-stdlib.c: Likewise.
18077         * tests/test-stpncpy.c: Likewise.
18078         * tests/test-strcasestr.c: Likewise.
18079         * tests/test-striconv.c: Likewise.
18080         * tests/test-striconveh.c: Likewise.
18081         * tests/test-striconveha.c: Likewise.
18082         * tests/test-string.c: Likewise.
18083         * tests/test-sys_select.c: Likewise.
18084         * tests/test-sys_socket.c: Likewise.
18085         * tests/test-sys_stat.c: Likewise.
18086         * tests/test-sys_time.c: Likewise.
18087         * tests/test-sysexits.c: Likewise.
18088         * tests/test-time.c: Likewise.
18089         * tests/test-tls.c: Likewise.
18090         * tests/test-trunc.c: Likewise.
18091         * tests/test-truncf.c: Likewise.
18092         * tests/test-truncl.c: Likewise.
18093         * tests/test-unistd.c: Likewise.
18094         * tests/test-vasnprintf-posix.c: Likewise.
18095         * tests/test-vasnprintf-posix2.c: Likewise.
18096         * tests/test-vasnprintf.c: Likewise.
18097         * tests/test-vasprintf-posix.c: Likewise.
18098         * tests/test-vasprintf.c: Likewise.
18099         * tests/test-verify.c: Likewise.
18100         * tests/test-vfprintf-posix.c: Likewise.
18101         * tests/test-vprintf-posix.c: Likewise.
18102         * tests/test-vsnprintf-posix.c: Likewise.
18103         * tests/test-vsnprintf.c: Likewise.
18104         * tests/test-vsprintf-posix.c: Likewise.
18105         * tests/test-wchar.c: Likewise.
18106         * tests/test-wctype.c: Likewise.
18107         * tests/test-wcwidth.c: Likewise.
18108         * tests/test-xstrtol.c: Likewise.
18109         * tests/test-xvasprintf.c: Likewise.
18110         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
18111         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
18112         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18113         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18114         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18115         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
18116         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18117         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18118         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18119         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
18120         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18121         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18122         * tests/uniname/test-uninames.c: Likewise.
18123         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
18124         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
18125         * tests/unistdio/test-u16-printf1.h: Likewise.
18126         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
18127         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
18128         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
18129         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
18130         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
18131         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
18132         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
18133         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
18134         * tests/unistdio/test-u32-printf1.h: Likewise.
18135         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
18136         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
18137         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
18138         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
18139         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
18140         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
18141         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
18142         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
18143         * tests/unistdio/test-u8-printf1.h: Likewise.
18144         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
18145         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
18146         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
18147         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
18148         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
18149         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
18150         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
18151         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
18152         * tests/unistdio/test-ulc-printf1.h: Likewise.
18153         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
18154         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
18155         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
18156         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
18157         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
18158         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
18159         * tests/uniwidth/test-u16-strwidth.c: Likewise.
18160         * tests/uniwidth/test-u16-width.c: Likewise.
18161         * tests/uniwidth/test-u32-strwidth.c: Likewise.
18162         * tests/uniwidth/test-u32-width.c: Likewise.
18163         * tests/uniwidth/test-u8-strwidth.c: Likewise.
18164         * tests/uniwidth/test-u8-width.c: Likewise.
18165         * tests/uniwidth/test-uc_width.c: Likewise.
18166         * config/srclist-update: Likewise.
18167         (fixlicense): Update to GPLv3+.
18168
18169         Change copyright notice from LGPLv2.1+ to LGPLv3+.
18170         * tests/test-tsearch.c: Change copyright notice.
18171
18172         Change copyright notice from LGPLv2.0+ to LGPLv3+.
18173         * lib/c-strcaseeq.h: Change copyright notice.
18174         * lib/streq.h: Likewise.
18175         * lib/uniconv.h: Likewise.
18176         * lib/uniconv/u-conv-from-enc.h: Likewise.
18177         * lib/uniconv/u-conv-to-enc.h: Likewise.
18178         * lib/uniconv/u-strconv-from-enc.h: Likewise.
18179         * lib/uniconv/u-strconv-to-enc.h: Likewise.
18180         * lib/uniconv/u16-conv-from-enc.c: Likewise.
18181         * lib/uniconv/u16-conv-to-enc.c: Likewise.
18182         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
18183         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
18184         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
18185         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
18186         * lib/uniconv/u32-conv-from-enc.c: Likewise.
18187         * lib/uniconv/u32-conv-to-enc.c: Likewise.
18188         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
18189         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
18190         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
18191         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
18192         * lib/uniconv/u8-conv-from-enc.c: Likewise.
18193         * lib/uniconv/u8-conv-to-enc.c: Likewise.
18194         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
18195         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
18196         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
18197         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
18198         * lib/uniname.h: Likewise.
18199         * lib/uniname/uniname.c: Likewise.
18200         * lib/unistdio.h: Likewise.
18201         * lib/unistdio/u-asnprintf.h: Likewise.
18202         * lib/unistdio/u-asprintf.h: Likewise.
18203         * lib/unistdio/u-printf-args.c: Likewise.
18204         * lib/unistdio/u-printf-args.h: Likewise.
18205         * lib/unistdio/u-printf-parse.h: Likewise.
18206         * lib/unistdio/u-snprintf.h: Likewise.
18207         * lib/unistdio/u-sprintf.h: Likewise.
18208         * lib/unistdio/u-vasprintf.h: Likewise.
18209         * lib/unistdio/u-vsnprintf.h: Likewise.
18210         * lib/unistdio/u-vsprintf.h: Likewise.
18211         * lib/unistdio/u16-asnprintf.c: Likewise.
18212         * lib/unistdio/u16-asprintf.c: Likewise.
18213         * lib/unistdio/u16-printf-parse.c: Likewise.
18214         * lib/unistdio/u16-snprintf.c: Likewise.
18215         * lib/unistdio/u16-sprintf.c: Likewise.
18216         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
18217         * lib/unistdio/u16-u16-asprintf.c: Likewise.
18218         * lib/unistdio/u16-u16-snprintf.c: Likewise.
18219         * lib/unistdio/u16-u16-sprintf.c: Likewise.
18220         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
18221         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
18222         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
18223         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
18224         * lib/unistdio/u16-vasnprintf.c: Likewise.
18225         * lib/unistdio/u16-vasprintf.c: Likewise.
18226         * lib/unistdio/u16-vsnprintf.c: Likewise.
18227         * lib/unistdio/u16-vsprintf.c: Likewise.
18228         * lib/unistdio/u32-asnprintf.c: Likewise.
18229         * lib/unistdio/u32-asprintf.c: Likewise.
18230         * lib/unistdio/u32-printf-parse.c: Likewise.
18231         * lib/unistdio/u32-snprintf.c: Likewise.
18232         * lib/unistdio/u32-sprintf.c: Likewise.
18233         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
18234         * lib/unistdio/u32-u32-asprintf.c: Likewise.
18235         * lib/unistdio/u32-u32-snprintf.c: Likewise.
18236         * lib/unistdio/u32-u32-sprintf.c: Likewise.
18237         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
18238         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
18239         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
18240         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
18241         * lib/unistdio/u32-vasnprintf.c: Likewise.
18242         * lib/unistdio/u32-vasprintf.c: Likewise.
18243         * lib/unistdio/u32-vsnprintf.c: Likewise.
18244         * lib/unistdio/u32-vsprintf.c: Likewise.
18245         * lib/unistdio/u8-asnprintf.c: Likewise.
18246         * lib/unistdio/u8-asprintf.c: Likewise.
18247         * lib/unistdio/u8-printf-parse.c: Likewise.
18248         * lib/unistdio/u8-snprintf.c: Likewise.
18249         * lib/unistdio/u8-sprintf.c: Likewise.
18250         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
18251         * lib/unistdio/u8-u8-asprintf.c: Likewise.
18252         * lib/unistdio/u8-u8-snprintf.c: Likewise.
18253         * lib/unistdio/u8-u8-sprintf.c: Likewise.
18254         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
18255         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
18256         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
18257         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
18258         * lib/unistdio/u8-vasnprintf.c: Likewise.
18259         * lib/unistdio/u8-vasprintf.c: Likewise.
18260         * lib/unistdio/u8-vsnprintf.c: Likewise.
18261         * lib/unistdio/u8-vsprintf.c: Likewise.
18262         * lib/unistdio/ulc-asnprintf.c: Likewise.
18263         * lib/unistdio/ulc-asprintf.c: Likewise.
18264         * lib/unistdio/ulc-printf-parse.c: Likewise.
18265         * lib/unistdio/ulc-snprintf.c: Likewise.
18266         * lib/unistdio/ulc-sprintf.c: Likewise.
18267         * lib/unistdio/ulc-vasnprintf.c: Likewise.
18268         * lib/unistdio/ulc-vasprintf.c: Likewise.
18269         * lib/unistdio/ulc-vsnprintf.c: Likewise.
18270         * lib/unistdio/ulc-vsprintf.c: Likewise.
18271         * lib/unistr.h: Likewise.
18272         * lib/unistr/u-cpy-alloc.h: Likewise.
18273         * lib/unistr/u-cpy.h: Likewise.
18274         * lib/unistr/u-endswith.h: Likewise.
18275         * lib/unistr/u-move.h: Likewise.
18276         * lib/unistr/u-set.h: Likewise.
18277         * lib/unistr/u-startswith.h: Likewise.
18278         * lib/unistr/u-stpcpy.h: Likewise.
18279         * lib/unistr/u-stpncpy.h: Likewise.
18280         * lib/unistr/u-strcat.h: Likewise.
18281         * lib/unistr/u-strcpy.h: Likewise.
18282         * lib/unistr/u-strcspn.h: Likewise.
18283         * lib/unistr/u-strdup.h: Likewise.
18284         * lib/unistr/u-strlen.h: Likewise.
18285         * lib/unistr/u-strncat.h: Likewise.
18286         * lib/unistr/u-strncpy.h: Likewise.
18287         * lib/unistr/u-strnlen.h: Likewise.
18288         * lib/unistr/u-strpbrk.h: Likewise.
18289         * lib/unistr/u-strspn.h: Likewise.
18290         * lib/unistr/u-strstr.h: Likewise.
18291         * lib/unistr/u-strtok.h: Likewise.
18292         * lib/unistr/u16-check.c: Likewise.
18293         * lib/unistr/u16-chr.c: Likewise.
18294         * lib/unistr/u16-cmp.c: Likewise.
18295         * lib/unistr/u16-cpy-alloc.c: Likewise.
18296         * lib/unistr/u16-cpy.c: Likewise.
18297         * lib/unistr/u16-endswith.c: Likewise.
18298         * lib/unistr/u16-mblen.c: Likewise.
18299         * lib/unistr/u16-mbsnlen.c: Likewise.
18300         * lib/unistr/u16-mbtouc-aux.c: Likewise.
18301         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
18302         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
18303         * lib/unistr/u16-mbtouc.c: Likewise.
18304         * lib/unistr/u16-mbtoucr.c: Likewise.
18305         * lib/unistr/u16-move.c: Likewise.
18306         * lib/unistr/u16-next.c: Likewise.
18307         * lib/unistr/u16-prev.c: Likewise.
18308         * lib/unistr/u16-set.c: Likewise.
18309         * lib/unistr/u16-startswith.c: Likewise.
18310         * lib/unistr/u16-stpcpy.c: Likewise.
18311         * lib/unistr/u16-stpncpy.c: Likewise.
18312         * lib/unistr/u16-strcat.c: Likewise.
18313         * lib/unistr/u16-strchr.c: Likewise.
18314         * lib/unistr/u16-strcmp.c: Likewise.
18315         * lib/unistr/u16-strcpy.c: Likewise.
18316         * lib/unistr/u16-strcspn.c: Likewise.
18317         * lib/unistr/u16-strdup.c: Likewise.
18318         * lib/unistr/u16-strlen.c: Likewise.
18319         * lib/unistr/u16-strmblen.c: Likewise.
18320         * lib/unistr/u16-strmbtouc.c: Likewise.
18321         * lib/unistr/u16-strncat.c: Likewise.
18322         * lib/unistr/u16-strncmp.c: Likewise.
18323         * lib/unistr/u16-strncpy.c: Likewise.
18324         * lib/unistr/u16-strnlen.c: Likewise.
18325         * lib/unistr/u16-strpbrk.c: Likewise.
18326         * lib/unistr/u16-strrchr.c: Likewise.
18327         * lib/unistr/u16-strspn.c: Likewise.
18328         * lib/unistr/u16-strstr.c: Likewise.
18329         * lib/unistr/u16-strtok.c: Likewise.
18330         * lib/unistr/u16-to-u32.c: Likewise.
18331         * lib/unistr/u16-to-u8.c: Likewise.
18332         * lib/unistr/u16-uctomb-aux.c: Likewise.
18333         * lib/unistr/u16-uctomb.c: Likewise.
18334         * lib/unistr/u32-check.c: Likewise.
18335         * lib/unistr/u32-chr.c: Likewise.
18336         * lib/unistr/u32-cmp.c: Likewise.
18337         * lib/unistr/u32-cpy-alloc.c: Likewise.
18338         * lib/unistr/u32-cpy.c: Likewise.
18339         * lib/unistr/u32-endswith.c: Likewise.
18340         * lib/unistr/u32-mblen.c: Likewise.
18341         * lib/unistr/u32-mbsnlen.c: Likewise.
18342         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
18343         * lib/unistr/u32-mbtouc.c: Likewise.
18344         * lib/unistr/u32-mbtoucr.c: Likewise.
18345         * lib/unistr/u32-move.c: Likewise.
18346         * lib/unistr/u32-next.c: Likewise.
18347         * lib/unistr/u32-prev.c: Likewise.
18348         * lib/unistr/u32-set.c: Likewise.
18349         * lib/unistr/u32-startswith.c: Likewise.
18350         * lib/unistr/u32-stpcpy.c: Likewise.
18351         * lib/unistr/u32-stpncpy.c: Likewise.
18352         * lib/unistr/u32-strcat.c: Likewise.
18353         * lib/unistr/u32-strchr.c: Likewise.
18354         * lib/unistr/u32-strcmp.c: Likewise.
18355         * lib/unistr/u32-strcpy.c: Likewise.
18356         * lib/unistr/u32-strcspn.c: Likewise.
18357         * lib/unistr/u32-strdup.c: Likewise.
18358         * lib/unistr/u32-strlen.c: Likewise.
18359         * lib/unistr/u32-strmblen.c: Likewise.
18360         * lib/unistr/u32-strmbtouc.c: Likewise.
18361         * lib/unistr/u32-strncat.c: Likewise.
18362         * lib/unistr/u32-strncmp.c: Likewise.
18363         * lib/unistr/u32-strncpy.c: Likewise.
18364         * lib/unistr/u32-strnlen.c: Likewise.
18365         * lib/unistr/u32-strpbrk.c: Likewise.
18366         * lib/unistr/u32-strrchr.c: Likewise.
18367         * lib/unistr/u32-strspn.c: Likewise.
18368         * lib/unistr/u32-strstr.c: Likewise.
18369         * lib/unistr/u32-strtok.c: Likewise.
18370         * lib/unistr/u32-to-u16.c: Likewise.
18371         * lib/unistr/u32-to-u8.c: Likewise.
18372         * lib/unistr/u32-uctomb.c: Likewise.
18373         * lib/unistr/u8-check.c: Likewise.
18374         * lib/unistr/u8-chr.c: Likewise.
18375         * lib/unistr/u8-cmp.c: Likewise.
18376         * lib/unistr/u8-cpy-alloc.c: Likewise.
18377         * lib/unistr/u8-cpy.c: Likewise.
18378         * lib/unistr/u8-endswith.c: Likewise.
18379         * lib/unistr/u8-mblen.c: Likewise.
18380         * lib/unistr/u8-mbsnlen.c: Likewise.
18381         * lib/unistr/u8-mbtouc-aux.c: Likewise.
18382         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
18383         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
18384         * lib/unistr/u8-mbtouc.c: Likewise.
18385         * lib/unistr/u8-mbtoucr.c: Likewise.
18386         * lib/unistr/u8-move.c: Likewise.
18387         * lib/unistr/u8-next.c: Likewise.
18388         * lib/unistr/u8-prev.c: Likewise.
18389         * lib/unistr/u8-set.c: Likewise.
18390         * lib/unistr/u8-startswith.c: Likewise.
18391         * lib/unistr/u8-stpcpy.c: Likewise.
18392         * lib/unistr/u8-stpncpy.c: Likewise.
18393         * lib/unistr/u8-strcat.c: Likewise.
18394         * lib/unistr/u8-strchr.c: Likewise.
18395         * lib/unistr/u8-strcmp.c: Likewise.
18396         * lib/unistr/u8-strcpy.c: Likewise.
18397         * lib/unistr/u8-strcspn.c: Likewise.
18398         * lib/unistr/u8-strdup.c: Likewise.
18399         * lib/unistr/u8-strlen.c: Likewise.
18400         * lib/unistr/u8-strmblen.c: Likewise.
18401         * lib/unistr/u8-strmbtouc.c: Likewise.
18402         * lib/unistr/u8-strncat.c: Likewise.
18403         * lib/unistr/u8-strncmp.c: Likewise.
18404         * lib/unistr/u8-strncpy.c: Likewise.
18405         * lib/unistr/u8-strnlen.c: Likewise.
18406         * lib/unistr/u8-strpbrk.c: Likewise.
18407         * lib/unistr/u8-strrchr.c: Likewise.
18408         * lib/unistr/u8-strspn.c: Likewise.
18409         * lib/unistr/u8-strstr.c: Likewise.
18410         * lib/unistr/u8-strtok.c: Likewise.
18411         * lib/unistr/u8-to-u16.c: Likewise.
18412         * lib/unistr/u8-to-u32.c: Likewise.
18413         * lib/unistr/u8-uctomb-aux.c: Likewise.
18414         * lib/unistr/u8-uctomb.c: Likewise.
18415         * lib/unitypes.h: Likewise.
18416         * lib/uniwidth.h: Likewise.
18417         * lib/uniwidth/cjk.h: Likewise.
18418         * lib/uniwidth/u16-strwidth.c: Likewise.
18419         * lib/uniwidth/u16-width.c: Likewise.
18420         * lib/uniwidth/u32-strwidth.c: Likewise.
18421         * lib/uniwidth/u32-width.c: Likewise.
18422         * lib/uniwidth/u8-strwidth.c: Likewise.
18423         * lib/uniwidth/u8-width.c: Likewise.
18424         * lib/uniwidth/width.c: Likewise.
18425
18426 2007-10-07  Bruno Haible  <bruno@clisp.org>
18427
18428         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
18429         The file is still under LGPL (see modules/inttypes).
18430
18431 2007-10-06  Bruno Haible  <bruno@clisp.org>
18432
18433         * modules/trunc (Dependencies): Add 'extensions'.
18434         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
18435         Reported by Ben Pfaff <blp@gnu.org>.
18436
18437 2007-10-06  Bruno Haible  <bruno@clisp.org>
18438
18439         * modules/freopen-tests: New file.
18440         * tests/test-freopen.c: New file.
18441
18442         * modules/fopen-tests: New file.
18443         * tests/test-fopen.c: New file.
18444
18445         * modules/fopen: New file.
18446         * lib/fopen.c: New file.
18447         * m4/fopen.m4: New file.
18448         * modules/freopen: New file.
18449         * lib/freopen.c: New file.
18450         * m4/freopen.m4: New file.
18451         * lib/stdio.in.h (fopen, freopen): New declarations.
18452         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
18453         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18454         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
18455         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18456         * doc/functions/fopen.texi: Mention the 'fopen' module.
18457         * doc/functions/freopen.texi: Mention the 'freopen' module.
18458
18459 2007-10-06  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/open-tests: New file.
18462         * tests/test-open.c: New file.
18463
18464         * modules/open: New file.
18465         * lib/open.c: New file.
18466         * m4/open.m4: New file.
18467         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
18468         lib/open.c does.
18469         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
18470         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
18471         macros.
18472         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
18473         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
18474         REPLACE_OPEN.
18475         * doc/functions/open.texi: Mention the 'open' module.
18476
18477 2007-10-04  Bruno Haible  <bruno@clisp.org>
18478
18479         * modules/ceill-tests: New file.
18480         * tests/test-ceill.c: New file.
18481
18482         * modules/ceill: New file.
18483         * lib/ceill.c: Replace entire file.
18484         * m4/ceill.m4: New file.
18485         * lib/math.in.h (ceill): Replace declaration.
18486         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
18487         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
18488         * doc/functions/ceill.texi: Mention the 'ceill' module.
18489         * modules/mathl (Files): Remove lib/ceill.c.
18490         (Depends-on): Add ceill.
18491
18492 2007-10-04  Bruno Haible  <bruno@clisp.org>
18493
18494         * modules/ceilf-tests: New file.
18495         * tests/test-ceilf.c: New file.
18496
18497         * modules/ceilf: New file.
18498         * lib/ceil.c: New file.
18499         * lib/ceilf.c: New file.
18500         * m4/ceilf.m4: New file.
18501         * lib/math.in.h (ceilf): New declaration.
18502         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
18503         HAVE_DECL_CEILF.
18504         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
18505         HAVE_DECL_CEILF.
18506         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
18507
18508 2007-10-04  Bruno Haible  <bruno@clisp.org>
18509
18510         * modules/floorl-tests: New file.
18511         * tests/test-floorl.c: New file.
18512
18513         * modules/floorl: New file.
18514         * lib/floorl.c: Replace entire file.
18515         * m4/floorl.m4: New file.
18516         * lib/math.in.h (floorl): Replace declaration.
18517         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
18518         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
18519         * doc/functions/floorl.texi: Mention the 'floorl' module.
18520         * modules/mathl (Files): Remove lib/floorl.c.
18521         (Depends-on): Add floorl.
18522
18523 2007-10-04  Bruno Haible  <bruno@clisp.org>
18524
18525         * modules/floorf-tests: New file.
18526         * tests/test-floorf.c: New file.
18527
18528         * modules/floorf: New file.
18529         * lib/floor.c: New file.
18530         * lib/floorf.c: New file.
18531         * m4/floorf.m4: New file.
18532         * lib/math.in.h (floorf): New declaration.
18533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
18534         HAVE_DECL_FLOORF.
18535         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
18536         HAVE_DECL_FLOORF.
18537         * doc/functions/floorf.texi: Mention the 'floorf' module.
18538
18539 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
18540             Bruno Haible  <bruno@clisp.org>
18541
18542         Advertise for the Git server instead of the CVS server.
18543         * doc/gnulib-intro.texi (Steady Development): Mention the Git
18544         repository instead of the CVS one.
18545         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
18546         about all VCS systems generically.
18547         * doc/gnulib.texi (Introduction): Capitalize `Git'.
18548
18549 2007-10-04  Bruno Haible  <bruno@clisp.org>
18550
18551         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
18552         means.
18553         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
18554
18555 2007-10-04  Bruno Haible  <bruno@clisp.org>
18556
18557         * modules/truncl-tests: New file.
18558         * tests/test-truncl.c: New file.
18559
18560         * modules/truncl: New file.
18561         * lib/truncl.c: New file.
18562         * m4/truncl.m4: New file.
18563         * lib/math.in.h (truncl): New declaration.
18564         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
18565         HAVE_DECL_TRUNCL.
18566         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
18567         HAVE_DECL_TRUNCL.
18568         * doc/functions/truncl.texi: Mention the 'truncl' module.
18569
18570 2007-10-04  Bruno Haible  <bruno@clisp.org>
18571
18572         * modules/truncf-tests: New file.
18573         * tests/test-truncf.c: New file.
18574
18575         * modules/truncf: New file.
18576         * lib/trunc.c: Make paramerizable through USE_* macros.
18577         * lib/truncf.c: New file.
18578         * m4/truncf.m4: New file.
18579         * lib/math.in.h (truncf): New declaration.
18580         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
18581         HAVE_DECL_TRUNCF.
18582         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
18583         HAVE_DECL_TRUNCF.
18584         * doc/functions/truncf.texi: Mention the 'truncf' module.
18585
18586 2007-10-03  Bruno Haible  <bruno@clisp.org>
18587
18588         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
18589         augmentation also for tests modules.
18590         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
18591         * modules/atexit-tests (Makefile.am): Likewise.
18592         * modules/binary-io-tests (Makefile.am): Likewise.
18593         * modules/c-strcase-tests (Makefile.am): Likewise.
18594         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
18595         * modules/canonicalize-tests (Makefile.am): Likewise.
18596         * modules/closein-tests (Makefile.am): Likewise.
18597         * modules/fprintf-posix-tests (Makefile.am): Likewise.
18598         * modules/freadahead-tests (Makefile.am): Likewise.
18599         * modules/fseek-tests (Makefile.am): Likewise.
18600         * modules/fseeko-tests (Makefile.am): Likewise.
18601         * modules/ftell-tests (Makefile.am): Likewise.
18602         * modules/ftello-tests (Makefile.am): Likewise.
18603         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
18604         * modules/isnanl-tests (Makefile.am): Likewise.
18605         * modules/lseek-tests (Makefile.am): Likewise.
18606         * modules/mbscasecmp-tests (Makefile.am): Likewise.
18607         * modules/mbscasestr-tests (Makefile.am): Likewise.
18608         * modules/mbschr-tests (Makefile.am): Likewise.
18609         * modules/mbscspn-tests (Makefile.am): Likewise.
18610         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
18611         * modules/mbspbrk-tests (Makefile.am): Likewise.
18612         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
18613         * modules/mbsrchr-tests (Makefile.am): Likewise.
18614         * modules/mbsspn-tests (Makefile.am): Likewise.
18615         * modules/mbsstr-tests (Makefile.am): Likewise.
18616         * modules/printf-posix-tests (Makefile.am): Likewise.
18617         * modules/snprintf-posix-tests (Makefile.am): Likewise.
18618         * modules/sprintf-posix-tests (Makefile.am): Likewise.
18619         * modules/tsearch-tests (Makefile.am): Likewise.
18620         * modules/uniname/uniname-tests (Makefile.am): Likewise.
18621         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
18622         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
18623         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
18624         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
18625         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
18626         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
18627         * modules/vprintf-posix-tests (Makefile.am): Likewise.
18628         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
18629         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
18630         * modules/xstrtoimax-tests (Makefile.am): Likewise.
18631         * modules/xstrtol-tests (Makefile.am): Likewise.
18632         * modules/xstrtoumax-tests (Makefile.am): Likewise.
18633         * modules/yesno-tests (Makefile.am): Likewise.
18634
18635 2007-10-03  Bruno Haible  <bruno@clisp.org>
18636
18637         * modules/trunc-tests: New file.
18638         * tests/test-trunc.c: New file.
18639
18640         * modules/trunc: New file.
18641         * lib/trunc.c: New file.
18642         * m4/trunc.m4: New file.
18643         * lib/math.in.h (trunc): New declaration.
18644         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
18645         HAVE_DECL_TRUNC.
18646         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
18647         HAVE_DECL_TRUNC.
18648         * doc/functions/trunc.texi: Mention the 'trunc' module.
18649
18650 2007-10-03  Bruno Haible  <bruno@clisp.org>
18651
18652         * tests/test-fpending.c: New file, mostly copied
18653         from coreutils/lib/t-fpending.c.
18654         * modules/fpending-tests: New file.
18655
18656 2007-10-03  Bruno Haible  <bruno@clisp.org>
18657
18658         Port the stdio extensions to QNX (untested).
18659         * lib/fseterr.c (fseterr): Add support for QNX.
18660         * lib/fbufmode.c (fbufmode): Likewise.
18661         * lib/freadable.c (freadable): Likewise.
18662         * lib/fwritable.c (fwritable): Likewise.
18663         * lib/freading.c (freading): Likewise.
18664         * lib/fwriting.c (fwriting): Likewise.
18665         * lib/freadahead.c (freadahed): Likewise.
18666         * lib/fpurge.c (fpurge): Likewise.
18667         * lib/fseeko.c (rpl_fseeko): Likewise.
18668
18669 2007-10-03  Bruno Haible  <bruno@clisp.org>
18670             Jim Meyering  <jim@meyering.net>
18671             Eric Blake  <ebb9@byu.net>
18672
18673         * doc/relocatable.texi: Use @command instead of @program.
18674
18675 2007-10-02  Jim Meyering  <jim@meyering.net>
18676
18677         Perform one more "_.h" -> ".in.h" substitution.
18678         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
18679         instead of unistd_.h here, too.
18680
18681 2007-10-01  Bruno Haible  <bruno@clisp.org>
18682
18683         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
18684         Needed for the alloca-opt module.
18685
18686 2007-09-30  Bruno Haible  <bruno@clisp.org>
18687
18688         * lib/alloca.in.h: Renamed from lib/alloca_.h.
18689         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
18690         alloca_.h.
18691         * lib/argz.in.h: Renamed from lib/argz_.h.
18692         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
18693         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
18694         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
18695         byteswap_.h.
18696         * lib/dirent.in.h: Renamed from lib/dirent_.h.
18697         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
18698         dirent_.h.
18699         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
18700         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
18701         fcntl_.h.
18702         * lib/float.in.h: Renamed from lib/float_.h.
18703         * modules/float (Files, Makefile.am): Use float.in.h instead of
18704         float_.h.
18705         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
18706         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
18707         fnmatch_.h.
18708         * lib/getopt.in.h: Renamed from lib/getopt_.h.
18709         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
18710         getopt_.h.
18711         * lib/glob.in.h: Renamed from lib/glob_.h.
18712         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
18713         * lib/iconv.in.h: Renamed from lib/iconv_.h.
18714         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
18715         iconv_.h.
18716         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
18717         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
18718         inttypes_.h.
18719         * lib/locale.in.h: Renamed from lib/locale_.h.
18720         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
18721         locale_.h.
18722         * lib/math.in.h: Renamed from lib/math_.h.
18723         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
18724         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
18725         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
18726         of netinet_in_.h. Add dependency.
18727         * lib/poll.in.h: Renamed from lib/poll_.h.
18728         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
18729         * lib/search.in.h: Renamed from lib/search_.h.
18730         * modules/search (Files, Makefile.am): Use search.in.h instead of
18731         search_.h.
18732         * lib/signal.in.h: Renamed from lib/signal_.h.
18733         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
18734         _signal.h.
18735         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
18736         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
18737         stdbool_.h.
18738         * lib/stdint.in.h: Renamed from lib/stdint_.h.
18739         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
18740         stdint_.h.
18741         * lib/stdio.in.h: Renamed from lib/stdio_.h.
18742         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
18743         stdio_.h.
18744         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
18745         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
18746         stdlib_.h.
18747         * lib/string.in.h: Renamed from lib/string_.h.
18748         * modules/string (Files, Makefile.am): Use string.in.h instead of
18749         string_.h.
18750         * doc/gnulib-tool.texi (Initial import): Update.
18751         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
18752         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
18753         of sys_select_.h. Add dependency.
18754         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
18755         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
18756         of sys_socket_.h.
18757         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
18758         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
18759         sys_stat_.h.
18760         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
18761         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
18762         sys_time_.h.
18763         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
18764         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
18765         sysexits_.h.
18766         * lib/time.in.h: Renamed from lib/time_.h.
18767         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
18768         * lib/unistd.in.h: Renamed from lib/unistd_.h.
18769         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
18770         unistd_.h.
18771         * lib/wchar.in.h: Renamed from lib/wchar_.h.
18772         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
18773         wchar_.h.
18774         * lib/wctype.in.h: Renamed from lib/wctype_.h.
18775         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
18776         wctype_.h.
18777         * build-aux/bootstrap (slurp): Update.
18778         * lib/.cppi-disable: Update.
18779
18780 2007-09-30  Bruno Haible  <bruno@clisp.org>
18781
18782         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
18783         Needed on BeOS.
18784
18785 2007-09-30  Bruno Haible  <bruno@clisp.org>
18786
18787         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
18788
18789 2007-09-29  Bruno Haible  <bruno@clisp.org>
18790
18791         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
18792
18793 2007-09-29  Bruno Haible  <bruno@clisp.org>
18794
18795         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
18796         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
18797         * build-aux/install-reloc: Compile also areadlink.c.
18798         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
18799
18800 2007-09-29  Bruno Haible  <bruno@clisp.org>
18801
18802         * gnulib-tool (func_emit_initmacro_done): Indentation.
18803
18804 2007-09-29  Bruno Haible  <bruno@clisp.org>
18805
18806         * README: Add CVS checkout update instructions.
18807         Info from Bob Proulx <bob@proulx.com>.
18808
18809 2007-09-28  Eric Blake  <ebb9@byu.net>
18810
18811         Provide move-if-change.
18812         * build-aux/move-if-change: New file, based on best practice
18813         rather than any canonical upstream location.
18814
18815 2007-09-28  Jim Meyering  <jim@meyering.net>
18816
18817         Fix canonicalize loop-detection corner case.
18818         Do not attempt to stat the symlink values stored via seen_triple.
18819         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
18820         on linux-2.6.18, (but not 2.6.22).
18821         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
18822         triple_compare.  The former compares dev,ino,filename, while the latter
18823         would actually stat dirname(filename) when dev and ino were equal.
18824         * lib/hash-triple.c: Install <string.h>.
18825         (STREQ): Define.
18826         (triple_compare_ino_str): New function.
18827         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
18828
18829 2007-09-28  Eric Blake  <ebb9@byu.net>
18830
18831         Enforce that AC_REPLACE_FUNCS files exist.
18832         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
18833         override check for typos.
18834
18835         Fix test-closein on Solaris 10.
18836         * tests/test-closein.c (main): Don't assume stdin can be inherited
18837         closed on all systems.
18838         * tests/test-closein.sh: Likewise.
18839         Reported by Piotr Tarnowski.
18840
18841 2007-09-28  Jim Meyering  <jim@meyering.net>
18842
18843         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
18844
18845 2007-09-27  Jim Meyering  <jim@meyering.net>
18846
18847         canonicalize: Avoid a false-positive cycle failure.
18848         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
18849         Sort.  Remove cycle-check.
18850         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
18851         not cycle-check.h.
18852         (seen_triple): New function.
18853         (canonicalize_filename_mode): Use it instead of cycle-check.
18854         * tests/test-canonicalize.c: Add a test for this bug.
18855         * tests/test-canonicalize.sh: Set up and run the test.
18856
18857         New module, file-set, from coreutils.
18858         * modules/file-set: Define it.
18859         * lib/file-set.c, lib/file-set.h: Implement.
18860
18861         New module, hash-triple, from coreutils.
18862         * modules/hash-triple: Define it.
18863         * lib/hash-triple.c, lib/hash-triple.h: Implement.
18864
18865 2007-09-25  Eric Blake  <ebb9@byu.net>
18866
18867         Fix strerror on Interix.
18868         * lib/string_.h (strerror): Declare replacement.
18869         * doc/functions/strerror.texi (strerror): Document the Interix
18870         shortcoming.
18871         * modules/string (Makefile.am): Support new hooks.
18872         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
18873         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
18874         gl_FUNC_STRERROR_SEPARATE.
18875         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
18876         * lib/strerror.c (rpl_strerror): Provide replacement.
18877         * modules/strerror (Depends-on): Add string.
18878         (configure.ac): Detect use of module.
18879         * tests/test-strerror.c: New file.
18880         * modules/strerror-tests: New test module.
18881         * modules/argp (Depends-on): Add strerror.
18882         * modules/error (Depends-on): Likewise.
18883         Reported by Martin Koeppe.
18884
18885 2007-09-24  Bruno Haible  <bruno@clisp.org>
18886
18887         * README: Update git instructions.
18888
18889 2007-09-24  Eric Blake  <ebb9@byu.net>
18890
18891         Revert fpending breakage from 2007-09-08.
18892         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
18893         __fpending.c.
18894
18895 2007-09-24  Jim Meyering  <jim@meyering.net>
18896
18897         filenamecat.c: Add a test.
18898         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
18899         showing how the function works when DIR is the empty string.
18900
18901 2007-09-21  Simon Josefsson  <simon@josefsson.org>
18902
18903         * tests/test-canonicalize.sh: Turn on executable bit.
18904
18905 2007-09-19  Eric Blake  <ebb9@byu.net>
18906
18907         * README: Update CVS instructions.
18908
18909 2007-09-18  Bruno Haible  <bruno@clisp.org>
18910
18911         * modules/areadlink: New file.
18912         * lib/areadlink.h (areadlink): New declaration.
18913         * lib/areadlink.c: New file, based on lib/xreadlink.c.
18914
18915 2007-09-17  Jim Meyering  <jim@meyering.net>
18916
18917         * lib/savewd.c (ESTALE) [!defined]: Define.
18918         Reported to be required on Interix by Martin Koeppe.
18919
18920 2007-09-17  Bruno Haible  <bruno@clisp.org>
18921
18922         * gnulib-tool (func_version): Use $version.
18923
18924 2007-09-16  Bruno Haible  <bruno@clisp.org>
18925
18926         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
18927         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
18928         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
18929         Reported by Greg Schafer <gschafer@zip.com.au>.
18930
18931 2007-09-15  Bruno Haible  <bruno@clisp.org>
18932
18933         * gnulib-tool (sed): Try a little harder to make bash understand the
18934         alias.
18935         Reported by Bruce Korb <bruce.korb@gmail.com>.
18936
18937 2007-09-13  Eric Blake  <ebb9@byu.net>
18938
18939         * ChangeLog: Remove conflict markers.
18940
18941 2007-09-13  Simon Josefsson  <simon@josefsson.org>
18942
18943         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
18944         Reported by Bruno Haible <bruno@clisp.org>.
18945
18946 2007-09-12  Bruno Haible  <bruno@clisp.org>
18947
18948         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
18949         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
18950         is not defined.
18951
18952 2007-09-12  Eric Blake  <ebb9@byu.net>
18953
18954         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
18955         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
18956         Autoconf definition.
18957         * modules/euidaccess (Depends-on): Add extensions, for
18958         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
18959         * modules/fnmatch (Depends-on): Likewise.
18960         * modules/getaddrinfo (Depends-on): Likewise.
18961         * modules/getdelim (Depends-on): Likewise.
18962         * modules/getline (Depends-on): Likewise.
18963         * modules/getsubopt (Depends-on): Likewise.
18964         * modules/gettext (Depends-on): Likewise.
18965         * modules/group-member (Depends-on): Likewise.
18966         * modules/mbchar (Depends-on): Likewise.
18967         * modules/memmem (Depends-on): Likewise.
18968         * modules/mempcpy (Depends-on): Likewise.
18969         * modules/memrchr (Depends-on): Likewise.
18970         * modules/pagealign_alloc (Depends-on): Likewise.
18971         * modules/readutmp (Depends-on): Likewise.
18972         * modules/stpcpy (Depends-on): Likewise.
18973         * modules/stpncpy (Depends-on): Likewise.
18974         * modules/strchrnul (Depends-on): Likewise.
18975         * modules/strndup (Depends-on): Likewise.
18976         * modules/strsep (Depends-on): Likewise.
18977         * modules/strverscmp (Depends-on): Likewise.
18978         * modules/vasprintf (Depends-on): Likewise.
18979         * modules/wcwidth (Depends-on): Likewise.
18980         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
18981         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
18982         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
18983         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
18984         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
18985         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
18986         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
18987         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
18988         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
18989         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
18990         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
18991         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
18992         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
18993         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
18994         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
18995         * m4/readutmp.m4 (gl_READUTMP): Likewise.
18996         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18997         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
18998         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18999         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19000         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19001         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19002         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19003         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
19004         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
19005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19006         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
19007         so that lock.m4 can be used in gettext without extensions module.
19008
19009 2007-09-11  Bruno Haible  <bruno@clisp.org>
19010
19011         * m4/isc-posix.m4: Remove file.
19012         Suggested by Eric Blake.
19013
19014 2007-09-11  Eric Blake  <ebb9@byu.net>
19015
19016         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
19017
19018 2007-09-10  Bruno Haible  <bruno@clisp.org>
19019
19020         * posix-modules: Fix typo in error message.
19021         Reported by Matt <mkraai@beckman.com>.
19022
19023 2007-09-09  Bruno Haible  <bruno@clisp.org>
19024
19025         * doc/functions/getdelim.texi: Update list of platforms lacking the
19026         function.
19027         * doc/functions/getline.texi: Likewise.
19028
19029 2007-09-09  Jim Meyering  <jim@meyering.net>
19030
19031         * lib/hash.c (hash_initialize): Detect calloc failure.
19032         Reported by Bruno Haible.
19033
19034 2007-09-09  Bruno Haible  <bruno@clisp.org>
19035
19036         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
19037         malloc or realloc fails.
19038
19039 2007-09-09  Bruno Haible  <bruno@clisp.org>
19040
19041         * modules/getcwd (Depends-on): Add malloc-posix.
19042         * modules/glob (Depends-on): Likewise.
19043         * modules/putenv (Depends-on): Likewise.
19044         * modules/strdup (Depends-on): Likewise.
19045         * modules/getdelim (Depends-on): Add realloc-posix.
19046         * modules/read-file (Depends-on): Likewise.
19047
19048 2007-09-09  Bruno Haible  <bruno@clisp.org>
19049
19050         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
19051         (gl_FUNC_MALLOC_POSIX): Require it.
19052         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
19053         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
19054         * modules/realloc (Files): Add m4/malloc.m4.
19055         * modules/calloc (Files): Likewise.
19056
19057 2007-09-09  Bruno Haible  <bruno@clisp.org>
19058
19059         * modules/malloc-posix: New file.
19060         * modules/malloc (Depends-on): Add malloc-posix.
19061         * lib/malloc.c: Include errno.h.
19062         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
19063         and a POSIX-compatible malloc into a single function. Set ENOMEM
19064         when returning NULL.
19065         * m4/malloc.m4: New file.
19066         * doc/functions/malloc.texi: Mention the malloc-posix module.
19067         * lib/stdlib_.h (malloc): New declaration.
19068         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19069         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
19070         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
19071         and HAVE_MALLOC_POSIX.
19072
19073 2007-09-09  Bruno Haible  <bruno@clisp.org>
19074
19075         * modules/realloc-posix: New file.
19076         * modules/realloc (Depends-on): Add realloc-posix.
19077         * lib/realloc.c: Include errno.h.
19078         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
19079         and a POSIX-compatible realloc into a single function. Set ENOMEM
19080         when returning NULL.
19081         * m4/realloc.m4: New file.
19082         * doc/functions/realloc.texi: Mention the realloc-posix module.
19083         * lib/stdlib_.h (realloc): New declaration.
19084         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19085         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
19086         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
19087         and HAVE_REALLOC_POSIX.
19088
19089 2007-09-09  Bruno Haible  <bruno@clisp.org>
19090
19091         * modules/calloc-posix: New file.
19092         * modules/calloc (Depends-on): Add calloc-posix.
19093         * lib/calloc.c: Include errno.h.
19094         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
19095         and a POSIX-compatible calloc into a single function. Set ENOMEM
19096         when returning NULL.
19097         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
19098         * doc/functions/calloc.texi: Mention the calloc-posix module.
19099         * lib/stdlib_.h (calloc): New declaration.
19100         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19101         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
19102         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
19103         and HAVE_CALLOC_POSIX.
19104
19105 2007-09-09  Bruno Haible  <bruno@clisp.org>
19106
19107         Allow for modules to show an arbitrary notice.
19108         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
19109         * gnulib-tool: New option --extract-notice.
19110         (func_usage): Document it.
19111         (sed_extract_prog): Update.
19112         (func_get_notice): New function.
19113         (func_modules_notice): New function.
19114         (func_import, func_create_testdir): Invoke it.
19115         Suggested by Jim Meyering.
19116
19117 2007-09-09  Bruno Haible  <bruno@clisp.org>
19118
19119         * gnulib-tool: New options --verbose, --quiet.
19120         (func_usage): Document them.
19121         (verbose): New variable.
19122         (func_execute_command): New function.
19123         (func_import): Don't show the module list and the file list if
19124         $verbose < 0.
19125         (func_create_testdir): Likewise. Use func_execute_command.
19126         (func_create_megatestdir): Use func_execute_command.
19127
19128 2007-09-08  Bruno Haible  <bruno@clisp.org>
19129
19130         * gnulib-tool (func_import): Prefer rsync over wget when available,
19131         for fetching the PO files.
19132
19133 2007-09-08  Bruno Haible  <bruno@clisp.org>
19134
19135         * posix-modules: New file. Portions copied from gnulib-tool.
19136         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
19137
19138 2007-09-08  Jim Meyering  <jim@meyering.net>
19139
19140         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
19141         * lib/fpending.h: Rename from __fpending.h.
19142         * lib/fpending.c: Rename from __fpending.c.
19143         Include "fpending.h", not "__fpending.h".
19144         * lib/__fpending.h, lib/__fpending.c: Remove files.
19145         * modules/fpending (Files): Reflect new file names.
19146         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
19147
19148 2007-09-08  Bruno Haible  <bruno@clisp.org>
19149
19150         * m4/inttypes-h.m4: Remove stub file.
19151
19152 2007-09-07  Simon Josefsson  <simon@josefsson.org>
19153
19154         * doc/headers/stdint.texi: Discuss #include_next issue.
19155
19156 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         * build-aux/bootstrap: Remove obsolete comment about wget --help.
19159
19160 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19161
19162         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
19163         in variable name.
19164
19165 2007-09-03  Jim Meyering  <jim@meyering.net>
19166
19167         New module: git-version-gen.
19168         * modules/git-version-gen: New file.
19169
19170         Import changes from coreutils for bootstrap script.
19171
19172         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
19173
19174         bootstrap: uses rsync to download the .po files
19175         * build-aux/bootstrap (po_download_command_format): New global.
19176         (download_po_files): Use rsync.
19177         (update_po_files): Don't remove .po files after download,
19178         so future rsync runs can take advantage of the copies.
19179
19180         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
19181
19182         Solve the unnecessary-.po-file-regeneration problem once and for all.
19183         * build-aux/bootstrap (download_po_files): New function, renamed from
19184         get_translations.  Now, downloads, but doesn't update LINGUAS.
19185         (update_po_files): New function.
19186
19187         bootstrap: Ignore more.
19188         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
19189         uniwidth to e.g., lib/.gitignore.
19190         (slurp): Handle the sys_stat_.h -> sys mapping, too.
19191
19192         * build-aux/bootstrap: New setting: vc_ignore.
19193         (insert_sorted_if_absent): Create $file if absent.
19194         Adapt to new, possibly empty, list: $vc_ignore.
19195
19196         bootstrap: generate more ignorable names
19197         * build-aux/bootstrap (slurp): When generating ignorable names,
19198         also map .sin to .sed, .gperf to .c, and .y to .c.
19199
19200 2007-09-03  Jim Meyering  <jim@meyering.net>
19201
19202         * build-aux/git-version-gen: New file, from coreutils.  For details, see
19203         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
19204
19205 2007-09-02  Bruno Haible  <bruno@clisp.org>
19206
19207         Fix mis-recognition of 'mcs' on QNX 6.
19208         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
19209         output contains the string "Mono".
19210         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
19211         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
19212
19213 2007-09-01  Bruno Haible  <bruno@clisp.org>
19214
19215         Fix collision between uniwidth/* and linebreak modules.
19216         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
19217         u32_width): Remove declarations.
19218         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
19219         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
19220         streq3, streq2, streq1, streq0): Remove functions.
19221         (STREQ): Remove macro.
19222         (is_cjk_encoding): Remove function.
19223         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
19224         (uc_width, u8_width, u16_width, u32_width): Remove functions.
19225         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
19226         * NEWS: Document the change.
19227
19228 2007-09-01  Bruno Haible  <bruno@clisp.org>
19229
19230         * lib/streq.h: Add double-inclusion guard.
19231
19232 2007-09-01  Karl Berry  <karl@gnu.org>
19233
19234         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
19235
19236 2007-08-28  Jim Meyering  <jim@meyering.net>
19237
19238         Rename mreadlink_with_size to areadlink_with_size.
19239         * NEWS: Document the change.
19240         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
19241         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
19242         * lib/mreadlink.h: Rename this to...
19243         * lib/areadlink.h: ...this.
19244         * modules/mreadlink-with-size: Rename this to...
19245         * modules/areadlink-with-size: ...this.
19246         * lib/canonicalize.c: Reflect the renaming.
19247         * modules/canonicalize: Likewise.
19248
19249 2007-08-26  Bruno Haible  <bruno@clisp.org>
19250
19251         * gnulib-tool (func_import): When deciding which files to remove,
19252         consider also dangling symbolic links.
19253         Reported by Eric Blake.
19254
19255 2007-08-26  Bruno Haible  <bruno@clisp.org>
19256
19257         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
19258
19259 2007-08-23  Simon Josefsson  <simon@josefsson.org>
19260
19261         * lib/readline.c: Don't include getline.h, the prototype is now
19262         found in stdio.h.
19263
19264 2007-08-23  Jim Meyering  <jim@meyering.net>
19265
19266         Getdelim touchup.
19267         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
19268         around the funlockfile call, since funlockfile never sets errno.
19269         Don't set errno upon failed realloc.
19270
19271 2007-08-22  Eric Blake  <ebb9@byu.net>
19272
19273         Getline touchups.
19274         * lib/getdelim.c (getdelim): Revert regression that required *n to
19275         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
19276         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
19277         getdelim, rather than whether implementation is missing.
19278         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
19279         * lib/stdio_.h (getline): Also declare if replacement is
19280         required.
19281         * doc/functions/getdelim.texi: New file.
19282         * doc/functions/getline.texi: Likewise.
19283         * doc/gnulib.texi (Function Substitutes): Add new files.
19284         Reported by Bruno Haible.
19285
19286 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
19287
19288         * users.txt: Add Guile.
19289
19290 2007-08-22  Eric Blake  <ebb9@byu.net>
19291
19292         * tests/test-getdelim.c (main): Use remove, not unlink.
19293         * tests/test-getline.c (main): Likewise.
19294
19295         Move getline and getdelim into stdio.h, per POSIX 200x.
19296         * modules/getline (Files): Remove getline.h.
19297         (Depends-on): Add stdio.
19298         (configure.ac): Add module indicator.
19299         * modules/getdelim (Files): Remove getdelim.h.
19300         (Depends-on): Add stdio.
19301         (configure.ac): Add module indicator.
19302         * modules/stdio (Makefile.am): Work with new indicators.
19303         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
19304         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
19305         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19306         * lib/getdelim.h: Delete.
19307         * lib/getline.h: Delete.
19308         * lib/stdio_.h (getdelim, getline): Declare.
19309         * modules/getdelim-tests: New module.
19310         * modules/getline-tests: Likewise.
19311         * tests/test-getdelim.c: New file.
19312         * tests/test-getline.c: Likewise.
19313         * NEWS: Document the change.
19314         * lib/getline.c: Update choice of header.
19315         * lib/csharpcomp.c: Likewise.
19316         * lib/getpass.c: Likewise.
19317         * lib/javacomp.c: Likewise.
19318         * lib/javaversion.c: Likewise.
19319         * lib/yesno.c: Likewise.
19320         * lib/getdelim.c: Likewise.
19321         (getdelim): Set errno on failure, and avoid memory leak.
19322
19323 2007-08-19  Bruno Haible  <bruno@clisp.org>
19324
19325         * modules/closein (Depends-on): Add freadahead.
19326         * lib/closein.c: Include freadahead.h.
19327         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
19328         is zero.
19329
19330 2007-08-19  Bruno Haible  <bruno@clisp.org>
19331
19332         * modules/freadahead-tests: New file.
19333         * tests/test-freadahead.sh: New file.
19334         * tests/test-freadahead.c: New file.
19335
19336         * modules/freadahead: New file.
19337         * lib/freadahead.h: New file.
19338         * lib/freadahead.c: New file.
19339         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
19340         fbufmode, fpurge, freadable, fwritable.
19341
19342 2007-08-19  Eric Blake  <ebb9@byu.net>
19343
19344         Test yesno in combination with closein.
19345         * lib/yesno.c (yesno): Document use of stdin.
19346         * modules/yesno-tests (Files): New module.
19347         * tests/test-yesno.c (main): New file.
19348         * tests/test-yesno.sh: Likewise.
19349
19350 2007-08-19  Bruno Haible  <bruno@clisp.org>
19351
19352         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
19353         * lib/fseeko.c (rpl_fseeko): Likewise.
19354         * lib/fseterr.c (fseterr): Likewise.
19355
19356 2007-08-19  Bruno Haible  <bruno@clisp.org>
19357
19358         * tests/test-lseek.c (main): Disable a test for BeOS.
19359         * doc/functions/lseek.texi: Document the BeOS bug.
19360
19361 2007-08-19  Bruno Haible  <bruno@clisp.org>
19362             Eric Blake  <ebb9@byu.net>
19363
19364         * lib/lseek.c: Include <sys/stat.h>.
19365         (rpl_lseek): Add workaround code also for Unix platforms.
19366         Needed for BeOS.
19367         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
19368         * doc/functions/lseek.texi: Document BeOS definiency.
19369
19370 2007-08-18  Bruno Haible  <bruno@clisp.org>
19371
19372         * modules/fstrcmp-tests: New file.
19373         * tests/test-fstrcmp.c: New file.
19374
19375 2007-08-18  Bruno Haible  <bruno@clisp.org>
19376
19377         * modules/fstrcmp: New file, from GNU gettext with modifications.
19378         * lib/fstrcmp.h: New file, from GNU gettext.
19379         * lib/fstrcmp.c: New file, from GNU gettext.
19380         * MODULES.html.sh (String handling): Add fstrcmp.
19381
19382 2007-08-18  Bruno Haible  <bruno@clisp.org>
19383
19384         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
19385         'bool'.
19386         (diag, compareseq): Remove const from the ctxt argument.
19387         (USE_HEURISTIC): Undefine at the end.
19388
19389 2007-08-18  Jim Meyering  <jim@meyering.net>
19390
19391         New file: lib/idcache.h
19392         * NEWS: Mention the addition.
19393         * modules/idcache (Files): Add lib/idcache.h
19394         * lib/idcache.c: Include "idcache.h".
19395         Don't include <sys/types.h>.
19396         Add a FIXME comment.
19397         Move file-scoped "static" declarations to the top.
19398         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
19399
19400 2007-08-17  Bruno Haible  <bruno@clisp.org>
19401         and Paul Eggert  <eggert@cs.ucla.edu>
19402
19403         * MODULES.html.sh: Add diffseq.
19404         * modules/diffseq: New file.
19405         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
19406         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
19407
19408 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         Import changes from coreutils for bootstrap script.
19411
19412         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
19413
19414         * build-aux/bootstrap (slurp): Work even in environments where
19415         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
19416         current code does not slurp files whose names start with ".", and
19417         this looks like it might be a troublesome area.
19418
19419         2007-07-11  Jim Meyering  <jim@meyering.net>
19420
19421         If there's a GPL vN copyright comment, require that N == 3.
19422
19423         2007-07-08  Jim Meyering  <jim@meyering.net>
19424
19425         Run the coreutils-specific code only if tests/Makefile.am.in exists.
19426         * build-aux/bootstrap (mam_template): Move definition out of loop.
19427
19428         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
19429
19430         * build-aux/bootstrap (symlink_to_dir): Rename function from
19431         symlink_to_gnulib.  Add a directory parameter.  Update all
19432         callers.
19433         (cp_mark_as_generated): Also check for -- and link to -- files in
19434         gl/.
19435
19436         2007-07-08  Jim Meyering  <jim@meyering.net>
19437
19438         Adapt to deeper hierarchy in gnulib.
19439         * build-aux/bootstrap (symlink_to_dir): If the destination
19440         directory doesn't exist, create it. This is required at least for
19441         "lib/uniwidth/cjk.h".
19442
19443         2007-05-15  Jim Meyering  <jim@meyering.net>
19444
19445         * build-aux/bootstrap: Now that generated Makefile.am files
19446         are no longer under version control, they must be created at
19447         bootstrap time.
19448
19449 2007-08-14  Ben Pfaff  <blp@gnu.org>
19450
19451         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
19452
19453 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19454
19455         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
19456         given the changes below.
19457         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
19458         even on hosts that have padding bits beyond the supported 64.
19459
19460 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
19463         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
19464         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
19465         depends on it.
19466         (xstrtol_error): Remove.
19467         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
19468         but with a different signature.
19469         (ATTRIBUTE_NORETURN, __attribute__): New macros.
19470         * lib/xstrtol-error.c: Include exitfail.h.
19471         (xstrtol_fatal): New function, with a different signature from the
19472         old xstrtol_error, so that the caller need not worry about passing
19473         in an exit status, or about storage management of the option argument.
19474         (xstrtol_error): Now a static function.  Redo signature to
19475         implement xstrtol_fatal.  Output the correct number of hyphens in
19476         front of the option so that the caller need not worry about
19477         storage management.
19478         (N_): New macro.
19479         (_): Remove; not used now.
19480         * modules/xstrtol: Depend on getopt.
19481         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
19482         of old STRTOL_FATAL_ERROR macro.
19483         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
19484         of test program.
19485         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
19486         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
19487
19488 2007-08-08  Eric Blake  <ebb9@byu.net>
19489
19490         * lib/xstrtol-error.c: Add missing include.
19491
19492         Move xstrtol messages into gnulib domain, when --pobase is used.
19493         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
19494         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
19495         * modules/xstrtol (Files): Distribute new file.
19496         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
19497         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
19498         * tests/test-xstrtol.c: ...into new file.
19499         * tests/test-xstrtoul.c: Also test xstrtoul.
19500         * tests/test-xstrtoimax.c: Also test xstrtoimax.
19501         * tests/test-xstrtoumax.c: Also test xstrtoumax.
19502         * tests/test-xstrtol.sh: Drive the tests.
19503         * tests/test-xstrtoimax.sh: Likewise.
19504         * tests/test-xstrtoumax.sh: Likewise.
19505         * modules/xstrtol-tests: New module.
19506         * modules/xstrtoimax-tests: Likewise.
19507         * modules/xstrtoumax-tests: Likewise.
19508
19509 2007-08-08  Jim Meyering  <jim@meyering.net>
19510
19511         New function: mfile_name_concat.
19512         * lib/filenamecat.c (mfile_name_concat): New function, just like
19513         file_name_concat, but return NULL upon failure rather than exiting
19514         with a diagnostic.
19515         * lib/filenamecat.h: Declare it.
19516
19517 2007-08-07  Bruno Haible  <bruno@clisp.org>
19518
19519         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
19520         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
19521         warning from gcc.
19522         Reported by Eric Blake.
19523
19524 2007-08-07  Simon Josefsson  <simon@josefsson.org>
19525
19526         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
19527         * modules/crypto/arcfour (License): Likewise.
19528         * modules/crypto/des-tests (License): Likewise.
19529         * modules/crypto/gc-arctwo-tests (License): Likewise.
19530         * modules/crypto/gc-des-tests (License): Likewise.
19531         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
19532         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
19533         * modules/crypto/gc-md2-tests (License): Likewise.
19534         * modules/crypto/gc-md4-tests (License): Likewise.
19535         * modules/crypto/gc-md5-tests (License): Likewise.
19536         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
19537         * modules/crypto/gc-rijndael-tests (License): Likewise.
19538         * modules/crypto/gc-sha1-tests (License): Likewise.
19539         * modules/crypto/gc-tests (License): Likewise.
19540         * modules/crypto/hmac-md5 (License): Likewise.
19541         * modules/crypto/hmac-sha1 (License): Likewise.
19542         * modules/crypto/md2-tests (License): Likewise.
19543         * modules/crypto/md4-tests (License): Likewise.
19544         * modules/crypto/md5 (License): Likewise.
19545         * modules/crypto/rijndael (License): Likewise.
19546         * modules/crypto/sha1 (License): Likewise.
19547         * modules/memxor (License): Likewise.
19548
19549 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19550         and Bruno Haible  <bruno@clisp.org>
19551
19552         * NEWS: Describe interface changes to human, xstrtol.
19553         * lib/human.h: Include <xstrtol.h>.
19554         (human_options): Return enum strtol_error, not int.  Remove
19555         bool arg; take int * instead.
19556         * lib/human.c: Don't include "gettext.h".
19557         (_): Remove; no longer used.
19558         Don't include <xstrtol.h>, since human.h does it.
19559         (human_options): Adjust to abovementioned interface changes.
19560         Do not report error to stderr; that's now the caller's
19561         responsibility.
19562         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
19563         interface change.
19564         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
19565         Str, Argument_type_string.  All uses changed.  Put " argument"
19566         in diagnostics to make them clearer.  Change wording of suffix
19567         message for clarity.
19568         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
19569         Argument_type_string.
19570         (STRTOL_FATAL_WARN): Remove; no longer used.
19571         * modules/human (Depends-on): Remove gettext-h.
19572
19573 2007-08-06  Simon Josefsson  <simon@josefsson.org>
19574
19575         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
19576
19577 2007-07-31  Bruno Haible  <bruno@clisp.org>
19578
19579         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
19580         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
19581         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
19582
19583 2007-07-31  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
19586         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
19587
19588 2007-07-30  Bruno Haible  <bruno@clisp.org>
19589
19590         * modules/base64 (License): Use the synonymous term "LGPLv2+".
19591         * modules/c-ctype (License): Likewise.
19592         * modules/c-strcase (License): Likewise.
19593         * modules/check-version (License): Likewise.
19594         * modules/iconv (License): Likewise.
19595         * modules/iconv_open (License): Likewise.
19596         * modules/read-file (License): Likewise.
19597         * modules/striconv (License): Likewise.
19598         * modules/strverscmp (License): Likewise.
19599         * modules/vasprintf (License): Likewise.
19600         * modules/crypto/des (License): Likewise.
19601         * modules/crypto/gc (License): Likewise.
19602         * modules/crypto/gc-arcfour (License): Likewise.
19603         * modules/crypto/gc-arctwo (License): Likewise.
19604         * modules/crypto/gc-des (License): Likewise.
19605         * modules/crypto/gc-hmac-md5 (License): Likewise.
19606         * modules/crypto/gc-hmac-sha1 (License): Likewise.
19607         * modules/crypto/gc-md2 (License): Likewise.
19608         * modules/crypto/gc-md4 (License): Likewise.
19609         * modules/crypto/gc-md5 (License): Likewise.
19610         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
19611         * modules/crypto/gc-random (License): Likewise.
19612         * modules/crypto/gc-rijndael (License): Likewise.
19613         * modules/crypto/gc-sha1 (License): Likewise.
19614         * modules/crypto/md2 (License): Likewise.
19615         * modules/crypto/md4 (License): Likewise.
19616
19617 2007-07-30  Jim Meyering  <jim@meyering.net>
19618
19619         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
19620         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
19621         it has valid stat data.  This bug would cause du not to count the
19622         sizes of inaccessible directories.
19623         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
19624         in <http://bugzilla.redhat.com/250077>.
19625
19626 2007-07-25  Peter O'Gorman  <peter@pogma.com>
19627             Bruno Haible  <bruno@clisp.org>
19628
19629         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
19630         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
19631         #include_next, gives a diagnostic about it, but reports no error in
19632         the exit code.
19633         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19634
19635 2007-07-24  Ben Pfaff  <blp@gnu.org>
19636
19637         Improve name: "count-one-bits" is better than "popcount".
19638         * MODULES.html.sh: Update name.
19639         * lib/popcount.h: Renamed lib/count-one-bits.h.
19640         (popcount): Renamed count_one_bits.
19641         (popcountl): Renamed count_one_bits_l.
19642         (popcountll): Renamed count_one_bits_ll.
19643         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
19644         * modules/popcount: Renamed module/count-one-bits.
19645         * modules/popcount-tests: Renamed module/count-one-bits-tests.
19646         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
19647
19648 2007-07-23  Ben Pfaff  <blp@gnu.org>
19649
19650         * lib/popcount.h (popcount32): Reduce size of constants, to allow
19651         better code generation, and add U to large constants to avoid
19652         warnings, in non-GCC case.
19653         Suggested by Bruno Haible.
19654
19655 2007-07-23  Ben Pfaff  <blp@gnu.org>
19656
19657         * lib/popcount.h: Use verify_true instead of if...abort.
19658         * modules/popcount: Depend on verify module.
19659         Suggested by Jim Meyering.
19660
19661 2007-07-23  Bruno Haible  <bruno@clisp.org>
19662
19663         * gnulib-tool (func_import): Create a .cvsignore file also when the
19664         directory is not yet in CVS but the toplevel directory is. When
19665         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
19666         Reported by Karl Berry.
19667
19668 2007-07-22  Ben Pfaff  <blp@gnu.org>
19669
19670         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
19671         case.
19672         Suggested by Eric Blake.
19673
19674 2007-07-22  Ben Pfaff  <blp@gnu.org>
19675
19676         New module: popcount.
19677         * MODULES.html.sh: Add popcount.
19678         * modules/popcount: New file.
19679         * modules/popcount-tests: New file.
19680         * tests/test-popcount.c: New file.
19681         * lib/popcount.h: New file.
19682         * m4/popcount.m4: New file.
19683
19684 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         * build-aux/announce-gen: Update to GPLv3.
19687
19688         * build-aux/config.guess: Update from config.
19689
19690 2007-07-21  Bruno Haible  <bruno@clisp.org>
19691
19692         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
19693         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
19694
19695 2007-07-20  Jim Meyering  <jim@meyering.net>
19696
19697         * check-module: Diagnose a self-dependency.
19698
19699 2007-07-19  Bruno Haible  <bruno@clisp.org>
19700
19701         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
19702         empty.
19703         Reported by Eric Blake.
19704
19705 2007-07-18  Bruno Haible  <bruno@clisp.org>
19706
19707         * gnulib-tool: New options --po-base, --po-domain.
19708         (func_usage): Document them.
19709         (pobase, po_domain): New variables.
19710         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
19711         DEFAULT_TEXT_DOMAIN.
19712         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
19713         (func_import): Consider pobase and po_domain. Create a po/ directory.
19714         (func_create_testdir): Set pobase and po_domain to empty.
19715         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
19716         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
19717
19718 2007-07-18  Bruno Haible  <bruno@clisp.org>
19719
19720         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19721         EXTRA_DIST augmentation for files in build-aux/.
19722
19723 2007-07-16  Bruno Haible  <bruno@clisp.org>
19724
19725         * modules/lseek (License): Use the synonymous term "LGPLv2+".
19726         * modules/getdelim (License): Likewise.
19727
19728 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19729
19730         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
19731         * modules/d-type (License): Likewise.
19732         * modules/extensions (License): Likewise.
19733         * modules/fnmatch (License): Likewise.
19734         * modules/fseeko (License): Likewise.
19735         * modules/getaddrinfo (License): Likewise.
19736         * modules/getline (License): Likewise.
19737         * modules/getlogin_r (License): Likewise.
19738         * modules/getpass (License): Likewise.
19739         * modules/gettimeofday (License): Likewise.
19740         * modules/glob (License): Likewise.
19741         * modules/inet_ntop (License): Likewise.
19742         * modules/malloc (License): Likewise.
19743         * modules/malloca (License): Likewise.
19744         * modules/memmem (License): Likewise.
19745         * modules/mempcpy (License): Likewise.
19746         * modules/memset (License): Likewise.
19747         * modules/minmax (License): Likewise.
19748         * modules/mktime (License): Likewise.
19749         * modules/netinet_in (License): Likewise.
19750         * modules/pathmax (License): Likewise.
19751         * modules/poll (License): Likewise.
19752         * modules/regex (License): Likewise.
19753         * modules/snprintf (License): Likewise.
19754         * modules/stdbool (License): Likewise.
19755         * modules/stdint (License): Likewise.
19756         * modules/stdio (License): Likewise.
19757         * modules/strcase (License): Likewise.
19758         * modules/strcasestr (License): Likewise.
19759         * modules/strdup (License): Likewise.
19760         * modules/string (License): Likewise.
19761         * modules/strndup (License): Likewise.
19762         * modules/strnlen (License): Likewise.
19763         * modules/strpbrk (License): Likewise.
19764         * modules/strptime (License): Likewise.
19765         * modules/strsep (License): Likewise.
19766         * modules/sys_select (License): Likewise.
19767         * modules/sys_socket (License): Likewise.
19768         * modules/sys_stat (License): Likewise.
19769         * modules/sys_time (License): Likewise.
19770         * modules/time (License): Likewise.
19771         * modules/time_r (License): Likewise.
19772         * modules/timegm (License): Likewise.
19773         * modules/unistd (License): Likewise.
19774         * modules/vsnprintf (License): Likewise.
19775         * modules/wctype (License): Likewise.
19776
19777 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19778
19779         * modules/argz (License): LGPLv2+.
19780
19781 2007-07-15  Karl Berry  <karl@gnu.org>
19782
19783         * doc/gnulib.texi: revise node structure per new fdl.texi.
19784
19785 2007-07-14  Bruno Haible  <bruno@clisp.org>
19786
19787         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
19788         the output file.
19789         * lib/uniname/uninames.h: Regenerated.
19790
19791 2007-07-14  Karl Berry  <karl@gnu.org>
19792
19793         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
19794         omitting sectioning and index commands.
19795
19796 2007-07-13  Bruno Haible  <bruno@clisp.org>
19797
19798         New gnulib-tool option --more-symlinks.
19799         * gnulib-tool (func_usage): Document --more-symlinks.
19800         (do_copyrights): New variable.
19801         Recognize option --more-symlinks.
19802         (func_import): Don't add a copyright notice transform to
19803         sed_transform_lib_file if do_copyrights is empty.
19804
19805 2007-07-13  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/vasnprintf.c (decimal_point_char): Define also if
19808         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
19809         && !NEED_PRINTF_DIRECTIVE_A.
19810         Reported by Clemens Koller <clemens.koller@anagramm.de> via
19811         Gary V. Vaughan <gary@gnu.org>.
19812
19813 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
19814
19815         * lib/inttypes_.h: Undo previous change, since it was fixed
19816         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
19817
19818 2007-07-13  Bruno Haible  <bruno@clisp.org>
19819
19820         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
19821         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
19822
19823 2007-07-13  Jim Meyering  <jim@meyering.net>
19824
19825         df: Don't fail for Tru64's "file-on-file mount".
19826         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
19827         so we fall through and use statfs instead.  Details here:
19828         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
19829         Reported by Albert Chin.
19830
19831 2007-07-13  Bruno Haible  <bruno@clisp.org>
19832
19833         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
19834         * modules/configmake (License): Likewise.
19835         * modules/gettext (License): Likewise.
19836         * modules/gettext-h (License): Likewise.
19837         * modules/include_next (License): Likewise.
19838         * modules/link-warning (License): Likewise.
19839         * modules/localcharset (License): Likewise.
19840         * modules/localename (License): Likewise.
19841         * modules/lock (License): Likewise.
19842         * modules/relocatable-lib-lgpl (License): Likewise.
19843         * modules/size_max (License): Likewise.
19844         * modules/vasnprintf (License): Likewise.
19845         * modules/wchar (License): Likewise.
19846         * modules/xsize (License): Likewise.
19847
19848 2007-07-13  Bruno Haible  <bruno@clisp.org>
19849
19850         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
19851         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
19852
19853 2007-07-12  Bruno Haible  <bruno@clisp.org>
19854
19855         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
19856         in the modules files.
19857
19858 2007-07-11  Karl Berry  <karl@gnu.org>
19859
19860         * MODULES.html.sh (func_module): use
19861          sed -e '\|^'"${includefile}"'$|d'
19862          instead of /.../d, to avoid errors on $includefile's containing /.
19863
19864 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19865
19866         * gnulib-tool (func_import): Avoid duplication of --avoid
19867         statements
19868         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
19869         names to `_' in variable names.
19870
19871 2007-07-10  Eric Blake  <ebb9@byu.net>
19872
19873         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
19874         * NEWS: Document this change.
19875
19876 2007-07-08  Bruno Haible  <bruno@clisp.org>
19877
19878         Update to Unicode 5.0.
19879         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
19880         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
19881         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
19882         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
19883         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
19884         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
19885         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
19886         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
19887         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
19888         U+10A3F, U+1D242..U+1D244.
19889         (nonspacing_table_ind): Update.
19890         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
19891         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
19892
19893 2007-07-08  Bruno Haible  <bruno@clisp.org>
19894
19895         Update to Unicode 5.0.
19896         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
19897         code transform. Extend the name index field of unicode_name_to_code and
19898         unicode_code_to_name from 16 to 24 bits.
19899         * lib/uniname/uniname.c (unicode_character_name,
19900         unicode_name_character): Add the range 0x12xxx to the code transform.
19901         * lib/uniname/uninames.h: Regenerated.
19902         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
19903
19904 2007-07-07  Bruno Haible  <bruno@clisp.org>
19905
19906         * modules/wcwidth-tests: New file.
19907         * tests/test-wcwidth.c: New file.
19908
19909         Work around MacOS X wcwidth() bug.
19910         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
19911         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
19912         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
19913         original wcwidth in non-UTF-8 locales.
19914         * modules/wcwidth (Depends-on): Add localcharset, streq,
19915         uniwidth/width.
19916         * doc/functions/wcwidth.texi: Update.
19917
19918 2007-07-07  Bruno Haible  <bruno@clisp.org>
19919
19920         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
19921         (wcwidth): New declaration.
19922         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
19923         macros.
19924         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
19925         here. Prepare for creating <wchar.h> unconditionally.
19926         * modules/wchar (Depends-on): Add link-warning.
19927         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
19928         REPLACE_WCWIDTH, and GL_LINK_WARNING.
19929         * lib/wcwidth.h: Remove file.
19930         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
19931         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
19932         * modules/wcwidth (Files): Remove lib/wcwidth.h.
19933         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
19934         (Include): Replace wcwidth.h with <wchar.h>.
19935         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
19936         * lib/mbchar.h: Don't include wcwidth.h.
19937         * lib/mbswidth.c: Likewise.
19938         * NEWS: Mention the change.
19939
19940 2007-07-07  Bruno Haible  <bruno@clisp.org>
19941
19942         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
19943         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
19944         definition with an external declaration.
19945         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
19946         defined as a function. Remove AC_C_INLINE requirement.
19947         * modules/wcwidth (Files): Add lib/wcwidth.c.
19948         (Makefile.am): Remove redundant statement.
19949
19950 2007-07-07  Bruno Haible  <bruno@clisp.org>
19951
19952         * MODULES.html.sh (Unicode string functions): Add the new modules.
19953
19954         * tests/uniwidth/test-u32-strwidth.c: New file.
19955         * modules/uniwidth/u32-strwidth-tests: New file.
19956
19957         * lib/uniwidth/u32-strwidth.c: New file.
19958         * modules/uniwidth/u32-strwidth: New file.
19959
19960         * tests/uniwidth/test-u16-strwidth.c: New file.
19961         * modules/uniwidth/u16-strwidth-tests: New file.
19962
19963         * lib/uniwidth/u16-strwidth.c: New file.
19964         * modules/uniwidth/u16-strwidth: New file.
19965
19966         * tests/uniwidth/test-u8-strwidth.c: New file.
19967         * modules/uniwidth/u8-strwidth-tests: New file.
19968
19969         * lib/uniwidth/u8-strwidth.c: New file.
19970         * modules/uniwidth/u8-strwidth: New file.
19971
19972         * tests/uniwidth/test-u32-width.c: New file.
19973         * modules/uniwidth/u32-width-tests: New file.
19974
19975         * lib/uniwidth/u32-width.c: New file.
19976         * modules/uniwidth/u32-width: New file.
19977
19978         * tests/uniwidth/test-u16-width.c: New file.
19979         * modules/uniwidth/u16-width-tests: New file.
19980
19981         * lib/uniwidth/u16-width.c: New file.
19982         * modules/uniwidth/u16-width: New file.
19983
19984         * tests/uniwidth/test-u8-width.c: New file.
19985         * modules/uniwidth/u8-width-tests: New file.
19986
19987         * lib/uniwidth/u8-width.c: New file.
19988         * modules/uniwidth/u8-width: New file.
19989
19990         * tests/uniwidth/test-uc_width.c: New file.
19991         * modules/uniwidth/width-tests: New file.
19992
19993         * lib/uniwidth/width.c: New file, from GNU libiconv.
19994         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
19995         * modules/uniwidth/width: New file.
19996
19997         * lib/uniwidth.h: New file, from GNU libiconv.
19998         * modules/uniwidth/base: New file.
19999
20000 2007-07-07  Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/uniname.h: New file, from GNU gettext.
20003         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
20004         * lib/uniname/uninames.h: New file, from GNU gettext.
20005         * lib/uniname/uniname.c: New file, from GNU gettext.
20006         * tests/uniname/test-uninames.sh: New file.
20007         * tests/uniname/test-uninames.c: New file, from GNU gettext.
20008         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
20009         * modules/uniname/base: New file.
20010         * modules/uniname/uniname: New file.
20011         * modules/uniname/uniname-tests: New file.
20012         * MODULES.html.sh (Unicode string functions): Add the new modules.
20013
20014 2007-07-06  Bruno Haible  <bruno@clisp.org>
20015
20016         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
20017
20018 2007-07-06  Bruno Haible  <bruno@clisp.org>
20019
20020         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
20021         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
20022         includes <cygwin/sys_time.h> which includes <sys/select.h> which
20023         include <sys/time.h>.
20024         Reported by Eric Blake.
20025
20026 2007-07-06  Eric Blake  <ebb9@byu.net>
20027
20028         Fix testing canonicalize on cygwin.
20029         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20030         Revert patch from 2007-06-19.
20031         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
20032         canonicalize module is also in use.
20033         * tests/test-canonicalize.c: New file.
20034         * tests/test-canonicalize.sh: Likewise.
20035         * modules/canonicalize-tests: Likewise.
20036
20037 2007-07-06  Jim Meyering  <jim@meyering.net>
20038
20039         * lib/getugroups.c (getugroups): Detect getgrent failure.
20040         Adjust comment to reflect reality: this function may return -1.
20041
20042 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
20043
20044         * build-aux/bootstrap (TP_URL,get_translations): Update to use
20045         the new TP address.
20046         (usage): Fix typo
20047         (gnulib_mk): New variable.
20048
20049 2007-07-05  Jim Meyering  <jim@meyering.net>
20050
20051         Don't let endgrent clobber errno, no matter how improbable.
20052         * lib/getugroups.c (getugroups): Save and restore errno around
20053         endgrent call.
20054
20055         Close the group DB even when failing with 2^31 or more members.
20056         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
20057
20058 2007-07-04  Jim Meyering  <jim@meyering.net>
20059
20060         * lib/getugroups.h: New file.
20061         * lib/getugroups.c: Include "getugroups.h".
20062         Remove uses of "register" keyword.
20063         Move local variable, "cp", down into scope where used.
20064         Give "username" parameter the "const" attribute.
20065         * modules/getugroups (Files): Add lib/getugroups.h
20066
20067 2007-07-04  Karl Berry  <karl@gnu.org>
20068
20069         * MODULES.html.sh (func_all_modules): Complete rename of
20070         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
20071
20072 2007-07-02  Bruno Haible  <bruno@clisp.org>
20073
20074         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
20075         mode, when inttypes.h comes from gnulib.
20076         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20077
20078 2007-07-02  Simon Josefsson  <simon@josefsson.org>
20079
20080         * NEWS: Mention lgpl module name change.
20081
20082         * modules/lgpl-2.1: Renamed from lgpl.
20083
20084         * NEWS: Mention gpl module name change.
20085
20086         * modules/gpl-3.0: New file, based on gpl-2.0.
20087
20088         * modules/gpl-2.0: Renamed from gpl.
20089
20090         * modules/gpl: Fix filename, doc/gpl.texi is now found at
20091         doc/gpl-2.0.texi.
20092
20093 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20094
20095         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
20096         #define __STDC_LIMIT_MACROS temporarily while including
20097         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
20098         Problem reported by Joel E. Denny in
20099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
20100
20101 2007-07-01  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/unistdio.h: New file.
20104         * lib/unistdio/u-asnprintf.h: New file.
20105         * lib/unistdio/u-asprintf.h: New file.
20106         * lib/unistdio/u-printf-args.c: New file.
20107         * lib/unistdio/u-printf-args.h: New file.
20108         * lib/unistdio/u-printf-parse.h: New file.
20109         * lib/unistdio/u-snprintf.h: New file.
20110         * lib/unistdio/u-sprintf.h: New file.
20111         * lib/unistdio/u-vasprintf.h: New file.
20112         * lib/unistdio/u-vsnprintf.h: New file.
20113         * lib/unistdio/u-vsprintf.h: New file.
20114         * lib/unistdio/ulc-asnprintf.c: New file.
20115         * lib/unistdio/ulc-asprintf.c: New file.
20116         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
20117         * lib/unistdio/ulc-printf-parse.c: New file.
20118         * lib/unistdio/ulc-snprintf.c: New file.
20119         * lib/unistdio/ulc-sprintf.c: New file.
20120         * lib/unistdio/ulc-vasnprintf.c: New file.
20121         * lib/unistdio/ulc-vasprintf.c: New file.
20122         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
20123         * lib/unistdio/ulc-vsnprintf.c: New file.
20124         * lib/unistdio/ulc-vsprintf.c: New file.
20125         * lib/unistdio/u8-asnprintf.c: New file.
20126         * lib/unistdio/u8-asprintf.c: New file.
20127         * lib/unistdio/u8-printf-parse.c: New file.
20128         * lib/unistdio/u8-snprintf.c: New file.
20129         * lib/unistdio/u8-sprintf.c: New file.
20130         * lib/unistdio/u8-vasnprintf.c: New file.
20131         * lib/unistdio/u8-vasprintf.c: New file.
20132         * lib/unistdio/u8-vsnprintf.c: New file.
20133         * lib/unistdio/u8-vsprintf.c: New file.
20134         * lib/unistdio/u8-u8-asnprintf.c: New file.
20135         * lib/unistdio/u8-u8-asprintf.c: New file.
20136         * lib/unistdio/u8-u8-snprintf.c: New file.
20137         * lib/unistdio/u8-u8-sprintf.c: New file.
20138         * lib/unistdio/u8-u8-vasnprintf.c: New file.
20139         * lib/unistdio/u8-u8-vasprintf.c: New file.
20140         * lib/unistdio/u8-u8-vsnprintf.c: New file.
20141         * lib/unistdio/u8-u8-vsprintf.c: New file.
20142         * lib/unistdio/u16-asnprintf.c: New file.
20143         * lib/unistdio/u16-asprintf.c: New file.
20144         * lib/unistdio/u16-printf-parse.c: New file.
20145         * lib/unistdio/u16-snprintf.c: New file.
20146         * lib/unistdio/u16-sprintf.c: New file.
20147         * lib/unistdio/u16-vasnprintf.c: New file.
20148         * lib/unistdio/u16-vasprintf.c: New file.
20149         * lib/unistdio/u16-vsnprintf.c: New file.
20150         * lib/unistdio/u16-vsprintf.c: New file.
20151         * lib/unistdio/u16-u16-asnprintf.c: New file.
20152         * lib/unistdio/u16-u16-asprintf.c: New file.
20153         * lib/unistdio/u16-u16-snprintf.c: New file.
20154         * lib/unistdio/u16-u16-sprintf.c: New file.
20155         * lib/unistdio/u16-u16-vasnprintf.c: New file.
20156         * lib/unistdio/u16-u16-vasprintf.c: New file.
20157         * lib/unistdio/u16-u16-vsnprintf.c: New file.
20158         * lib/unistdio/u16-u16-vsprintf.c: New file.
20159         * lib/unistdio/u32-asnprintf.c: New file.
20160         * lib/unistdio/u32-asprintf.c: New file.
20161         * lib/unistdio/u32-printf-parse.c: New file.
20162         * lib/unistdio/u32-snprintf.c: New file.
20163         * lib/unistdio/u32-sprintf.c: New file.
20164         * lib/unistdio/u32-vasnprintf.c: New file.
20165         * lib/unistdio/u32-vasprintf.c: New file.
20166         * lib/unistdio/u32-vsnprintf.c: New file.
20167         * lib/unistdio/u32-vsprintf.c: New file.
20168         * lib/unistdio/u32-u32-asnprintf.c: New file.
20169         * lib/unistdio/u32-u32-asprintf.c: New file.
20170         * lib/unistdio/u32-u32-snprintf.c: New file.
20171         * lib/unistdio/u32-u32-sprintf.c: New file.
20172         * lib/unistdio/u32-u32-vasnprintf.c: New file.
20173         * lib/unistdio/u32-u32-vasprintf.c: New file.
20174         * lib/unistdio/u32-u32-vsnprintf.c: New file.
20175         * lib/unistdio/u32-u32-vsprintf.c: New file.
20176         * tests/unistdio/test-ulc-asnprintf1.c: New file.
20177         * tests/unistdio/test-ulc-asnprintf1.h: New file.
20178         * tests/unistdio/test-ulc-printf1.h: New file.
20179         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
20180         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
20181         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
20182         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
20183         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
20184         * tests/unistdio/test-ulc-vasprintf1.c: New file.
20185         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
20186         * tests/unistdio/test-ulc-vsprintf1.c: New file.
20187         * tests/unistdio/test-u8-asnprintf1.c: New file.
20188         * tests/unistdio/test-u8-asnprintf1.h: New file.
20189         * tests/unistdio/test-u8-printf1.h: New file.
20190         * tests/unistdio/test-u8-vasnprintf1.c: New file.
20191         * tests/unistdio/test-u8-vasnprintf2.c: New file.
20192         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
20193         * tests/unistdio/test-u8-vasnprintf3.c: New file.
20194         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
20195         * tests/unistdio/test-u8-vasprintf1.c: New file.
20196         * tests/unistdio/test-u8-vsnprintf1.c: New file.
20197         * tests/unistdio/test-u8-vsprintf1.c: New file.
20198         * tests/unistdio/test-u16-asnprintf1.c: New file.
20199         * tests/unistdio/test-u16-asnprintf1.h: New file.
20200         * tests/unistdio/test-u16-printf1.h: New file.
20201         * tests/unistdio/test-u16-vasnprintf1.c: New file.
20202         * tests/unistdio/test-u16-vasnprintf2.c: New file.
20203         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
20204         * tests/unistdio/test-u16-vasnprintf3.c: New file.
20205         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
20206         * tests/unistdio/test-u16-vasprintf1.c: New file.
20207         * tests/unistdio/test-u16-vsnprintf1.c: New file.
20208         * tests/unistdio/test-u16-vsprintf1.c: New file.
20209         * tests/unistdio/test-u32-asnprintf1.c: New file.
20210         * tests/unistdio/test-u32-asnprintf1.h: New file.
20211         * tests/unistdio/test-u32-printf1.h: New file.
20212         * tests/unistdio/test-u32-vasnprintf1.c: New file.
20213         * tests/unistdio/test-u32-vasnprintf2.c: New file.
20214         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
20215         * tests/unistdio/test-u32-vasnprintf3.c: New file.
20216         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
20217         * tests/unistdio/test-u32-vasprintf1.c: New file.
20218         * tests/unistdio/test-u32-vsnprintf1.c: New file.
20219         * tests/unistdio/test-u32-vsprintf1.c: New file.
20220         * modules/unistdio/base: New file.
20221         * modules/unistdio/u-printf-args: New file.
20222         * modules/unistdio/ulc-asnprintf: New file.
20223         * modules/unistdio/ulc-asprintf: New file.
20224         * modules/unistdio/ulc-fprintf: New file.
20225         * modules/unistdio/ulc-printf-parse: New file.
20226         * modules/unistdio/ulc-snprintf: New file.
20227         * modules/unistdio/ulc-sprintf: New file.
20228         * modules/unistdio/ulc-vasnprintf: New file.
20229         * modules/unistdio/ulc-vasprintf: New file.
20230         * modules/unistdio/ulc-vfprintf: New file.
20231         * modules/unistdio/ulc-vsnprintf: New file.
20232         * modules/unistdio/ulc-vsprintf: New file.
20233         * modules/unistdio/u8-asnprintf: New file.
20234         * modules/unistdio/u8-asprintf: New file.
20235         * modules/unistdio/u8-printf-parse: New file.
20236         * modules/unistdio/u8-snprintf: New file.
20237         * modules/unistdio/u8-sprintf: New file.
20238         * modules/unistdio/u8-vasnprintf: New file.
20239         * modules/unistdio/u8-vasprintf: New file.
20240         * modules/unistdio/u8-vsnprintf: New file.
20241         * modules/unistdio/u8-vsprintf: New file.
20242         * modules/unistdio/u8-u8-asnprintf: New file.
20243         * modules/unistdio/u8-u8-asprintf: New file.
20244         * modules/unistdio/u8-u8-snprintf: New file.
20245         * modules/unistdio/u8-u8-sprintf: New file.
20246         * modules/unistdio/u8-u8-vasnprintf: New file.
20247         * modules/unistdio/u8-u8-vasprintf: New file.
20248         * modules/unistdio/u8-u8-vsnprintf: New file.
20249         * modules/unistdio/u8-u8-vsprintf: New file.
20250         * modules/unistdio/u16-asnprintf: New file.
20251         * modules/unistdio/u16-asprintf: New file.
20252         * modules/unistdio/u16-printf-parse: New file.
20253         * modules/unistdio/u16-snprintf: New file.
20254         * modules/unistdio/u16-sprintf: New file.
20255         * modules/unistdio/u16-vasnprintf: New file.
20256         * modules/unistdio/u16-vasprintf: New file.
20257         * modules/unistdio/u16-vsnprintf: New file.
20258         * modules/unistdio/u16-vsprintf: New file.
20259         * modules/unistdio/u16-u16-asnprintf: New file.
20260         * modules/unistdio/u16-u16-asprintf: New file.
20261         * modules/unistdio/u16-u16-snprintf: New file.
20262         * modules/unistdio/u16-u16-sprintf: New file.
20263         * modules/unistdio/u16-u16-vasnprintf: New file.
20264         * modules/unistdio/u16-u16-vasprintf: New file.
20265         * modules/unistdio/u16-u16-vsnprintf: New file.
20266         * modules/unistdio/u16-u16-vsprintf: New file.
20267         * modules/unistdio/u32-asnprintf: New file.
20268         * modules/unistdio/u32-asprintf: New file.
20269         * modules/unistdio/u32-printf-parse: New file.
20270         * modules/unistdio/u32-snprintf: New file.
20271         * modules/unistdio/u32-sprintf: New file.
20272         * modules/unistdio/u32-vasnprintf: New file.
20273         * modules/unistdio/u32-vasprintf: New file.
20274         * modules/unistdio/u32-vsnprintf: New file.
20275         * modules/unistdio/u32-vsprintf: New file.
20276         * modules/unistdio/u32-u32-asnprintf: New file.
20277         * modules/unistdio/u32-u32-asprintf: New file.
20278         * modules/unistdio/u32-u32-snprintf: New file.
20279         * modules/unistdio/u32-u32-sprintf: New file.
20280         * modules/unistdio/u32-u32-vasnprintf: New file.
20281         * modules/unistdio/u32-u32-vasprintf: New file.
20282         * modules/unistdio/u32-u32-vsnprintf: New file.
20283         * modules/unistdio/u32-u32-vsprintf: New file.
20284         * modules/unistdio/ulc-asnprintf-tests: New file.
20285         * modules/unistdio/ulc-vasnprintf-tests: New file.
20286         * modules/unistdio/ulc-vasprintf-tests: New file.
20287         * modules/unistdio/ulc-vsnprintf-tests: New file.
20288         * modules/unistdio/ulc-vsprintf-tests: New file.
20289         * modules/unistdio/u8-asnprintf-tests: New file.
20290         * modules/unistdio/u8-vasnprintf-tests: New file.
20291         * modules/unistdio/u8-vasprintf-tests: New file.
20292         * modules/unistdio/u8-vsnprintf-tests: New file.
20293         * modules/unistdio/u8-vsprintf-tests: New file.
20294         * modules/unistdio/u16-asnprintf-tests: New file.
20295         * modules/unistdio/u16-vasnprintf-tests: New file.
20296         * modules/unistdio/u16-vasprintf-tests: New file.
20297         * modules/unistdio/u16-vsnprintf-tests: New file.
20298         * modules/unistdio/u16-vsprintf-tests: New file.
20299         * modules/unistdio/u32-asnprintf-tests: New file.
20300         * modules/unistdio/u32-vasnprintf-tests: New file.
20301         * modules/unistdio/u32-vasprintf-tests: New file.
20302         * modules/unistdio/u32-vsnprintf-tests: New file.
20303         * modules/unistdio/u32-vsprintf-tests: New file.
20304         * MODULES.html.sh (Unicode string functions): Add the new modules.
20305
20306 2007-07-01  Bruno Haible  <bruno@clisp.org>
20307
20308         * lib/sprintf.c (sprintf): Limit the available length estimation,
20309         to avoid address wraparound.
20310         * lib/vsprintf.c (vsprintf): Likewise.
20311         * modules/sprintf-posix (Dependencies): Add stdint.
20312         * modules/vsprintf-posix (Dependencies): Likewise.
20313
20314 2007-07-01  Bruno Haible  <bruno@clisp.org>
20315
20316         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
20317         Windows PATH as well. Conservative double-quoting. Comments.
20318
20319 2007-07-01  Bruno Haible  <bruno@clisp.org>
20320             Eric Blake  <ebb9@byu.net>
20321             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20322
20323         * gnulib-tool (self_abspathname): Fix algorithm to cope with
20324         empty components in $PATH, denoting '.'.
20325
20326 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20327
20328         * gnulib-tool: Fix indentation.
20329         (func_create_megatestdir): Likewise.
20330         Report by Bruno Haible.
20331
20332 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20333
20334         Sync from Automake.
20335         * build-aux/gnupload: Fix shell portability issues with for loops.
20336         Report by Karl Berry.
20337
20338 2007-06-29  Simon Josefsson  <simon@josefsson.org>
20339
20340         * build-aux/maint.mk (POURL): Use translationproject.org.
20341
20342 2007-06-27  Simon Josefsson  <simon@josefsson.org>
20343             Bruno Haible  <bruno@clisp.org>
20344
20345         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
20346         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
20347         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
20348         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
20349         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
20350
20351 2007-06-27  Bruno Haible  <bruno@clisp.org>
20352
20353         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
20354         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
20355
20356 2007-06-26  Karl Berry  <karl@gnu.org>
20357
20358         * MODULES.html.sh: remove xreadlink-with-size.
20359
20360 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20361
20362         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
20363         method that I hope also handles the double-include problem noted
20364         by Bruno Haible in
20365         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
20366
20367 2007-06-23  Bruno Haible  <bruno@clisp.org>
20368
20369         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20370         Don't let the 'mostlyclean' target fail if the last subdirectory could
20371         not be removed.
20372         Reported by Karl Berry.
20373
20374 2007-06-23  Bruno Haible  <bruno@clisp.org>
20375
20376         * gnulib-tool (echo): Add a speedier workaround for ksh.
20377         * tests/test-echo.sh: Likewise.
20378
20379 2007-06-23  Bruno Haible  <bruno@clisp.org>
20380
20381         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
20382         * tests/test-echo.sh: Likewise.
20383
20384 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20385
20386         * gnulib-tool (IFS): Initialize early, so we don't set it to
20387         empty later.
20388         (self_abspathname): Rewrite algorithm to set it, reindent.
20389         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
20390         (func_create_megatestdir): Merge some sed scripts.
20391
20392 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20393
20394         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
20395         exposed by Sun Studio 11 cc on Solaris 8.
20396
20397 2007-06-22  Bruno Haible  <bruno@clisp.org>
20398
20399         * gnulib-tool (echo): Ensure the echo primitive does not interpret
20400         backslashes.
20401         * tests/test-echo.sh: New file.
20402
20403 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20404
20405         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
20406         simplify `sed_replace_build_aux' scripts, they are portable but
20407         echoing them with `echo' is not.
20408         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
20409
20410 2007-06-21  Karl Berry  <karl@gnu.org>
20411
20412         * config/srclist.txt: guess we can't handle the licenses via
20413         srclist at the moment.
20414
20415 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * MODULES.html.sh: Add include_next.
20418         * modules/include_next: New file.
20419
20420 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
20423         INCLUDE_NEXT.
20424         (gl_CHECK_NEXT_HEADERS): New macro.
20425         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
20426         the obsolescent gl_ABSOLUTE_HEADER.
20427         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
20428         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
20429         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
20430         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
20431         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
20432         * m4/math_h.m4 (gl_MATH_H): Likewise.
20433         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
20434         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
20435         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
20436         * m4/stdint.m4 (gl_STDINT_H): Likewise.
20437         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
20438         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
20439         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
20440         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20441         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20442         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
20443         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
20444         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
20445         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
20446         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
20447         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
20448         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20449         * m4/inttypes.m4 (gl_INTTYPES_H): Define
20450         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
20451         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
20452         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
20453         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
20454         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
20455         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
20456         * lib/float_.h: Likewise.
20457         * lib/inttypes_.h: Likewise.
20458         * lib/math_.h: Likewise.
20459         * lib/search_.h: Likewise.
20460         * lib/signal_.h: Likewise.
20461         * lib/stdint_.h: Likewise.
20462         * lib/stdio_.h: Likewise.
20463         * lib/stdlib_.h: Likewise.
20464         * lib/string_.h: Likewise.
20465         * lib/sys_stat_.h: Likewise.
20466         * lib/sys_time_.h: Likewise.
20467         * lib/time_.h: Likewise.
20468         * lib/unistd_.h: Likewise.
20469         * lib/wchar_.h: Likewise.
20470         * lib/wctype_.h: Likewise.
20471         * lib/dirent_.h: Likewise.
20472         * lib/iconv_.h: Likewise.
20473         * lib/locale_.h: Likewise.
20474         * lib/netinet_in_.h: Likewise.
20475         * lib/sys_select_.h: Likewise.
20476         * lib/sys_socket_.h: Likewise.
20477         * lib/sysexits_.h: Likewise.
20478         * modules/fcntl (Depends-on): Depend on include_next, not
20479         absolute_header.
20480         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
20481         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
20482         * modules/fchdir: Likewise.
20483         * modules/float: Likewise.
20484         * modules/iconv_open: Likewise.
20485         * modules/inttypes: Likewise.
20486         * modules/locale: Likewise.
20487         * modules/math: Likewise.
20488         * modules/netinet_in: Likewise.
20489         * modules/search: Likewise.
20490         * modules/signal: Likewise.
20491         * modules/stdint: Likewise.
20492         * modules/stdio: Likewise.
20493         * modules/stdlib: Likewise.
20494         * modules/string: Likewise.
20495         * modules/sys_select: Likewise.
20496         * modules/sys_socket: Likewise.
20497         * modules/sys_stat: Likewise.
20498         * modules/sys_time: Likewise.
20499         * modules/sysexits: Likewise.
20500         * modules/time: Likewise.
20501         * modules/unistd: Likewise.
20502         * modules/wchar: Likewise.
20503         * modules/wctype: Likewise.
20504         * modules/sys_stat: Change maintainer to "all".
20505         * modules/unistd: Likewise.
20506
20507 2007-06-20  Karl Berry  <karl@gnu.org>
20508
20509         * config/srclist.txt: track www changes in license files.
20510
20511 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
20512
20513         * build-aux/bootstrap: Remove stray dot.
20514         Make sure build_aux settings are honored when linking
20515         gnulib_extra_files.
20516
20517 2007-06-19  Eric Blake  <ebb9@byu.net>
20518
20519         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20520         Allow compilation on cygwin.
20521
20522 2007-06-19  Jim Meyering  <jim@meyering.net>
20523
20524         xreadlink-with-size: Remove module.  No longer used.
20525         Ex-callers now use xreadlink or mreadlink-with-size.
20526         * modules/xreadlink-with-size: Remove module.
20527         * lib/xreadlink-with-size.c: Remove file.
20528         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
20529         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
20530         just before the function definition *is* accurate.
20531
20532         Eliminate one way canonicalize_filename_mode could exit.
20533         * lib/canonicalize.c (canonicalize_filename_mode):
20534         Use mreadlink_with_size, not xreadlink_with_size.
20535
20536 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
20537
20538         Detect porting problems to FreeBSD/arm, which has time_t wider than
20539         long int.  Original problem reported for GNU diff by Xin Li in
20540         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
20541         * modules/getdate (Depends-on): Add intprops, verify.
20542         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
20543         is an integer type no wider than long int.
20544
20545 2007-06-18  Jim Meyering  <jim@meyering.net>
20546
20547         New module: mreadlink-with-size.
20548         * MODULES.html.sh: Add mreadlink-with-size.
20549         * modules/mreadlink-with-size: New module
20550         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
20551         not xreadlink-with-size.
20552         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
20553
20554 2007-06-16  Bruno Haible  <bruno@clisp.org>
20555
20556         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
20557         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
20558         Reported by Gary V. Vaughan <gary@gnu.org>.
20559
20560 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
20561
20562         Revamp lchown so that it lives in unistd.h where it belongs.
20563         * lib/lchown.h: Remove.
20564         * lib/dirchownmod.c: Don't include lib/lchown.h.
20565         * lib/fchownat.c: Likewise.
20566         * lib/openat.c: Likewise.
20567         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
20568         does not follow symlinks.
20569         (EOPNOTSUPP): Define if not defined.
20570         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
20571         is defined to 0.
20572         (lchown): New decl.
20573         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
20574         Do not check for lchown decl.
20575         Set REPLACE_LCHOWN.
20576         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
20577         REPLACE_LCHOWN.
20578         * modules/chown: Make it clear it follows symlinks.
20579         * modules/lchown: Make it clear it doesn't follow symlinks.
20580         (Files): Remove lib/lchown.h
20581         (Depends-on): Add unistd.
20582         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
20583         (Include): Include <unistd.h>, not "lchown.h".
20584         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
20585         REPLACE_LCHOWN.
20586
20587 2007-06-15  Jim Meyering  <jim@meyering.net>
20588
20589         Change license (GPL to LGPL) of fsusage and dependents.
20590         * modules/fsusage (License): Change to LGPL.
20591         * modules/full-read (License): Likewise.
20592         * modules/full-write (License): Likewise.
20593         * modules/safe-read (License): Likewise.
20594         * modules/safe-write (License): Likewise.
20595
20596 2007-06-14  Ben Pfaff  <blp@gnu.org>
20597
20598         Missing part of allocsa -> malloca transition.
20599         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
20600         gl_MALLOCA.
20601
20602 2007-06-12  Bruno Haible  <bruno@clisp.org>
20603
20604         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
20605         to ia64, x86_64, i386.
20606         Reported by Eric Blake.
20607
20608 2007-06-12  Bruno Haible  <bruno@clisp.org>
20609
20610         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
20611         cross-compiling to x86_64.
20612
20613 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
20616         glitch reported by Ralf Wildenhues in
20617         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
20618
20619         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
20620         Vin Shelton.
20621
20622 2007-06-11  Bruno Haible  <bruno@clisp.org>
20623
20624         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
20625         replacement string.
20626         Reported by Eric Blake.
20627
20628 2007-06-10  Bruno Haible  <bruno@clisp.org>
20629
20630         Prepare vasnprintf code for use with Unicode strings.
20631         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
20632         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
20633         TYPE_U32_STRING.
20634         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
20635         a_u32_string variants.
20636         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20637         * lib/printf-args.c: Don't include config.h and the specification
20638         header if PRINTF_FETCHARGS is already defined.
20639         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20640         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
20641         TYPE_U16_STRING, TYPE_U32_STRING.
20642         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
20643         u16_directive, u16_directives, u32_directive, u32_directives): New
20644         types.
20645         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
20646         New declarations.
20647         * lib/printf-parse.c: Don't include config.h and the specification
20648         header if PRINTF_PARSE is already defined. Eliminate the set of
20649         parameters for WIDE_CHAR_VERSION; the user of this file must provide
20650         them now. Include c-ctype.h.
20651         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
20652         directive and CHAR_T_ONLY_ASCII.
20653         * lib/vasnprintf.c: Don't include config.h and the specification header
20654         if VASNPRINTF is already defined.
20655         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
20656         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
20657         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
20658         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
20659         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
20660         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
20661         code accordingly.
20662         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
20663         pad_ourselves also in this case, with the 'c' and 's' directives, and
20664         with a different notion of "width".
20665         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
20666
20667 2007-06-10  Bruno Haible  <bruno@clisp.org>
20668
20669         * modules/unistr/u32-mbsnlen: New file.
20670         * lib/unistr/u32-mbsnlen.c: New file.
20671
20672         * modules/unistr/u16-mbsnlen: New file.
20673         * lib/unistr/u16-mbsnlen.c: New file.
20674
20675         * modules/unistr/u8-mbsnlen: New file.
20676         * lib/unistr/u8-mbsnlen.c: New file.
20677
20678         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
20679         declarations.
20680
20681 2007-06-10  Bruno Haible  <bruno@clisp.org>
20682
20683         * lib/string_.h (mbsnlen): New declaration.
20684         * lib/mbsnlen.c: New file.
20685         * m4/mbsnlen.m4: New file.
20686         * modules/mbsnlen: New file.
20687         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
20688         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
20689         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
20690
20691 2007-06-10  Bruno Haible  <bruno@clisp.org>
20692
20693         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
20694
20695 2007-06-10  Bruno Haible  <bruno@clisp.org>
20696
20697         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
20698         * lib/mbuiter.h: Likewise.
20699
20700 2007-06-10  Bruno Haible  <bruno@clisp.org>
20701
20702         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
20703         declaration.
20704
20705 2007-06-10  Karl Berry  <karl@gnu.org>
20706
20707         * config/srclist.txt: remove gettext entries, Bruno prefers
20708         to update individually.
20709
20710 2007-06-10  Bruno Haible  <bruno@clisp.org>
20711
20712         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
20713         'maxlen'. Ensure only length + width bytes are allocated, not
20714         length + 1 + width.
20715
20716 2007-06-09  Bruno Haible  <bruno@clisp.org>
20717
20718         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
20719         (CHAR_T): Remove macro.
20720         (VASNPRINTF): Update.
20721
20722 2007-06-09  Bruno Haible  <bruno@clisp.org>
20723
20724         * MODULES.html.sh (Unicode string functions): Add the new modules.
20725
20726         * modules/uniconv/u32-conv-to-enc: New file.
20727         * lib/uniconv/u32-conv-to-enc.c: New file.
20728         * modules/uniconv/u32-conv-to-enc-tests: New file.
20729         * tests/uniconv/test-u32-conv-to-enc.c: New file.
20730
20731         * modules/uniconv/u16-conv-to-enc: New file.
20732         * lib/uniconv/u16-conv-to-enc.c: New file.
20733         * lib/uniconv/u-conv-to-enc.h: New file.
20734         * modules/uniconv/u16-conv-to-enc-tests: New file.
20735         * tests/uniconv/test-u16-conv-to-enc.c: New file.
20736
20737         * modules/uniconv/u8-conv-to-enc: New file.
20738         * lib/uniconv/u8-conv-to-enc.c: New file.
20739         * modules/uniconv/u8-conv-to-enc-tests: New file.
20740         * tests/uniconv/test-u8-conv-to-enc.c: New file.
20741
20742         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
20743         u32_conv_to_encoding): New declarations.
20744
20745 2007-06-09  Bruno Haible  <bruno@clisp.org>
20746
20747         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
20748
20749 2007-06-09  Bruno Haible  <bruno@clisp.org>
20750
20751         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
20752         * modules/malloca: Renamed from modules/allocsa, updated.
20753         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
20754         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
20755         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
20756         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
20757         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
20758         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
20759         * modules/xmalloca: Renamed from modules/xallocsa, updated.
20760         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
20761         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
20762         * modules/c-strcasestr (Depends-on): Update.
20763         * lib/c-strcasestr.c: Update.
20764         * modules/c-strstr (Depends-on): Update.
20765         * lib/c-strstr.c: Update.
20766         * modules/canonicalize-lgpl (Depends-on): Update.
20767         * lib/canonicalize-lgpl.c: Update.
20768         * modules/clean-temp (Depends-on): Update.
20769         * lib/clean-temp.c: Update.
20770         * modules/csharpcomp (Depends-on): Update.
20771         * lib/csharpcomp.c: Update.
20772         * modules/csharpexec (Depends-on): Update.
20773         * lib/csharpexec.c: Update.
20774         * modules/javacomp (Depends-on): Update.
20775         * lib/javacomp.c: Update.
20776         * modules/javaexec (Depends-on): Update.
20777         * lib/javaexec.c: Update.
20778         * modules/mbscasestr (Depends-on): Update.
20779         * lib/mbscasestr.c: Update.
20780         * modules/mbsstr (Depends-on): Update.
20781         * lib/mbsstr.c: Update.
20782         * modules/setenv (Depends-on): Update.
20783         * lib/setenv.c: Update.
20784         * modules/strcasestr (Depends-on): Update.
20785         * lib/strcasestr.c: Update.
20786         * modules/striconveha (Depends-on): Update.
20787         * lib/striconveha.c: Update.
20788         * modules/relocatable-prog-wrapper (Files): Update.
20789         * lib/relocwrapper.c: Update.
20790         * build-aux/install-reloc: Update.
20791         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
20792
20793 2007-06-08  Bruno Haible  <bruno@clisp.org>
20794
20795         Port to uClibc.
20796         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
20797         * lib/fpurge.c (fpurge): Likewise.
20798         * lib/freading.c (freading): Likewise.
20799         * lib/fseeko.c (rpl_fseeko): Likewise.
20800         * lib/fseterr.c (fseterr): Likewise.
20801         * lib/fwriting.c (fwriting): Likewise.
20802         * tests/test-fflush.c (main): Avoid a failure on uClibc.
20803
20804 2007-06-08  Bruno Haible  <bruno@clisp.org>
20805
20806         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
20807         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
20808         * modules/gettext (Files): Add m4/intlmacosx.m4.
20809
20810 2007-06-07  Bruno Haible  <bruno@clisp.org>
20811
20812         * modules/localename-tests: New file.
20813         * tests/test-localename.c: New file.
20814
20815         New module 'localename'.
20816         * lib/localename.h: New file.
20817         * lib/localename.c: New file, from GNU gettext.
20818         * m4/localename.m4: New file.
20819         * modules/localename: New file.
20820
20821 2007-06-07  Bruno Haible  <bruno@clisp.org>
20822
20823         Work around the lack of <wchar.h> on some builds of uClibc.
20824         * doc/headers/wchar.texi: Update.
20825         * lib/wchar_.h: Include <wchar.h> only if it exists.
20826         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
20827         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
20828         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
20829         doesn't exist.
20830         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
20831         * modules/mbfile (Depends-on): Add wchar.
20832         * modules/mbiter (Depends-on): Likewise.
20833         * modules/mbuiter (Depends-on): Likewise.
20834         Reported by Simon Josefsson.
20835
20836 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20837
20838         Work around problem reported by Steven M. Schweda in
20839         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
20840         Tru64 5.1B with the Compaq compiler environment installed declares
20841         an 'isblank' function but does not define it in the C library.
20842         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
20843         * lib/regex_internal.h (isblank): Likewise.
20844         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
20845         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20846
20847 2007-06-05  Bruno Haible  <bruno@clisp.org>
20848
20849         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
20850         ia64.
20851         * modules/printf-safe: New file.
20852         * modules/fprintf-posix (Depends-on): Add printf-safe.
20853         * modules/printf-posix (Depends-on): Likewise.
20854         * modules/snprintf-posix (Depends-on): Likewise.
20855         * modules/sprintf-posix (Depends-on): Likewise.
20856         * modules/vasnprintf-posix (Depends-on): Likewise.
20857         * modules/vasprintf-posix (Depends-on): Likewise.
20858         * modules/vfprintf-posix (Depends-on): Likewise.
20859         * modules/vprintf-posix (Depends-on): Likewise.
20860         * modules/vsnprintf-posix (Depends-on): Likewise.
20861         * modules/vsprintf-posix (Depends-on): Likewise.
20862         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
20863         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
20864         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
20865         "no" on i386, x86_64, ia64.
20866         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
20867         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20868         on i386, x86_64, ia64.
20869         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
20870         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20871         on i386, x86_64, ia64.
20872         * tests/test-vasnprintf-posix.c: Include float.h.
20873         (LDBL80_WORDS): New macro.
20874         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20875         on i386, x86_64, ia64.
20876         * tests/test-vasprintf-posix.c: Include float.h.
20877         (LDBL80_WORDS): New macro.
20878         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20879         on i386, x86_64, ia64.
20880         * tests/test-snprintf-posix.c: Include float.h.
20881         * tests/test-sprintf-posix.c: Likewise.
20882         * tests/test-vsnprintf-posix.c: Likewise.
20883         * tests/test-vsprintf-posix.c: Likewise.
20884
20885 2007-06-05  Bruno Haible  <bruno@clisp.org>
20886
20887         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
20888         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
20889         non-IEEE numbers on i386, x86_64, ia64.
20890         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
20891         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
20892         * tests/test-isnanl.h: Include float.h.
20893         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
20894
20895 2007-06-05  Bruno Haible  <bruno@clisp.org>
20896
20897         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
20898         also the %a / %A. Handle the %a / %A code before this extra handling.
20899
20900 2007-06-05  Bruno Haible  <bruno@clisp.org>
20901
20902         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
20903         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
20904
20905 2007-06-05  Bruno Haible  <bruno@clisp.org>
20906
20907         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
20908         typo in variable name.
20909
20910 2007-06-05  Eric Blake  <ebb9@byu.net>
20911
20912         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
20913         Reported by Simon Josefsson.
20914
20915 2007-06-04  Bruno Haible  <bruno@clisp.org>
20916
20917         Avoid test failures on some PowerPC platforms.
20918         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
20919         Define differently for PowerPC.
20920         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
20921         Reported by Gary V. Vaughan <gary@gnu.org>.
20922
20923 2007-06-02  Bruno Haible  <bruno@clisp.org>
20924
20925         Fix test-stdint failure on FreeBSD/ia64.
20926         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
20927         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
20928         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
20929         * doc/headers/stdint.texi: Update.
20930
20931 2007-06-01  Bruno Haible  <bruno@clisp.org>
20932
20933         * tests/test-binary-io.c (main): Pass a third argument to open().
20934         Reported by Gary V. Vaughan <gary@gnu.org>.
20935
20936 2007-06-01  Bruno Haible  <bruno@clisp.org>
20937
20938         * doc/functions/frexpl.texi: Update for mingw.
20939
20940 2007-06-01  Bruno Haible  <bruno@clisp.org>
20941
20942         * tests/test-lseek.c (main): Disable test of errno for invalid third
20943         argument.
20944         * doc/functions/lseek.texi: Update.
20945         Reported by Gary V. Vaughan <gary@gnu.org>.
20946
20947 2007-05-28  Bruno Haible  <bruno@clisp.org>
20948
20949         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
20950
20951 2007-05-31  Eric Blake  <ebb9@byu.net>
20952
20953         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
20954         cross compiling.
20955
20956 2007-05-30  Eric Blake  <ebb9@byu.net>
20957         and Bruno Haible  <bruno@clisp.org>
20958
20959         Work around mingw test failures exposed by m4-1.4.9b.
20960         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
20961         * tests/test-unistd.c: Disable uid_t and git_t tests for the
20962         moment.
20963
20964 2007-05-30  Bruno Haible  <bruno@clisp.org>
20965
20966         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
20967         assuming that they are closed. Needed on HP-UX 11.
20968
20969 2007-05-29  Bruno Haible  <bruno@clisp.org>
20970
20971         Fix a problem with #include_next.
20972         * lib/dirent_.h: Split the double-inclusion guard.
20973         * lib/fcntl_.h: Likewise.
20974         * lib/float_.h: Likewise.
20975         * lib/iconv_.h: Likewise.
20976         * lib/inttypes_.h: Likewise.
20977         * lib/locale_.h: Likewise.
20978         * lib/math_.h: Likewise.
20979         * lib/netinet_in_.h: Likewise.
20980         * lib/search_.h: Likewise.
20981         * lib/signal_.h: Likewise.
20982         * lib/stdint_.h: Likewise.
20983         * lib/stdio_.h: Likewise.
20984         * lib/stdlib_.h: Likewise.
20985         * lib/string_.h: Likewise.
20986         * lib/sys_select_.h: Likewise.
20987         * lib/sys_socket_.h: Likewise.
20988         * lib/sys_stat_.h: Likewise.
20989         * lib/sys_time_.h: Likewise.
20990         * lib/sysexits_.h: Likewise.
20991         * lib/time_.h: Likewise.
20992         * lib/unistd_.h: Likewise.
20993         * lib/wchar_.h: Likewise.
20994         * lib/wctype_.h: Likewise.
20995
20996 2007-05-29  Bruno Haible  <bruno@clisp.org>
20997
20998         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
20999         for the moment.
21000
21001 2007-05-29  Bruno Haible  <bruno@clisp.org>
21002
21003         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
21004         invocation.
21005         Reported by Eric Blake.
21006
21007 2007-05-29  Bruno Haible  <bruno@clisp.org>
21008
21009         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
21010         compiling case.
21011
21012 2007-05-29  Eric Blake  <ebb9@byu.net>
21013             Bruno Haible  <bruno@clisp.org>
21014
21015         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
21016         cross compiles.
21017
21018 2007-05-28  Eric Blake  <ebb9@byu.net>
21019
21020         * modules/closein-tests (test_closein_LDADD): Support test on
21021         cygwin with libtool.
21022
21023 2007-05-28  Bruno Haible  <bruno@clisp.org>
21024
21025         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
21026         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
21027         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
21028         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
21029         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
21030         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
21031         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
21032         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
21033         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
21034
21035 2007-05-28  Eric Blake  <ebb9@byu.net>
21036
21037         Unconditionally include <config.h> in unit tests.
21038         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
21039         * tests/test-allocsa.c, tests/test-arcfour.c,
21040         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
21041         tests/test-array_list.c, tests/test-array_oset.c,
21042         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
21043         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
21044         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
21045         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
21046         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
21047         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
21048         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
21049         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
21050         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
21051         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
21052         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
21053         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
21054         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
21055         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
21056         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
21057         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
21058         test-md5.c, test-memmem.c, test-printf-posix.c,
21059         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
21060         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
21061         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
21062         test-strcasestr.c, test-striconv.c, test-striconveh.c,
21063         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
21064         test-vasnprintf-posix2.c, test-vasnprintf.c,
21065         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
21066         test-vfprintf-posix.c, test-vprintf-posix.c,
21067         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
21068         test-xvasprintf.c: Likewise.
21069
21070 2007-05-28  Bruno Haible  <bruno@clisp.org>
21071
21072         * gnulib-tool (func_import): Remember the --with-tests command-line
21073         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
21074         Reported by Eric Blake.
21075
21076 2007-05-28  Bruno Haible  <bruno@clisp.org>
21077
21078         * modules/ftell-tests: New file.
21079         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
21080         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
21081
21082         * lib/ftell.c: New file.
21083         * modules/ftell: New file.
21084         * m4/ftell.m4: New file.
21085         * doc/functions/ftell.texi: Update.
21086         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
21087         REPLACE_FTELL.
21088         * lib/stdio_.h (rpl_ftell): New declaration.
21089         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
21090         REPLACE_FTELL.
21091
21092 2007-05-28  Eric Blake  <ebb9@byu.net>
21093
21094         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
21095
21096 2007-05-28  Bruno Haible  <bruno@clisp.org>
21097
21098         * modules/fseek-tests: New file.
21099         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
21100         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
21101
21102         * lib/fseek.c: New file.
21103         * modules/fseek: New file.
21104         * m4/fseek.m4: New file.
21105         * doc/functions/fseek.texi: Update.
21106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
21107         REPLACE_FSEEK.
21108         * lib/stdio_.h (rpl_fseek): New declaration.
21109         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
21110         REPLACE_FSEEK.
21111
21112 2007-05-28  Bruno Haible  <bruno@clisp.org>
21113
21114         * lib/stdio_.h (fflush): More comments.
21115
21116 2007-05-28  Bruno Haible  <bruno@clisp.org>
21117
21118         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
21119         runtime test.
21120
21121 2007-05-28  Eric Blake  <ebb9@byu.net>
21122
21123         Improve lseek module.
21124         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
21125         * lib/unistd_.h (lseek): Scale back link warning message.
21126         * tests/test-lseek.c: Beef up test.
21127         * tests/test-lseek.sh: Exercise more facets of lseek.
21128         Reported by Bruno Haible.
21129
21130 2007-05-28  Bruno Haible  <bruno@clisp.org>
21131
21132         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
21133         to define.
21134
21135 2007-05-27  Bruno Haible  <bruno@clisp.org>
21136
21137         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
21138
21139 2007-05-27  Bruno Haible  <bruno@clisp.org>
21140
21141         * modules/openmp: New file.
21142         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
21143         Noah Misch.
21144
21145 2007-05-26  Bruno Haible  <bruno@clisp.org>
21146
21147         * modules/chdir-long (Depends-on): Add fchdir.
21148         * modules/chdir-safer (Depends-on): Likewise.
21149         * modules/fts (Depends-on): Likewise.
21150         * modules/fts-lgpl (Depends-on): Likewise.
21151         * modules/openat (Depends-on): Likewise.
21152         * modules/savewd (Depends-on): Likewise.
21153
21154 2007-05-24  Eric Blake  <ebb9@byu.net>
21155
21156         Fix lseek on mingw.
21157         * modules/lseek: New module.
21158         * m4/lseek.m4: New file.
21159         * lib/lseek.c: New file.
21160         * modules/lseek-tests: New file.
21161         * tests/test-lseek.c: New file.
21162         * tests/test-lseek.sh: New file.
21163         * MODULES.html.sh: Document lseek module.
21164         * modules/fflush (Depends-on): Add lseek, fseeko.
21165         * modules/fseeko (Depends-on): Likewise.
21166         * modules/ftello (Depends-on): Likewise.
21167         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
21168         broken.
21169         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
21170         broken.
21171         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
21172         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
21173         * lib/ftello.c (rpl_ftello): Likewise.
21174         * tests/test-fseeko.c (main): Test this.
21175         * tests/test-fseeko.sh: Likewise.
21176         * tests/test-ftello.c (main): Likewise.
21177         * tests/test-ftello.sh: Likewise.
21178         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
21179         implies replacing fseek.
21180         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
21181         HAVE_FTELLO.
21182         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
21183         * modules/unistd (Makefile.am): Likewise.
21184         * lib/unistd_.h (lseek): Declare a replacement.
21185         * doc/functions/lseek.texi (lseek): Document this fix.
21186         * doc/functions/fseek.texi (fseek): Likewise.
21187         * doc/functions/ftell.texi (ftell): Likewise.
21188
21189 2007-05-24  Bruno Haible  <bruno@clisp.org>
21190
21191         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
21192         in the printed representation of a NaN.
21193         * tests/test-vasprintf-posix.c (test_function): Likewise.
21194         * tests/test-snprintf-posix.h (test_function): Likewise.
21195         * tests/test-sprintf-posix.h (test_function): Likewise.
21196         Reported by Eric Blake.
21197
21198 2007-05-23  Eric Blake  <ebb9@byu.net>
21199
21200         Fix fseeko/ftello on cygwin 1.5.24.
21201         * doc/functions/fseeko.texi (fseeko): Document the fix.
21202         * doc/functions/ftello.texi (ftello): Document the fix.
21203         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
21204         * doc/functions/stdout.text (stdout): New file.
21205         * doc/functions/stderr.text (stderr): New file.
21206         * doc/gnulib.texi (Function Substitutes): Use new files.
21207         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
21208         prior to 1.7.0.
21209         * tests/test-ftello.c (main): Likewise for ftello.
21210         * tests/test-fseeko.sh: New file.
21211         * tests/test-ftello.sh: New file.
21212         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
21213         with seekable stdin.
21214         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
21215         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
21216         (gl_REPLACE_FSEEKO): New macro.
21217         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
21218         * modules/fseeko (Files): Distribute fseeko.c.
21219         * modules/ftello (Files): Distribute ftello.c.
21220         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
21221         mode.
21222         * lib/ftello.c (rpl_ftello): New file.
21223         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
21224         fseeko, ftello.
21225         (gl_STDIN_LARGE_OFFSET): New macro.
21226         * modules/stdio (Makefile.am): Perform the replacement.
21227         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
21228
21229 2007-05-23  Bruno Haible  <bruno@clisp.org>
21230
21231         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
21232         GNULIB_POSIXCHECK is defined.
21233
21234 2007-05-21  Bruno Haible  <bruno@clisp.org>
21235
21236         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
21237         Check also the output for NaN arguments. When cross-compiling, guess
21238         no on IRIX.
21239         * lib/vasnprintf.c: Update comments.
21240         * tests/test-vasnprintf-posix.c (strisnan): New function.
21241         (test_function): Use it.
21242         * tests/test-vasprintf-posix.c (strisnan): New function.
21243         (test_function): Use it.
21244         * tests/test-snprintf-posix.h (strisnan): New function.
21245         (test_function): Use it.
21246         * tests/test-sprintf-posix.h (strisnan): New function.
21247         (test_function): Use it.
21248         Reported by Eric Blake.
21249
21250 2007-05-20  Bruno Haible  <bruno@clisp.org>
21251
21252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
21253         numbers that fails on BeOS.
21254         * doc/functions/frexpl.texi: Update.
21255
21256 2007-05-20  Jim Meyering  <jim@meyering.net>
21257
21258         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
21259         forced upon us by glibc-2.6.
21260
21261 2007-05-20  Bruno Haible  <bruno@clisp.org>
21262
21263         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
21264         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
21265         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
21266         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
21267         NEED_PRINTF_INFINITE.
21268         (is_infinitel): New function.
21269         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
21270         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
21271         gl_PREREQ_VASNPRINTF_INFINITE.
21272         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
21273         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21274         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
21275         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
21276         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
21277         gl_PREREQ_VASNPRINTF_INFINITE.
21278         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21279         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21280         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21281         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21282         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21283         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21284         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21285         * doc/functions/fprintf.texi: Update.
21286         * doc/functions/printf.texi: Update.
21287         * doc/functions/snprintf.texi: Update.
21288         * doc/functions/sprintf.texi: Update.
21289         * doc/functions/vfprintf.texi: Update.
21290         * doc/functions/vprintf.texi: Update.
21291         * doc/functions/vsnprintf.texi: Update.
21292         * doc/functions/vsprintf.texi: Update.
21293
21294 2007-05-20  Bruno Haible  <bruno@clisp.org>
21295
21296         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
21297         was not found in libc.
21298         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
21299
21300 2007-05-20  Bruno Haible  <bruno@clisp.org>
21301
21302         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21303         printed as "-nan" instead of "nan".
21304         * tests/test-vasprintf-posix.c (test_function): Likewise.
21305         * tests/test-snprintf-posix.h (test_function): Likewise.
21306         * tests/test-sprintf-posix.h (test_function): Likewise.
21307         Needed for HP-UX 11.
21308
21309 2007-05-20  Jim Meyering  <jim@meyering.net>
21310
21311         Fix buggy test for the fchownat-deref bug.
21312         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
21313         symlink required for the run-test.  Without it, this test would
21314         always declare that fchownat doesn't work, and client code would
21315         unnecessarily use the replacement function with fixed libc.
21316         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
21317         Reported by Greg Schafer.
21318
21319 2007-05-19  Bruno Haible  <bruno@clisp.org>
21320
21321         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
21322         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
21323         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
21324         Needed for IRIX 6.5 and Solaris 2.5.1.
21325
21326 2007-05-19  Bruno Haible  <bruno@clisp.org>
21327
21328         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
21329         (test_function): Skip tests involving -0.0 on platforms where
21330         -0.0 = 0.0.
21331         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
21332         (test_function): Skip tests involving -0.0 on platforms where
21333         -0.0 = 0.0.
21334         * tests/test-snprintf-posix.h (have_minus_zero): New function.
21335         (test_function): Skip tests involving -0.0 on platforms where
21336         -0.0 = 0.0.
21337         * tests/test-sprintf-posix.h (have_minus_zero): New function.
21338         (test_function): Skip tests involving -0.0 on platforms where
21339         -0.0 = 0.0.
21340         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
21341         tests.
21342         * tests/test-printf-posix.h (test_function): Likewise.
21343         * tests/test-printf-posix.output: Remove all -0.0 related results.
21344         Needed for IRIX 6.5.
21345
21346 2007-05-19  Bruno Haible  <bruno@clisp.org>
21347
21348         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21349         printed as "nan0x7fffffff" instead of "nan".
21350         * tests/test-vasprintf-posix.c (test_function): Likewise.
21351         * tests/test-snprintf-posix.h (test_function): Likewise.
21352         * tests/test-sprintf-posix.h (test_function): Likewise.
21353         * tests/test-fprintf-posix.h (NaN): Remove macro.
21354         (test_function): Remove all NaN related tests.
21355         * tests/test-printf-posix.h (NaN): Remove macro.
21356         (test_function): Remove all NaN related tests.
21357         * tests/test-printf-posix.output: Remove all NaN related results.
21358         Needed for IRIX 6.5.
21359
21360 2007-05-19  Bruno Haible  <bruno@clisp.org>
21361
21362         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
21363         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
21364
21365 2007-05-19  Bruno Haible  <bruno@clisp.org>
21366
21367         * lib/float_.h: New file.
21368         * m4/float_h.m4: New file.
21369         * modules/float: New file.
21370         * modules/isnanl (Dependencies): Add float.
21371         * modules/isnanl-nolibm (Dependencies): Likewise.
21372         * modules/mathl (Dependencies): Likewise.
21373         * modules/printf-frexpl (Dependencies): Likewise.
21374         * modules/signbit (Dependencies): Likewise.
21375         * modules/vasnprintf (Dependencies): Likewise.
21376         * doc/headers/float.texi: Update.
21377
21378 2007-05-19  Jim Meyering  <jim@meyering.net>
21379
21380         * lib/utimens.c (gl_futimens): Rename from futimens,
21381         now that glibc-2.6 declares futimens.
21382         * lib/utimens.h: Likewise.
21383
21384 2007-05-19  Bruno Haible  <bruno@clisp.org>
21385
21386         Avoid test failures on mingw.
21387         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
21388         * tests/test-printf-posix.sh: Likewise.
21389         * tests/test-vfprintf-posix.sh: Likewise.
21390         * tests/test-vprintf-posix.sh: Likewise.
21391
21392 2007-05-19  Bruno Haible  <bruno@clisp.org>
21393
21394         Fix *printf result for NaN, Inf, -0.0 on mingw.
21395         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
21396         * lib/vasnprintf.c: Include math.h and isnan.h.
21397         (is_infinite_or_zero): New function.
21398         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
21399         values in the %f, %F, %e, %E, %g, %G directives.
21400         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
21401         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21402         gl_PRINTF_INFINITE and test its result. Invoke
21403         gl_PREREQ_VASNPRINTF_INFINITE.
21404         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21405         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21406         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21407         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21408         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21409         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21410         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21411         * doc/functions/fprintf.texi: Update.
21412         * doc/functions/printf.texi: Update.
21413         * doc/functions/snprintf.texi: Update.
21414         * doc/functions/sprintf.texi: Update.
21415         * doc/functions/vfprintf.texi: Update.
21416         * doc/functions/vprintf.texi: Update.
21417         * doc/functions/vsnprintf.texi: Update.
21418         * doc/functions/vsprintf.texi: Update.
21419
21420 2007-05-19  Bruno Haible  <bruno@clisp.org>
21421
21422         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
21423         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
21424         Instead of multiplying with 10^k, set extra_zeroes to k.
21425         (scale10_round_long_double): Remove function.
21426
21427 2007-05-18  Bruno Haible  <bruno@clisp.org>
21428
21429         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
21430         introduced on 2007-05-06.
21431
21432 2007-05-18  Bruno Haible  <bruno@clisp.org>
21433
21434         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
21435         %g directives.
21436         * tests/test-vasprintf-posix.c (test_function): Likewise.
21437         * tests/test-snprintf-posix.h (test_function): Likewise.
21438         * tests/test-sprintf-posix.h (test_function): Likewise.
21439
21440 2007-05-18  Bruno Haible  <bruno@clisp.org>
21441
21442         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
21443         (strmatch): New function.
21444         (test_function): Test the %f directive on numbers of various exponents.
21445         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
21446         (strmatch): New function.
21447         (test_function): Test the %f directive on numbers of various exponents.
21448         * tests/test-snprintf-posix.h (strmatch): New function.
21449         (test_function): Test the %f directive on numbers of various exponents.
21450         * tests/test-sprintf-posix.h (strmatch): New function.
21451         (test_function): Test the %f directive on numbers of various exponents.
21452         * tests/test-snprintf-posix.c (SIZEOF): New macro.
21453         * tests/test-sprintf-posix.c (SIZEOF): New macro.
21454         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
21455         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
21456
21457 2007-05-18  Bruno Haible  <bruno@clisp.org>
21458
21459         Add support for 'long double' number output.
21460         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
21461         * lib/vasnprintf.c: Include math.h and float+.h.
21462         (mp_limb_t): New type.
21463         (GMP_LIMB_BITS): New macro.
21464         (mp_twolimb_t): New type.
21465         (GMP_TWOLIMB_BITS): New macro.
21466         (mpn_t): New type.
21467         (multiply, divide, convert_to_decimal, decode_long_double,
21468         scale10_round_long_double, scale10_round_decimal_long_double,
21469         floorlog10l): New functions.
21470         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
21471         for the %f, %F, %e, %E, %g, %G directives.
21472         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
21473         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21474         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
21475         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
21476         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21477         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21478         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21479         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21480         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21481         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21482         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21483         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
21484         * modules/snprintf-posix (Depends-on): Likewise.
21485         * modules/sprintf-posix (Depends-on): Likewise.
21486         * modules/vasnprintf-posix (Depends-on): Likewise.
21487         * modules/vasprintf-posix (Depends-on): Likewise.
21488         * modules/vfprintf-posix (Depends-on): Likewise.
21489         * modules/vsnprintf-posix (Depends-on): Likewise.
21490         * modules/vsprintf-posix (Depends-on): Likewise.
21491         * modules/vasnprintf (Files): Add lib/float+.h.
21492         * doc/functions/fprintf.texi: Update.
21493         * doc/functions/printf.texi: Update.
21494         * doc/functions/snprintf.texi: Update.
21495         * doc/functions/sprintf.texi: Update.
21496         * doc/functions/vfprintf.texi: Update.
21497         * doc/functions/vprintf.texi: Update.
21498         * doc/functions/vsnprintf.texi: Update.
21499         * doc/functions/vsprintf.texi: Update.
21500
21501 2007-05-18  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
21504
21505 2007-05-18  Bruno Haible  <bruno@clisp.org>
21506
21507         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
21508         for printing 64-bit integers. Needed for mingw.
21509
21510 2007-05-18  Bruno Haible  <bruno@clisp.org>
21511
21512         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21513         gl_FUNC_FREXPL_WORKS.
21514         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
21515
21516 2007-05-18  Bruno Haible  <bruno@clisp.org>
21517
21518         * modules/frexpl-nolibm-tests: New file.
21519
21520         * modules/frexpl-nolibm: New file.
21521         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
21522
21523 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21524
21525         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
21526         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21527         GCC 4.2, which otherwise issues a lot of warnings.
21528         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
21529         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
21530         Likewise.
21531         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
21532         * modules/iconv_open (iconv.h): Likewise.
21533         * modules/locale (locale.h): Likewise.
21534         * modules/netinet_in (netinet/in.h): Likewise.
21535         * modules/sys_select (sys_select.h): Likewise.
21536         * modules/sys_socket (sys/socket.h): Likewise.
21537         * modules/sys_stat (sys/stat.h): Likewise.
21538         * modules/sysexits (sysexits.h): Likewise.
21539         * modules/unistd (unistd.h): Likewise.
21540
21541 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21542
21543         * modules/closein-tests (Makefile.am): Distribute
21544         `test-closein.sh'.
21545
21546 2007-05-17  Bruno Haible  <bruno@clisp.org>
21547
21548         * tests/test-printf-posix.output: Renamed from
21549         tests/test-fprintf-posix.out.
21550         * modules/fprintf-posix-tests: Update.
21551         * modules/printf-posix-tests: Update.
21552         * modules/vfprintf-posix-tests: Update.
21553         * modules/vprintf-posix-tests: Update.
21554         * tests/test-fprintf-posix.sh: Update.
21555         * tests/test-printf-posix.sh: Update.
21556         * tests/test-vfprintf-posix.sh: Update.
21557         * tests/test-vprintf-posix.sh: Update.
21558         Reported by Ralf Wildenhues.
21559
21560 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
21563         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21564         GCC 4.2, which otherwise issues a lot of warnings.
21565         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
21566         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
21567         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
21568         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
21569         it should no longer be needed.
21570         * lib/string_.h: Likewise.
21571         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
21572         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
21573         * modules/inttypes (inttypes.h): Likewise.
21574         * modules/math (math.h): Likewise.
21575         * modules/search (search.h): Likewise.
21576         * modules/signal (signal.h): Likewise.
21577         * modules/stdint (stdint.h): Likewise.
21578         * modules/stdio (stdio.h): Likewise.
21579         * modules/stdlib (stdlib.h): Likewise.
21580         * modules/string (string.h): Likewise.
21581         * modules/sys_time (sys/time.h): Likewise.
21582         * modules/time (time.h): Likewise.
21583         * modules/wchar (wchar.h): Likewise.
21584         * modules/wctype (wtype.h): Likewise.
21585
21586 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
21587
21588         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
21589
21590 2007-05-13  Bruno Haible  <bruno@clisp.org>
21591
21592         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
21593         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21594         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
21595         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21596         (gl_PREREQ_STRTOK_R): Don't require it here.
21597
21598 2007-05-13  Bruno Haible  <bruno@clisp.org>
21599
21600         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
21601         when used in C++ mode.
21602
21603 2007-05-12  Bruno Haible  <bruno@clisp.org>
21604
21605         * lib/linebuffer.h: Tweak doc.
21606         * lib/linebuffer.c: Likewise.
21607
21608 2007-05-12  James Youngman  <jay@gnu.org>
21609
21610         * lib/linebuffer.c (readlinebuffer_delim): New function,
21611         like readlinebuffer, but use a caller-specified delimiter.
21612         (readlinebuffer): Just call readlinebuffer_delim with '\n'
21613         as the delimiter.
21614         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
21615
21616 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21617
21618         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
21619         * modules/openat (Files): Remove openat-die.c.
21620         (Depends-on): Add openat-die.
21621         * modules/openat-die: New module.
21622
21623 2007-05-06  Bruno Haible  <bruno@clisp.org>
21624
21625         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
21626         Update with info about Cygwin.
21627         * doc/functions/fprintf.texi: Update.
21628         * doc/functions/printf.texi: Update.
21629         * doc/functions/snprintf.texi: Update.
21630         * doc/functions/sprintf.texi: Update.
21631         * doc/functions/vfprintf.texi: Update.
21632         * doc/functions/vprintf.texi: Update.
21633         * doc/functions/vsnprintf.texi: Update.
21634         * doc/functions/vsprintf.texi: Update.
21635         Reported by Eric Blake.
21636
21637 2007-05-06  Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
21640         padding ourselves for the floating-point directives.
21641         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
21642         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
21643         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21644         gl_PRINTF_FLAG_ZERO and test its result. Invoke
21645         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
21646         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21647         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21648         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21649         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21650         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21651         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21652         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21653         * tests/test-snprintf-posix.h (test_function): Also check the width
21654         and some flags in the %f directive.
21655         * tests/test-sprintf-posix.h (test_function): Likewise.
21656         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21657         * tests/test-vasprintf-posix.c (test_function): Likewise.
21658         * doc/functions/fprintf.texi: Update.
21659         * doc/functions/printf.texi: Update.
21660         * doc/functions/snprintf.texi: Update.
21661         * doc/functions/sprintf.texi: Update.
21662         * doc/functions/vfprintf.texi: Update.
21663         * doc/functions/vprintf.texi: Update.
21664         * doc/functions/vsnprintf.texi: Update.
21665         * doc/functions/vsprintf.texi: Update.
21666
21667 2007-05-06  Bruno Haible  <bruno@clisp.org>
21668
21669         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
21670         pass the ' flag character to sprintf or snprintf.
21671         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
21672         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
21673         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21674         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
21675         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
21676         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21677         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21678         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21679         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21680         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21681         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21682         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21683         * tests/test-snprintf-posix.h (test_function): Also check the grouping
21684         flag.
21685         * tests/test-sprintf-posix.h (test_function): Likewise.
21686         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21687         * tests/test-vasprintf-posix.c (test_function): Likewise.
21688         * doc/functions/fprintf.texi: Update.
21689         * doc/functions/printf.texi: Update.
21690         * doc/functions/snprintf.texi: Update.
21691         * doc/functions/sprintf.texi: Update.
21692         * doc/functions/vfprintf.texi: Update.
21693         * doc/functions/vprintf.texi: Update.
21694         * doc/functions/vsnprintf.texi: Update.
21695         * doc/functions/vsprintf.texi: Update.
21696
21697 2007-05-01  Bruno Haible  <bruno@clisp.org>
21698
21699         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
21700
21701 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
21704         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
21705
21706 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21707
21708         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
21709         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
21710         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
21711
21712 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
21713
21714         * lib/argp-help.c (struct hol_entry): New member `ord'.
21715         (HOL_ENTRY_PTRCMP): Use ord for comparison
21716         (hol_sort): Initialize ord.
21717
21718 2007-05-01  Bruno Haible  <bruno@clisp.org>
21719
21720         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
21721         Reported by Eric Blake.
21722         * doc/gnulib.texi (Function Substitutes): Update.
21723
21724 2007-05-01  Bruno Haible  <bruno@clisp.org>
21725
21726         * doc/functions.texi: Remove file, now redundant through
21727         doc/functions/*.texi.
21728
21729 2007-05-01  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/argp (Depends-on): Add sleep.
21732
21733 2007-05-01  Bruno Haible  <bruno@clisp.org>
21734
21735         * modules/sleep-tests: New file.
21736         * tests/test-sleep.c: New file.
21737
21738         * modules/sleep: New file.
21739         * lib/sleep.c: New file.
21740         * m4/sleep.m4: New file.
21741         * lib/unistd_.h (sleep): New declaration.
21742         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
21743         HAVE_SLEEP.
21744         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
21745         * doc/functions/sleep.texi: Document the sleep module.
21746
21747 2007-05-01  Bruno Haible  <bruno@clisp.org>
21748
21749         * lib/sigprocmask.h: Remove file.
21750         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
21751         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
21752         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
21753         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
21754         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
21755         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
21756         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
21757         HAVE_SIGSET_T as a shell variable.
21758         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
21759         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
21760         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
21761         (Depends-on): Add signal. Remove verify.
21762         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
21763         (Include): Mention <signal.h> instead of sigprocmask.h.
21764         * NEWS: Mention the change.
21765         * lib/fatal-signal.c: Don't include sigprocmask.h.
21766
21767 2007-05-01  Bruno Haible  <bruno@clisp.org>
21768
21769         * modules/signal: New file.
21770         * lib/signal_.h: New file.
21771         * m4/signal_h.m4: New file.
21772
21773 2007-05-01  Bruno Haible  <bruno@clisp.org>
21774
21775         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
21776         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
21777         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
21778         HAVE_WCTYPE_CTMP_BUG into wctype.h.
21779
21780 2007-05-01  Bruno Haible  <bruno@clisp.org>
21781
21782         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
21783         configure time.
21784         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
21785         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
21786         * modules/sys_stat (Makefile.am): Substitute their values into
21787         sys/stat.h.
21788
21789 2007-05-01  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
21792         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
21793         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
21794
21795 2007-05-01  Bruno Haible  <bruno@clisp.org>
21796
21797         * doc/header/assert.texi: Undo last change: don't mention the gnulib
21798         'assert' module here.
21799
21800 2007-05-01  Bruno Haible  <bruno@clisp.org>
21801
21802         * doc/functions/*.texi: New files.
21803         * doc/functions/google-ranking.txt: New file.
21804         * doc/gnulib.texi (Function Substitutes): New chapter.
21805         (ctime, inet_ntoa): Remove sections.
21806         * doc/ctime.texi: Remove file.
21807         * doc/inet_ntoa.texi: Remove file.
21808         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
21809         dependencies.
21810         (%.info): New rule, specifying a --reference-limit.
21811
21812 2007-05-01  Bruno Haible  <bruno@clisp.org>
21813
21814         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
21815
21816 2007-05-01  Bruno Haible  <bruno@clisp.org>
21817
21818         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
21819         the portability of 'mkdir' to mingw systems.
21820
21821 2007-05-01  Bruno Haible  <bruno@clisp.org>
21822
21823         * doc/headers/google-ranking.txt: New file.
21824
21825 2007-04-30  Eric Blake  <ebb9@byu.net>
21826
21827         Prefer fseeko to fseek.
21828         * modules/getpass (Depends-on): Add fseeko.
21829         * lib/getpass.c (getpass): Use fseeko, not fseek.
21830
21831 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
21832
21833         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
21834         assumes the sorting is stable, while most qsort implementations
21835         are not.  Use argument addresses to ensure they never compare as
21836         equal.
21837
21838         * tests/test-argp-2.sh (usage-indent test): Fix output
21839         (func_compare): Restore diff options
21840         * tests/test-argp.c: Restore #include "progname.h"
21841
21842 2007-04-29  Bruno Haible  <bruno@clisp.org>
21843
21844         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
21845         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21846         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
21847         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21848         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
21849         (configure.ac): Define CHECK_SNPRINTF_POSIX.
21850         (TESTS, check_PROGRAMS): Add test-snprintf.
21851         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
21852         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
21853         (TESTS, check_PROGRAMS): Add test-vsnprintf.
21854         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
21855         assertions that fail on HP-UX, OSF/1, or IRIX.
21856         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
21857
21858 2007-04-29  Bruno Haible  <bruno@clisp.org>
21859
21860         * MODULES.html.sh (posix_functions): Remove 'contents'.
21861
21862 2007-04-29  Karl Berry  <karl@gnu.org>
21863
21864         * config/srclist.txt (gendocs_template_min): new entry.
21865
21866 2007-04-29  Bruno Haible  <bruno@clisp.org>
21867
21868         Work around fpurge bug on BSD systems.
21869         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
21870         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
21871         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
21872         fpurge to rpl_fpurge if the system already has this function.
21873         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
21874         the case where the system already has this function. Correct invariants
21875         on BSD systems.
21876         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
21877         BSD systems.
21878
21879 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
21880
21881         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
21882         proposed by Sven Verdoolaege.
21883
21884         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
21885         options.
21886         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
21887         (usage and help tests): Update
21888
21889 2007-04-29  Bruno Haible  <bruno@clisp.org>
21890
21891         * tests/test-fflush.c (main): Use a file of size 17, not 10.
21892         Print more information in case of failure. Disable a test on BeOS.
21893
21894 2007-04-29  Bruno Haible  <bruno@clisp.org>
21895
21896         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
21897         This helps debugging on systems on which no gdb is available.
21898
21899 2007-04-29  Bruno Haible  <bruno@clisp.org>
21900
21901         * lib/freading.h: Improve comments.
21902         * lib/fwriting.h: Likewise.
21903         * tests/test-freading.c (main): Don't check freading immediately after
21904         repositioning. Needed for glibc.
21905
21906 2007-04-29  Bruno Haible  <bruno@clisp.org>
21907
21908         * lib/freading.c (freading): Trivial simplification.
21909
21910 2007-04-28  Bruno Haible  <bruno@clisp.org>
21911
21912         * tests/test-fwriting.c (main): Also test the interaction between
21913         fflush and fwriting.
21914         * modules/fwriting-tests (Depends-on): Add fflush.
21915
21916         * tests/test-freading.c (main): Also test the interaction between
21917         fflush and freading.
21918         * modules/freading-tests (Depends-on): Add fflush.
21919
21920 2007-04-28  Bruno Haible  <bruno@clisp.org>
21921
21922         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
21923         fseeko and ftello.
21924         Suggested by Eric Blake.
21925
21926 2007-04-28  Jim Meyering  <jim@meyering.net>
21927
21928         Avoid false-negative in gl_STDINT_H's C99 conformance test.
21929         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
21930         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
21931
21932 2007-04-27  Eric Blake  <ebb9@byu.net>
21933
21934         * doc/headers/assert.texi (assert.h): Document assert module use.
21935
21936 2007-04-27  Bruno Haible  <bruno@clisp.org>
21937
21938         * doc/headers/*.texi: New files.
21939         * doc/gnulib.texi (Header File Substitutes): New chapter.
21940         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
21941         dependencies.
21942         (standards.info ,standards.html, standards.dvi): Update dependencies.
21943         (mostlyclean, clean): New targets.
21944
21945 2007-04-27  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
21948         * modules/sysexits (Files, Makefile.am): Update.
21949
21950         * lib/sys_socket_.h: Renamed from lib/socket_.h.
21951         * modules/sys_socket (Files, Makefile.am): Update.
21952
21953         * lib/sys_stat_.h: Renamed from lib/stat_.h.
21954         * modules/sys_stat (Files, Makefile.am): Update.
21955
21956 2007-04-27  Eric Blake  <ebb9@byu.net>
21957
21958         * lib/freading.h: Improve comments.
21959         * lib/fwriting.h: Likewise.
21960         * lib/fflush.c: Likewise.
21961
21962         Fix closein for mingw.
21963         * modules/closein-tests: Add tests for closein.
21964         * tests/test-closein.c: New file.
21965         * tests/test-closein.sh: Likewise.
21966         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
21967         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
21968
21969 2007-04-27  Bruno Haible  <bruno@clisp.org>
21970
21971         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
21972         version is < 6.
21973         * lib/math_.h [__DECC]: Likewise.
21974         * lib/stdio_.h [__DECC]: Likewise.
21975         * lib/stdlib_.h [__DECC]: Likewise.
21976         * lib/string_.h [__DECC]: Likewise.
21977         * lib/time_.h [__DECC]: Likewise.
21978         * lib/wchar_.h [__DECC]: Likewise.
21979         * lib/wctype_.h [__DECC]: Likewise.
21980
21981 2007-04-27  Bruno Haible  <bruno@clisp.org>
21982
21983         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
21984
21985 2007-04-27  Bruno Haible  <bruno@clisp.org>
21986
21987         * lib/fflush.c: Add comments.
21988         * modules/fpurge-tests (Depends-on): Add fflush.
21989         * modules/freadable-tests (Depends-on): Likewise.
21990         * modules/fwritable-tests (Depends-on): Likewise.
21991
21992 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
21993
21994         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
21995         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
21996         Report by Bruno Haible <bruno@clisp.org>.
21997
21998 2007-04-26  Eric Blake  <ebb9@byu.net>
21999
22000         Fix fflush on mingw.
22001         * modules/fflush (Depends-on): Add freading.
22002         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
22003         but unread data.
22004
22005 2007-04-26  Eric Blake  <ebb9@byu.net>
22006         and Bruno Haible  <bruno@clisp.org>
22007
22008         Implement freading and fwriting.
22009         * lib/freading.c: New file.
22010         * lib/freading.h: Likewise.
22011         * m4/freading.m4: Likewise.
22012         * modules/freading: Likewise.
22013         * modules/freading-tests: Likewise.
22014         * tests/test-freading.c: Likewise.
22015         * lib/fwriting.c: New file.
22016         * lib/fwriting.h: Likewise.
22017         * m4/fwriting.m4: Likewise.
22018         * modules/fwriting: Likewise.
22019         * modules/fwriting-tests: Likewise.
22020         * tests/test-fwriting.c: Likewise.
22021         * MODULES.html.sh (File stream based Input/Output): Mention them.
22022
22023 2007-04-26  Bruno Haible  <bruno@clisp.org>
22024
22025         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
22026         'long' when we assume it.
22027         Suggested by Eric Blake.
22028
22029 2007-04-26  Bruno Haible  <bruno@clisp.org>
22030
22031         Ensure fseeko, ftello are declared on glibc systems.
22032         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
22033         * modules/fseeko (configure.ac-early): Likewise.
22034         * modules/ftello (configure.ac-early): Likewise.
22035         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
22036         AC_FUNC_FSEEKO for this.
22037         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
22038         (gl_CHECK_FSEEKO): Remove macro.
22039
22040 2007-04-26  Bruno Haible  <bruno@clisp.org>
22041
22042         * tests/test-fflush.c (main): Also check the ftell result after
22043         fflush and fseek/fseeko.
22044         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
22045         file descriptor position cache in the stream.
22046         * lib/fseeko.c (rpl_fseeko): Likewise.
22047
22048 2007-04-26  Bruno Haible  <bruno@clisp.org>
22049
22050         * modules/fflush-tests (Depends-on): Add fseeko.
22051
22052 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
22053             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22054
22055         * lib/argz_.h: ensure error_t definition is obtained in same
22056         mechanism system argz.h would have.
22057         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
22058         argz facilities are known bad.  Err on the side of caution if
22059         cross-compiling.
22060
22061 2007-04-25  Eric Blake  <ebb9@byu.net>
22062
22063         * lib/fpurge.c (includes): Use stdlib.h for free.
22064         * tests/test-fflush.c (main): Also test fflush-fseeko.
22065
22066 2007-04-25  Bruno Haible  <bruno@clisp.org>
22067
22068         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
22069         * lib/fseeko.c: New file.
22070         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
22071         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
22072         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
22073         gl_FUNC_FSEEKO.
22074         (gl_FUNC_FSEEKO): Invoke it.
22075         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
22076         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
22077         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
22078
22079 2007-04-25  Bruno Haible  <bruno@clisp.org>
22080
22081         * modules/fflush (Depends-on): Add ftello.
22082
22083 2007-04-25  Bruno Haible  <bruno@clisp.org>
22084
22085         * modules/ftello-tests: New file.
22086         * tests/test-ftello.c: New file.
22087
22088         * modules/ftello: New file.
22089         * m4/ftello.m4: New file.
22090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
22091         HAVE_FTELLO.
22092         * lib/stdio_.h (ftello): New declaration.
22093         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
22094         HAVE_FTELLO.
22095
22096 2007-04-25  Bruno Haible  <bruno@clisp.org>
22097
22098         * modules/fseeko-tests: New file.
22099         * tests/test-fseeko.c: New file.
22100
22101         * modules/fseeko: New file.
22102         * m4/fseeko.m4: New file.
22103         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
22104         HAVE_FSEEKO.
22105         * lib/stdio_.h (fseeko): New declaration.
22106         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
22107         HAVE_FSEEKO.
22108
22109 2007-04-25  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
22112
22113 2007-04-25  Bruno Haible  <bruno@clisp.org>
22114
22115         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
22116         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
22117         * tests/test-unistd.c: Likewise.
22118         * tests/test-fcntl.c: Likewise.
22119
22120 2007-04-23  Eric Blake  <ebb9@byu.net>
22121
22122         * lib/fflush.c: Fix missing include.
22123         Reported by Bruno Haible.
22124
22125 2007-04-23  Bruno Haible  <bruno@clisp.org>
22126
22127         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
22128         Reported by Eric Blake.
22129
22130 2007-04-23  Bruno Haible  <bruno@clisp.org>
22131
22132         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
22133
22134 2007-04-23  Bruno Haible  <bruno@clisp.org>
22135
22136         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
22137
22138 2007-04-23  Bruno Haible  <bruno@clisp.org>
22139
22140         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
22141         Needed on HP-UX 11.
22142
22143 2007-04-16  Eric Blake  <ebb9@byu.net>
22144
22145         Make fflush rely on fpurge.
22146         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
22147         open coding all variants.
22148         * modules/fflush (Depends-on): Add fpurge and unistd.
22149         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
22150         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
22151
22152         Fix --with-tests compilation on cygwin.
22153         * modules/argmatch-tests (Makefile.am): List gnulib library first
22154         in LDADD.
22155         * modules/argp-tests (Makefile.am): Likewise.
22156         * modules/array-list-tests (Makefile.am): Likewise.
22157         * modules/array-oset-tests (Makefile.am): Likewise.
22158         * modules/avltree-list-tests (Makefile.am): Likewise.
22159         * modules/avltree-oset-tests (Makefile.am): Likewise.
22160         * modules/avltreehash-list-tests (Makefile.am): Likewise.
22161         * modules/carray-list-tests (Makefile.am): Likewise.
22162         * modules/dirname-tests (Makefile.am): Likewise.
22163         * modules/frexp-tests (Makefile.am): Likewise.
22164         * modules/isnanl-tests (Makefile.am): Likewise.
22165         * modules/linked-list-tests (Makefile.am): Likewise.
22166         * modules/linkedhash-list-tests (Makefile.am): Likewise.
22167         * modules/lock-tests (Makefile.am): Likewise.
22168         * modules/rbtree-list-tests (Makefile.am): Likewise.
22169         * modules/rbtree-oset-tests (Makefile.am): Likewise.
22170         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
22171         * modules/tls-tests (Makefile.am): Likewise.
22172         * modules/tsearch-tests (Makefile.am): Likewise.
22173         * modules/xvasprintf-tests (Makefile.am): Likewise.
22174
22175         Fix fpurge for cygwin.
22176         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
22177         value.
22178         * modules/fpurge-tests (Depends-on): Clean up trash.
22179
22180 2007-04-16  Simon Josefsson  <simon@josefsson.org>
22181
22182         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
22183
22184         * m4/autobuild.m4: Re-indent.
22185
22186 2007-04-13  Bruno Haible  <bruno@clisp.org>
22187
22188         * modules/fpurge-tests: New file.
22189         * tests/test-fpurge.c: New file.
22190
22191         * modules/fpurge: New file.
22192         * lib/fpurge.h: New file.
22193         * lib/fpurge.c: New file.
22194         * m4/fpurge.m4: New file.
22195
22196 2007-04-13  Bruno Haible  <bruno@clisp.org>
22197
22198         * modules/fbufmode-tests: New file.
22199         * tests/test-fbufmode.c: New file.
22200
22201         * modules/fbufmode: New file.
22202         * lib/fbufmode.h: New file.
22203         * lib/fbufmode.c: New file.
22204         * m4/fbufmode.m4: New file.
22205
22206 2007-04-13  Bruno Haible  <bruno@clisp.org>
22207
22208         * modules/fwritable-tests: New file.
22209         * tests/test-fwritable.c: New file.
22210
22211         * modules/fwritable: New file.
22212         * lib/fwritable.h: New file.
22213         * lib/fwritable.c: New file.
22214         * m4/fwritable.m4: New file.
22215
22216 2007-04-13  Bruno Haible  <bruno@clisp.org>
22217
22218         * modules/freadable-tests: New file.
22219         * tests/test-freadable.c: New file.
22220
22221         * modules/freadable: New file.
22222         * lib/freadable.h: New file.
22223         * lib/freadable.c: New file.
22224         * m4/freadable.m4: New file.
22225
22226 2007-04-13  Bruno Haible  <bruno@clisp.org>
22227
22228         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
22229         MOSTLYCLEANFILES.
22230
22231 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22232
22233         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
22234         gzip bootstrap.conf to avoid dragging in i18n machinery.
22235         (gnulib_tool_option): Use it.
22236
22237 2007-04-13  Bruno Haible  <bruno@clisp.org>
22238
22239         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
22240         %F directives.
22241         * tests/test-vasprintf-posix.c (test_function): Likewise.
22242         * tests/test-snprintf-posix.h (test_function): Likewise.
22243         * tests/test-sprintf-posix.h (test_function): Likewise.
22244         * tests/test-fprintf-posix.h (test_function): Likewise.
22245         * tests/test-printf-posix.h (test_function): Likewise.
22246         * tests/test-fprintf-posix.out: Likewise.
22247
22248 2007-04-13  Bruno Haible  <bruno@clisp.org>
22249
22250         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
22251         * modules/tls-tests (configure.ac): Likewise.
22252         Reported by Arto C. Nirkko <anirkko@insel.ch>.
22253
22254 2007-04-13  Bruno Haible  <bruno@clisp.org>
22255
22256         * lib/tls.c (glthread_tls_get): Fix return type.
22257         Patch by Arto C. Nirkko <anirkko@insel.ch>.
22258
22259 2007-04-12  Eric Blake  <ebb9@byu.net>
22260
22261         * modules/gettime (Depends-on): Remove gettime.
22262         Reported by Dmitry V. Levin.
22263
22264 2007-04-12  Bruno Haible  <bruno@clisp.org>
22265
22266         * modules/fflush (Include): Mention <stdio.h>.
22267         * modules/strtoimax (Include): Mention <inttypes.h>.
22268         * modules/strtoumax (Include): Likewise.
22269
22270 2007-04-12  Eric Blake  <ebb9@byu.net>
22271
22272         * .cvsignore: New file.
22273         * .gitignore: Likewise.
22274
22275 2007-04-12  Bruno Haible  <bruno@clisp.org>
22276
22277         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
22278         not before, since $(LDADD) often contains libgnu.a.
22279         * modules/striconv-tests (test_striconv_LDADD): Likewise.
22280         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
22281         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
22282         Needed on Cygwin.
22283
22284 2007-04-12  Eric Blake  <ebb9@byu.net>
22285
22286         Work around glibc's failure to flush stdin on fclose.
22287         * lib/closein.c (close_stdin): Flush stdin before closing.
22288
22289         Work around glibc's failure to reset seekable stdin on exit.
22290         * modules/closein: New module.
22291         * lib/closein.c: New file.
22292         * lib/closein.h: Likewise.
22293         * m4/closein.m4: Likewise.
22294         * MODULES.html.sh (File stream based Input/Output): Document it.
22295
22296 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22297
22298         * gnulib-tool: Rename generated 'autobuild' script to
22299         'do-autobuild' in --create-megatestdir output.
22300
22301         * doc/gnulib.texi (Build robot for gnulib): Fix.
22302
22303 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22304
22305         * modules/sysexits (Depends-on): Add absolute-header.
22306
22307 2007-04-12  Eric Blake  <ebb9@byu.net>
22308
22309         No need to preserve errno on success.
22310         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
22311         Reported by Bruno Haible.
22312
22313 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22314
22315         * MODULES.html.sh (Support for maintaining and releasing
22316         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
22317
22318 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22319
22320         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
22321
22322 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22323
22324         * modules/autobuild: New module.
22325
22326         * m4/autobuild.m4: New file.
22327
22328 2007-04-11  Bruno Haible  <bruno@clisp.org>
22329
22330         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
22331         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
22332         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
22333         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
22334         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22335         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22336         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22337         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22338         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22339         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22340         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
22341         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22342         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22343         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
22344         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22345         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22346         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
22347         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22348         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22349         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
22350         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22351         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22352         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
22353         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22354         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22355         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
22356         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22357         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22358         Reported by Eric Blake.
22359
22360 2007-04-11  Bruno Haible  <bruno@clisp.org>
22361
22362         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
22363
22364 2007-04-10  Bruno Haible  <bruno@clisp.org>
22365
22366         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
22367         for NaN and Infinity. Needed on FreeBSD 6.1.
22368         * tests/test-vasnprintf-posix.c (test_function): Undo last change
22369         regarding results for "%010a" of Infinity and NaN.
22370         * tests/test-vasprintf-posix.c (test_function): Likewise.
22371         * tests/test-snprintf-posix.h (test_function): Likewise.
22372         * tests/test-sprintf-posix.h (test_function): Likewise.
22373         * tests/test-fprintf-posix.h (test_function): Likewise.
22374         * tests/test-printf-posix.h (test_function): Likewise.
22375         * tests/test-fprintf-posix.out: Likewise.
22376
22377 2007-04-10  Bruno Haible  <bruno@clisp.org>
22378
22379         * modules/locale-tests: New file.
22380         * tests/test-locale.c: New file.
22381
22382         * modules/locale: New file.
22383         * lib/locale_.h: New file.
22384         * m4/locale_h.m4: New file.
22385
22386 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
22387             Bruno Haible  <bruno@clisp.org>
22388
22389         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
22390         be determined, test for availability of the copysignf, copysign,
22391         copysignl functions.
22392         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
22393         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
22394         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
22395
22396 2007-04-09  Eric Blake  <ebb9@byu.net>
22397
22398         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
22399         * modules/stdio (Makefile.am): Support fflush.
22400         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22401         * modules/fflush: New file.
22402         * lib/fflush.c: Likewise.
22403         * m4/fflush.m4: Likewise.
22404         * modules/fflush-tests: New test.
22405         * tests/test-fflush.c: Likewise.
22406         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
22407
22408 2007-04-06  Bruno Haible  <bruno@clisp.org>
22409
22410         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
22411         (VASNPRINTF): Use signbit for faster determination whether to print a
22412         minus sign.
22413         * modules/vasnprintf (Files): Remove lib/float+.h.
22414         * modules/fprintf-posix (Depends-on): Add signbit.
22415         * modules/snprintf-posix (Depends-on): Likewise.
22416         * modules/sprintf-posix (Depends-on): Likewise.
22417         * modules/vasnprintf-posix (Depends-on): Likewise.
22418         * modules/vasprintf-posix (Depends-on): Likewise.
22419         * modules/vfprintf-posix (Depends-on): Likewise.
22420         * modules/vsnprintf-posix (Depends-on): Likewise.
22421         * modules/vsprintf-posix (Depends-on): Likewise.
22422
22423 2007-04-06  Bruno Haible  <bruno@clisp.org>
22424
22425         * tests/test-frexp.c (main): Test also the sign bit of zero results.
22426         * tests/test-frexpl.c (main): Likewise.
22427         * tests/test-ldexpl.c (main): Likewise.
22428         * modules/frexp-tests (Depends-on): Add signbit.
22429         * modules/frexpl-tests (Depdends-on): Likewise.
22430         * modules/ldexpl-tests (Depdends-on): Likewise.
22431
22432 2007-04-06  Bruno Haible  <bruno@clisp.org>
22433
22434         * modules/signbit-tests: New file.
22435         * tests/test-signbit.c: New file.
22436
22437         * modules/signbit: New file.
22438         * lib/signbitf.c: New file.
22439         * lib/signbitd.c: New file.
22440         * lib/signbitl.c: New file.
22441         * m4/signbit.m4: New file.
22442         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
22443         (signbit): New macro.
22444         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
22445         REPLACE_SIGNBIT.
22446         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
22447         REPLACE_FREXPL into math.h.
22448
22449 2007-04-06  Bruno Haible  <bruno@clisp.org>
22450
22451         * modules/isnanf-nolibm-tests: New file.
22452         * tests/test-isnanf.c: New file.
22453
22454         * modules/isnanf-nolibm: New file.
22455         * lib/isnanf.h: New file.
22456         * lib/isnanf.c: New file.
22457         * lib/isnan.c: Consider the USE_FLOAT macro.
22458         * m4/isnanf.m4: New file.
22459
22460 2007-04-06  Bruno Haible  <bruno@clisp.org>
22461
22462         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
22463         (Link): New section.
22464
22465         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
22466
22467 2007-04-06  Bruno Haible  <bruno@clisp.org>
22468
22469         Assume the 'long double' type.
22470         * m4/longdouble.m4: Remove file.
22471         * config/srclist.txt: Don't mention longdouble.m4.
22472         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
22473         * lib/float+.h: Likewise.
22474         * lib/frexp.c: Likewise.
22475         * lib/printf-args.h: Likewise.
22476         * lib/printf-args.c: Likewise.
22477         * lib/printf-frexp.c: Likewise.
22478         * lib/printf-parse.c: Likewise.
22479         * lib/vasnprintf.c: Likewise.
22480         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
22481         * m4/intl.m4: Likewise.
22482         * m4/isnanl.m4: Likewise.
22483         * m4/printf.m4: Likewise.
22484         * m4/printf-frexpl.m4: Likewise.
22485         * m4/vasnprintf.m4: Likewise.
22486         * modules/allocsa (Files): Remove m4/longdouble.m4.
22487         * modules/gettext (Files): Likewise.
22488         * modules/relocatable-prog-wrapper (Files): Likewise.
22489         * modules/vasnprintf (Files): Likewise.
22490         * modules/isnanl (Files): Likewise.
22491         (Include): Simplify.
22492         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
22493         (Include): Simplify.
22494         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
22495         (Include): Simplify.
22496         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
22497         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22498         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
22499         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22500         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22501         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22502         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
22503         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22504         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22505         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22506         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
22507         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22508         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
22509         * tests/test-isnanl.c: Likewise.
22510         * tests/test-snprintf-posix.h: Likewise.
22511         * tests/test-sprintf-posix.h: Likewise.
22512         * tests/test-vasnprintf-posix.c: Likewise.
22513         * tests/test-vasnprintf-posix2.c: Likewise.
22514         * tests/test-vasprintf-posix.c: Likewise.
22515
22516 2007-04-06  Bruno Haible  <bruno@clisp.org>
22517
22518         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
22519         * lib/math_.h [__DECC]: Include the overridden include file through
22520         #include_next, outside the double-inclusion guard.
22521         * lib/stdio_.h [__DECC]: Likewise.
22522         * lib/stdlib_.h [__DECC]: Likewise.
22523         * lib/string_.h [__DECC]: Likewise.
22524         * lib/time_.h [__DECC]: Likewise.
22525         * lib/wchar_.h [__DECC]: Likewise.
22526         * lib/wctype_.h [__DECC]: Likewise.
22527         * lib/inttypes_.h [__DECC]: Likewise.
22528         Reported by Albert Chin <china@thewrittenword.com> in
22529         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
22530
22531 2007-04-04  Eric Blake  <ebb9@byu.net>
22532
22533         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
22534         1.5.x.
22535
22536 2007-04-04  Bruno Haible  <bruno@clisp.org>
22537
22538         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
22539         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
22540
22541 2007-04-04  Bruno Haible  <bruno@clisp.org>
22542
22543         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
22544         results for "%010a" of Infinity and NaN.
22545         * tests/test-vasprintf-posix.c (test_function): Likewise.
22546         * tests/test-snprintf-posix.h (test_function): Likewise.
22547         * tests/test-sprintf-posix.h (test_function): Likewise.
22548         * tests/test-fprintf-posix.h (test_function): Remove these tests.
22549         * tests/test-printf-posix.h (test_function): Likewise.
22550         * tests/test-fprintf-posix.out: Update.
22551         Needed for FreeBSD 6.1.
22552
22553 2007-04-04  Bruno Haible  <bruno@clisp.org>
22554
22555         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
22556         directly used by the gnulib modules nor by gnulib-tool.
22557
22558 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22559
22560         * DEPENDENCIES: Give overall description of version dependency
22561         desirability.  Use more-typical names for apps.
22562         Add shell, coreutils, diffutils, grep, tar, gzip.
22563
22564 2007-04-04  Simon Josefsson  <simon@josefsson.org>
22565
22566         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
22567
22568 2007-04-04  Karl Berry  <karl@gnu.org>
22569
22570         * MODULES.html.sh (func_module): missing '.
22571
22572 2007-04-03  Bruno Haible  <bruno@clisp.org>
22573
22574         * modules/argmatch-tests (Makefile.am): New variable
22575         test_argmatch_LDADD.
22576         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
22577         * modules/array-list-tests (Makefile.am): New variable
22578         test_array_list_LDADD.
22579         * modules/array-oset-tests (Makefile.am): New variable
22580         test_array_oset_LDADD.
22581         * modules/avltree-list-tests (Makefile.am): New variable
22582         test_avltree_list_LDADD.
22583         * modules/avltree-oset-tests (Makefile.am): New variable
22584         test_avltree_oset_LDADD.
22585         * modules/avltreehash-list-tests (Makefile.am): New variable
22586         test_avltreehash_list_LDADD.
22587         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
22588         test_canonicalize_lgpl_LDADD.
22589         * modules/carray-list-tests (Makefile.am): New variable
22590         test_carray_list_LDADD.
22591         * modules/dirname-tests (Makefile.am): New variable
22592         test_dirname_LDADD.
22593         * modules/linked-list-tests (Makefile.am): New variable
22594         test_linked_list_LDADD.
22595         * modules/linkedhash-list-tests (Makefile.am): New variable
22596         test_linkedhash_list_LDADD.
22597         * modules/rbtree-list-tests (Makefile.am): New variable
22598         test_rbtree_list_LDADD.
22599         * modules/rbtree-oset-tests (Makefile.am): New variable
22600         test_rbtree_oset_LDADD.
22601         * modules/rbtreehash-list-tests (Makefile.am): New variable
22602         test_rbtreehash_list_LDADD.
22603         * modules/xvasprintf-tests (Makefile.am): New variable
22604         test_xvasprintf_LDADD.
22605         Reported by Eric Blake.
22606
22607 2007-04-03  Eric Blake  <ebb9@byu.net>
22608
22609         * DEPENDENCIES: Weaken m4 requirements.
22610
22611 2007-04-03  Bruno Haible  <bruno@clisp.org>
22612
22613         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
22614         * modules/isnanl-tests (configure.ac): Likewise.
22615
22616 2007-04-03  Ben Pfaff  <blp@gnu.org>
22617
22618         * modules/iconv_open: Add $(srcdir)/ to source directory
22619         references in Makefile fragments that call gperf, to fix VPATH
22620         builds.
22621
22622 2007-04-03  Bruno Haible  <bruno@clisp.org>
22623
22624         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
22625         * lib/ldexpl.c: Undo last change.
22626
22627 2007-04-03  Bruno Haible  <bruno@clisp.org>
22628
22629         * modules/printf-frexpl (Depends-on): Undo last change.
22630         (Files): Add m4/ldexpl.m4.
22631
22632 2007-04-03  Bruno Haible  <bruno@clisp.org>
22633
22634         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
22635         * modules/isnanl (Link): New section.
22636
22637         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
22638         * modules/frexp (Link): New section.
22639
22640         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
22641         * modules/frexpl (Link): New section.
22642
22643         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
22644         * modules/ldexpl (Link): New section.
22645
22646 2007-04-03  Bruno Haible  <bruno@clisp.org>
22647
22648         * modules/TEMPLATE-EXTENDED: New file.
22649         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
22650
22651 2007-04-03  Bruno Haible  <bruno@clisp.org>
22652
22653         * DEPENDENCIES: New file.
22654         Suggested by Simon Josefsson.
22655
22656 2007-04-03  Bruno Haible  <bruno@clisp.org>
22657
22658         * doc/gnulib.texi: Escape @.
22659
22660 2007-04-03  James Youngman  <jay@gnu.org>
22661         and Paul Eggert  <eggert@cs.ucla.edu>
22662
22663         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
22664         birthtime on all systems that have birthtime, not just those which
22665         use st_birthtimensec rather than st_birthtim.  Putting zero in
22666         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
22667         that the birth time is not available for files on an NFS mount.
22668
22669 2007-04-03  Simon Josefsson  <simon@josefsson.org>
22670
22671         * modules/memxor: Move back from crypto/, suggested by Bruno.
22672         * modules/crypto/hmac-sha1: Fix memxor dependency.
22673
22674         * modules/crypto/gc: Moved from ../.
22675
22676 2007-04-02  Eric Blake  <ebb9@byu.net>
22677
22678         * lib/ldexpl.c (includes): Avoid libm.
22679
22680         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
22681
22682 2007-04-02  Bruno Haible  <bruno@clisp.org>
22683
22684         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
22685         on IRIX.
22686
22687 2007-04-02  Bruno Haible  <bruno@clisp.org>
22688
22689         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
22690         x86 or x86_64 platforms running MacOS X.
22691         Reported by Ryan Schmidt <@ryandesign.com>.
22692
22693 2007-04-02  Bruno Haible  <bruno@clisp.org>
22694
22695         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
22696         i386.
22697
22698 2007-04-01  Simon Josefsson  <simon@josefsson.org>
22699
22700         * modules/crypto/arcfour: Moved from ../.
22701         * modules/crypto/arcfour-tests: Moved from ../.
22702         * modules/crypto/arctwo: Moved from ../.
22703         * modules/crypto/arctwo-tests: Moved from ../.
22704         * modules/crypto/des: Moved from ../.
22705         * modules/crypto/des-tests: Moved from ../.
22706         * modules/crypto/gc-arcfour: Moved from ../.
22707         * modules/crypto/gc-arcfour-tests: Moved from ../.
22708         * modules/crypto/gc-arctwo: Moved from ../.
22709         * modules/crypto/gc-arctwo-tests: Moved from ../.
22710         * modules/crypto/gc-des: Moved from ../.
22711         * modules/crypto/gc-des-tests: Moved from ../.
22712         * modules/crypto/gc-hmac-md5: Moved from ../.
22713         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
22714         * modules/crypto/gc-hmac-sha1: Moved from ../.
22715         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
22716         * modules/crypto/gc-md2: Moved from ../.
22717         * modules/crypto/gc-md2-tests: Moved from ../.
22718         * modules/crypto/gc-md4: Moved from ../.
22719         * modules/crypto/gc-md4-tests: Moved from ../.
22720         * modules/crypto/gc-md5: Moved from ../.
22721         * modules/crypto/gc-md5-tests: Moved from ../.
22722         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
22723         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
22724         * modules/crypto/gc-random: Moved from ../.
22725         * modules/crypto/gc-rijndael: Moved from ../.
22726         * modules/crypto/gc-rijndael-tests: Moved from ../.
22727         * modules/crypto/gc-sha1: Moved from ../.
22728         * modules/crypto/gc-sha1-tests: Moved from ../.
22729         * modules/crypto/gc-tests: Moved from ../.
22730         * modules/crypto/hmac-md5: Moved from ../.
22731         * modules/crypto/hmac-md5-tests: Moved from ../.
22732         * modules/crypto/hmac-sha1: Moved from ../.
22733         * modules/crypto/hmac-sha1-tests: Moved from ../.
22734         * modules/crypto/md2: Moved from ../.
22735         * modules/crypto/md2-tests: Moved from ../.
22736         * modules/crypto/md4: Moved from ../.
22737         * modules/crypto/md4-tests: Moved from ../.
22738         * modules/crypto/md5: Moved from ../.
22739         * modules/crypto/md5-tests: Moved from ../.
22740         * modules/crypto/memxor: Moved from ../.
22741         * modules/crypto/rijndael: Moved from ../.
22742         * modules/crypto/rijndael-tests: Moved from ../.
22743         * modules/crypto/sha1: Moved from ../.
22744
22745 2007-03-30  James Youngman  <jay@gnu.org>
22746
22747         * tests/test-stat-time.c (prepare_test): use chmod() rather than
22748         rename() to change the ctime of a file (because ctime is unaffected
22749         by rename on jfs2 on AIX 5.1).
22750         (main): Start by doing cleanup, in case a previous run failed leaving
22751         test files behind.
22752
22753 2007-03-31  Bruno Haible  <bruno@clisp.org>
22754
22755         Support old proprietary implementations of iconv.
22756         * modules/iconv_open: New file.
22757         * lib/iconv_.h: New file.
22758         * m4/iconv_h.m4: New file.
22759         * lib/iconv_open.c: New file.
22760         * lib/iconv_open-aix.gperf: New file.
22761         * lib/iconv_open-hpux.gperf: New file.
22762         * lib/iconv_open-irix.gperf: New file.
22763         * lib/iconv_open-osf.gperf: New file.
22764         * m4/iconv_open.m4: New file.
22765         * modules/linebreak (Depends-on): Add iconv_open.
22766         * modules/striconv (Depends-on): Likewise.
22767         * modules/striconveh (Depends-on): Likewise.
22768         * modules/unicodeio (Depends-on): Likewise.
22769         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
22770         (iconv_t)(-1).
22771         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
22772         conversion if cd is (iconv_t)(-1).
22773         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
22774         is not possible.
22775
22776 2007-03-31  Bruno Haible  <bruno@clisp.org>
22777
22778         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22779         work on Solaris either. Protect also second use of "autodetect_jp".
22780
22781 2007-03-31  Bruno Haible  <bruno@clisp.org>
22782
22783         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
22784         the function is not present.
22785
22786 2007-03-31  Bruno Haible  <bruno@clisp.org>
22787
22788         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
22789         the function is not present.
22790
22791 2007-03-31  Bruno Haible  <bruno@clisp.org>
22792
22793         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
22794         a bug in HP-UX iconv_open().
22795
22796 2007-03-31  Bruno Haible  <bruno@clisp.org>
22797
22798         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
22799         (Mathematics <math.h>): New section, add fpieee.
22800         (Input/output <stdio.h>): Add fseterr.
22801         (Mathematics <math.h>): New section, add printf-frexp.
22802         (Container data structures): Add sublist.
22803         (Core language properties): Add fpucw, inline.
22804         (Functions for greatest-width integer types <inttypes.h>): Add
22805         imaxabs, imaxdiv, inttypes.
22806         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
22807         isnanl-nolibm, ldexp.
22808         (Mathematics <math.h>): New section, add printf-frexpl.
22809         (Support for systems lacking POSIX:2001): Add fprintf-posix,
22810         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
22811         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
22812         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
22813         (Unicode string functions): Add unistr/u*-mbtoucr.
22814         (Java): Add javacomp-script, javaexec-script.
22815         (C#): Add csharpcomp-script, csharpexec-script.
22816         (Support for building libraries and executables): Add havelib,
22817         relocatable-*.
22818         (Support for maintaining and releasing projects): Renamed from
22819         'Support for maintaining and release projects'. Add announce-gen.
22820
22821 2007-03-31  Bruno Haible  <bruno@clisp.org>
22822
22823         * README: Talk primarily about git.
22824         (git and CVS): Renamed from CVS.
22825         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
22826         gnulib is available through git.
22827         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
22828
22829 2007-03-30  Bruno Haible  <bruno@clisp.org>
22830
22831         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
22832         * lib/poll_.h: Likewise.
22833         * lib/stat_.h: Likewise.
22834         * lib/sys_time_.h: Likewise.
22835         * lib/sysexit_.h: Likewise.
22836         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
22837         * lib/stdbool_.h: Likewise.
22838         * lib/byteswap_.h: Add double-inclusion guard.
22839
22840 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
22841
22842         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
22843
22844 2007-03-30  Karl Berry  <karl@gnu.org>
22845
22846         * config/srclist-update: double space after USA in the license
22847         substitution, since that's how it's usually (?) written.
22848
22849 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22850
22851         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
22852         reported by Bruno Haible.
22853
22854 2007-03-29  Bruno Haible  <bruno@clisp.org>
22855
22856         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
22857         a bug in AIX iconv().
22858
22859 2007-03-29  Bruno Haible  <bruno@clisp.org>
22860
22861         * modules/ldexpl-tests: New file.
22862         * tests/test-ldexpl.c: New file.
22863
22864 2007-03-29  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/ldexpl.c: Include fpucw.h.
22867         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
22868         multiplication.
22869         * modules/ldexpl (Depends-on): Add fpucw.
22870
22871 2007-03-29  Bruno Haible  <bruno@clisp.org>
22872
22873         * modules/ldexpl: New file.
22874         * m4/ldexpl.m4: New file.
22875         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
22876         set.
22877         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
22878         REPLACE_LDEXPL.
22879         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
22880         REPLACE_LDEXPL.
22881         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
22882         gl_FUNC_LDEXPL_WORKS.
22883         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
22884         * modules/mathl (Files): Remove lib/ldexpl.c.
22885         (Depends-on): Add ldexpl.
22886
22887 2007-03-29  Bruno Haible  <bruno@clisp.org>
22888
22889         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
22890
22891 2007-03-29  Bruno Haible  <bruno@clisp.org>
22892
22893         * tests/test-striconveh.c (main): Don't assume that a direct conversion
22894         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
22895         and possibly also HP-UX.
22896         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22897         work on AIX, IRIX, HP-UX, OSF/1.
22898         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
22899         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
22900         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
22901         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
22902         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
22903         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
22904
22905 2007-03-29  Bruno Haible  <bruno@clisp.org>
22906
22907         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
22908
22909 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
22910
22911         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
22912         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
22913
22914 2007-03-29  Eric Blake  <ebb9@byu.net>
22915
22916         * lib/acl-internal.h: Remove redundant include.
22917         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
22918         Cygwin when a file is locked.
22919
22920 2007-03-29  Bruno Haible  <bruno@clisp.org>
22921
22922         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
22923         file.
22924         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
22925
22926 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
22927
22928         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
22929         try to remove a parent directory if the child couldn't be removed
22930         (except for the first rmdir, which could fail because the child
22931         doesn't exist).  Problem reported by Jeff Blaine in
22932         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
22933
22934 2007-03-28  Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/striconveh.c (utf8conv_carefully): New function.
22937         (mem_cd_iconveh_internal): Invoke it.
22938
22939 2007-03-28  Bruno Haible  <bruno@clisp.org>
22940
22941         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
22942         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
22943         input.
22944         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
22945         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
22946         unistr/u8-uctomb.
22947
22948 2007-03-28  Bruno Haible  <bruno@clisp.org>
22949
22950         * modules/unistr/u8-mbtoucr: New file.
22951         * lib/unistr/u8-mbtoucr.c: New file.
22952         * modules/unistr/u16-mbtoucr: New file.
22953         * lib/unistr/u16-mbtoucr.c: New file.
22954         * modules/unistr/u16-mbtoucr: New file.
22955         * lib/unistr/u16-mbtoucr.c: New file.
22956         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
22957
22958 2007-03-27  Simon Josefsson  <simon@josefsson.org>
22959             Bruno Haible  <bruno@clisp.org>
22960
22961         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
22962         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
22963         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
22964
22965         * m4/stdio_h.m4: Add stubs for vasprintf too.
22966
22967         * modules/stdio: Support vasprintf in sed command.
22968
22969         * modules/vasprintf: Depend on stdio for prototypes.  Remove
22970         vasprintf.h.  Add stdio module indicator.
22971
22972         * lib/stdio_.h: Declare asprintf and vasprintf, based on
22973         vasprintf.h.
22974
22975         * lib/vasprintf.h: File removed.
22976
22977         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
22978         * lib/vasprintf.c: Ditto.
22979         * lib/xvasprintf.c: Ditto.
22980         * tests/test-vasprintf-posix.c: Ditto.
22981         * tests/test-vasprintf.c: Ditto.
22982
22983 2007-03-27  Bruno Haible  <bruno@clisp.org>
22984
22985         Make vasnprintf multithread-safe.
22986         * lib/vasnprintf.c (decimal_point_char): New function.
22987         (VASNPRINTF): Use it.
22988         Suggested by Simon Josefsson.
22989
22990 2007-03-27  Eric Blake  <ebb9@byu.net>
22991
22992         Support sub-second birthtime on cygwin.
22993         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
22994         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
22995         (get_stat_birthtime): Also work with st_birthtim.
22996
22997 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
22998
22999         * lib/stat-time.h (USE_BIRTHTIME): Remove.
23000         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
23001         (get_stat_birthtime_ns): Do not try to use "spare" fields.
23002         (get_stat_birthtime_ns): Simplify compile-time tests.
23003         (get_stat_birthtime): Change the API to look like
23004         get_stat_mtime etc., except return a negative tv_nsec on error.
23005         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
23006         Don't check for "spare" fields.
23007         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
23008         or for struct stat.st_birthtime, as these tests aren't used.
23009         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
23010
23011 2007-03-27  Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/stat-time.h: Include <sys/stat.h>.
23014
23015 2007-03-27  James Youngman  <jay@gnu.org>
23016
23017         * lib/stat-time.h (get_stat_birthtime): New function for
23018           retrieving st_birthtime as provided by UFS2 (hence *BSD).
23019         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
23020           and its variants.
23021         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
23022         * modules/stat-time-test: New file.
23023         * tests/test-stat-time.c: New test, devised by Bruno Haible.
23024
23025 2007-03-26  Bruno Haible  <bruno@clisp.org>
23026
23027         Better support of signalling NaNs.
23028         * lib/atanl.c: Include isnanl.h.
23029         (atanl): Perform test for NaN at the beginning of the function and
23030         through a call to isnanl.
23031         * lib/cosl.c: Include isnanl.h.
23032         (cosl): Perform test for NaN at the beginning of the function and
23033         through a call to isnanl.
23034         * lib/ldexpl.c: Include isnanl.h.
23035         (ldexpl): Perform test for NaN through a call to isnanl.
23036         * lib/logl.c: Include isnanl.h.
23037         (logl): Perform test for NaN at the beginning of the function and
23038         through a call to isnanl.
23039         * lib/sinl.c: Include isnanl.h.
23040         (sinl): Perform test for NaN at the beginning of the function and
23041         through a call to isnanl.
23042         * lib/sqrtl.c: Include isnanl.h.
23043         (sqrtl): Perform test for NaN at the beginning of the function and
23044         through a call to isnanl.
23045         * lib/tanl.c: Include isnanl.h.
23046         (tanl): Perform test for NaN at the beginning of the function and
23047         through a call to isnanl.
23048         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
23049         * modules/mathl (Depends-on): Add isnanl.
23050
23051 2007-03-26  Eric Blake  <ebb9@byu.net>
23052
23053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
23054         regression in logic sense of previous patch.
23055
23056 2007-03-26  Bruno Haible  <bruno@clisp.org>
23057
23058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
23059         unportable shell command "if ! ...".
23060         Reported by Ralf Wildenhues.
23061
23062 2007-03-25  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
23065         <sysexits.h> file, and only add EX_CONFIG.
23066         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
23067         absolute file name and whether it is sufficient. Substitute also
23068         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
23069         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
23070         ABSOLUTE_SYSEXITS_H into sysexits.h.
23071
23072 2007-03-25  Bruno Haible  <bruno@clisp.org>
23073
23074         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
23075         hints is NULL.
23076
23077 2007-03-25  Bruno Haible  <bruno@clisp.org>
23078
23079         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
23080         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
23081
23082 2007-03-25  Bruno Haible  <bruno@clisp.org>
23083
23084         * lib/vasnprintf.c: Include langinfo.h.
23085         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
23086         multithread-safe.
23087         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
23088         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
23089         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23090         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23091         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23092         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23093         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23094         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
23095         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23096         Reported by Simon Josefsson.
23097
23098 2007-03-25  Bruno Haible  <bruno@clisp.org>
23099
23100         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
23101         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
23102         * modules/vasnprintf (Depends-on): Add stdint.
23103
23104 2007-03-25  Bruno Haible  <bruno@clisp.org>
23105
23106         * modules/fpieee: New file.
23107         * m4/fpieee.m4: New file.
23108         * modules/isnan-nolibm (Depends-on): Add fpieee.
23109         * modules/isnanl-nolibm (Depends-on): Add fpieee.
23110         * modules/isnanl (Depends-on): Add fpieee.
23111
23112 2007-03-25  Bruno Haible  <bruno@clisp.org>
23113
23114         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
23115
23116 2007-03-25  Bruno Haible  <bruno@clisp.org>
23117
23118         Avoid test failures on IRIX 6.5.
23119         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
23120         (main): Use it.
23121         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
23122         macros.
23123         (main): Use them.
23124
23125 2007-03-25  Bruno Haible  <bruno@clisp.org>
23126
23127         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
23128         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
23129         exists but doesn't work.
23130         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
23131         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
23132         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
23133         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
23134
23135 2007-03-25  Bruno Haible  <bruno@clisp.org>
23136
23137         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
23138         returns inf. Needed on IRIX 6.5.
23139
23140 2007-03-25  Bruno Haible  <bruno@clisp.org>
23141
23142         * tests/test-frexpl.c: Include isnanl-nolibm.h.
23143         (main): Use isnanl instead of x != x idiom.
23144         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
23145
23146         * tests/test-frexp.c: Include isnan.h.
23147         (main): Use isnan instead of x != x idiom.
23148         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
23149
23150 2007-03-25  Bruno Haible  <bruno@clisp.org>
23151
23152         * tests/test-frexp.c (NaN): New function/macro.
23153         (main): Use it instead of 0.0 / 0.0.
23154         * tests/test-isnan.c (NaN): New function/macro.
23155         (main): Use it instead of 0.0 / 0.0.
23156         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
23157         (test_function): Use it instead of 0.0 / 0.0.
23158         * tests/test-vasprintf-posix.c (NaN): New function/macro.
23159         (test_function): Use it instead of 0.0 / 0.0.
23160         * tests/test-snprintf-posix.h (NaN): New function/macro.
23161         (test_function): Use it instead of 0.0 / 0.0.
23162         * tests/test-sprintf-posix.h (NaN): New function/macro.
23163         (test_function): Use it instead of 0.0 / 0.0.
23164         * tests/test-fprintf-posix.h (NaN): New function/macro.
23165         (test_function): Use it instead of 0.0 / 0.0.
23166         * tests/test-printf-posix.h (NaN): New function/macro.
23167         (test_function): Use it instead of 0.0 / 0.0.
23168
23169         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
23170
23171 2007-03-25  Bruno Haible  <bruno@clisp.org>
23172
23173         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
23174
23175 2007-03-25  Bruno Haible  <bruno@clisp.org>
23176
23177         * lib/regexec.c (merge_state_with_log): Make static.
23178
23179 2007-03-25  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/trigl.c (kernel_rem_pio2): Make static.
23182
23183 2007-03-25  Bruno Haible  <bruno@clisp.org>
23184
23185         * lib/sincosl.c (sincosl_table): Make static.
23186
23187 2007-03-25  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
23190         if the compiler does not support C99.
23191
23192 2007-03-25  Bruno Haible  <bruno@clisp.org>
23193
23194         * modules/time (Makefile.am): Ensure all rule action lines start with a
23195         tab.
23196
23197 2007-03-24  Bruno Haible  <bruno@clisp.org>
23198
23199         * modules/tsearch-tests: New file.
23200         * tests/test-tsearch.sh: New file.
23201         * tests/test-tsearch.c: New file, mostly copied from glibc.
23202
23203         * modules/search-tests: New file.
23204         * tests/test-search.c: New file.
23205
23206         * modules/search: New file.
23207         * lib/search_.h: New file, incorporating lib/tsearch.h.
23208         * m4/search_h.m4: New file.
23209         * lib/tsearch.h: Remove file.
23210         * lib/tsearch.c: Include search.h instead of tsearch.h.
23211         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
23212         HAVE_TSEARCH.
23213         * modules/tsearch (Files): Remove lib/tsearch.h.
23214         (Depends-on): Add search.
23215         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
23216         (Include): Change tsearch.h into search.h.
23217
23218 2007-03-24  Bruno Haible  <bruno@clisp.org>
23219
23220         * modules/fpucw: New file.
23221         * lib/fpucw.h: New file.
23222         * lib/frexp.c: Include fpucw.h.
23223         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23224         (FUNC): Use them.
23225         * lib/printf-frexp.c: Include fpucw.h.
23226         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23227         (FUNC): Use them.
23228         * lib/vasnprintf.c: Include fpucw.h.
23229         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
23230         'long double' calculations.
23231         * tests/test-frexpl.c: Include fpucw.h.
23232         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23233         * tests/test-printf-frexpl.c: Include fpucw.h.
23234         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23235         * modules/frexpl (Depends-on): Add fpucw.
23236         * modules/printf-frexpl (Depends-on): Likewise.
23237         * modules/fprintf-posix (Depends-on): Likewise.
23238         * modules/snprintf-posix (Depends-on): Likewise.
23239         * modules/sprintf-posix (Depends-on): Likewise.
23240         * modules/vasnprintf-posix (Depends-on): Likewise.
23241         * modules/vasprintf-posix (Depends-on): Likewise.
23242         * modules/vfprintf-posix (Depends-on): Likewise.
23243         * modules/vsnprintf-posix (Depends-on): Likewise.
23244         * modules/vsprintf-posix (Depends-on): Likewise.
23245         * modules/frexpl-tests (Depends-on): Likewise.
23246         * modules/printf-frexpl-tests (Depends-on): Likewise.
23247
23248 2007-03-24  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/float+.h: New file.
23251         * lib/isnan.c: Include float+.h.
23252         (SIZE): New macro.
23253         (FUNC): Compare only SIZE bytes of the value.
23254         * lib/vasnprintf.c: Include float+.h.
23255         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
23256         SIZEOF_LDBL or SIZEOF_DBL bytes.
23257         * modules/isnan-nolibm (Files): Add lib/float+.h.
23258         * modules/isnanl-nolibm (Files): Add lib/float+.h.
23259         * modules/isnanl (Files): Add lib/float+.h.
23260         * modules/vasnprintf (Files): Add lib/float+.h.
23261
23262 2007-03-24  Bruno Haible  <bruno@clisp.org>
23263
23264         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
23265         include isnanl-nolibm.h.
23266
23267 2007-03-24  Bruno Haible  <bruno@clisp.org>
23268
23269         * tests/test-read-file.c (main): Don't produce spurious output for
23270         expected situations. Make the test fail if it encountered unexpected
23271         results.
23272
23273 2007-03-24  Bruno Haible  <bruno@clisp.org>
23274
23275         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
23276         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
23277
23278 2007-03-24  Bruno Haible  <bruno@clisp.org>
23279
23280         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
23281
23282 2007-03-24  Bruno Haible  <bruno@clisp.org>
23283
23284         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
23285         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
23286
23287         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
23288         * modules/utf8-ucs4: Turn into a symbolic link to module
23289         unistr/u8-mbtouc.
23290
23291         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
23292         utf8-ucs4-unsafe.
23293         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
23294         unistr/u8-mbtouc-unsafe.
23295
23296         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
23297         * modules/utf16-ucs4: Turn into a symbolic link to module
23298         unistr/u16-mbtouc.
23299
23300         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
23301         utf16-ucs4-unsafe.
23302         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
23303         unistr/u16-mbtouc-unsafe.
23304
23305         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
23306         * modules/ucs4-utf8: Turn into a symbolic link to module
23307         unistr/u8-ubtomb.
23308
23309         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
23310         * modules/ucs4-utf16: Turn into a symbolic link to module
23311         unistr/u16-ubtomb.
23312
23313 2007-03-24  Bruno Haible  <bruno@clisp.org>
23314
23315         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
23316         Enable the function only if HAVE_INLINE.
23317         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
23318         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23319         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
23320         Enable the function only if HAVE_INLINE.
23321         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
23322         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23323         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
23324         Enable the function only if HAVE_INLINE.
23325         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
23326         Enable the function only if HAVE_INLINE.
23327         * modules/utf8-ucs4: Update.
23328         * modules/utf8-ucs4-unsafe: Update.
23329         * modules/utf16-ucs4: Update.
23330         * modules/utf16-ucs4-unsafe: Update.
23331         * modules/ucs4-utf8: Update.
23332         * modules/ucs4-utf16: Update.
23333
23334 2007-03-24  Bruno Haible  <bruno@clisp.org>
23335
23336         * lib/utf8-ucs4.h: Remove file.
23337         * lib/utf8-ucs4-unsafe.h: Remove file.
23338         * lib/utf16-ucs4.h: Remove file.
23339         * lib/utf16-ucs4-unsafe.h: Remove file.
23340         * lib/ucs4-utf8.h: Remove file.
23341         * lib/ucs4-utf16.h: Remove file.
23342         * lib/unistr.h: Include their previous contents.
23343         * m4/utf-ucs4.m4: Remove file.
23344         * m4/ucs4-utf.m4: Remove file.
23345         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
23346         (Depends-on): Add unistr/base.
23347         (configure.ac): Remove gl_UTF_UCS4.
23348         (Makefile.am): Update.
23349         (Include): Change to unistr.h.
23350         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
23351         (Depends-on): Add unistr/base.
23352         (configure.ac): Remove gl_UTF_UCS4.
23353         (Makefile.am): Update.
23354         (Include): Change to unistr.h.
23355         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
23356         (Depends-on): Add unistr/base.
23357         (configure.ac): Remove gl_UTF_UCS4.
23358         (Makefile.am): Update.
23359         (Include): Change to unistr.h.
23360         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
23361         (Depends-on): Add unistr/base.
23362         (configure.ac): Remove gl_UTF_UCS4.
23363         (Makefile.am): Update.
23364         (Include): Change to unistr.h.
23365         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
23366         (Depends-on): Add unistr/base.
23367         (configure.ac): Remove gl_UCS4_UTF.
23368         (Makefile.am): Update.
23369         (Include): Change to unistr.h.
23370         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
23371         (Depends-on): Add unistr/base.
23372         (configure.ac): Remove gl_UCS4_UTF.
23373         (Makefile.am): Update.
23374         (Include): Change to unistr.h.
23375         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
23376         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
23377         utf8-ucs4-unsafe.h.
23378         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
23379         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
23380         utf16-ucs4-unsafe.h.
23381         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
23382         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
23383         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
23384         * lib/unistr/u8-strchr.c: Likewise.
23385         * lib/unistr/u8-strrchr.c: Likewise.
23386         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
23387         * lib/unistr/u16-strchr.c: Likewise.
23388         * lib/unistr/u16-strrchr.c: Likewise.
23389         * lib/striconveh.c: Update.
23390         * lib/linebreak.c: Update.
23391
23392 2007-03-24  Bruno Haible  <bruno@clisp.org>
23393
23394         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
23395         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
23396
23397 2007-03-22  Bruno Haible  <bruno@clisp.org>
23398
23399         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
23400
23401 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23402
23403         * MODULES.html.sh (File system functions): New module write-any-file.
23404         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
23405         * m4/write-any-file.m4: New files.
23406
23407 2007-03-23  Eric Blake  <ebb9@byu.net>
23408
23409         * gnulib-tool: Rearrange space-tab sequences, since some editors
23410         like to eat them.
23411
23412 2007-03-23  Eric Blake  <ebb9@byu.net>
23413
23414         * lib/version-etc.c (version_etc_va): Update license wording to
23415         be more concise.  Recommended by Richard Stallman.
23416
23417 2007-03-22  Bruno Haible  <bruno@clisp.org>
23418
23419         * lib/poll.c (MSG_PEEK): New fallback definition.
23420
23421 2007-03-22  Bruno Haible  <bruno@clisp.org>
23422
23423         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
23424         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
23425         (main): Update.
23426         Fixes a compilation error on BeOS.
23427
23428 2007-03-22  Bruno Haible  <bruno@clisp.org>
23429
23430         * modules/frexpl-tests: New file.
23431         * tests/test-frexpl.c: New file.
23432
23433         * modules/frexpl: New file.
23434         * m4/frexpl.m4: New file.
23435         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
23436         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
23437         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
23438         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
23439         (Depends-on): Add frexpl. Remove isnanl-nolibm.
23440         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
23441
23442 2007-03-22  Bruno Haible  <bruno@clisp.org>
23443
23444         * lib/frexpl.c: Share code with lib/frexp.c.
23445         * modules/mathl (Files): Add lib/frexp.c.
23446         (Depends-on): Add isnanl-nolibm.
23447
23448 2007-03-22  Bruno Haible  <bruno@clisp.org>
23449
23450         * modules/printf-frexp (Files): Add m4/frexp.m4.
23451         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
23452         only if the found frexp function actually works.
23453
23454 2007-03-22  Bruno Haible  <bruno@clisp.org>
23455
23456         * lib/frexp.c: Remove older implementation that uses divisions.
23457
23458 2007-03-21  Bruno Haible  <bruno@clisp.org>
23459
23460         * modules/frexp-tests: New file.
23461         * tests/test-frexp.c: New file.
23462
23463         * modules/frexp: New file.
23464         * lib/frexp.c: New file.
23465         * m4/frexp.m4: New file.
23466         * lib/math_.h (frexp): New declaration.
23467         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
23468         REPLACE_FREXP.
23469         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
23470
23471 2007-03-21  Bruno Haible  <bruno@clisp.org>
23472
23473         * modules/isnanl-tests: New file.
23474         * tests/test-isnanl.c: New file.
23475
23476         * modules/isnanl: New file.
23477         * lib/isnanl.h: New file.
23478         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
23479         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
23480         gl_FUNC_ISNANL_WORKS.
23481         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
23482         New macros.
23483
23484 2007-03-21  Bruno Haible  <bruno@clisp.org>
23485
23486         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
23487         lib/isnanl.h.
23488         (Include): Update.
23489         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
23490         * lib/vasnprintf.c: Update.
23491         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
23492         tests/test-isnanl.h, remove tests/test-isnanl.c.
23493         (Makefile.am): Update.
23494         * tests/test-isnanl-nolibm.c: New file.
23495         * tests/test-isnanl.h: New file.
23496         * tests/test-isnanl.c: Remove file.
23497
23498 2007-03-21  Jim Meyering  <jim@meyering.net>
23499
23500         When trying to open ".", treat ESTALE like EACCES.
23501         * lib/savewd.c (savewd_save): Resort to forking not just upon
23502         failure with EACCES, but also when errno is ESTALE.
23503
23504 2007-03-20  Bruno Haible  <bruno@clisp.org>
23505
23506         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
23507         Needed on AIX 5.1. Reported by Matthew Woehlke.
23508
23509 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23510
23511         Suggestions by Bruno Haible:
23512         * lib/acl-internal.h: Include "gettext.h" rather than rolling
23513         our own.
23514         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
23515         * modules/acl (Depends-on): Add gettext.
23516
23517 2007-03-19  Bruno Haible  <bruno@clisp.org>
23518
23519         * modules/iconvme: Remove file.
23520         * lib/iconvme.h: Remove file.
23521         * lib/iconvme.c: Remove file.
23522         * m4/iconvme.m4: Remove file.
23523
23524 2007-03-19  Bruno Haible  <bruno@clisp.org>
23525
23526         * doc/relocatable-maint.texi: Break long shell script line.
23527         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23528
23529 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23530
23531         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
23532         handle file_has_acl.
23533         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
23534         * lib/acl.c: Move header inclusions and related macro defns into
23535         lib/acl-internal.h.
23536         (S_ISLNK): Remove defn, since that's now done for us.
23537         (file_has_acl): Move to lib/file-has-acl.c.
23538         Call acl_trivial if available.  This is the crucial part of the fix.
23539         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
23540         shared within the library.  Rewrite a bit, partly to make it compatible
23541         with the GNU coding style.
23542         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
23543         Remove unnecessary double-quotes.
23544         Don't test for acl_to_text; the build will catch that.
23545         Replace acl_entries if it doesn't exist and it is needed.
23546         Check for -lsec and acl_trivial (as used on Solaris 10).
23547         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
23548         lib/file-has-acl.c.
23549         (Depends-on): Add sys_stat, for S_ISLNK.
23550
23551 2007-03-19  Ben Pfaff  <blp@gnu.org>
23552
23553         * doc/gnulib.texi: Fix typos.
23554         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23555
23556 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23557
23558         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
23559         If size is zero here, buf must be zero.
23560
23561 2007-03-19  Simon Josefsson  <simon@josefsson.org>
23562
23563         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
23564         <bruno@clisp.org>.
23565
23566 2007-03-18  Bruno Haible  <bruno@clisp.org>
23567
23568         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
23569         Suggested by Eric Blake.
23570
23571 2007-03-18  Ben Pfaff  <blp@gnu.org>
23572
23573         * doc/relocatable.texi: Recommend using as prefix a directory
23574         that does not exist and will never be created.  Based on
23575         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
23576         and others.
23577
23578 2007-03-17  Bruno Haible  <bruno@clisp.org>
23579
23580         * lib/fchownat.c: Include lchown.h.
23581
23582 2007-03-17  Bruno Haible  <bruno@clisp.org>
23583
23584         Fix endless loop when the given allocated size was > INT_MAX.
23585         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
23586         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
23587         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
23588         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
23589         * lib/sprintf.c (sprintf): Likewise.
23590
23591 2007-03-17  Bruno Haible  <bruno@clisp.org>
23592
23593         * tests/test-argp-2.sh (func_compare): Output a context diff.
23594
23595 2007-03-17  Bruno Haible  <bruno@clisp.org>
23596
23597         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
23598         locale's decimal-point character.
23599
23600 2007-03-17  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
23603         before comparing it. Needed because on some platforms (e.g. x86) a
23604         'long double' occupies less bytes than sizeof (long double).
23605
23606 2007-03-17  Bruno Haible  <bruno@clisp.org>
23607
23608         * tests/test-crc.c (main): Make printf statements 64-bit clean.
23609         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
23610         * tests/test-getaddrinfo.c (simple): Likewise.
23611         * tests/test-read-file.c (main): Likewise.
23612
23613 2007-03-17  Bruno Haible  <bruno@clisp.org>
23614
23615         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
23616
23617 2007-03-17  Bruno Haible  <bruno@clisp.org>
23618
23619         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
23620         unused variable.
23621
23622 2007-03-17  Bruno Haible  <bruno@clisp.org>
23623
23624         * tests/test-c-strcasecmp.c: Include c-strcase.h.
23625         * tests/test-c-strncasecmp.c: Likewise.
23626
23627 2007-03-17  Bruno Haible  <bruno@clisp.org>
23628
23629         * modules/stdlib (Depends-on): Add unistd.
23630         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
23631         Needed for MacOS X 10.3.
23632
23633 2007-03-17  Bruno Haible  <bruno@clisp.org>
23634
23635         * lib/unistr/u-strdup.h: Include <stdlib.h>.
23636
23637 2007-03-17  Bruno Haible  <bruno@clisp.org>
23638
23639         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
23640
23641 2007-03-17  Bruno Haible  <bruno@clisp.org>
23642
23643         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
23644         to reflect files copied from gnulib (with or without modifications).
23645         Suggested by Jim Meyering.
23646
23647 2007-03-17  Eric Blake  <ebb9@byu.net>
23648
23649         * NEWS: Document stdlib change from 2007-02-18.
23650
23651 2007-03-17  Jim Meyering  <jim@meyering.net>
23652
23653         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
23654         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
23655         someone uses a name containing shell meta-characters.
23656         Reported by Alfred M. Szmidt.
23657
23658         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
23659
23660 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23661
23662         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
23663         and copy gettext configuration files only if configure.ac contains
23664         a use of AM_GNU_GETTEXT_VERSION.
23665
23666 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23667
23668         * build-aux/bootstrap (gnulib_name): New variable.
23669         (gnulib_tool_options): Use it.
23670
23671 2007-03-13  Simon Josefsson  <simon@josefsson.org>
23672
23673         * tests/test-des.c: Use new namespace.
23674
23675 2007-03-15  Bruno Haible  <bruno@clisp.org>
23676
23677         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
23678         Reported by James Youngman <jay@gnu.org>.
23679
23680 2007-03-15  Bruno Haible  <bruno@clisp.org>
23681
23682         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
23683         declared prototype. Needed with cc on OSF/1 5.1.
23684
23685 2007-03-15  Bruno Haible  <bruno@clisp.org>
23686
23687         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
23688         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
23689         (struct gl_list_implementation): Add dispose_fn argument to the
23690         'create_empty', 'create' methods.
23691         (struct gl_list_impl_base): Add field 'dispose_fn'.
23692         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
23693         argument.
23694         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
23695         dispose_fn argument.
23696         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
23697         dispose_fn on the dropped values.
23698         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
23699         dispose_fn argument.
23700         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
23701         dropped values.
23702         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
23703         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23704         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
23705         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23706         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
23707         argument.
23708         (gl_tree_list_free): Call dispose_fn on the dropped values.
23709         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
23710         the dropped values.
23711         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23712         Add dispose_fn argument.
23713         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
23714         Call dispose_fn on the dropped values.
23715         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
23716         Add dispose_fn argument.
23717         (gl_sublist_create): Initialize the 'dispose_fn' field.
23718         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
23719         * tests/test-array_list.c (main): Update.
23720         * tests/test-carray_list.c (main): Update.
23721         * tests/test-avltree_list.c (main): Update.
23722         * tests/test-rbtree_list.c (main): Update.
23723         * tests/test-avltreehash_list.c (main): Update.
23724         * tests/test-rbtreehash_list.c (main): Update.
23725         * tests/test-linked_list.c (main): Update.
23726         * tests/test-linkedhash_list.c (main): Update.
23727         * tests/test-array_oset.c (main): Update.
23728
23729 2007-03-15  Bruno Haible  <bruno@clisp.org>
23730
23731         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
23732         (gl_oset_create_empty): Add dispose_fn argument.
23733         (struct gl_oset_implementation): Add dispose_fn argument to
23734         'create_empty' method.
23735         (struct gl_oset_impl_base): Add dispose_fn field.
23736         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
23737         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
23738         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
23739         values.
23740         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
23741         (gl_tree_oset_free): Call dispose_fn on the dropped values.
23742         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23743         dropped value.
23744         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23745         dropped value.
23746         * tests/test-array_oset.c (main): Update.
23747         * tests/test-avltree_oset.c (main): Update.
23748         * tests/test-rbtree_oset.c (main): Update.
23749         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
23750
23751 2007-03-13  Bruno Haible  <bruno@clisp.org>
23752
23753         * tests/test-stdbool.c (i): Update after last patch.
23754
23755 2007-03-12  Bruno Haible  <bruno@clisp.org>
23756
23757         * lib/quotearg.c: Include <wctype.h> early, before the definition of
23758         the iswprint macro. Needed on Solaris 2.5.1.
23759
23760 2007-03-12  Bruno Haible  <bruno@clisp.org>
23761
23762         * tests/test-printf-frexp.c (main): Declare x as volatile.
23763
23764 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23765
23766         * doc/gnulib.texi (Build robot for gnulib): New section.
23767
23768 2007-03-12  Jim Meyering  <jim@meyering.net>
23769
23770         * build-aux/bootstrap: New file.
23771         * build-aux/bootstrap.conf: New file, from coreutils.
23772
23773 2007-03-11  Bruno Haible  <bruno@clisp.org>
23774
23775         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
23776
23777 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23778
23779         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
23780         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
23781         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
23782
23783 2007-03-11  Bruno Haible  <bruno@clisp.org>
23784
23785         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
23786         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
23787
23788 2007-03-11  Bruno Haible  <bruno@clisp.org>
23789
23790         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
23791         formula. Needed for SunPRO C 5.0.
23792
23793 2007-03-11  Bruno Haible  <bruno@clisp.org>
23794
23795         * modules/long-options (Depends-on): Add getopt.
23796
23797 2007-03-11  Bruno Haible  <bruno@clisp.org>
23798
23799         * modules/modechange (Depends-on): Add stdbool.
23800
23801 2007-03-11  Bruno Haible  <bruno@clisp.org>
23802
23803         * modules/i-ring (Depends-on): Add stdbool.
23804
23805 2007-03-11  Bruno Haible  <bruno@clisp.org>
23806
23807         * modules/gc-des (Depends-on): Add stdbool.
23808
23809 2007-03-11  Bruno Haible  <bruno@clisp.org>
23810
23811         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
23812
23813 2007-03-11  Bruno Haible  <bruno@clisp.org>
23814
23815         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
23816
23817 2007-03-11  Bruno Haible  <bruno@clisp.org>
23818
23819         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
23820
23821 2007-03-11  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/vasnprintf.c (sprintf): Undefine.
23824
23825 2007-03-11  Bruno Haible  <bruno@clisp.org>
23826
23827         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
23828         initializers in SunPRO C and Compaq C compilers.
23829
23830 2007-03-11  Bruno Haible  <bruno@clisp.org>
23831
23832         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
23833         decrementing code ANSI C compliant.
23834
23835 2007-03-11  Bruno Haible  <bruno@clisp.org>
23836
23837         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
23838         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
23839
23840 2007-03-11  Bruno Haible  <bruno@clisp.org>
23841
23842         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
23843         <stdbool.h> substitute doesn't pass.
23844
23845 2007-03-11  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
23848
23849 2007-03-11  Bruno Haible  <bruno@clisp.org>
23850
23851         * gnulib-tool (func_create_megatestdir): Create also an autobuild
23852         script, for submission to autobuild.josefsson.org.
23853
23854 2007-03-10  Bruno Haible  <bruno@clisp.org>
23855
23856         * modules/canonicalize-lgpl-tests: New file.
23857         * tests/test-canonicalize-lgpl.sh: New file.
23858         * tests/test-canonicalize-lgpl.c: New file.
23859
23860         * modules/c-strcase-tests: New file.
23861         * tests/test-c-strcase.sh: New file.
23862         * tests/test-c-strcasecmp.c: New file.
23863         * tests/test-c-strncasecmp.c: New file.
23864
23865         * modules/atexit-tests: New file.
23866         * tests/test-atexit.sh: New file.
23867         * tests/test-atexit.c: New file.
23868
23869 2007-03-10  Bruno Haible  <bruno@clisp.org>
23870
23871         * tests/test-binary-io.sh: Use temporary filenames that are not so
23872         likely to clash with those of other tests (in a parallel make).
23873         * tests/test-binary-io.c: Likewise.
23874
23875 2007-03-10  Bruno Haible  <bruno@clisp.org>
23876
23877         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
23878         fallback; use #error instead.
23879         Suggested by Simon Josefsson.
23880
23881 2007-03-10  Bruno Haible  <bruno@clisp.org>
23882
23883         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
23884         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
23885         first and the last.
23886
23887 2007-03-10  Bruno Haible  <bruno@clisp.org>
23888
23889         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
23890
23891 2007-03-10  Bruno Haible  <bruno@clisp.org>
23892
23893         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
23894         "make distcheck".
23895         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
23896         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
23897         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
23898
23899 2007-03-10  Bruno Haible  <bruno@clisp.org>
23900
23901         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
23902         variable.
23903         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
23904         variable.
23905
23906 2007-03-09  Eric Blake  <ebb9@byu.net>
23907         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
23908
23909         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
23910         types are not being provided by gnulib.
23911         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
23912         types are supported.
23913
23914 2007-03-10  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/stdio_.h (__attribute__): New macro.
23917         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
23918         vsprintf): Specify __attribute__ __format__ for GCC.
23919         Suggested by Eric Blake.
23920
23921 2007-03-09  Bruno Haible  <bruno@clisp.org>
23922
23923         * modules/printf-posix-tests: New file.
23924         * tests/test-printf-posix.sh: New file.
23925         * tests/test-printf-posix.c: New file.
23926
23927         * modules/printf-posix: New file.
23928         * lib/printf.c: New file.
23929         * m4/printf-posix-rpl.m4: New file.
23930         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
23931         REPLACE_PRINTF.
23932         * lib/stdio_.h (printf): New declaration.
23933         (format, __format__, ____printf____, ____scanf____, ____strftime____,
23934         ____strfmon____): New macros.
23935         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
23936         REPLACE_PRINTF.
23937
23938 2007-03-09  Bruno Haible  <bruno@clisp.org>
23939
23940         * tests/test-vasnprintf-posix2.sh: New file.
23941         * tests/test-vasnprintf-posix2.c: New file.
23942         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
23943         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
23944         (Makefile.am): Activate test-vasnprintf-posix2.sh.
23945
23946         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
23947         a locale dependent decimal point, rather than always '.'.
23948
23949 2007-03-09  Eric Blake  <ebb9@byu.net>
23950
23951         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
23952         spite of platforms like Tandem/NSK that define it to -1.
23953
23954 2007-03-08  Bruno Haible  <bruno@clisp.org>
23955
23956         * modules/vprintf-posix-tests: New file.
23957         * tests/test-vprintf-posix.sh: New file.
23958         * tests/test-vprintf-posix.c: New file.
23959         * tests/test-printf-posix.h: New file.
23960
23961         * modules/vprintf-posix: New file.
23962         * lib/vprintf.c: New file.
23963         * m4/vprintf-posix.m4: New file.
23964         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
23965         REPLACE_VPRINTF.
23966         * lib/stdio_.h (vprintf): New declaration.
23967         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
23968         REPLACE_VPRINTF.
23969
23970 2007-03-08  Bruno Haible  <bruno@clisp.org>
23971
23972         * modules/fprintf-posix-tests: New file.
23973         * tests/test-fprintf-posix.sh: New file.
23974         * tests/test-fprintf-posix.c: New file.
23975
23976         * modules/fprintf-posix: New file.
23977         * lib/fprintf.c: New file.
23978         * m4/fprintf-posix.m4: New file.
23979         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
23980         REPLACE_FPRINTF.
23981         * lib/stdio_.h (fprintf): New declaration.
23982         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
23983         REPLACE_FPRINTF.
23984
23985 2007-03-08  Bruno Haible  <bruno@clisp.org>
23986
23987         * modules/vfprintf-posix-tests: New file.
23988         * tests/test-vfprintf-posix.sh: New file.
23989         * tests/test-vfprintf-posix.c: New file.
23990         * tests/test-fprintf-posix.h: New file.
23991         * tests/test-fprintf-posix.out: New file.
23992
23993         * modules/vfprintf-posix: New file.
23994         * lib/vfprintf.c: New file.
23995         * m4/vfprintf-posix.m4: New file.
23996         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
23997         REPLACE_VFPRINTF.
23998         * lib/stdio_.h (vfprintf): New declaration.
23999         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
24000         REPLACE_VFPRINTF.
24001
24002 2007-03-08  Bruno Haible  <bruno@clisp.org>
24003
24004         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
24005
24006 2007-03-08  Bruno Haible  <bruno@clisp.org>
24007
24008         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
24009         instead of 'expr' invocations.
24010         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24011         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24012         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24013         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24014         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24015         Suggested by Paul Eggert.
24016
24017 2007-03-08  Bruno Haible  <bruno@clisp.org>
24018
24019         * modules/fseterr-tests: New file.
24020         * tests/test-fseterr.c: New file.
24021
24022         * modules/fseterr: New file.
24023         * lib/fseterr.h: New file.
24024         * lib/fseterr.c: New file.
24025
24026 2007-03-08  Bruno Haible  <bruno@clisp.org>
24027
24028         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
24029         * lib/getopt_.h: Likewise.
24030         * lib/mbswidth.h: Likewise.
24031         * lib/setenv.h: Likewise.
24032         * lib/vasnprintf.h: Likewise.
24033         * lib/vasprintf.h: Likewise.
24034         * lib/verror.h: Likewise.
24035         * lib/xsetenv.h: Likewise.
24036         * lib/xvasprintf.h: Likewise.
24037
24038 2007-03-08  Jim Meyering  <jim@meyering.net>
24039
24040         * users.txt: Add parted.
24041
24042         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
24043
24044 2007-03-07  Bruno Haible  <bruno@clisp.org>
24045
24046         * m4/printf.m4: Make the shell script snippets copy&pastable.
24047
24048 2007-03-02  Bruno Haible  <bruno@clisp.org>
24049
24050         * lib/netinet_in_.h: New file.
24051         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
24052         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
24053         * modules/netinet_in (Files): Add lib/netinet_in_.h.
24054         (Depends-on): Add absolute-header.
24055         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
24056         into netinet/in.h.
24057
24058 2007-03-03  Bruno Haible  <bruno@clisp.org>
24059
24060         * lib/sys_select_.h: New file.
24061         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
24062         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
24063         * modules/sys_select (Files): Add lib/sys_select_.h.
24064         (Depends-on): Add absolute-header.
24065         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
24066         into sys/select.h.
24067
24068 2007-03-02  Bruno Haible  <bruno@clisp.org>
24069
24070         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
24071         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
24072         values.
24073         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
24074         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
24075         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
24076         * modules/sys_socket (Depends-on): Add absolute-header.
24077         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
24078         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
24079         (Include): Remove requirement of inclusion of <sys/types.h>.
24080
24081 2007-03-02  Bruno Haible  <bruno@clisp.org>
24082
24083         * lib/byteswap_.h (bswap_32): Fix formula.
24084
24085 2007-03-06  Bruno Haible  <bruno@clisp.org>
24086
24087         * modules/sprintf-posix-tests: New file.
24088         * tests/test-sprintf-posix.c: New file.
24089
24090         * modules/sprintf-posix: New file.
24091         * lib/sprintf.c: New file.
24092         * m4/sprintf-posix.m4: New file.
24093         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
24094         REPLACE_SPRINTF.
24095         * lib/stdio_.h (sprintf): New declaration.
24096         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
24097         REPLACE_SPRINTF.
24098
24099 2007-03-06  Bruno Haible  <bruno@clisp.org>
24100
24101         * modules/vsprintf-posix-tests: New file.
24102         * tests/test-vsprintf-posix.c: New file.
24103         * tests/test-sprintf-posix.h: New file.
24104
24105         * modules/vsprintf-posix: New file.
24106         * lib/vsprintf.c: New file.
24107         * m4/vsprintf-posix.m4: New file.
24108         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
24109         REPLACE_VSPRINTF.
24110         * lib/stdio_.h (vsprintf): New declaration.
24111         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
24112         REPLACE_VSPRINTF.
24113
24114 2007-03-06  Bruno Haible  <bruno@clisp.org>
24115
24116         * modules/vsnprintf (Depend-on): Remove minmax.
24117
24118 2007-03-06  Bruno Haible  <bruno@clisp.org>
24119
24120         * modules/snprintf-posix-tests: New file.
24121         * tests/test-snprintf-posix.c: New file.
24122
24123         * modules/snprintf-posix: New file.
24124         * m4/snprintf-posix.m4: New file.
24125         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
24126         gl_FUNC_SNPRINTF.
24127         (gl_FUNC_SNPRINTF): Invoke it.
24128         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
24129         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
24130         is set.
24131         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
24132
24133 2007-03-06  Bruno Haible  <bruno@clisp.org>
24134
24135         * modules/vsnprintf-posix-tests: New file.
24136         * tests/test-vsnprintf-posix.c: New file.
24137         * tests/test-snprintf-posix.h: New file.
24138
24139         * modules/vsnprintf-posix: New file.
24140         * m4/vsnprintf-posix.m4: New file.
24141         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
24142         gl_FUNC_VSNPRINTF.
24143         (gl_FUNC_VSNPRINTF): Invoke it.
24144         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
24145         * lib/stdio_.h (vsnprintf): Define as a replacement if
24146         REPLACE_VSNPRINTF is set.
24147         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
24148
24149 2007-03-06  Bruno Haible  <bruno@clisp.org>
24150
24151         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
24152         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
24153
24154 2007-03-06  Bruno Haible  <bruno@clisp.org>
24155
24156         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
24157         (asinl): Declare also if HAVE_DECL_ASINL is set.
24158         (atanl): Declare also if HAVE_DECL_ATANL is set.
24159         (ceill): Declare also if HAVE_DECL_CEILL is set.
24160         (cosl): Declare also if HAVE_DECL_COSL is set.
24161         (expl): Declare also if HAVE_DECL_EXPL is set.
24162         (floorl): Declare also if HAVE_DECL_FLOORL is set.
24163         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
24164         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
24165         (logl): Declare also if HAVE_DECL_LOGL is set.
24166         (sinl): Declare also if HAVE_DECL_SINL is set.
24167         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
24168         (tanl): Declare also if HAVE_DECL_TANL is set.
24169         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
24170         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
24171         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
24172         declaration of frexpl, ldexpl.
24173         * modules/printf-frexpl (Depends-on): Add math.
24174         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
24175
24176 2007-03-05  Bruno Haible  <bruno@clisp.org>
24177
24178         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
24179         frexpl and ldexpl are declared.
24180         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
24181
24182 2007-03-05  Bruno Haible  <bruno@clisp.org>
24183
24184         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
24185         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
24186
24187 2007-03-05  Bruno Haible  <bruno@clisp.org>
24188
24189         * lib/stdio_.h: Include <stddef.h>.
24190
24191 2007-03-05  Bruno Haible  <bruno@clisp.org>
24192
24193         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
24194
24195 2007-03-05  Bruno Haible  <bruno@clisp.org>
24196
24197         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
24198         NetBSD 4, from Ralf Wildenhues.
24199
24200 2007-03-04  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/vasprintf.h: Update #if logic for the case when the functions
24203         exist but are overridden.
24204
24205 2007-03-04  Bruno Haible  <bruno@clisp.org>
24206
24207         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
24208         implementations: glibc-2.4 and MacOS X 10.3.
24209         * tests/test-vasnprintf-posix.c (test_function): Test also the case
24210         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
24211         * tests/test-vasprintf-posix.c (test_function): Likewise.
24212
24213 2007-03-04  Bruno Haible  <bruno@clisp.org>
24214
24215         * modules/vasprintf-posix-tests: New file.
24216         * tests/test-vasprintf-posix.c: New file.
24217
24218         * modules/vasprintf-posix: New file.
24219         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
24220         defined.
24221         * m4/vasprintf-posix.m4: New file.
24222         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
24223         gl_FUNC_VASPRINTF.
24224         (gl_FUNC_VASPRINTF): Invoke it.
24225         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
24226         here.
24227         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
24228
24229 2007-03-04  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
24232         REPLACE_GETTIMEOFDAY.
24233         * modules/sys_time (Makefile.am): Likewise.
24234         * m4/sys_time_h.m4: Likewise.
24235         * m4/gettimeofday.m4: Likewise.
24236
24237 2007-03-04  Bruno Haible  <bruno@clisp.org>
24238
24239         * modules/vasnprintf-posix-tests: New file.
24240         * tests/test-vasnprintf-posix.c: New file.
24241
24242         * modules/vasnprintf-posix: New file.
24243         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
24244         printf-frexpl.h.
24245         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
24246         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
24247         REPLACE_VASNPRINTF is defined.
24248         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
24249         gl_FUNC_VASNPRINTF.
24250         (gl_FUNC_VASNPRINTF): Invoke it.
24251         * m4/vasnprintf-posix.m4: New file.
24252         * m4/printf.m4: New file.
24253
24254 2007-03-04  Bruno Haible  <bruno@clisp.org>
24255
24256         Compile progreloc.c only if --enable-relocatable is specified.
24257         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
24258         if --enable-relocatable was specified.
24259         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
24260         lib_SOURCES.
24261
24262 2007-03-04  Jim Meyering  <jim@meyering.net>
24263
24264         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
24265         Use it consistently, rather than enumerating errno constants.
24266
24267 2007-03-04  Bruno Haible  <bruno@clisp.org>
24268
24269         * modules/xvasprintf-tests: New file.
24270         * tests/test-xvasprintf.c: New file.
24271
24272         * modules/vasprintf-tests: New file.
24273         * tests/test-vasprintf.c: New file.
24274
24275         * modules/vasnprintf-tests: New file.
24276         * tests/test-vasnprintf.c: New file.
24277
24278         * modules/vsnprintf-tests: New file.
24279         * tests/test-vsnprintf.c: New file.
24280
24281         * modules/snprintf-tests: New file.
24282         * tests/test-snprintf.c: New file.
24283
24284 2007-03-04  Bruno Haible  <bruno@clisp.org>
24285
24286         Compile relocatable.c only if --enable-relocatable is specified.
24287         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
24288         gl_RELOCATABLE_LIBRARY.
24289         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
24290         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
24291         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
24292         gl_RELOCATABLE_LIBRARY.
24293         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
24294         (Makefile.am): Remove lib_SOURCES.
24295         * modules/relocatable-lib-lgpl (configure.ac): Invoke
24296         gl_RELOCATABLE_LIBRARY.
24297         (Makefile.am): Remove lib_SOURCES.
24298         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
24299         always.
24300         * modules/relocatable-prog-wrapper (configure.ac): Invoke
24301         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
24302
24303 2007-03-04  Bruno Haible  <bruno@clisp.org>
24304
24305         * modules/argmatch-tests: New file.
24306         * tests/test-argmatch.c: New file.
24307
24308         * tests/test-allocsa.c (main): Halve the number of loop runs.
24309
24310         * modules/alloca-opt-tests: New file.
24311         * tests/test-alloca-opt.c: New file.
24312
24313 2007-03-04  Jim Meyering  <jim@meyering.net>
24314
24315         Work around difference between Linux ACLs and Solaris 10 ZFS.
24316         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
24317         for EINVAL.
24318
24319 2007-03-03  Bruno Haible  <bruno@clisp.org>
24320
24321         * modules/relocatable-prog (Depends-on): Add back progreloc's
24322         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
24323
24324 2007-03-03  Bruno Haible  <bruno@clisp.org>
24325
24326         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
24327         * modules/relocatable-lib: New file.
24328
24329 2007-03-03  Bruno Haible  <bruno@clisp.org>
24330
24331         * modules/relocatable-prog: Renamed from modules/relocatable.
24332         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
24333
24334 2007-03-03  Bruno Haible  <bruno@clisp.org>
24335
24336         * modules/relocatable-script (Files): Add doc/relocatable.texi,
24337         m4/relocatable-lib.m4.
24338         (Depends-on): Remove 'relocatable'.
24339         (configure.ac): Add gl_RELOCATABLE_NOP.
24340
24341 2007-03-03  Bruno Haible  <bruno@clisp.org>
24342
24343         * modules/relocatable-prog-wrapper: New file.
24344         * modules/relocatable (Depends-on): Add it. Remove all other
24345         dependencies except progname.
24346         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
24347
24348         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
24349         (gl_FUNC_STRERROR): Nop.
24350         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
24351
24352         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
24353         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
24354
24355         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
24356         (gl_FUNC_READLINK): Update.
24357
24358         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
24359
24360 2007-03-03  Bruno Haible  <bruno@clisp.org>
24361
24362         * lib/xreadlink.c: Include <unistd.h> unconditionally.
24363         * modules/xreadlink (Depends-on): Add unistd.
24364         * modules/xreadlink-with-size (Depends-on): Likewise.
24365
24366 2007-03-03  Bruno Haible  <bruno@clisp.org>
24367
24368         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
24369         extracted from gt_FUNC_SETENV.
24370         (gt_FUNC_SETENV): Remove macro.
24371         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
24372         remove gt_FUNC_SETENV.
24373
24374 2007-03-03  Bruno Haible  <bruno@clisp.org>
24375
24376         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
24377         ENABLE_RELOCATABLE here.
24378         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
24379
24380 2007-03-03  Bruno Haible  <bruno@clisp.org>
24381
24382         * modules/rbtreehash-list-tests (Depends-on): Add progname.
24383         * tests/test-rbtreehash_list.c: Include progname.h.
24384         (main): Call set_program_name.
24385
24386         * modules/rbtree-oset-tests (Depends-on): Add progname.
24387         * tests/test-rbtree_oset.c: Include progname.h.
24388         (main): Call set_program_name.
24389
24390         * modules/rbtree-list-tests (Depends-on): Add progname.
24391         * tests/test-rbtree_list.c: Include progname.h.
24392         (main): Call set_program_name.
24393
24394         * modules/linked-list-tests (Depends-on): Add progname.
24395         * tests/test-linked_list.c: Include progname.h.
24396         (main): Call set_program_name.
24397
24398 2007-03-03  Bruno Haible  <bruno@clisp.org>
24399
24400         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
24401         All uses of __restrict changed to _Restrict_.
24402         * lib/glob_.h (__restrict): Remove macro.
24403
24404 2007-03-02  Bruno Haible  <bruno@clisp.org>
24405
24406         * modules/gettext (configure.ac): Require gettext infrastructure
24407         from version 0.16.1.
24408
24409 2007-03-02  Bruno Haible  <bruno@clisp.org>
24410
24411         * modules/linkedhash-list-tests (Depends-on): Add progname.
24412         * tests/test-linkedhash_list.c: Include progname.h.
24413         (main): Call set_program_name.
24414
24415         * modules/carray-list-tests (Depends-on): Add progname.
24416         * tests/test-carray_list.c: Include progname.h.
24417         (main): Call set_program_name.
24418
24419         * modules/avltreehash-list-tests (Depends-on): Add progname.
24420         * tests/test-avltreehash_list.c: Include progname.h.
24421         (main): Call set_program_name.
24422
24423         * modules/avltree-oset-tests (Depends-on): Add progname.
24424         * tests/test-avltree_oset.c: Include progname.h.
24425         (main): Call set_program_name.
24426
24427         * modules/avltree-list-tests (Depends-on): Add progname.
24428         * tests/test-avltree_list.c: Include progname.h.
24429         (main): Call set_program_name.
24430
24431         * modules/array-oset-tests (Depends-on): Add progname.
24432         * tests/test-array_oset.c: Include progname.h.
24433         (main): Call set_program_name.
24434
24435         * modules/array-list-tests (Depends-on): Add progname.
24436         * tests/test-array_list.c: Include progname.h.
24437         (main): Call set_program_name.
24438
24439         * modules/argp-tests (Depends-on): Add progname.
24440         * tests/test-argp.c: Include argp.h first. Include progname.h.
24441         (main): Call set_program_name.
24442
24443 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
24444
24445         * doc/gnulib-tool.texi (Initial import): Reword description of
24446         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
24447         limited effect even if defined after the first system include.
24448
24449 2007-03-01  Bruno Haible  <bruno@clisp.org>
24450
24451         * build-aux/config.libpath: Update to libtool-1.5.22.
24452         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24453
24454 2007-03-01  Bruno Haible  <bruno@clisp.org>
24455
24456         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
24457         foo_CFLAGS.
24458         Reported by Ralf Wildenhues.
24459
24460 2007-03-01  Bruno Haible  <bruno@clisp.org>
24461
24462         * build-aux/install-reloc: Remove object files left over by some
24463         compilers.
24464         Reported by Ralf Wildenhues.
24465
24466 2007-03-01  Bruno Haible  <bruno@clisp.org>
24467
24468         * build-aux/install-reloc: Break long lines.
24469
24470 2007-03-01  Bruno Haible  <bruno@clisp.org>
24471
24472         * doc/relocatable.texi: Document that it may not work on OpenBSD.
24473         Reported by Ralf Wildenhues.
24474
24475 2007-03-01  Bruno Haible  <bruno@clisp.org>
24476
24477         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
24478         include ordering constraints.
24479
24480 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24481
24482         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
24483         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
24484         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
24485         as another example.
24486         * lib/time_.h: Fix misspelling.
24487         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24488         Require gl_HEADER_TIME_H_DEFAULTS.
24489         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
24490         * m4/time_r.m4 (gl_TIME_R): Likewise.
24491         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
24492
24493 2007-03-01  Bruno Haible  <bruno@clisp.org>
24494
24495         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
24496         * m4/utimens.m4 (gl_UTIMENS): Likewise.
24497
24498 2007-03-01  Jim Meyering  <jim@meyering.net>
24499
24500         * modules/xreadlink (Maintainer): Add my name.
24501         * modules/xreadlink-with-size (Depends-on): Alphabetize.
24502
24503 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
24504             Bruno Haible  <bruno@clisp.org>
24505
24506         * build-aux/install-reloc: Compile also c-ctype.c.
24507         * build-aux/relocatable.sh.in: New file.
24508         * doc/relocatable.texi: New file.
24509         * doc/relocatable-maint.texi: New file.
24510         * doc/gnulib.texi: Include relocatable-maint.texi.
24511         * lib/progreloc.c: Include unistd.h unconditionally.
24512         * lib/relocwrapper.c: Include unistd.h unconditionally.
24513         Include c-ctype.h.
24514         (add_dotbin): Use c_tolower.
24515         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
24516         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
24517         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
24518         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
24519         to m4/relocatable-lib.m4.
24520         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
24521         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
24522         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
24523         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
24524         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
24525         * modules/relocatable: New file.
24526         * modules/relocatable-lib: New file.
24527         * modules/relocatable-script: New file.
24528
24529 2007-02-28  Bruno Haible  <bruno@clisp.org>
24530
24531         Import --enable-relocatable infrastructure.
24532         * build-aux/config.libpath: New file, from GNU gettext.
24533         * build-aux/install-reloc: New file, from GNU gettext.
24534         * build-aux/reloc-ldflags: New file, from GNU gettext.
24535         * lib/relocatable.h: New file, from GNU gettext.
24536         * lib/relocatable.c: New file, from GNU gettext.
24537         * lib/relocwrapper.c: New file, from GNU gettext.
24538         * m4/relocatable.m4: New file, from GNU gettext.
24539
24540 2007-02-28  Bruno Haible  <bruno@clisp.org>
24541
24542         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
24543
24544         * modules/xreadlink: New file, from GNU gettext with modifications.
24545         * lib/xreadlink.c: New file, from GNU gettext.
24546         * lib/xreadlink.h: Add comments.
24547         (xreadlink): New declaration.
24548
24549         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
24550         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
24551         lib/xreadlink-with-size.c.
24552         (configure.ac): Remove gl_XREADLINK invocation.
24553         (Makefile.am): Augment lib_SOURCES.
24554         * m4/xreadlink.m4: Remove file.
24555         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
24556         (xreadlink_with_size): Renamed from xreadink.
24557         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
24558         * modules/canonicalize (Depends-on): Replace xreadlink with
24559         xreadlink-with-size.
24560         * lib/canonicalize.c (canonicalize_filename_mode): Update.
24561
24562 2007-02-25  Jim Meyering  <jim@meyering.net>
24563
24564         * build-aux/announce-gen: When complaining about excess arguments,
24565         list them.
24566
24567 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24568
24569         * README: Document signed integer overflow situation more
24570         accurately.
24571
24572 2007-02-25  Bruno Haible  <bruno@clisp.org>
24573
24574         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
24575         'a' or 'A' conversion.
24576
24577 2007-02-25  Bruno Haible  <bruno@clisp.org>
24578
24579         * modules/filename: Renamed from modules/pathname.
24580         (Files): Replace lib/pathname.h with lib/filename.h. Replace
24581         lib/concatpath.c with lib/concat-filename.c.
24582         (Makefile.am): Update.
24583         (Include): Replace pathname.h with filename.h.
24584         * lib/filename.h: Renamed from lib/pathname.h.
24585         (concatenated_filename): Renamed from concatenated_pathname.
24586         * lib/concat-filename.c: Renamed from lib/concatpath.c.
24587         (concatenated_filename): Renamed from concatenated_pathname.
24588         * lib/findprog.c: Include filename.h instead of pathname.h.
24589         (find_in_path): Update.
24590         * lib/javacomp.c: Include filename.h instead of pathname.h.
24591         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
24592         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
24593         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
24594         is_oldgcj_14_13_usable, is_javac_usable): Update.
24595         * lib/javaexec.c: Include filename.h instead of pathname.h.
24596         (execute_java_class): Update.
24597         * modules/findprog: Update.
24598         * modules/javacomp: Update.
24599         * modules/javaexec: Update.
24600         * MODULES.html.sh (File system functions): Add 'filename', remove
24601         'pathname'.
24602
24603 2007-02-25  Bruno Haible  <bruno@clisp.org>
24604
24605         * modules/printf-frexpl-tests: New file.
24606         * tests/test-printf-frexpl.c: New file.
24607
24608         * modules/printf-frexpl: New file.
24609         * lib/printf-frexpl.h: New file.
24610         * lib/printf-frexpl.c: New file.
24611         * m4/printf-frexpl.m4: New file.
24612
24613 2007-02-25  Bruno Haible  <bruno@clisp.org>
24614
24615         * modules/printf-frexp-tests: New file.
24616         * tests/test-printf-frexp.c: New file.
24617
24618         * modules/printf-frexp: New file.
24619         * lib/printf-frexp.h: New file.
24620         * lib/printf-frexp.c: New file.
24621         * m4/printf-frexp.m4: New file.
24622
24623 2007-02-25  Bruno Haible  <bruno@clisp.org>
24624
24625         Assume automake >= 1.10 for the tests.
24626         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
24627         * modules/arctwo-tests: Likewise.
24628         * modules/argp-tests: Likewise.
24629         * modules/avltree-list-tests: Likewise.
24630         * modules/avltree-oset-tests: Likewise.
24631         * modules/avltreehash-list-tests: Likewise.
24632         * modules/carray-list-tests: Likewise.
24633         * modules/crc-tests: Likewise.
24634         * modules/des-tests: Likewise.
24635         * modules/gc-arcfour-tests: Likewise.
24636         * modules/gc-arctwo-tests: Likewise.
24637         * modules/gc-des-tests: Likewise.
24638         * modules/gc-hmac-md5-tests: Likewise.
24639         * modules/gc-hmac-sha1-tests: Likewise.
24640         * modules/gc-md2-tests: Likewise.
24641         * modules/gc-md4-tests: Likewise.
24642         * modules/gc-md5-tests: Likewise.
24643         * modules/gc-pbkdf2-sha1-tests: Likewise.
24644         * modules/gc-rijndael-tests: Likewise.
24645         * modules/gc-sha1-tests: Likewise.
24646         * modules/gc-tests: Likewise.
24647         * modules/getaddrinfo-tests: Likewise.
24648         * modules/hmac-md5-tests: Likewise.
24649         * modules/hmac-sha1-tests: Likewise.
24650         * modules/linked-list-tests: Likewise.
24651         * modules/linkedhash-list-tests: Likewise.
24652         * modules/lock-tests: Likewise.
24653         * modules/md2-tests: Likewise.
24654         * modules/md4-tests: Likewise.
24655         * modules/md5-tests: Likewise.
24656         * modules/rbtree-list-tests: Likewise.
24657         * modules/rbtree-oset-tests: Likewise.
24658         * modules/rbtreehash-list-tests: Likewise.
24659         * modules/read-file-tests: Likewise.
24660         * modules/rijndael-tests: Likewise.
24661         * modules/stdint-tests: Likewise.
24662         * modules/tls-tests: Likewise.
24663
24664 2007-02-24  Bruno Haible  <bruno@clisp.org>
24665
24666         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
24667         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
24668         function; instead check whether isnan with a double argument links.
24669         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
24670         function; instead check whether isnan with a 'long double' argument
24671         links.
24672         Reported by Eric Blake <ebb9@byu.net>.
24673
24674 2007-02-24  Bruno Haible  <bruno@clisp.org>
24675
24676         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
24677         defined.
24678         * lib/isnanl.c: Remove all code. Just include isnan.c.
24679         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
24680
24681 2007-02-25  Jim Meyering  <jim@meyering.net>
24682
24683         Avoid conflicting types for 'unsetenv' on FreeBSD.
24684         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
24685         conflicting with FreeBSD's (5.0 and 6.1) function declaration
24686         in stdlib.h.
24687
24688 2007-02-24  Bruno Haible  <bruno@clisp.org>
24689
24690         * modules/isnanl-nolibm-tests: New file.
24691         * tests/test-isnanl.c: New file.
24692
24693         * modules/isnanl-nolibm: New file.
24694         * lib/isnanl.h: New file.
24695         * lib/isnanl.c: New file.
24696         * m4/isnanl.m4: New file.
24697
24698 2007-02-24  Bruno Haible  <bruno@clisp.org>
24699
24700         * modules/isnan-nolibm-tests: New file.
24701         * tests/test-isnan.c: New file.
24702
24703         * modules/isnan-nolibm: New file.
24704         * lib/isnan.h: New file.
24705         * lib/isnan.c: New file.
24706         * m4/isnan.m4: New file.
24707
24708 2007-02-24  Bruno Haible  <bruno@clisp.org>
24709
24710         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
24711         assume that an exponent fits in 20 bits.
24712
24713 2007-02-24  Jim Meyering  <jim@meyering.net>
24714
24715         * m4/regex.m4: Update the description of the configure-time option,
24716         --without-included-regex, to state accurately what the defaults are,
24717         and perhaps to give people an idea why using this option is risky.
24718
24719 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24720
24721         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
24722         loops on small arguments.  This attempts to avoid the problem
24723         Bruno Haible reported for AIX 4.3.2 in
24724         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
24725
24726 2007-02-23  Bruno Haible  <bruno@clisp.org>
24727
24728         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
24729         Needed for help2man.
24730
24731 2007-02-23  Karl Berry  <karl@gnu.org>
24732
24733         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
24734         exists, foo.h should be cvs-ignored, not committed.
24735
24736 2007-02-23  Eric Blake  <ebb9@byu.net>
24737
24738         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
24739         * lib/stat-time.h (includes): Likewise.
24740         * lib/utimecmp.c (includes): Likewise.
24741         * lib/utimens.h (includes): Likewise.
24742         * lib/getdate.y (includes): Also include "timespec.h" for use
24743         internal to the module.
24744         * modules/utimens (Depends-on): Revert yesterday's patch.
24745         * modules/nanosleep (Depends-on): Add missing dependency.
24746
24747 2007-02-22  Bruno Haible  <bruno@clisp.org>
24748
24749         * lib/glob.c: Don't include getlogin_r.h.
24750
24751 2007-02-22  Jim Meyering  <jim@meyering.net>
24752
24753         * modules/utimens (Depends-on): Add timespec, required for
24754         utimens.h's inclusion of timespec.h.
24755
24756 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
24757
24758         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
24759         long unreadable paths in GNU/Linux.  Problem reported by Andreas
24760         Schwab in
24761         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
24762         I'll try to think of a better way to fix the Solaris problem.
24763
24764         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
24765         like glibc; on Solaris 10, it fails with errno == EINVAL.
24766         POSIX says the behavior is unspecified if the first argument is NULL,
24767         so play it safe and never pass NULL to the system getcwd.
24768
24769 2007-02-21  Jim Meyering  <jim@meyering.net>
24770
24771         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
24772         of gettimeofday.  It would conflict with the one now always
24773         provided via sys_time_.h.  Reported by Matthew Woehlke, as
24774         an IRIX 6.5 build failure.
24775
24776 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24777
24778         Minor fixups to port to Solaris 10 with Sun C 5.8.
24779         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
24780         * modules/getcwd (Depends-on): Add dirfd.
24781         * lib/putenv.c (putenv): #undef it.
24782         (rpl_putenv): New decl.
24783         (malloc, free): Include <stdlib.h> rather than prototyping separately.
24784
24785 2007-02-20  Bruno Haible  <bruno@clisp.org>
24786
24787         * modules/stdio-tests: New file.
24788         * tests/test-stdio.c: New file.
24789
24790         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
24791         (Depends-on): Add stdio.
24792         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24793         (Include): Use <stdio.h> instead of vsnprintf.h.
24794         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24795         HAVE_DECL_VSNPRINTF.
24796         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
24797
24798         * modules/snprintf (Files): Remove lib/snprintf.h.
24799         (Depends-on): Add stdio.
24800         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24801         (Include): Use <stdio.h> instead of snprintf.h.
24802         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24803         HAVE_DECL_SNPRINTF.
24804         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
24805         * lib/getaddrinfo.c: Likewise.
24806
24807         * modules/stdio: New file.
24808         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
24809         * lib/snprintf.h: Remove file.
24810         * lib/vsnprintf.h: Remove file.
24811         * lib/.cppi-disable: Remove snprintf.h.
24812         * m4/stdio_h.m4: New file.
24813         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
24814
24815 2007-02-20  Jim Meyering  <jim@meyering.net>
24816
24817         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
24818         used by e.g., mingw.  From Bruno Haible.
24819
24820 2007-02-19  Bruno Haible  <bruno@clisp.org>
24821
24822         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
24823         warnings.
24824         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24825
24826 2007-02-19  Bruno Haible  <bruno@clisp.org>
24827
24828         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
24829         from mingw users.
24830
24831 2007-02-19  Bruno Haible  <bruno@clisp.org>
24832
24833         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
24834         warnings.
24835         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
24836
24837 2007-02-19  Jim Meyering  <jim@meyering.net>
24838
24839         Don't use FD after a successful "fdopendir (fd)".
24840         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
24841         Reset it by calling dirfd on the just-obtained DIR*.
24842
24843         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
24844         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
24845
24846 2007-02-18  Bruno Haible  <bruno@clisp.org>
24847
24848         * lib/readlink.c: Include <unistd.h>.
24849         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
24850         HAVE_READLINK.
24851         * modules/readlink (Depends-on): Add unistd.
24852         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24853         (Include): Add <unistd.h>.
24854
24855         * lib/getlogin_r.h: Remove file.
24856         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
24857         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
24858         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
24859         HAVE_DECL_GETLOGIN_R.
24860         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
24861         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24862         (Include): Use <unistd.h> instead of getlogin_r.h.
24863
24864         * lib/getcwd.h: Remove file.
24865         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
24866         * lib/xgetcwd.c: Likewise.
24867         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
24868         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
24869         * modules/getcwd (Files): Remove lib/getcwd.h.
24870         (Depends-on): Add unistd.
24871         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24872         (Include): Use <unistd.h> instad of getcwd.h.
24873
24874         * lib/ftruncate.c: Include <unistd.h> first.
24875         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
24876         Set HAVE_FTRUNCATE.
24877         * modules/ftruncate (Depends-on): Add unistd.
24878         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24879
24880         * lib/fchdir.c: Include <unistd.h> first.
24881         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
24882         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
24883         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
24884         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24885         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
24886
24887         * lib/dup2.c: Include <unistd.h> first.
24888         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
24889         HAVE_DUP2.
24890         * modules/dup2 (Depends-on): Add unistd.
24891         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24892
24893         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
24894         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
24895         REPLACE_CHOWN. Don't define chown as a macro here.
24896         * modules/chown (Depends-on): Add unistd.
24897         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24898
24899         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
24900         Add definition for GL_LINK_WARNING.
24901         (chown, dup2): New declarations.
24902         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
24903         link warning.
24904         (ftruncate): New declaration.
24905         (getcwd): New declaration, taken from old getcwd.h.
24906         (getlogin_r): New declaration, taken from old getlogin_r.h.
24907         (readlink): New declaration.
24908         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
24909         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
24910         (gl_PREREQ_UNISTD): Remove macro.
24911         (gl_UNISTD_MODULE_INDICATOR): New macro.
24912         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
24913         many new variables. Don't set UNISTD_H.
24914         * modules/unistd (Description): Change.
24915         (Depends-on): Add link-warning.
24916         (configure.ac): Update.
24917         (Makefile.am): Create unistd.h always. Substitute many new variables
24918         into it.
24919
24920 2007-02-18  Bruno Haible  <bruno@clisp.org>
24921
24922         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
24923         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
24924         HAVE_GETSUBOPT.
24925         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
24926         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
24927         * lib/getsubopt.h: Remove file.
24928         * modules/getsubopt (Files): Remove lib/getsubopt.h.
24929         (Depends-on): Add stdlib.
24930         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24931         (Includes): Use <stdlib.h> instead of getsubopt.h.
24932         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
24933         Set HAVE_GETSUBOPT.
24934         * lib/getsubopt.c: Don't include getsubopt.h.
24935
24936 2007-02-18  Bruno Haible  <bruno@clisp.org>
24937
24938         * modules/fchdir (Depends-on): Add dup2.
24939
24940 2007-02-18  Bruno Haible  <bruno@clisp.org>
24941
24942         * lib/stdlib_.h: Handle glibc's special invocation convention
24943         specially.
24944
24945 2007-02-18  Bruno Haible  <bruno@clisp.org>
24946
24947         * modules/stdlib-tests: New file.
24948         * tests/test-stdlib.c: New file.
24949
24950         * modules/mkstemp (Files): Remove lib/mkstemp.h.
24951         (Depends-on): Add stdlib.
24952         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24953         (Includes): Use <stdlib.h> instead of mkstemp.h.
24954         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
24955         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
24956         * lib/mkstemp.c: Don't include mkstemp.h.
24957         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
24958         * lib/stdlib--.h: Don't include mkstemp.h.
24959
24960         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
24961         (Depends-on): Add stdlib.
24962         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24963         (Includes): Use <stdlib.h> instead of mkdtemp.h.
24964         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
24965         HAVE_MKDTEMP.
24966         * lib/mkdtemp.c: Don't include mkdtemp.h.
24967         * lib/clean-temp.c: Don't include mkdtemp.h.
24968
24969         * modules/exit (Files): Remove lib/exit.h.
24970         (Depends-on): Add stdlib.
24971         (Makefile.am): Remove lib_SOURCES.
24972         (Include): Use <stdlib.h> instead of exit.h.
24973         * lib/argmatch.c: Don't include exit.h.
24974         * lib/execute.c: Likewise.
24975         * lib/pagealign_alloc.c: Likewise.
24976         * lib/pipe.c: Likewise.
24977         * lib/wait-process.c: Likewise.
24978         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
24979         * lib/exitfail.c: Likewise.
24980         * lib/savewd.c: Likewise.
24981         * lib/xsetenv.c: Likewise.
24982
24983         * modules/stdlib: New file.
24984         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
24985         and extra comments about mkstemp().
24986         * lib/exit.h: Remove file.
24987         * lib/mkdtemp.h: Remove file.
24988         * lib/mkstemp.h: Remove file.
24989         * m4/stdlib_h.m4: New file.
24990         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
24991
24992 2007-02-18  Bruno Haible  <bruno@clisp.org>
24993
24994         * modules/math-tests: New file.
24995         * tests/test-math.c: New file.
24996
24997         * modules/math: New file.
24998         * modules/mathl (Files): Remove lib/mathl.h.
24999         (Depends-on): Add math.
25000         (Makefile.am): Don't mention mathl.h.
25001         (Include): Use <math.h> instead of mathl.h.
25002         * lib/math_.h: New file.
25003         * lib/mathl.h: Remove file.
25004         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
25005         mathl.h.
25006         * lib/asinl.c: Likewise.
25007         * lib/atanl.c: Likewise.
25008         * lib/ceill.c: Likewise.
25009         * lib/cosl.c: Likewise.
25010         * lib/expl.c: Likewise.
25011         * lib/floorl.c: Likewise.
25012         * lib/frexpl.c: Likewise.
25013         * lib/ldexpl.c: Likewise.
25014         * lib/logl.c: Likewise.
25015         * lib/sincosl.c: Likewise.
25016         * lib/sinl.c: Likewise.
25017         * lib/sqrtl.c: Likewise.
25018         * lib/tanl.c: Likewise.
25019         * lib/trigl.c: Likewise.
25020         * m4/math_h.m4: New file.
25021         * MODULES.html.sh (Mathematics): Add math.
25022
25023 2007-02-17  Bruno Haible  <bruno@clisp.org>
25024
25025         * modules/wctype-tests: New file.
25026         * tests/test-wctype.c: New file.
25027
25028         * modules/wchar-tests: New file.
25029         * tests/test-wchar.c: New file.
25030
25031         * modules/unistd-tests: New file.
25032         * tests/test-unistd.c: New file.
25033
25034         * modules/time-tests: New file.
25035         * tests/test-time.c: New file.
25036
25037         * modules/sysexits-tests: New file.
25038         * tests/test-sysexits.c: New file.
25039
25040         * modules/sys_time-tests: New file.
25041         * tests/test-sys_time.c: New file.
25042
25043         * modules/sys_stat-tests: New file.
25044         * tests/test-sys_stat.c: New file.
25045
25046         * modules/sys_socket-tests: New file.
25047         * tests/test-sys_socket.c: New file.
25048
25049         * modules/sys_select-tests: New file.
25050         * tests/test-sys_select.c: New file.
25051
25052         * modules/string-tests: New file.
25053         * tests/test-string.c: New file.
25054
25055         * modules/stdbool-tests: New file.
25056         * tests/test-stdbool.c: New file.
25057
25058         * modules/netinet_in-tests: New file.
25059         * tests/test-netinet_in.c: New file.
25060
25061         * modules/inttypes-tests: New file.
25062         * tests/test-inttypes.c: New file.
25063
25064         * modules/fcntl-tests: New file.
25065         * tests/test-fcntl.c: New file.
25066
25067         * modules/byteswap-tests: New file.
25068         * tests/test-byteswap.c: New file.
25069
25070         * modules/arpa_inet-tests: New file.
25071         * tests/test-arpa_inet.c: New file.
25072
25073 2007-02-17  Bruno Haible  <bruno@clisp.org>
25074
25075         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
25076         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
25077         if the corresponding module is not enabled. Emit link warnings if
25078         the function is used nevertheless.
25079         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
25080         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
25081         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
25082         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
25083         * modules/inttypes (Depends-on): Add link-warning.
25084         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25085         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
25086         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
25087         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
25088         * modules/imaxdiv (configure.ac): Likewise.
25089         * modules/strtoimax (configure.ac): Likewise.
25090         * modules/strtoumax (configure.ac): Likewise.
25091
25092 2007-02-17  Bruno Haible  <bruno@clisp.org>
25093
25094         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
25095         gl_STRING_MODULE_INDICATOR_DEFAULTS.
25096         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
25097         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
25098
25099 2007-02-17  Bruno Haible  <bruno@clisp.org>
25100
25101         * modules/link-warning: New file.
25102         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
25103         * lib/string_.h (GL_LINK_WARNING): Remove definition.
25104         * modules/string (Depends-on): Add link-warning.
25105         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25106         string.h.
25107         * MODULES.html.sh (Support for building libraries and executables): Add
25108         link-warning.
25109
25110 2007-02-17  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
25113         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
25114         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
25115         long lines.
25116
25117 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
25118             Bruno Haible  <bruno@clisp.org>
25119
25120         * modules/tmpfile: New file.
25121         * lib/tmpfile.c: New file.
25122         * m4/tmpfile.m4: New file.
25123         * MODULES.html.sh (func_all_modules): New section "Input/output".
25124
25125 2007-02-15  Bruno Haible  <bruno@clisp.org>
25126
25127         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
25128         (supports_delete_on_close): New function.
25129         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
25130
25131 2007-02-14  Bruno Haible  <bruno@clisp.org>
25132
25133         * modules/mbspcasecmp-tests: New file.
25134         * tests/test-mbspcasecmp.sh: New file.
25135         * tests/test-mbspcasecmp.c: New file.
25136
25137         New module mbspcasecmp.
25138         * modules/mbspcasecmp: New file.
25139         * lib/mbspcasecmp.c: New file.
25140         * lib/string_.h (strncasecmp): Change warning message.
25141         (mbspcasecmp): New declaration.
25142         * m4/mbspcasecmp.m4: New file.
25143         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25144         GNULIB_MBSPCASECMP.
25145         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
25146         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
25147
25148 2007-02-14  Bruno Haible  <bruno@clisp.org>
25149
25150         * modules/mbsncasecmp-tests: New file.
25151         * tests/test-mbsncasecmp.sh: New file.
25152         * tests/test-mbsncasecmp.c: New file.
25153
25154         New module mbsncasecmp.
25155         * modules/mbsncasecmp: New file.
25156         * lib/mbsncasecmp.c: New file.
25157         * lib/string_.h (mbsncasecmp): New declaration.
25158         * m4/mbsncasecmp.m4: New file.
25159         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25160         GNULIB_MBSNCASECMP.
25161         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
25162         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
25163
25164 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
25167         Verify that it doesn't overlap with our flags.
25168         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
25169         do not have the desired effect in multibyte locales; instead, use
25170         mbscasecmp.
25171         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
25172         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
25173         we don't require GNU fnmatch ourselves (if our users require it, they
25174         should do so explicitly).
25175
25176         Fix regex code so it doesn't rely on strcasecmp.
25177         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
25178         Otherwise, include gnulib's langinfo.h.
25179         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
25180         undesirable behavior in non-C locales.  Instead, rely on localecharset.
25181         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
25182         * modules/regex (FILES): Remove m4/codeset.m4.
25183         (Depends-on): Add localcharset.  Remove strcase.
25184
25185 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25186
25187         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
25188         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
25189
25190 2007-02-13  Bruno Haible  <bruno@clisp.org>
25191
25192         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
25193         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25194
25195 2007-02-12  Bruno Haible  <bruno@clisp.org>
25196
25197         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25198         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
25199         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
25200         time warning rather than a link error.
25201
25202 2007-02-12  Bruno Haible  <bruno@clisp.org>
25203
25204         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
25205         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25206         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25207
25208 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25209
25210         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
25211         args, not 2.
25212
25213 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25214
25215         New module 'time', so that apps can include <time.h> as per
25216         POSIX and GNU instead of separate include files like time_r.h
25217         and timegm.h.  This implementation tries out a simpler approach
25218         for replacing decls in standard include files (as compared to
25219         the string module), somewhat as an experiment.
25220
25221         * config/srclist.txt: Comment out mktime.c for now.
25222         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
25223         since it doesn't apply any more.  Use generic wording instead.
25224         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
25225         'time'.
25226         * lib/time_.h, m4/time_h.m4, modules/time: New files.
25227         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
25228         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
25229         Don't include <sys/types.h>; no longer needed since we assume C89.
25230         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
25231         * lib/strftime.c: Likewise.
25232         * lib/time_r.c: Likewise.
25233         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
25234         * lib/nanosleep.c: Include <time.h> first, to check interface.
25235         * lib/strptime.c: Likewise.
25236         * lib/time_r.c: Likewise.
25237         * lib/timegm.c: Likewise.
25238         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
25239         needed.
25240         * lib/timegm.c: Don't include timegm.h; no longer needed.
25241         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
25242         time.h now handles any problems in that area.
25243         (struct timespec, nanosleep): Remove; time.h now arranges for these.
25244         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
25245         that time.h defines struct timespec.
25246         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
25247         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
25248         handles that.
25249         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
25250         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
25251         needed.  Set REPLACE_LOCALTIME.
25252         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
25253         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
25254         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
25255         nanosleep; time_h.m4 now does that.  Don't require
25256         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
25257         module handles this now.
25258         * modules/getdate (Depends-on): Remove timespec.  Add time.
25259         * modules/nanosleep (Depends-on): Likewise.
25260         * modules/stat-time (Depends-on): Likewise.
25261         * modules/nanosleep (Include): Include time.h, not timespec.h.
25262         * modules/strptime (Files): Remove lib/strptime.h.
25263         (Depends-on): Add extensions, time.
25264         (Include): Include time.h, not strptime.h.
25265         * modules/time_r (Files): Remove lib/time_r.h.
25266         (Depends-on): Add time.
25267         (Include): Include time.h, not time_r.h.
25268         * modules/timegm: Likewise.
25269         * modules/timespec (Description): Now does timespec-related decls
25270         of our own, instead of struct timespec itself.
25271         (Depends-on): Add time; remove extensions.
25272         (Maintainer): Add self.
25273         * modules/utimecmp (Depends-on): Add time; remove timespec.
25274         * modules/utimens (Depends-on): Likewise.
25275         * modules/xnanosleep (Depends-on): Likewise.
25276
25277 2007-02-11  Bruno Haible  <bruno@clisp.org>
25278
25279         * lib/c-strstr.c: Include allocsa.h.
25280         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25281         * lib/c-strcasestr.c: Include allocsa.h.
25282         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25283         * lib/strcasestr.c: Include allocsa.h.
25284         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25285         * lib/mbsstr.c: Include allocsa.h.
25286         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25287         allocsa/freesa instead of malloc/free.
25288         * lib/mbscasestr.c: Include allocsa.h.
25289         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25290         allocsa/freesa instead of malloc/free.
25291         * modules/c-strstr (Depends-on): Add allocsa.
25292         * modules/c-strcasestr (Depends-on): Likewise.
25293         * modules/strcasestr (Depends-on): Likewise.
25294         * modules/mbsstr (Depends-on): Likewise.
25295         * modules/mbscasestr (Depends-on): Likewise.
25296
25297 2007-02-11  Bruno Haible  <bruno@clisp.org>
25298
25299         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
25300
25301         * modules/mbsspn-tests: New file.
25302         * tests/test-mbsspn.sh: New file.
25303         * tests/test-mbsspn.c: New file.
25304
25305 2007-02-11  Bruno Haible  <bruno@clisp.org>
25306
25307         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
25308
25309         * modules/mbspbrk-tests: New file.
25310         * tests/test-mbspbrk.sh: New file.
25311         * tests/test-mbspbrk.c: New file.
25312
25313 2007-02-11  Bruno Haible  <bruno@clisp.org>
25314
25315         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
25316         unneeded cast.
25317
25318         * modules/mbscspn-tests: New file.
25319         * tests/test-mbscspn.sh: New file.
25320         * tests/test-mbscspn.c: New file.
25321
25322 2007-02-11  Bruno Haible  <bruno@clisp.org>
25323
25324         * modules/mbscasecmp-tests: New file.
25325         * tests/test-mbscasecmp.sh: New file.
25326         * tests/test-mbscasecmp.c: New file.
25327
25328 2007-02-11  Bruno Haible  <bruno@clisp.org>
25329
25330         Ensure O(n) worst-case complexity of mbscasestr.
25331         * lib/mbscasestr.c: Include stdbool.h.
25332         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25333         functions.
25334         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
25335         the bookkeeping indicates that it's worth it.
25336         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
25337
25338         * modules/mbscasestr-tests: New file.
25339         * tests/test-mbscasestr1.c: New file.
25340         * tests/test-mbscasestr2.sh: New file.
25341         * tests/test-mbscasestr2.c: New file.
25342         * tests/test-mbscasestr3.sh: New file.
25343         * tests/test-mbscasestr3.c: New file.
25344         * tests/test-mbscasestr4.sh: New file.
25345         * tests/test-mbscasestr4.c: New file.
25346         * m4/locale-tr.m4: New file.
25347
25348 2007-02-11  Bruno Haible  <bruno@clisp.org>
25349
25350         Ensure O(n) worst-case complexity of mbsstr.
25351         * lib/mbsstr.c: Include stdbool.h.
25352         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25353         functions.
25354         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
25355         bookkeeping indicates that it's worth it.
25356         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
25357
25358         * modules/mbsstr-tests: New file.
25359         * tests/test-mbsstr1.c: New file.
25360         * tests/test-mbsstr2.sh: New file.
25361         * tests/test-mbsstr2.c: New file.
25362         * tests/test-mbsstr3.sh: New file.
25363         * tests/test-mbsstr3.c: New file.
25364         * m4/locale-fr.m4: New file.
25365
25366 2007-02-11  Bruno Haible  <bruno@clisp.org>
25367
25368         * lib/mbsrchr.c (mbsrchr): Fix bug.
25369
25370         * modules/mbsrchr-tests: New file.
25371         * tests/test-mbsrchr.sh: New file.
25372         * tests/test-mbsrchr.c: New file.
25373
25374 2007-02-11  Bruno Haible  <bruno@clisp.org>
25375
25376         * lib/mbschr.c (mbschr): Fix bug.
25377
25378         * modules/mbschr-tests: New file.
25379         * tests/test-mbschr.sh: New file.
25380         * tests/test-mbschr.c: New file.
25381         * m4/locale-zh.m4: New file.
25382
25383 2007-02-11  Bruno Haible  <bruno@clisp.org>
25384
25385         Support for copying multibyte string iterators.
25386         * lib/mbiter.h: Include <string.h>.
25387         (mbiter_multi_copy): New function.
25388         (mbi_copy): New macro.
25389         * lib/mbuiter.h: Include <string.h>.
25390         (mbuiter_multi_copy): New function.
25391         (mbui_copy): New macro.
25392
25393 2007-02-11  Bruno Haible  <bruno@clisp.org>
25394
25395         New module mbslen.
25396         * modules/mbslen: New file.
25397         * lib/mbslen.c: New file.
25398         * lib/string_.h (mbslen): New declaration.
25399         * m4/mbslen.m4: New file.
25400         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25401         GNULIB_MBSLEN.
25402         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
25403         * MODULES.html.sh (Internationalization functions): Add mbslen.
25404
25405 2007-02-11  Bruno Haible  <bruno@clisp.org>
25406
25407         Ensure O(n) worst-case complexity of strcasestr substitute.
25408         * lib/strcasestr.c: Include stdbool.h.
25409         (knuth_morris_pratt): New function.
25410         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25411         bookkeeping indicates that it's worth it.
25412         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
25413
25414         * modules/strcasestr-tests: New file.
25415         * tests/test-strcasestr.c: New file.
25416
25417 2007-02-11  Bruno Haible  <bruno@clisp.org>
25418
25419         Ensure O(n) worst-case complexity of c_strcasestr.
25420         * lib/c-strcasestr.c: Include stdbool.h, string.h.
25421         (knuth_morris_pratt): New function.
25422         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
25423         the bookkeeping indicates that it's worth it.
25424         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
25425
25426         * modules/c-strcasestr-tests: New file.
25427         * tests/test-c-strcasestr.c: New file.
25428
25429 2007-02-11  Bruno Haible  <bruno@clisp.org>
25430
25431         Ensure O(n) worst-case complexity of c_strstr.
25432         * lib/c-strstr.c: Include stdbool.h, string.h.
25433         (knuth_morris_pratt): New function.
25434         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25435         bookkeeping indicates that it's worth it.
25436         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
25437
25438         * lib/c-strstr.c: Complete rewrite for maintainability.
25439
25440         * modules/c-strstr-tests: New file.
25441         * tests/test-c-strstr.c: New file.
25442
25443 2007-02-11  Bruno Haible  <bruno@clisp.org>
25444
25445         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
25446         5.2.1 and earlier, whereby \055 was treated just like the range
25447         delimiter '-'.
25448         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
25449
25450 2007-02-08  Bruno Haible  <bruno@clisp.org>
25451
25452         * modules/regex (Depends-on): Add stdbool.
25453         Reported by Dalibor Topic <robilad@kaffe.org>.
25454
25455 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
25456
25457         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
25458         Prefer returning from main to exiting from it.
25459         Remove unnecessary parens after sizeof.
25460
25461 2007-02-05  Bruno Haible  <bruno@clisp.org>
25462
25463         New module mbssep.
25464         * modules/mbssep: New file.
25465         * lib/mbssep.c: New file.
25466         * lib/string_.h (strsep): Add a conditional link warning.
25467         (mbssep): New declaration.
25468         * m4/mbssep.m4: New file.
25469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25470         GNULIB_MBSSEP.
25471         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
25472         * MODULES.html.sh (Internationalization functions): Add mbssep.
25473
25474 2007-02-05  Bruno Haible  <bruno@clisp.org>
25475
25476         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
25477         Optimize search in case of 1 delimiter.
25478
25479 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25480
25481         * lib/acl.h: Include sys/types.h before sys/acl.h.
25482
25483 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25484
25485         Merge upstream fix for glibc bugzilla #3957:
25486
25487         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
25488
25489         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
25490         bit for RE_HAT_LISTS_NOT_NEWLINE.
25491         (build_charclass_op): Remove bogus comment.
25492
25493 2007-02-05  Simon Josefsson  <simon@josefsson.org>
25494
25495         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
25496
25497 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25498
25499         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
25500         * lib/memmem.c [!defined _LIBC]: Include config.h.
25501
25502 2007-02-04  Bruno Haible  <bruno@clisp.org>
25503
25504         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
25505         warning message.
25506
25507 2007-02-04  Bruno Haible  <bruno@clisp.org>
25508
25509         New module mbstok_r.
25510         * modules/mbstok_r: New file.
25511         * lib/mbstok_r.c: New file.
25512         * lib/string_.h (strtok_r): Change argument names to match the
25513         comments. Add a conditional link warning.
25514         (mbstok_r): New declaration.
25515         * m4/mbstok_r.m4: New file.
25516         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25517         GNULIB_MBSTOK_R.
25518         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
25519         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
25520
25521 2007-02-04  Bruno Haible  <bruno@clisp.org>
25522
25523         New module mbsspn.
25524         * modules/mbsspn: New file.
25525         * lib/mbsspn.c: New file.
25526         * lib/string_.h (strspn): Add a conditional link warning.
25527         (mbsspn): New declaration.
25528         * m4/mbsspn.m4: New file.
25529         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25530         GNULIB_MBSSPN.
25531         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
25532         * MODULES.html.sh (Internationalization functions): Add mbsspn.
25533
25534 2007-02-04  Bruno Haible  <bruno@clisp.org>
25535
25536         New module mbspbrk.
25537         * modules/mbspbrk: New file.
25538         * lib/mbspbrk.c: New file.
25539         * lib/string_.h (strpbrk): Add a conditional link warning.
25540         (mbspbrk): New declaration.
25541         * m4/mbspbrk.m4: New file.
25542         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25543         GNULIB_MBSPBRK.
25544         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
25545         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
25546
25547 2007-02-04  Bruno Haible  <bruno@clisp.org>
25548
25549         New module mbscspn.
25550         * modules/mbscspn: New file.
25551         * lib/mbscspn.c: New file.
25552         * lib/string_.h (strcspn): Add a conditional link warning.
25553         (mbscspn): New declaration.
25554         * m4/mbscspn.m4: New file.
25555         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25556         GNULIB_MBSCSPN.
25557         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
25558         * MODULES.html.sh (Internationalization functions): Add mbscspn.
25559
25560 2007-02-04  Bruno Haible  <bruno@clisp.org>
25561
25562         New module mbscasestr, reduced goal of strcasestr.
25563         * modules/mbscasestr: New file.
25564         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
25565         (mbscasestr): Renamed from strcasestr.
25566         * lib/strcasestr.c: Don't include mbuiter.h.
25567         (strcasestr): Remove support for multibyte locales.
25568         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
25569         Change the conditional link warning.
25570         (mbscasestr): New declaration.
25571         * m4/mbscasestr.m4: New file.
25572         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
25573         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
25574         REPLACE_STRCASESTR.
25575         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
25576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25577         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25578         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
25579         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
25580         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25581         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
25582         (Depends-on): Remove mbuiter.
25583         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
25584
25585 2007-02-04  Bruno Haible  <bruno@clisp.org>
25586
25587         Simplify handling of strncasecmp.
25588         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
25589         the conditional link warning.
25590         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25591         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
25592         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
25593         * modules/strcase (configure.ac): Don't invoke
25594         gl_STRING_MODULE_INDICATOR.
25595         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
25596
25597 2007-02-04  Bruno Haible  <bruno@clisp.org>
25598
25599         New module mbscasecmp, reduced goal of strcasecmp.
25600         * modules/mbscasecmp: New file.
25601         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
25602         (mbscasecmp): Renamed from strcasecmp.
25603         * lib/strcasecmp.c: Don't include mbuiter.h.
25604         (strcasecmp): Remove support for multibyte locales.
25605         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
25606         Change the conditional link warning.
25607         (mbscasecmp): New declaration.
25608         * m4/mbscasecmp.m4: New file.
25609         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
25610         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
25611         REPLACE_STRCASECMP.
25612         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
25613         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25614         GNULIB_MBSCASECMP.
25615         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
25616         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
25617         * modules/strcase (Files): Remove m4/mbrtowc.m4.
25618         (Depends-on): Remove mbuiter.
25619         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
25620
25621 2007-02-04  Bruno Haible  <bruno@clisp.org>
25622
25623         New module mbsstr. Remove module strstr.
25624         * modules/mbsstr: New file.
25625         * modules/strstr: Remove file.
25626         * lib/mbsstr.c: Renamed from lib/strstr.c.
25627         (mbsstr): Renamed from strstr.
25628         * lib/string_.h (strstr): Remove declaration. Change the conditional
25629         link warning.
25630         (mbsstr): New declaration.
25631         * m4/mbsstr.m4: New file.
25632         * m4/strstr.m4: Remove file.
25633         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
25634         REPLACE_STRSTR.
25635         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
25636         Don't initialize GNULIB_STRSTR.
25637         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
25638         substitute GNULIB_STRSTR and REPLACE_STRSTR.
25639         * MODULES.html.sh (Internationalization functions): Add mbsstr.
25640         (Support for systems lacking ANSI C 89): Remove strstr.
25641
25642 2007-02-04  Bruno Haible  <bruno@clisp.org>
25643
25644         New module mbsrchr.
25645         * modules/mbsrchr: New file.
25646         * lib/mbsrchr.c: New file.
25647         * lib/string_.h (strrchr): Add a conditional link warning.
25648         (mbsrchr): New declaration.
25649         * m4/mbsrchr.m4: New file.
25650         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25651         GNULIB_MBSRCHR.
25652         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
25653         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
25654
25655 2007-02-04  Bruno Haible  <bruno@clisp.org>
25656
25657         New module mbschr.
25658         * modules/mbschr: New file.
25659         * lib/mbschr.c: New file.
25660         * lib/string_.h (strchr): Add a conditional link warning.
25661         (mbschr): New declaration.
25662         * m4/mbschr.m4: New file.
25663         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25664         GNULIB_MBSCHR.
25665         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
25666         * MODULES.html.sh (Internationalization functions): Add mbschr.
25667
25668 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25669
25670         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
25671
25672         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
25673
25674 2007-02-04  Bruno Haible  <bruno@clisp.org>
25675
25676         New module description section 'configure.ac-early'.
25677         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
25678         (func_get_autoconf_early_snippet): New function.
25679         (func_import, func_create_testdir): Use it. Remove special cases for
25680         modules 'extensions' and 'lock'.
25681         * modules/extensions (configure.ac-early): Require
25682         gl_USE_SYSTEM_EXTENSIONS.
25683         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
25684
25685 2007-02-04  Bruno Haible  <bruno@clisp.org>
25686
25687         Make use of gcj-4.3's -fsource and -ftarget option.
25688         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
25689         and if so try the options -fsource and -ftarget.
25690         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
25691         source_version, ftarget_option, target_version arguments.
25692         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
25693         (is_envjavac_oldgcj_14_14_usable): Renamed from
25694         is_envjavac_gcj_14_14_usable.
25695         (is_envjavac_oldgcj_14_13_usable): Renamed from
25696         is_envjavac_gcj_14_13_usable.
25697         (is_gcj_present): Update.
25698         (is_gcj_43, is_gcj43_usable): New functions.
25699         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
25700         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
25701         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
25702         try the options -fsource and -ftarget.
25703
25704 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25705
25706         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
25707         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
25708         larger value.
25709
25710 2007-02-03  Jim Meyering  <jim@meyering.net>
25711
25712         Give tools a better chance to allocate space for very large buffers.
25713         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
25714
25715         Make pwd and readlink work also when run with an unreadable parent dir
25716         on systems with openat support.
25717         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
25718         provided getcwd function, even when we have openat support.
25719         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
25720
25721 2007-02-02  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25724         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
25725         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
25726         portability problems if one of these functions is only used on specific
25727         platforms.
25728         Reported by Paul Eggert.
25729
25730 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
25733         is causing more trouble than it's curing.
25734         * lib/regex_internal.h (__mempcpy): Remove.
25735         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
25736         (and make the code a tad smaller to boot).
25737         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
25738
25739 2007-02-02  Jim Meyering  <jim@meyering.net>
25740
25741         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
25742         section, not in the Makefile.am: one.
25743
25744 2007-02-02  Eric Blake  <ebb9@byu.net>
25745
25746         * lib/strchrnul.c: Always include config.h first.
25747
25748         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
25749         gnulib strstr is not necessary here.
25750
25751 2007-02-02  Simon Josefsson  <simon@josefsson.org>
25752
25753         * m4/socklen.m4: Fix typo.
25754
25755 2007-02-02  Eric Blake  <ebb9@byu.net>
25756
25757         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
25758         * modules/netinet_in (Makefile.am): Likewise.
25759
25760 2007-02-01  Bruno Haible  <bruno@clisp.org>
25761
25762         * lib/string_.h (GL_LINK_WARNING): New macro.
25763         (strcasecmp, strstr, strcasestr): If provided by the system,
25764         conditionally define as a macro that leads to a warning instead of to
25765         an error.
25766         (strncasecmp): Conditionally define as a macro that leads to a warning.
25767
25768 2007-02-01  Karl Berry  <karl@gnu.org>
25769
25770         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
25771
25772 2007-02-01  Bruno Haible  <bruno@clisp.org>
25773
25774         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
25775         renamings.
25776
25777 2007-02-01  Eric Blake  <ebb9@byu.net>
25778
25779         * modules/regex (Depends-on): Revert dependence on mempcpy.
25780         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
25781         module's definition of mempcpy.
25782         Reported by Paul Eggert.
25783
25784 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
25785
25786         * lib/string_.h: If the gnulib module XYZ is not present, undefine
25787         the symbol XYZ before redefining it.  This fixes a problem with
25788         programs that don't use XYZ, when compiled on systems that define
25789         XYZ to something else.
25790
25791 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
25792
25793         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
25794         occurs when "mkdir -m foo" creates a setgid directory that is (1)
25795         writeable to group or other and (2) is intended to have a special
25796         mode bit that is set or cleared.  In such a case, the directory
25797         should be neither group- nor other-writeable until the special
25798         mode bits are right.
25799
25800 2007-01-31  Eric Blake  <ebb9@byu.net>
25801
25802         * modules/mountlist (Depends-on): Add strstr.
25803
25804         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
25805         bug.
25806         * modules/string (Makefile.am): Remove redundant replacement.
25807         * modules/regex (Depends-on): Add mempcpy.
25808
25809 2007-01-31  Bruno Haible  <bruno@clisp.org>
25810
25811         New module description field 'Link'.
25812         * gnulib-tool (func_usage): Document --extract-link-directive.
25813         (sed_extract_prog): Recognize 'Link' directive.
25814         (func_get_link_directive): New function.
25815         (func_import): Show summary of link directives.
25816         Handle --extract-link-directive option.
25817         * modules/acl (Link): New section.
25818         * modules/clock-time (Link): New section.
25819         * modules/euidaccess (Link): New section.
25820         * modules/gettext (Link): New section.
25821         * modules/iconv (Link): New section.
25822         * modules/lock (Link): New section.
25823         * modules/nanosleep (Link): New section.
25824         * modules/readline (Link): New section.
25825
25826 2007-01-27  Bruno Haible  <bruno@clisp.org>
25827
25828         Enforce the use of gnulib modules for unportable <string.h> functions.
25829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
25830         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
25831         (gl_HEADER_STRING_H_BODY): Require it.
25832         * lib/string_.h: If the gnulib module XYZ is not present, redefine
25833         the symbol XYZ to one that gives a link error.
25834         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
25835         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
25836         * modules/mempcpy (configure.ac): Likewise.
25837         * modules/memrchr (configure.ac): Likewise.
25838         * modules/stpcpy (configure.ac): Likewise.
25839         * modules/stpncpy (configure.ac): Likewise.
25840         * modules/strcase (configure.ac): Likewise.
25841         * modules/strcasestr (configure.ac): Likewise.
25842         * modules/strchrnul (configure.ac): Likewise.
25843         * modules/strdup (configure.ac): Likewise.
25844         * modules/strndup (configure.ac): Likewise.
25845         * modules/strnlen (configure.ac): Likewise.
25846         * modules/strpbrk (configure.ac): Likewise.
25847         * modules/strsep (configure.ac): Likewise.
25848         * modules/strstr (configure.ac): Likewise.
25849         * modules/strtok_r (configure.ac): Likewise.
25850
25851 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
25852
25853         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
25854
25855 2007-01-30  Jim Meyering  <jim@meyering.net>
25856
25857         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
25858
25859 2007-01-29  Bruno Haible  <bruno@clisp.org>
25860
25861         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
25862         * lib/execute.c: Likewise.
25863         * lib/pipe.c: Likewise.
25864         * lib/printf-args.h: Likewise.
25865         * lib/printf-args.c: Likewise.
25866         * lib/printf-parse.c: Likewise.
25867         * lib/vasnprintf.c: Likewise.
25868
25869 2007-01-29  Eric Blake  <ebb9@byu.net>
25870
25871         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
25872         declaration.
25873
25874 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
25875
25876         * lib/strptime.h (strptime): Use 'restrict' for args where
25877         POSIX requires this.
25878         * lib/strptime.c (strptime): Likewise.
25879         Change license notice from LGPL to GPL, since gnulib-tool will
25880         change this as needed.
25881         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
25882         defined.
25883         Include "strptime.h" first, to check interface.
25884         Do not #undef _LIBC and _NL_CURRENT.
25885         Do not include <stdlib.h>; no longer needed.
25886         Include "time_r.h" and declare ptime_locale_status
25887         only if _LIBC is not defined.
25888         (__P): Remove unused macro.
25889         (match_string): Bring back glibc version, but use it only if _LIBC
25890         is defined.
25891         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
25892         Remove unnecessary assertion and abort() call.
25893         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
25894         * m4/strptime.m4: Fix serial number comment.
25895         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
25896         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
25897         (Depends-on): Add time_r.
25898
25899 2007-01-29  Bruno Haible  <bruno@clisp.org>
25900
25901         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25902         strptime.
25903         * modules/strptime (Depends-on): Add stdbool.
25904         * lib/strptime.h: Include <time.h> always. Add comments.
25905
25906 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25907
25908         * modules/strptime: New file.
25909         * lib/strptime.h: New file.
25910         * lib/strptime.c: New file.
25911         * m4/strptime.m4: New file.
25912
25913 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
25914
25915         * MODULES.html.sh: New module mpsort.
25916         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
25917
25918         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
25919         a circularity problem with HP-UX ia64 reported by Bob Proulx in
25920         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
25921         All uses changed.
25922         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
25923         All uses changed.
25924         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
25925         to _Restrict_.
25926         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
25927         the parameter matches the prototype.
25928
25929 2007-01-28  Jim Meyering  <jim@meyering.net>
25930
25931         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
25932         sys/time.h here, reverting that part of the previous patch:
25933         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
25934
25935 2007-01-28  Bruno Haible  <bruno@clisp.org>
25936
25937         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
25938         value of $(SYS_TIME_H).
25939         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
25940         remove it conditionally, too. [added by Jim Meyering]
25941         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
25942         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
25943         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
25944         GETTIMEOFDAY_REPLACEMENT to 1.
25945
25946 2007-01-28  Bruno Haible  <bruno@clisp.org>
25947
25948         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
25949         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
25950         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
25951         Set UNISTD_H instead of UNISTD_H2.
25952         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
25953
25954 2007-01-28  Bruno Haible  <bruno@clisp.org>
25955
25956         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
25957         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
25958
25959 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25960
25961         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
25962         (func_create_testdir): Ensure C locale for `grep' and `tr'
25963         character ranges.
25964         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
25965         ACLOCAL_AMFLAGS parsing state machine.
25966
25967 2007-01-27  Bruno Haible  <bruno@clisp.org>
25968
25969         * modules/unistr/base: Update.
25970
25971 2007-01-27  Bruno Haible  <bruno@clisp.org>
25972
25973         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
25974         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
25975         * modules/unistr/u32-mbtouc-unsafe: Renamed from
25976         modules/unistr/u32-mbtouc.
25977         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
25978         * lib/unistr.h: Update.
25979         * lib/linebreak.c: Update.
25980         * modules/unistr/u32-mbtouc: Renamed from
25981         modules/unistr/u32-mbtouc-safe.
25982         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
25983         * lib/unistr.h: Update.
25984         * lib/unistr/u32-to-u8.c: Update.
25985         * lib/unistr/u32-to-u16.c: Update.
25986
25987 2007-01-27  Bruno Haible  <bruno@clisp.org>
25988
25989         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
25990         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
25991         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
25992         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
25993         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
25994         * modules/unistr/u16-mbtouc-unsafe: Renamed from
25995         modules/unistr/u16-mbtouc.
25996         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
25997         * lib/unistr.h: Update.
25998         * lib/linebreak.c: Update.
25999         * modules/linebreak: Update.
26000         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
26001         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
26002         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
26003         * modules/unistr/u16-mbtouc: Renamed from
26004         modules/unistr/u16-mbtouc-safe.
26005         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
26006         * lib/unistr.h: Update.
26007         * lib/unistr/u16-to-u8.c: Update.
26008         * modules/unistr/u16-to-u8: Update.
26009         * lib/unistr/u16-to-u32.c: Update.
26010         * modules/unistr/u16-to-u32: Update.
26011
26012 2007-01-27  Bruno Haible  <bruno@clisp.org>
26013
26014         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
26015         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
26016         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
26017         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
26018         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
26019         * modules/unistr/u8-mbtouc-unsafe: Renamed from
26020         modules/unistr/u8-mbtouc.
26021         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
26022         * lib/unistr.h: Update.
26023         * lib/striconveh.c: Update.
26024         * modules/striconveh: Update.
26025         * lib/linebreak.c: Update.
26026         * modules/linebreak: Update.
26027         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
26028         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
26029         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
26030         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
26031         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
26032         * lib/unistr.h: Update.
26033         * lib/striconveh.c: Update.
26034         * modules/striconveh: Update.
26035         * lib/unistr/u8-to-u16.c: Update.
26036         * modules/unistr/u8-to-u16: Update.
26037         * lib/unistr/u8-to-u32.c: Update.
26038         * modules/unistr/u8-to-u32: Update.
26039
26040 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26041
26042         Sync from Libtool.
26043         * lib/argz.c: Do not include strings.h nor memory.h, include
26044         string.h unconditionally.  Patch by Simon Josefsson.
26045
26046 2007-01-27  Bruno Haible  <bruno@clisp.org>
26047
26048         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
26049         from gl_HEADER_STRING_H_BODY.
26050         (gl_HEADER_STRING_H_BODY): Require it.
26051         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
26052         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
26053         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
26054         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
26055         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26056         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
26057         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26058         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
26059         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
26060         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26061         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
26062         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
26063         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
26064         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26065         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26066
26067 2007-01-27  Bruno Haible  <bruno@clisp.org>
26068
26069         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
26070         check_PROGRAMS into noinst_PROGRAMS.
26071         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
26072         check_PROGRAMS in this case.
26073         (func_import): Set for_test to false.
26074         (func_create_testdir): Set for_test to true.
26075
26076 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
26077             Bruno Haible  <bruno@clisp.org>
26078
26079         * modules/strcasestr (Files): Remove lib/strcasestr.h.
26080         (Depends-on): Add string.
26081         (Includes): Use <string.h> instead of strcasestr.h.
26082         * modules/string (Makefile.am): Also substitute the value of
26083         REPLACE_STRCASESTR.
26084         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
26085         assume strcasestr is declared in <string.h> not <strings.h>. Also
26086         set REPLACE_STRCASESTR.
26087         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
26088         REPLACE_STRCASESTR.
26089         * lib/strcasestr.h: Remove file.
26090         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
26091         * lib/string_.h (strcasestr): New declaration.
26092
26093 2007-01-27  Bruno Haible  <bruno@clisp.org>
26094
26095         * lib/string_.h: Use 'extern'.
26096
26097 2007-01-27  Jim Meyering  <jim@meyering.net>
26098
26099         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
26100         of set-but-not-used local, "q".
26101
26102         * lib/mempcpy.c: Include <config.h> before <string.h>.
26103         This fixes a compilation error on HP-UX, due to the system's
26104         "restrict"-using mempcpy prototype.
26105
26106 2007-01-26  Bruno Haible  <bruno@clisp.org>
26107
26108         Small optimization.
26109         * lib/javacomp.c: Include c-strstr.h.
26110          (is_envjavac_gcj): Use c_strstr instead of strstr.
26111         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
26112
26113 2007-01-26  Bruno Haible  <bruno@clisp.org>
26114
26115         * MODULES.html.sh (Unicode string functions): Add the new modules.
26116
26117         * modules/uniconv/u32-strconv-to-locale: New file.
26118         * lib/uniconv/u32-strconv-to-locale.c: New file.
26119
26120         * modules/uniconv/u16-strconv-to-locale: New file.
26121         * lib/uniconv/u16-strconv-to-locale.c: New file.
26122
26123         * modules/uniconv/u8-strconv-to-locale: New file.
26124         * lib/uniconv/u8-strconv-to-locale.c: New file.
26125
26126         * modules/uniconv/u32-strconv-from-locale: New file.
26127         * lib/uniconv/u32-strconv-from-locale.c: New file.
26128
26129         * modules/uniconv/u16-strconv-from-locale: New file.
26130         * lib/uniconv/u16-strconv-from-locale.c: New file.
26131
26132         * modules/uniconv/u8-strconv-from-locale: New file.
26133         * lib/uniconv/u8-strconv-from-locale.c: New file.
26134
26135         * modules/uniconv/u32-strconv-to-enc: New file.
26136         * lib/uniconv/u32-strconv-to-enc.c: New file.
26137         * modules/uniconv/u32-strconv-to-enc-tests: New file.
26138         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
26139
26140         * modules/uniconv/u16-strconv-to-enc: New file.
26141         * lib/uniconv/u16-strconv-to-enc.c: New file.
26142         * lib/uniconv/u-strconv-to-enc.h: New file.
26143         * modules/uniconv/u16-strconv-to-enc-tests: New file.
26144         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
26145
26146         * modules/uniconv/u8-strconv-to-enc: New file.
26147         * lib/uniconv/u8-strconv-to-enc.c: New file.
26148         * modules/uniconv/u8-strconv-to-enc-tests: New file.
26149         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
26150
26151         * modules/uniconv/u32-strconv-from-enc: New file.
26152         * lib/uniconv/u32-strconv-from-enc.c: New file.
26153         * modules/uniconv/u32-strconv-from-enc-tests: New file.
26154         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
26155
26156         * modules/uniconv/u16-strconv-from-enc: New file.
26157         * lib/uniconv/u16-strconv-from-enc.c: New file.
26158         * modules/uniconv/u16-strconv-from-enc-tests: New file.
26159         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
26160
26161         * modules/uniconv/u8-strconv-from-enc: New file.
26162         * lib/uniconv/u8-strconv-from-enc.c: New file.
26163         * lib/uniconv/u-strconv-from-enc.h: New file.
26164         * modules/uniconv/u8-strconv-from-enc-tests: New file.
26165         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
26166
26167         * modules/uniconv/u32-conv-from-enc: New file.
26168         * lib/uniconv/u32-conv-from-enc.c: New file.
26169         * modules/uniconv/u32-conv-from-enc-tests: New file.
26170         * tests/uniconv/test-u32-conv-from-enc.c: New file.
26171
26172         * modules/uniconv/u16-conv-from-enc: New file.
26173         * lib/uniconv/u16-conv-from-enc.c: New file.
26174         * lib/uniconv/u-conv-from-enc.h: New file.
26175         * modules/uniconv/u16-conv-from-enc-tests: New file.
26176         * tests/uniconv/test-u16-conv-from-enc.c: New file.
26177
26178         * modules/uniconv/u8-conv-from-enc: New file.
26179         * lib/uniconv/u8-conv-from-enc.c: New file.
26180         * modules/uniconv/u8-conv-from-enc-tests: New file.
26181         * tests/uniconv/test-u8-conv-from-enc.c: New file.
26182
26183         * modules/uniconv/base: New file.
26184         * lib/uniconv.h: New file.
26185
26186 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26187
26188         * doc/gnulib-tool.texi (Initial import): Update to match current
26189         behavior with strdup module.
26190         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
26191         * lib/memmem.h: Remove; all uses removed.  This is now done
26192         by <string.h>.
26193         * lib/mempcpy.h: Likewise.
26194         * lib/memrchr.h: Likewise.
26195         * lib/stpcpy.h: Likewise.
26196         * lib/stpncpy.h: Likewise.
26197         * lib/strcase.h: Likewise.
26198         * lib/strchrnul.h: Likewise.
26199         * lib/strdup.h: Likewise.
26200         * lib/strndup.h: Likewise.
26201         * lib/strnlen.h: Likewise.
26202         * lib/strpbrk.h: Likewise.
26203         * lib/strsep.h: Likewise.
26204         * lib/strstr.h: Likewise.
26205         * lib/strtok_r.h: Likewise.
26206         * lib/string_.h: New file.
26207         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
26208         Rely on <string.h> instead.
26209         * lib/canon-host.c: Likewise.
26210         * lib/chdir-long.c: Likewise.
26211         * lib/concatpath.c: Likewise.
26212         * lib/exclude.c: Likewise.
26213         * lib/fchdir.c: Likewise.
26214         * lib/getaddrinfo.c: Likewise.
26215         * lib/getcwd.c: Likewise.
26216         * lib/getsubopt.c: Likewise.
26217         * lib/glob.c: Likewise.
26218         * lib/hard-locale.c: Likewise.
26219         * lib/iconvme.c: Likewise.
26220         * lib/javacomp.c: Likewise.
26221         * lib/mempcpy.c: Likewise.
26222         * lib/memrchr.c: Likewise.
26223         * lib/regex_internal.h: Likewise.
26224         * lib/stpncpy.c: Likewise.
26225         * lib/strcasecmp.c: Likewise.
26226         * lib/strchrnul.c: Likewise.
26227         * lib/strdup.c: Likewise.
26228         * lib/striconv.c: Likewise.
26229         * lib/striconveh.c: Likewise.
26230         * lib/striconveha.c: Likewise.
26231         * lib/strncasecmp.c: Likewise.
26232         * lib/strndup.c: Likewise.
26233         * lib/strnlen.c: Likewise.
26234         * lib/strsep.c: Likewise.
26235         * lib/strstr.c: Likewise.
26236         * lib/strtok_r.c: Likewise.
26237         * lib/userspec.c: Likewise.
26238         * lib/w32spawn.h: Likewise.
26239         * lib/xstrndup.c: Likewise.
26240         * lib/mountlist.c (strstr): Remove decl.
26241         * m4/string_h.m4: New file.
26242         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
26243         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
26244         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
26245         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
26246         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
26247         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
26248         Set REPLACE_STRCASECMP if necessary.
26249         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
26250         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
26251         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
26252         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
26253         HAVE_DECL_STRDUP if necessary.
26254         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
26255         since gl_FUNC_STRNDUP does that now.
26256         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
26257         Check for decl here...
26258         (gl_PREREQ_STRNLEN): ... not here.
26259         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
26260         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
26261         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
26262         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
26263         necessary.
26264         * modules/string: New file.
26265         * modules/memmem (Files): Remove special-purpose include file.
26266         (Depends-on): Add string.
26267         (Include): Include <string.h>, not the removed file.
26268         * modules/mempcpy: Likewise.
26269         * modules/memrchr: Likewise.
26270         * modules/stpcpy: Likewise.
26271         * modules/stpncpy: Likewise.
26272         * modules/strcase: Likewise.
26273         * modules/strchrnul: Likewise.
26274         * modules/strdup: Likewise.
26275         * modules/strndup: Likewise.
26276         * modules/strnlen: Likewise.
26277         * modules/strpbrk: Likewise.
26278         * modules/strsep: Likewise.
26279         * modules/strstr: Likewise.
26280         * modules/strtok_r: Likewise.
26281         * tests/test-dirname.c: Don't include "strdup.h", since
26282         <string.h> now suffices.
26283         * tests/test-memmem.c: Don't include "memmem.h", since
26284         <string.h> now suffices.
26285
26286 2007-01-25  Bruno Haible  <bruno@clisp.org>
26287
26288         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
26289         *resultp is 0.
26290
26291         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
26292         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
26293         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
26294         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
26295
26296         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
26297         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
26298         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
26299         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
26300         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
26301         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
26302
26303 2007-01-24  Bruno Haible  <bruno@clisp.org>
26304
26305         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
26306         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
26307         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
26308         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
26309         gl_FUNC_FTS_CORE.
26310         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
26311         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
26312         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26313         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
26314         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
26315         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
26316         gl_FUNC_FCHOWNAT.
26317         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
26318         gl_FUNC_STRFTIME.
26319         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
26320         Reported by Ralf Wildenhues.
26321
26322 2007-01-24  Bruno Haible  <bruno@clisp.org>
26323
26324         Drop AC_REQUIRE calls that are redundant with the module dependencies.
26325         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
26326         gl_GETADDRINFO.
26327         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
26328         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
26329         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
26330
26331 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
26332
26333         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
26334         Don't use 'exit'; just return from 'main'.
26335         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
26336
26337         * lib/fnmatch_.h: Readjust white space and comments to match
26338         glibc, to avoid spurious diffs.
26339
26340 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26341
26342         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
26343         2004-12-01 change by Jakub Jelinek, since this code won't compile
26344         if !LIBC.  Problem reported by Bob Proulx.
26345
26346 2007-01-23  Bruno Haible  <bruno@clisp.org>
26347
26348         * lib/striconveh.c: Include c-strcaseeq.h.
26349         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
26350         * modules/striconveh (Depends-on): Add c-strcaseeq.
26351
26352 2007-01-23  Bruno Haible  <bruno@clisp.org>
26353
26354         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
26355
26356         * modules/c-strcaseeq: New file.
26357         * lib/c-strcaseeq.h: New file.
26358
26359         * modules/streq: New file.
26360         * lib/streq.h: New file.
26361
26362 2007-01-23  Bruno Haible  <bruno@clisp.org>
26363
26364         * modules/striconveha-tests: New file.
26365         * tests/test-striconveha.c: New file.
26366
26367         * lib/striconveha.h: Include <stdbool.h>.
26368         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
26369         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
26370         (mem_iconveha_notranslit): Renamed from mem_iconveha.
26371         (mem_iconveha): New function.
26372         (str_iconveha_notranslit): Renamed from str_iconveha.
26373         (str_iconveha): New function.
26374         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
26375         c-strcase.
26376
26377 2007-01-23  Bruno Haible  <bruno@clisp.org>
26378
26379         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
26380         encodings without forgiving before trying any encoding with handler.
26381         (str_iconveha): Try all encodings without forgiving before trying any
26382         encoding with handler.
26383
26384 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26385
26386         Import the following changes from libc.
26387
26388         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26389
26390         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
26391
26392         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
26393
26394         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
26395         normal_bracket label.
26396
26397         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
26398
26399         [BZ #361]
26400         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
26401         to normal_bracket after fetching the next character.
26402
26403 2007-01-22  Bruno Haible  <bruno@clisp.org>
26404
26405         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
26406         argument.
26407         * lib/striconveh.c (iconv_carefully_1): New function.
26408         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
26409         argument.
26410         (str_cd_iconveh): Update.
26411         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
26412         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
26413         * tests/test-striconveh.c (MAGIC): New macro.
26414         (new_offsets): New function.
26415         (main): Test call with and without offsets.
26416
26417 2007-01-22  Bruno Haible  <bruno@clisp.org>
26418
26419         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
26420         * modules/sys_select (Makefile.am): Likewise.
26421         * modules/sys_socket (Makefile.am): Likewise.
26422         * modules/sys_time (Makefile.am): Likewise.
26423
26424 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26425
26426         * modules/gettimeofday (License): Change from GPL to LGPL, since
26427         gettimeofday is a library function.
26428
26429 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26430
26431         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
26432
26433 2007-01-21  Bruno Haible  <bruno@clisp.org>
26434
26435         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
26436
26437 2007-01-21  Bruno Haible  <bruno@clisp.org>
26438
26439         * modules/striconveha: New file.
26440         * lib/striconveha.h: New file.
26441         * lib/striconveha.c: New file.
26442         * MODULES.html.sh (Internationalization functions): Add striconveha.
26443         * lib/striconv.c (str_iconv): Optimize the case of an empty input
26444         string.
26445         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
26446
26447 2007-01-21  Bruno Haible  <bruno@clisp.org>
26448
26449         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
26450         * lib/striconveh.c (str_iconveh): Likewise.
26451
26452 2007-01-21  Bruno Haible  <bruno@clisp.org>
26453
26454         * lib/striconveh.h (mem_iconveh): New declaration.
26455         * lib/striconveh.c (mem_iconveh): New function.
26456         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
26457
26458 2007-01-21  Bruno Haible  <bruno@clisp.org>
26459
26460         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
26461
26462         * lib/striconveh.h (mem_cd_iconveh): Change specification.
26463         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
26464         original result buffer.
26465         (str_cd_iconveh): Update.
26466         * tests/test-striconveh.c (main): Update.
26467
26468         * lib/striconv.h (mem_cd_iconv): Change specification.
26469         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
26470         result buffer.
26471         (str_cd_iconv): Update.
26472         * tests/test-striconv.c (main): Update.
26473
26474 2007-01-21  Bruno Haible  <bruno@clisp.org>
26475
26476         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
26477
26478 2007-01-20  Jim Meyering  <jim@meyering.net>
26479
26480         * lib/userspec.c (parse_with_separator): If a user or group string
26481         starts with "+", skip the corresponding name-to-ID look-up, since
26482         such a look-up must fail: user and group names may not include "+".
26483
26484 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
26485
26486         * lib/poll.c: Include sys/time.h and time.h unconditionally,
26487         since we now assume the sys_time module.
26488         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
26489         check for sys/time.h; no longer needed.
26490         * modules/poll (Depends-on): Depend on sys_time.
26491
26492 2007-01-18  Bruno Haible  <bruno@clisp.org>
26493
26494         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
26495         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26496
26497         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
26498         gettimeofday.
26499
26500         * tests/test-gettimeofday.c: Include <time.h>.
26501         (dummy): Remove variable.
26502
26503         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
26504         gl_HEADER_SYS_TIME_H.
26505         (gl_HEADER_SYS_TIME_H): New macro.
26506
26507         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
26508         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26509         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
26510         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
26511         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26512         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
26513         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
26514         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26515         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
26516         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
26517         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26518
26519         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
26520         last change; it caused a compilation error when cross-compiling to
26521         Cygwin.
26522
26523 2007-01-18  Jim Meyering  <jim@meyering.net>
26524
26525         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
26526         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
26527         than the race-prone "test -d sys || mkdir sys".
26528         (configure.ac): Use AC_PROG_MKDIR_P.
26529         * modules/sys_select: Likewise.
26530         * modules/sys_socket: Likewise.
26531         * modules/sys_time: Likewise.
26532
26533 2007-01-18  Eric Blake  <ebb9@byu.net>
26534
26535         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
26536         replace gettimeofday.
26537         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
26538         name, to avoid infinite recursion.
26539
26540 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
26541
26542         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
26543         module sys_time.
26544         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
26545         assume timespec.h defines struct timeval.
26546         * lib/settime.c: Likewise.
26547         * lib/utimens.c: Likewise.
26548         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
26549         since we now assume the gettimeofday module.
26550         * lib/tempname.c (__gen_tempname): Likewise.
26551         * lib/gettimeofday.h: Remove.
26552         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
26553         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
26554         Include <time.h>, for 'time()'.
26555         (localtime_buffer_addr): Also use this workaround if
26556         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
26557         to simplify the uses.  All uses changed.
26558         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
26559         that #undef is inside {}, and 'const' follows type name consistently.
26560         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
26561         (gettimeofday): Do not use the maximum possible value for
26562         tv->tv_usec, since that might break usages other than ls.c.
26563         Instead, we'll leave ls.c alone.  This undoes today's patch
26564         by Bruno.  Add a compile-time warning for 1s-clock resolution;
26565         we've never observed the problem but might as well keep the
26566         canary.
26567         * lib/nanosleep.c: Include timespec.h first, for interface check.
26568         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
26569         now assume the sys_time module.
26570         * lib/tempname.c: Likewise.
26571         * lib/timespec.h: Likewise.
26572         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
26573         needed.
26574         * lib/strftime.c: Likewise.
26575         * lib/timespec.h: Likewise.
26576         * lib/posixtm.c: Include posixtm.h first, for interface check.
26577         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
26578         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
26579         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
26580         * lib/sys_time_.h: New file.
26581         * lib/timespec.h (struct timespec): Use long int, not long.
26582         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26583         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
26584         Remove obsolescent call to AC_HEADER_TIME.
26585         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
26586         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26587         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26588         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
26589         Likewise.
26590         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
26591         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
26592         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
26593         into the sys_time module.  Check for gettimeofday just once.
26594         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
26595         for gettimeofday signature to just check the signature.  Merely
26596         compile it, since linking doesn't test signature.  Improve test for
26597         whether gettimeofday.o is actually needed.
26598         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
26599         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
26600         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
26601         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26602         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
26603         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
26604         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
26605         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
26606         than worrying about sys/time.h.
26607         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26608         Don't bother worrying about TIME_WITH_SYS_TIME.
26609         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
26610         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
26611         * m4/sys_time_h.m4: New file.
26612         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
26613         Don't include sys/time.h.  Return from main rather than exiting.
26614         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
26615         all uses changed.
26616         * modules/gethrxtime (Depends-on): Add sys_time.
26617         * modules/gettime (Depends-on): Likewise.
26618         * modules/gettimeofday (Depends-on): Likewise.
26619         * modules/nanosleep (Depends-on): Likewise.
26620         * modules/settime (Depends-on): Likewise.
26621         * modules/tempname (Depends-on): Likewise.
26622         * modules/utimens (Depends-on): Likewise.
26623         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
26624         (Include:) Change back to <sys/time.h>.
26625         (Maintainer:) Add self.
26626         * modules/sys_time: New file.
26627         * modules/tempname (Depends-on): Add gettimeofday.
26628         * tests/test-gettimeofday.c: Include <sys/time.h>
26629         rather than gettimeofday.h.
26630
26631 2007-01-17  Bruno Haible  <bruno@clisp.org>
26632
26633         * gnulib-tool (func_get_license): Revert last patch. Instead, let
26634         the license default to GPL.
26635         (func_create_testdir): Don't complain if a module is LGPL and its
26636         tests module depends on GPLed modules.
26637
26638 2007-01-17  Bruno Haible  <bruno@clisp.org>
26639
26640         * lib/gettimeofday.c (gettimeofday): Add code for the case
26641         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
26642         maximum possible value for tv->tv_usec, rather than the minimum one.
26643
26644 2005-10-08  Martin Lambers  <marlam@marlam.de>
26645 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26646 2007-01-16  Bruno Haible  <bruno@clisp.org>
26647
26648         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
26649         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
26650         gl_FUNC_GETTIMEOFDAY.
26651         (Include): Add gettimeofday.h.
26652         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
26653         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
26654         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
26655         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
26656         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
26657         * lib/gettimeofday.h: New file.
26658         * lib/gettimeofday.c: Include <sys/timeb.h>.
26659         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
26660         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26661         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
26662         fall back on time().
26663
26664         * tests/test-gettimeofday.c: New file.
26665         * modules/gettimeofday-tests: New file.
26666
26667 2007-01-16  Eric Blake  <ebb9@byu.net>
26668
26669         * modules/fnmatch (Depends-on): Depend on wchar.
26670         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
26671         * m4/fnmatch.m4: Likewise.
26672         * modules/mbchar (Makefile.am): Assume <wchar.h>.
26673         * m4/mbchar.m4: Likewise.
26674         * modules/mbswidth (Depends-on): Depend on wchar.
26675         * lib/mbswidth.c: Assume <wchar.h>.
26676         * m4/mbswidth.m4: Likewise.
26677         * modules/quotearg (Depends-on): Depend on wchar.
26678         * lib/quotearg.c: Assume <wchar.h>.
26679         * m4/quotearg.m4: Likewise.
26680         * modules/regex (Depends-on): Depend on wchar.
26681         * lib/regex_internal.h: Assume <wchar.h>.
26682         * m4/regex.m4: Likewise.
26683         * modules/stdint (Depends-on): Depend on wchar.
26684         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
26685         * m4/stdint.m4: Likewise.
26686         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
26687         * modules/strftime (Depends-on): Depend on wchar.
26688         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
26689         * modules/strtol (Depends-on): Depend on wchar.
26690         * lib/strtol.c: Assume <wchar.h>.
26691         * modules/wcwidth (Depends-on): Depend on wchar.
26692         * lib/wcwidth.h: Assume <wchar.h>.
26693         * m4/wcwidth.m4: Likewise.
26694
26695 2007-01-16  Bruno Haible  <bruno@clisp.org>
26696
26697         * modules/csharpexec-script: New, created from...
26698         * modules/csharpexec: ... this.
26699
26700 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
26701
26702         * modules/javaexec-script: New, created from...
26703         * modules/javaexec: ... this.
26704
26705 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26706
26707         * modules/poll (Dependencies): Add sys_select.
26708
26709 2007-01-15  Jim Meyering  <jim@meyering.net>
26710
26711         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
26712         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
26713         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
26714         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
26715
26716 2007-01-15  Bruno Haible  <bruno@clisp.org>
26717
26718         * modules/striconveh: New file.
26719         * lib/striconveh.h: New file.
26720         * lib/striconveh.c: New file.
26721         * MODULES.html.sh (Internationalization functions): Add striconveh.
26722
26723         * modules/striconveh-tests: New file.
26724         * tests/test-striconveh.c: New file.
26725
26726 2007-01-15  Bruno Haible  <bruno@clisp.org>
26727
26728         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
26729         not from GNU libiconv or GNU libc.
26730
26731 2007-01-15  Bruno Haible  <bruno@clisp.org>
26732
26733         * doc/gnulib-intro.texi (Copyright): Explain the different license
26734         terms for module descriptions, autoconf macros, tests, documentation.
26735
26736 2007-01-14  Bruno Haible  <bruno@clisp.org>
26737
26738         * modules/striconv-tests: New file.
26739         * tests/test-striconv.c: New file.
26740
26741 2007-01-14  Bruno Haible  <bruno@clisp.org>
26742
26743         * modules/iconv-tests: New file.
26744         * tests/test-iconv.c: New file.
26745
26746 2007-01-14  Bruno Haible  <bruno@clisp.org>
26747
26748         * gnulib-tool (func_get_license): For test modules, use the license of
26749         the main module.
26750
26751 2007-01-14  Bruno Haible  <bruno@clisp.org>
26752
26753         * modules/iconv (Include): Clarify that <iconv.h> can only be included
26754         if iconv is found to exist.
26755
26756 2007-01-14  Bruno Haible  <bruno@clisp.org>
26757
26758         * modules/c-ctype-tests: New file.
26759         * tests/test-c-ctype.c: New file.
26760
26761 2007-01-14  Bruno Haible  <bruno@clisp.org>
26762
26763         * modules/binary-io-tests: New file.
26764         * tests/test-binary-io.sh: New file.
26765         * tests/test-binary-io.c: New file.
26766
26767 2007-01-14  Bruno Haible  <bruno@clisp.org>
26768
26769         * modules/array-oset-tests: New file.
26770         * tests/test-array_oset.c: New file.
26771
26772 2007-01-14  Bruno Haible  <bruno@clisp.org>
26773
26774         * modules/array-list-tests: New file.
26775         * tests/test-array_list.c: New file.
26776
26777 2007-01-14  Bruno Haible  <bruno@clisp.org>
26778
26779         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
26780         and make.
26781         Reported by Simon Josefsson in
26782         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
26783
26784 2007-01-14  Bruno Haible  <bruno@clisp.org>
26785
26786         * modules/allocsa-tests: New file.
26787         * tests/test-allocsa.c: New file.
26788
26789 2007-01-14  Bruno Haible  <bruno@clisp.org>
26790
26791         * modules/fchdir (Depends-on): Add absolute-header.
26792         * modules/unistd (Depends-on): Likewise.
26793
26794 2006-12-30  Bruno Haible  <bruno@clisp.org>
26795
26796         * modules/fchdir: New file.
26797         * modules/unistd (Files): Add lib/unistd_.h.
26798         (Makefile.am): Generate unistd.h from unistd_.h.
26799         * lib/fchdir.c: New file.
26800         * lib/dirent_.h: New file.
26801         * lib/unistd_.h: New file.
26802         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
26803         * m4/fchdir.m4: New file.
26804         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
26805         (gl_HEADER_UNISTD): Invoke it.
26806         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
26807         function.
26808         * lib/backupfile.c (opendir, closedir): Undefine.
26809         * lib/chown.c (open, close): Undefine.
26810         * lib/clean-temp.c (open, close): Undefine.
26811         * lib/copy-file.c (open, close): Undefine.
26812         * lib/execute.c (open, close): Undefine.
26813         * lib/fsusage.c (open, close): Undefine.
26814         * lib/gc-gnulib.c (open, close): Undefine.
26815         * lib/getcwd.c (opendir, closedir): Undefine.
26816         * lib/glob.c (opendir, closedir): Undefine.
26817         * lib/javacomp.c (open, close): Undefine.
26818         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
26819         * lib/openat-proc.c (open, close): Undefine.
26820         * lib/pagealign_alloc.c (open, close): Undefine.
26821         * lib/pipe.c (open, close): Undefine.
26822         * lib/progreloc.c (open, close): Undefine.
26823         * lib/savedir.c (opendir, closedir): Undefine.
26824         * lib/utime.c (open, close): Undefine.
26825         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
26826
26827 2007-01-10  Bruno Haible  <bruno@clisp.org>
26828
26829         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
26830
26831 2007-01-12  Eric Blake  <ebb9@byu.net>
26832
26833         Provide a robust <wchar.h>.  Further simplifications are now
26834         possible in other modules, but not included here.
26835         * modules/wchar: New module.
26836         * m4/wchar.m4: New file.
26837         * lib/wchar_.h: Likewise.
26838         * modules/mbchar (Depends-on): Depend on wchar, as the first use
26839         of the new module.
26840         * MODULES.html.sh (Extended multibyte and wide character utilities):
26841         New section.
26842
26843 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
26844
26845         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
26846         to a reasonable default for memory allocation.
26847         (xreadlink): Don't allocate a huge buffer, to work around a buggy
26848         file system that reports garbage st_size values for symlinks.
26849         Problem reported by Liyang Hu.
26850
26851 2007-01-11  Simon Josefsson  <simon@josefsson.org>
26852
26853         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
26854         Emacs .#* auto-save files).
26855
26856 2007-01-11  Bruno Haible  <bruno@clisp.org>
26857
26858         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
26859         directory.
26860
26861 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26862
26863         Use @...@ consistently in lib/wctype_.h.
26864         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
26865         on it being set to 1 or 0.
26866         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
26867         go back to AC_SUBSTing it.
26868         * modules/wctype (Makefile.am): Undo previous change.
26869
26870 2007-01-10  Eric Blake  <ebb9@byu.net>
26871
26872         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
26873         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
26874         * modules/wctype (Makefile.am): Likewise.
26875         Reported by Chris McGuire.
26876
26877 2007-01-10  Jim Meyering  <jim@meyering.net>
26878
26879         fts.c: a small readability/maintainability improvement
26880         * lib/fts.c (fts_read): Make this code slightly more readable and
26881         maintainable by hoisting the "sp->fts_cur = p" assignments to
26882         immediately follow the statements that set P.  Derived from
26883         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
26884
26885 2007-01-10  Eric Blake  <ebb9@byu.net>
26886
26887         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
26888         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
26889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
26890         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
26891         Reported by Chris McGuire.
26892
26893 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26894
26895         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
26896         in sed script.
26897
26898 2007-01-09  Bruno Haible  <bruno@clisp.org>
26899
26900         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
26901         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
26902         variables.
26903         (func_module): Use them.
26904
26905 2007-01-09  Bruno Haible  <bruno@clisp.org>
26906
26907         * modules/unistr/base: New file.
26908         * lib/unistr.h: New file.
26909
26910         * modules/unistr/u8-to-u16: New file.
26911         * lib/unistr/u8-to-u16.c: New file.
26912
26913         * modules/unistr/u8-to-u32: New file.
26914         * lib/unistr/u8-to-u32.c: New file.
26915
26916         * modules/unistr/u16-to-u8: New file.
26917         * lib/unistr/u16-to-u8.c: New file.
26918
26919         * modules/unistr/u16-to-u32: New file.
26920         * lib/unistr/u16-to-u32.c: New file.
26921
26922         * modules/unistr/u32-to-u8: New file.
26923         * lib/unistr/u32-to-u8.c: New file.
26924
26925         * modules/unistr/u32-to-u16: New file.
26926         * lib/unistr/u32-to-u16.c: New file.
26927
26928         * modules/unistr/u8-check: New file.
26929         * modules/unistr/u16-check: New file.
26930         * modules/unistr/u32-check: New file.
26931         * lib/unistr/u8-check.c: New file.
26932         * lib/unistr/u16-check.c: New file.
26933         * lib/unistr/u32-check.c: New file.
26934
26935         * modules/unistr/u8-chr: New file.
26936         * modules/unistr/u16-chr: New file.
26937         * modules/unistr/u32-chr: New file.
26938         * lib/unistr/u8-chr.c: New file.
26939         * lib/unistr/u16-chr.c: New file.
26940         * lib/unistr/u32-chr.c: New file.
26941
26942         * modules/unistr/u8-cmp: New file.
26943         * modules/unistr/u16-cmp: New file.
26944         * modules/unistr/u32-cmp: New file.
26945         * lib/unistr/u8-cmp.c: New file.
26946         * lib/unistr/u16-cmp.c: New file.
26947         * lib/unistr/u32-cmp.c: New file.
26948
26949         * modules/unistr/u8-cpy: New file.
26950         * modules/unistr/u16-cpy: New file.
26951         * modules/unistr/u32-cpy: New file.
26952         * lib/unistr/u8-cpy.c: New file.
26953         * lib/unistr/u16-cpy.c: New file.
26954         * lib/unistr/u32-cpy.c: New file.
26955         * lib/unistr/u-cpy.h: New file.
26956
26957         * modules/unistr/u8-cpy-alloc: New file.
26958         * modules/unistr/u16-cpy-alloc: New file.
26959         * modules/unistr/u32-cpy-alloc: New file.
26960         * lib/unistr/u8-cpy-alloc.c: New file.
26961         * lib/unistr/u16-cpy-alloc.c: New file.
26962         * lib/unistr/u32-cpy-alloc.c: New file.
26963         * lib/unistr/u-cpy-alloc.h: New file.
26964
26965         * modules/unistr/u8-endswith: New file.
26966         * modules/unistr/u16-endswith: New file.
26967         * modules/unistr/u32-endswith: New file.
26968         * lib/unistr/u8-endswith.c: New file.
26969         * lib/unistr/u16-endswith.c: New file.
26970         * lib/unistr/u32-endswith.c: New file.
26971         * lib/unistr/u-endswith.h: New file.
26972
26973         * modules/unistr/u8-mblen: New file.
26974         * modules/unistr/u16-mblen: New file.
26975         * modules/unistr/u32-mblen: New file.
26976         * lib/unistr/u8-mblen.c: New file.
26977         * lib/unistr/u16-mblen.c: New file.
26978         * lib/unistr/u32-mblen.c: New file.
26979
26980         * modules/unistr/u8-mbtouc: New file.
26981         * modules/unistr/u16-mbtouc: New file.
26982         * modules/unistr/u32-mbtouc: New file.
26983         * lib/unistr/u8-mbtouc.c: New file.
26984         * lib/unistr/u16-mbtouc.c: New file.
26985         * lib/unistr/u32-mbtouc.c: New file.
26986
26987         * modules/unistr/u8-mbtouc-safe: New file.
26988         * modules/unistr/u16-mbtouc-safe: New file.
26989         * modules/unistr/u32-mbtouc-safe: New file.
26990         * lib/unistr/u8-mbtouc-safe.c: New file.
26991         * lib/unistr/u16-mbtouc-safe.c: New file.
26992         * lib/unistr/u32-mbtouc-safe.c: New file.
26993
26994         * modules/unistr/u8-move: New file.
26995         * modules/unistr/u16-move: New file.
26996         * modules/unistr/u32-move: New file.
26997         * lib/unistr/u8-move.c: New file.
26998         * lib/unistr/u16-move.c: New file.
26999         * lib/unistr/u32-move.c: New file.
27000         * lib/unistr/u-move.h: New file.
27001
27002         * modules/unistr/u8-next: New file.
27003         * modules/unistr/u16-next: New file.
27004         * modules/unistr/u32-next: New file.
27005         * lib/unistr/u8-next.c: New file.
27006         * lib/unistr/u16-next.c: New file.
27007         * lib/unistr/u32-next.c: New file.
27008
27009         * modules/unistr/u8-prev: New file.
27010         * modules/unistr/u16-prev: New file.
27011         * modules/unistr/u32-prev: New file.
27012         * lib/unistr/u8-prev.c: New file.
27013         * lib/unistr/u16-prev.c: New file.
27014         * lib/unistr/u32-prev.c: New file.
27015
27016         * modules/unistr/u8-set: New file.
27017         * modules/unistr/u16-set: New file.
27018         * modules/unistr/u32-set: New file.
27019         * lib/unistr/u8-set.c: New file.
27020         * lib/unistr/u16-set.c: New file.
27021         * lib/unistr/u32-set.c: New file.
27022         * lib/unistr/u-set.h: New file.
27023
27024         * modules/unistr/u8-startswith: New file.
27025         * modules/unistr/u16-startswith: New file.
27026         * modules/unistr/u32-startswith: New file.
27027         * lib/unistr/u8-startswith.c: New file.
27028         * lib/unistr/u16-startswith.c: New file.
27029         * lib/unistr/u32-startswith.c: New file.
27030         * lib/unistr/u-startswith.h: New file.
27031
27032         * modules/unistr/u8-stpcpy: New file.
27033         * modules/unistr/u16-stpcpy: New file.
27034         * modules/unistr/u32-stpcpy: New file.
27035         * lib/unistr/u8-stpcpy.c: New file.
27036         * lib/unistr/u16-stpcpy.c: New file.
27037         * lib/unistr/u32-stpcpy.c: New file.
27038         * lib/unistr/u-stpcpy.h: New file.
27039
27040         * modules/unistr/u8-stpncpy: New file.
27041         * modules/unistr/u16-stpncpy: New file.
27042         * modules/unistr/u32-stpncpy: New file.
27043         * lib/unistr/u8-stpncpy.c: New file.
27044         * lib/unistr/u16-stpncpy.c: New file.
27045         * lib/unistr/u32-stpncpy.c: New file.
27046         * lib/unistr/u-stpncpy.h: New file.
27047
27048         * modules/unistr/u8-strcat: New file.
27049         * modules/unistr/u16-strcat: New file.
27050         * modules/unistr/u32-strcat: New file.
27051         * lib/unistr/u8-strcat.c: New file.
27052         * lib/unistr/u16-strcat.c: New file.
27053         * lib/unistr/u32-strcat.c: New file.
27054         * lib/unistr/u-strcat.h: New file.
27055
27056         * modules/unistr/u8-strchr: New file.
27057         * modules/unistr/u16-strchr: New file.
27058         * modules/unistr/u32-strchr: New file.
27059         * lib/unistr/u8-strchr.c: New file.
27060         * lib/unistr/u16-strchr.c: New file.
27061         * lib/unistr/u32-strchr.c: New file.
27062
27063         * modules/unistr/u8-strcmp: New file.
27064         * modules/unistr/u16-strcmp: New file.
27065         * modules/unistr/u32-strcmp: New file.
27066         * lib/unistr/u8-strcmp.c: New file.
27067         * lib/unistr/u16-strcmp.c: New file.
27068         * lib/unistr/u32-strcmp.c: New file.
27069
27070         * modules/unistr/u8-strcpy: New file.
27071         * modules/unistr/u16-strcpy: New file.
27072         * modules/unistr/u32-strcpy: New file.
27073         * lib/unistr/u8-strcpy.c: New file.
27074         * lib/unistr/u16-strcpy.c: New file.
27075         * lib/unistr/u32-strcpy.c: New file.
27076         * lib/unistr/u-strcpy.h: New file.
27077
27078         * modules/unistr/u8-strcspn: New file.
27079         * modules/unistr/u16-strcspn: New file.
27080         * modules/unistr/u32-strcspn: New file.
27081         * lib/unistr/u8-strcspn.c: New file.
27082         * lib/unistr/u16-strcspn.c: New file.
27083         * lib/unistr/u32-strcspn.c: New file.
27084         * lib/unistr/u-strcspn.h: New file.
27085
27086         * modules/unistr/u8-strdup: New file.
27087         * modules/unistr/u16-strdup: New file.
27088         * modules/unistr/u32-strdup: New file.
27089         * lib/unistr/u8-strdup.c: New file.
27090         * lib/unistr/u16-strdup.c: New file.
27091         * lib/unistr/u32-strdup.c: New file.
27092         * lib/unistr/u-strdup.h: New file.
27093
27094         * modules/unistr/u8-strlen: New file.
27095         * modules/unistr/u16-strlen: New file.
27096         * modules/unistr/u32-strlen: New file.
27097         * lib/unistr/u8-strlen.c: New file.
27098         * lib/unistr/u16-strlen.c: New file.
27099         * lib/unistr/u32-strlen.c: New file.
27100         * lib/unistr/u-strlen.h: New file.
27101
27102         * modules/unistr/u8-strmblen: New file.
27103         * modules/unistr/u16-strmblen: New file.
27104         * modules/unistr/u32-strmblen: New file.
27105         * lib/unistr/u8-strmblen.c: New file.
27106         * lib/unistr/u16-strmblen.c: New file.
27107         * lib/unistr/u32-strmblen.c: New file.
27108
27109         * modules/unistr/u8-strmbtouc: New file.
27110         * modules/unistr/u16-strmbtouc: New file.
27111         * modules/unistr/u32-strmbtouc: New file.
27112         * lib/unistr/u8-strmbtouc.c: New file.
27113         * lib/unistr/u16-strmbtouc.c: New file.
27114         * lib/unistr/u32-strmbtouc.c: New file.
27115
27116         * modules/unistr/u8-strncat: New file.
27117         * modules/unistr/u16-strncat: New file.
27118         * modules/unistr/u32-strncat: New file.
27119         * lib/unistr/u8-strncat.c: New file.
27120         * lib/unistr/u16-strncat.c: New file.
27121         * lib/unistr/u32-strncat.c: New file.
27122         * lib/unistr/u-strncat.h: New file.
27123
27124         * modules/unistr/u8-strncmp: New file.
27125         * modules/unistr/u16-strncmp: New file.
27126         * modules/unistr/u32-strncmp: New file.
27127         * lib/unistr/u8-strncmp.c: New file.
27128         * lib/unistr/u16-strncmp.c: New file.
27129         * lib/unistr/u32-strncmp.c: New file.
27130
27131         * modules/unistr/u8-strncpy: New file.
27132         * modules/unistr/u16-strncpy: New file.
27133         * modules/unistr/u32-strncpy: New file.
27134         * lib/unistr/u8-strncpy.c: New file.
27135         * lib/unistr/u16-strncpy.c: New file.
27136         * lib/unistr/u32-strncpy.c: New file.
27137         * lib/unistr/u-strncpy.h: New file.
27138
27139         * modules/unistr/u8-strnlen: New file.
27140         * modules/unistr/u16-strnlen: New file.
27141         * modules/unistr/u32-strnlen: New file.
27142         * lib/unistr/u8-strnlen.c: New file.
27143         * lib/unistr/u16-strnlen.c: New file.
27144         * lib/unistr/u32-strnlen.c: New file.
27145         * lib/unistr/u-strnlen.h: New file.
27146
27147         * modules/unistr/u8-strpbrk: New file.
27148         * modules/unistr/u16-strpbrk: New file.
27149         * modules/unistr/u32-strpbrk: New file.
27150         * lib/unistr/u8-strpbrk.c: New file.
27151         * lib/unistr/u16-strpbrk.c: New file.
27152         * lib/unistr/u32-strpbrk.c: New file.
27153         * lib/unistr/u-strpbrk.h: New file.
27154
27155         * modules/unistr/u8-strrchr: New file.
27156         * modules/unistr/u16-strrchr: New file.
27157         * modules/unistr/u32-strrchr: New file.
27158         * lib/unistr/u8-strrchr.c: New file.
27159         * lib/unistr/u16-strrchr.c: New file.
27160         * lib/unistr/u32-strrchr.c: New file.
27161
27162         * modules/unistr/u8-strspn: New file.
27163         * modules/unistr/u16-strspn: New file.
27164         * modules/unistr/u32-strspn: New file.
27165         * lib/unistr/u8-strspn.c: New file.
27166         * lib/unistr/u16-strspn.c: New file.
27167         * lib/unistr/u32-strspn.c: New file.
27168         * lib/unistr/u-strspn.h: New file.
27169
27170         * modules/unistr/u8-strstr: New file.
27171         * modules/unistr/u16-strstr: New file.
27172         * modules/unistr/u32-strstr: New file.
27173         * lib/unistr/u8-strstr.c: New file.
27174         * lib/unistr/u16-strstr.c: New file.
27175         * lib/unistr/u32-strstr.c: New file.
27176         * lib/unistr/u-strstr.h: New file.
27177
27178         * modules/unistr/u8-strtok: New file.
27179         * modules/unistr/u16-strtok: New file.
27180         * modules/unistr/u32-strtok: New file.
27181         * lib/unistr/u8-strtok.c: New file.
27182         * lib/unistr/u16-strtok.c: New file.
27183         * lib/unistr/u32-strtok.c: New file.
27184         * lib/unistr/u-strtok.h: New file.
27185
27186         * modules/unistr/u8-uctomb: New file.
27187         * modules/unistr/u16-uctomb: New file.
27188         * modules/unistr/u32-uctomb: New file.
27189         * lib/unistr/u8-uctomb.c: New file.
27190         * lib/unistr/u16-uctomb.c: New file.
27191         * lib/unistr/u32-uctomb.c: New file.
27192
27193         * MODULES.html.sh (Unicode string functions): Add the new modules.
27194
27195 2007-01-08  Bruno Haible  <bruno@clisp.org>
27196
27197         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
27198         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
27199         subdirectories.
27200
27201 2007-01-08  Karl Berry  <karl@gnu.org>
27202
27203         * doc/error.texi: mention that main() fns must set program_name
27204         when progname is used.
27205
27206 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
27207
27208         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
27209         WCTYPE_H is empty, for the benefit of builds from non-distclean
27210         directories.  Problem reported by Eric Blake in
27211         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
27212
27213 2007-01-08  Bruno Haible  <bruno@clisp.org>
27214
27215         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
27216         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
27217         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
27218         PROVIDE_CANONICALIZE_FILENAME_MODE.
27219         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
27220
27221 2007-01-08  Bruno Haible  <bruno@clisp.org>
27222
27223         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
27224         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
27225         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
27226         * lib/fts.c: Likewise.
27227         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
27228
27229 2006-12-25  Bruno Haible  <bruno@clisp.org>
27230
27231         * modules/utf8-ucs4-safe: New file.
27232         * lib/utf8-ucs4-safe.h: New file.
27233         * lib/unistr/utf8-ucs4-safe.c: New file.
27234
27235         * modules/utf16-ucs4-safe: New file.
27236         * lib/utf16-ucs4-safe.h: New file.
27237         * lib/unistr/utf16-ucs4-safe.c: New file.
27238
27239         * MODULES.html.sh (Unicode string functions): Add the new modules.
27240
27241 2007-01-08  Bruno Haible  <bruno@clisp.org>
27242
27243         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
27244         (Depends-on): Add unitypes.
27245         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27246         (u8_mbtouc_aux): Move out to separate file.
27247         (u8_mbtouc): Use ucs4_t, uint8_t types.
27248         * lib/unistr/utf8-ucs4.c: New file.
27249
27250         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
27251         (Depends-on): Add unitypes.
27252         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27253         (u16_mbtouc_aux): Move out to separate file.
27254         (u16_mbtouc): Use ucs4_t, uint16_t types.
27255         * lib/unistr/utf16-ucs4.c: New file.
27256
27257         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
27258         (Depends-on): Add unitypes.
27259         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
27260         (u8_uctomb_aux): Move out to separate file.
27261         (u8_uctomb): Use ucs4_t, uint8_t types.
27262         * lib/unistr/ucs4-utf8.c: New file.
27263
27264         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
27265         (Depends-on): Add unitypes.
27266         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
27267         (u16_uctomb_aux): Move out to separate file.
27268         (u16_uctomb): Use ucs4_t, uint16_t types.
27269         * lib/unistr/ucs4-utf16.c: New file.
27270
27271 2006-12-25  Bruno Haible  <bruno@clisp.org>
27272
27273         * modules/unitypes: New file.
27274         * lib/unitypes.h: New file.
27275         * MODULES.html.sh (func_all_modules): New section "Unicode string
27276         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
27277         this section. Add unitypes.
27278
27279 2007-01-08  Bruno Haible  <bruno@clisp.org>
27280
27281         Avoid variable names that conflict with those from libtool.
27282         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
27283         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
27284         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
27285         library_names_spec to acl_library_names_spec, hardcode_* to
27286         acl_hardcode_*.
27287         Reported by Ralf Wildenhues.
27288
27289 2007-01-08  Bruno Haible  <bruno@clisp.org>
27290
27291         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
27292         definition.
27293         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
27294         definition.
27295         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
27296         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
27297         definition.
27298         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
27299         definition.
27300         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
27301         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
27302         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
27303         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
27304         definition.
27305         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
27306         definition.
27307         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
27308         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
27309         GC_USE_<algorithm>.
27310         * lib/gc-libgcrypt.c: Likewise.
27311         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
27312         * modules/gc-arctwo (configure.ac): Likewise.
27313         * modules/gc-des (configure.ac): Likewise.
27314         * modules/gc-hmac-md5 (configure.ac): Likewise.
27315         * modules/gc-hmac-sha1 (configure.ac): Likewise.
27316         * modules/gc-md2 (configure.ac): Likewise.
27317         * modules/gc-md4 (configure.ac): Likewise.
27318         * modules/gc-md5 (configure.ac): Likewise.
27319         * modules/gc-random (configure.ac): Likewise.
27320         * modules/gc-rijndael (configure.ac): Likewise.
27321         * modules/gc-sha1 (configure.ac): Likewise.
27322
27323 2007-01-08  Bruno Haible  <bruno@clisp.org>
27324
27325         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
27326         macro definition.
27327         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
27328         definition.
27329         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
27330         definition.
27331         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
27332         * modules/fcntl-safer (configure.ac): Likewise.
27333         * modules/fopen-safer (configure.ac): Likewise.
27334         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
27335         GNULIB_FWRITEERROR macro definition.
27336
27337 2007-01-08  Bruno Haible  <bruno@clisp.org>
27338
27339         * m4/gnulib-common.m4: New file.
27340         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
27341         (func_get_filelist): Add m4/gnulib-common.m4.
27342
27343 2007-01-08  Bruno Haible  <bruno@clisp.org>
27344
27345         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
27346         command.
27347
27348 2007-01-08  Jim Meyering  <jim@meyering.net>
27349
27350         Use a more robust test for a "can't happen" condition.
27351         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
27352         narrowed the st_size value.  Presuming the "can't happen" condition
27353         is true, that narrowing could conceivably convert an invalid st_size
27354         value into a valid one.  Instead, use a change based on Matthew
27355         Woehlke's original patch.
27356
27357         Slight readability improvement: use an assert-like macro
27358         in place of literal "abort ()" uses.
27359         * lib/fts.c (fts_assert): Define.
27360         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
27361         Use this macro instead of a bare 'abort'.
27362
27363 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         Don't worry about using IRIX 5.3's wctype.h broken definitions;
27366         simply work around them.
27367         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
27368         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
27369         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
27370         declaring.
27371         Don't bother to define as macros, since the standard doesn't require it.
27372         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
27373         longer worry about IRIX 5.3.
27374         (HAVE_WCTYPE_CTMP_BUG): Remove.
27375
27376 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27377
27378         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
27379         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
27380         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
27381         Problems reported by Georg Schwarz for IRIX 5.3.
27382
27383         * gnulib-tool (autoconf_minversion): Take the maximum version number
27384         found, not the minimum.  Problem reported by James Youngman.
27385
27386 2007-01-03  Karl Berry  <karl@gnu.org>
27387
27388         * doc/error.texi: new file, explaining interaction with progname.
27389         * doc/gnulib.texi: include it.  Update copyright.
27390
27391 2007-01-03  Simon Josefsson  <simon@josefsson.org>
27392
27393         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
27394         AC_CANONICAL_HOST, to improve autobuild outputs.
27395
27396 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
27397             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
27398
27399         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
27400         sockets, server sockets, and other file descriptors.  Count errors
27401         to compute the return value.  Reorder the code a bit to be easier
27402         to follow.  Don't set event bits that were not requested (except
27403         POLLERR and POLLHUP).
27404
27405 2007-01-01  Bruno Haible  <bruno@clisp.org>
27406
27407         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
27408
27409 2007-01-03  Jim Meyering  <jim@meyering.net>
27410
27411         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
27412
27413 2007-01-02  Bruno Haible  <bruno@clisp.org>
27414
27415         * modules/settime (Include): Require timespec.h.
27416         * modules/nanosleep (Include): Likewise.
27417
27418 2007-01-01  Bruno Haible  <bruno@clisp.org>
27419
27420         * gnulib-tool (func_emit_copyright_notice): Bump year.
27421         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
27422
27423 2007-01-01  Bruno Haible  <bruno@clisp.org>
27424
27425         Improve support for OpenBSD.
27426         * build-aux/config.rpath (libname_spec): Export.
27427         (library_names_spec): New variable. Export.
27428         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
27429         library_names_spec from the config.rpath output. Locate shared library
27430         through the name pattern in library_names_spec.
27431
27432 2007-01-01  Eric Blake  <ebb9@byu.net>
27433
27434         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
27435
27436 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
27437
27438         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
27439         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
27440         assume the C locale, and avoid an "eval" that could cause trouble.
27441         Problem with SORT reported by Bob Proulx.
27442
27443         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
27444         Define.  Trivial patch from Henning Nielsen Lund, originally
27445         sent to bug-grep@gnu.org today.
27446
27447 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27448
27449         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
27450         struct stat.  Problem reported by Henning Nielsen Lund.
27451         * lib/acl.c: Include acl.h first, to check interface.  Don't
27452         bother to include sys/types.h and sys/stat.h again.
27453
27454 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27455
27456         Import the following change from libc; problem reported by
27457         Sven Verdoolaege.
27458
27459         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
27460
27461         [BZ #1373]
27462         * lib/argp.h: Remove __NTH for __argp_usage inline function.
27463
27464 2006-12-28  Jim Meyering  <jim@meyering.net>
27465
27466         * build-aux/announce-gen: Do not assume that the package
27467         builds any of tar.gz, tar.bz2, and .xdelta files.
27468         Suggestion from Simon Josefsson.
27469
27470 2006-12-28  Simon Josefsson  <simon@josefsson.org>
27471
27472         * modules/announce-gen: New file.
27473
27474 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
27475
27476         * lib/mbchar.h: Just include <wctype.h>; the wctype module
27477         handles its gotchas now.
27478         * lib/mbswidth.c: Likewise.
27479         * lib/wcwidth.h: Likewise.
27480         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
27481         and iswcntrl; the wctype module does this stuff now.
27482         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27483         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27484         * modules/mbchar (Depends-on): Add wctype.
27485         * modules/mbswidth (Depends-on): Likewise.
27486         * modules/wcwidth (Depends-on): Likewise.
27487
27488 2006-12-27  Eric Blake  <ebb9@byu.net>
27489
27490         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
27491         module uses more than what <wctype.h> is required to provide.
27492
27493 2006-12-26  Eric Blake  <ebb9@byu.net>
27494
27495         * gnulib-tool (sed_extract_prog): Avoid space-tab.
27496
27497 2006-12-26  Eric Blake  <ebb9@byu.net>
27498
27499         * modules/absolute-header: New module.
27500         * modules/fcntl (Depends-on): Depend on it.
27501         * modules/inttypes (Depends-on): Likewise.
27502         * modules/stdint (Depends-on): Likewise.
27503         * modules/sys_stat (Depends-on): Likewise.
27504         * modules/wctype (Depends-on): Likewise.
27505         * MODULES.html.sh (Support for building libraries and
27506         executables): Document it.
27507
27508 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27509
27510         * gnulib-tool (SED): Remove, undoing previous change.
27511         The problem was that it broke coreutils on Solaris, because
27512         "sed --posix" leaked into a makefile.
27513         (sed): New alias, if 'alias' and GNU sed.
27514
27515 2006-12-24  Jim Meyering  <jim@meyering.net>
27516
27517         Work around an fchownat bug in glibc-2.4:
27518         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
27519         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
27520         in spite of the -P option.
27521         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
27522         New macros.
27523         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
27524         * modules/openat (Files): Add lib/fchownat.c.
27525         * lib/openat.c (fchownat): Don't define here.  Move to...
27526         * lib/fchownat.c: ...this new file.
27527
27528 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27529
27530         Fix bug reported by Bruno Haible in
27531         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
27532         where quotearg.c didn't compile on Mac OS X 10.2 because it
27533         lacks <wchar.h> and wint_t.
27534         * lib/wctype_.h (__wctype_wint_t): New type.
27535         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
27536         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
27537         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
27538         Arg is now of type __wctype_wint_t, not wint_t.
27539         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
27540         substitute HAVE_WINT_T.
27541         * modules/wctype (Files): Add m4/wint_t.m4.
27542         (wctype.h): Substitute HAVE_WINT_T.
27543
27544 2006-12-23  Bruno Haible  <bruno@clisp.org>
27545
27546         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
27547
27548 2006-12-23  Bruno Haible  <bruno@clisp.org>
27549
27550         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
27551         S_ISLNK.
27552         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
27553         mingw.
27554
27555 2006-12-22  Bruno Haible  <bruno@clisp.org>
27556
27557         * lib/copy-file.c: Include acl.h.
27558         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
27559         Close the file descriptors only after being done with copy_acl.
27560         * modules/copy-file (Depends-on): Add acl.
27561
27562 2006-12-22  Bruno Haible  <bruno@clisp.org>
27563
27564         * gnulib-tool (SED): New variable.
27565         Use $SED instead of sed everywhere.
27566
27567 2006-12-22  Bruno Haible  <bruno@clisp.org>
27568
27569         * modules/no-c++: New file.
27570         * m4/no-c++.m4: New file.
27571         * MODULES.html.sh (Support for building libraries and executables):
27572         Add no-c++.
27573
27574 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
27575
27576         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27577         Include <limits.h>, and use its INT_MAX to rewrite the
27578         j loop so that it does not overflow 'int'.  Problem reported by
27579         Ralf Wildenhues in
27580         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
27581         Play it safe by shifting left by 1 rather than multiplying by 2,
27582         as GCC is less likely to optimize this away when the value
27583         is signed (when it assumes overflow leads to undefined behavior).
27584         Also, don't assume time_t uses two's complement.
27585
27586 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
27587
27588         * MODULES.html.sh: New module wctype.
27589         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
27590         * lib/fnmatch.c: Don't bother to include <wchar.h> before
27591         <wctype.h>, since the new wctype module should fix this.
27592         * lib/quotearg.c: Include <wctype.h> unconditionally, since
27593         the wctype module should arrange for it.
27594         * lib/regex_internal.h: Likewise.
27595         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
27596         since the wctype module should handle this now.
27597         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
27598         * modules/fnmatch (Depends-on): Add wctype.
27599         * modules/quotearg (Depends-on): Likewise.
27600         * modules/regex (Depends-on): Likewise.
27601
27602 2006-12-19  Bruno Haible  <bruno@clisp.org>
27603
27604         * lib/strdup.h [C++]: Wrap definitions in extern "C".
27605         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
27606
27607 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27608
27609         * modules/savewd (Depends-on): Fix dependency on fcntl.
27610
27611 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27612
27613         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
27614         conforms to C99, rather than relying on the user's environment
27615         setting of STDINT_H.
27616
27617 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27618         and Eric Blake  <ebb9@byu.net>
27619
27620         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
27621         This is more consistent with the other defines here.
27622         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
27623         Port to z/OS.  Problem reported by Paul Gilmartin.
27624         Change local vars to use gl_ prefix rather than ac_.
27625         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
27626         with other defines.
27627         * modules/double-slash-root: New module.
27628         * modules/dirname (Files): Remove m4/double-slash-root.m4.
27629         (Depends-on): Add double-slash-root.
27630         * MODULES.html.sh (File system functions): Mention new module.
27631
27632 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
27633
27634         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
27635         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
27636         This is for the benefit of gzip, which doesn't do i18n.
27637
27638 2006-12-12  Jim Meyering  <jim@meyering.net>
27639
27640         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
27641         Reported by Andreas Schwab <schwab@suse.de>.
27642
27643 2006-12-12  Bruno Haible  <bruno@clisp.org>
27644
27645         Merge these changes.
27646         2006-09-05  Bruno Haible  <bruno@clisp.org>
27647         * lib/iconvme.c (iconv_string): No need to save and restore errno when
27648         iconv_alloc succeeded.
27649         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
27650         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
27651         test for " && dest " at the end - dest is always != NULL there. Call
27652         iconv with 4xNULL arguments initially, to reset the state. Call iconv
27653         with 2xNULL arguments, also to flush the state storage. Handle the
27654         IRIX iconv behaviour. Realloc the final result, to throw away unused
27655         memory.
27656
27657 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
27658
27659         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
27660         and fchmodat unconditionally, since glibc 2.4 has them.
27661         Problem reported by Arkadiusz Miskiewicz.
27662
27663 2006-12-10  Bruno Haible  <bruno@clisp.org>
27664
27665         * gnulib-tool (func_import): Show the include files only for those
27666         modules that are copied and specified.
27667         Reported by Karl Berry.
27668
27669 2006-12-08  Jim Meyering  <jim@meyering.net>
27670
27671         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
27672         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
27673
27674         * build-aux/announce-gen: Add two new options, both optional:
27675         --bootstrap-tools=TOOL_LIST
27676               a comma-separated list of tools, e.g.,
27677               autoconf,automake,bison,gnulib
27678         --gnulib-snapshot-date=DATE
27679               if gnulib is in the bootstrap tool list,
27680               then report this as the snapshot date.
27681               If not specified, use the current date/time.
27682               If you specify a date here, be sure it's UTC.
27683
27684 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27685
27686         * tests/test-argp-2.sh: Fix test to match actual output.
27687         (func_compare): Fix sed script to be portable.
27688
27689 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
27690
27691         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
27692         workaround for this case.  It is not autoconfigured now; offhand
27693         it's hard to see how to autoconfigure it.
27694
27695 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
27696
27697         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
27698         a directory that is about to be chowned.  Such a directory's
27699         initial file permissions should permit the owner only and this
27700         should not be changed until after the chown, since the group and
27701         other bits would be incorrect if they granted permission before
27702         the chown.
27703
27704         Fix porting problem for iswctype reported by Georg Schwarz in:
27705         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
27706         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
27707         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
27708         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
27709         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27710
27711 2006-12-03  Jim Meyering  <jim@meyering.net>
27712
27713         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
27714         p->fts_statp may not yet be defined.
27715         (fts_read): Instead, set it in the caller, once p->fts_statp is
27716         sure to be defined, and corresponds to a top-level directory.
27717         This bug made du -x fail.  Here's the coreutils test case:
27718         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
27719         Reported by Mike Frysinger.
27720
27721 2006-12-01  Jim Meyering  <jim@meyering.net>
27722
27723         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
27724         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
27725         Reported by Simon Josefsson.
27726
27727 2006-11-30  Jim Meyering  <jim@meyering.net>
27728
27729         * m4/warning.m4: Use the all-permissive copyright notice
27730         recommended by RMS (rather than LGPL).
27731         * m4/vararrays.m4: Likewise.
27732         * m4/flexmember.m4: Likewise.
27733
27734 2006-11-29  Bruno Haible  <bruno@clisp.org>
27735
27736         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27737         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
27738         using +=.
27739         Reported by Simon Josefsson <simon@josefsson.org>.
27740
27741 2006-11-28  James Youngman <jay@gnu.org>
27742
27743         * README: Advise users that they might find the bug-gnulib@gnu.org
27744         and autotools-announce@gnu.org mailing lists useful.
27745
27746 2006-11-28  Bruno Haible  <bruno@clisp.org>
27747
27748         * m4/ptrdiff_max.m4: Remove file.
27749
27750 2006-11-21  Bruno Haible  <bruno@clisp.org>
27751
27752         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
27753         _AC_COMPUTE_INT.
27754         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27755         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
27756         _AC_COMPUTE_INT.
27757         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27758         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
27759         _AC_COMPUTE_INT.
27760         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27761
27762 2006-11-28  Jim Meyering  <jim@meyering.net>
27763
27764         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
27765         warning from "gcc -Wshadow" about shadowing the builtin.
27766
27767 2006-11-27  Bruno Haible  <bruno@clisp.org>
27768
27769         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
27770         _AC_COMPUTE_INT.
27771         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27772
27773 2006-11-27  Bruno Haible  <bruno@clisp.org>
27774             Paul Eggert  <eggert@cs.ucla.edu>
27775
27776         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
27777
27778 2006-11-26  Bruno Haible  <bruno@clisp.org>
27779
27780         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27781         noinst_LTLIBRARIES.
27782
27783 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27784             Bruno Haible  <bruno@clisp.org>
27785
27786         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
27787         if compiling with "gcc -ansi".
27788
27789 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27790
27791         Fix some incompatibilities with gcc -ansi -pedantic.
27792         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
27793         if compiling pedantically with GCC, unless it's C99 or later.
27794         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
27795         it mishandles gcc -ansi -pedantic as well.
27796         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
27797         if gcc -pedantic.
27798         * lib/regexec.c (check_node_accept_bytes): Don't use auto
27799         initializers for struct if -pedantic, unless it's C99 or later.
27800
27801 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
27802
27803         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
27804         Don't close an fd more than once. Identical atimes indicate
27805         success, not failure.
27806
27807 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
27808
27809         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
27810
27811 2006-11-23  Jim Meyering  <jim@meyering.net>
27812
27813         * build-aux/announce-gen: New file.  From coreutils.
27814
27815 2006-11-22  Jim Meyering  <jim@meyering.net>
27816
27817         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
27818         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
27819         (fts_read): Use a temporary to narrow the overused st_size member
27820         before using it in a switch statement.  Reported by Matthew Woehlke.
27821
27822         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
27823         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
27824
27825 2006-11-20  Bruno Haible  <bruno@clisp.org>
27826
27827         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
27828         changequote instead of pairs of brackets.
27829         Reported by Andreas Schwab <schwab@suse.de>.
27830
27831 2006-11-21  Jim Meyering  <jim@meyering.net>
27832
27833         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
27834         so as to remain compatible with older compilers.
27835         Patch from Michael Deutschmann.
27836
27837 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27838
27839         * MODULES.html.sh (File system functions): Add openat.
27840
27841         * lib/openat.h (rpl_fstatat): New macro, if
27842         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
27843         (fstatat): Define to rpl_fstatat under the same conditions,
27844         unless COMPILING_FSTATAT.
27845         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
27846         seems to have the bug.
27847         * lib/fstatat.c: New file.
27848         * modules/openat (Files): Add it.
27849
27850 2006-11-20  Bruno Haible  <bruno@clisp.org>
27851
27852         * Makefile: New file.
27853
27854 2006-11-20  Jim Meyering  <jim@meyering.net>
27855
27856         The beginnings of syntax-related checks for gnulib.
27857         * lib/Makefile: New file.
27858         * lib/t-idcache: New script.  Ensure that the two halves of
27859         idcache.c stay in sync.
27860
27861         * lib/idcache.c: Adjust comments in user- and group- portions to
27862         be more accurate, and to be consistent with one another.
27863
27864 2006-11-20  Jim Meyering  <jim@meyering.net>
27865
27866         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
27867         continue using the flexible array member (thus, this module performs
27868         half as many malloc calls), with the addition that...
27869         (getgroup, getuser): Consistently record a non-match via an empty
27870         "name" string, and map an empty string match to a NULL return value.
27871         * modules/idcache (Depends-on): Re-add flexmember.
27872
27873         * lib/idcache.c (getuser): Remove all uses of the register keyword.
27874         (getuidbyname, getgroup, getgidbyname): Likewise.
27875
27876         Use cleaner syntax: NULL rather than 0.
27877         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
27878
27879 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27880
27881         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
27882         It mishandled the case where the group was missing.
27883         Problem reported by Greg Schafer.
27884         * modules/idcache: Likewise.
27885
27886 2006-11-18  Jim Meyering  <jim@meyering.net>
27887
27888         * check-module (%exempt_header): Add exception for some
27889         conditionally-included headers.
27890
27891         * modules/i-ring (Depends-on): Add verify.
27892         (License): Change to LGPL.
27893
27894 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27895
27896         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
27897         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
27898         and inttostr.h.  Use snprintf rather than uinttostr, so that
27899         LGPLed code doesn't depend on GPLed.
27900
27901 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27902
27903         * modules/inline (License): Change from GPL to LGPL.
27904
27905 2006-11-17  Jim Meyering  <jim@meyering.net>
27906
27907         * modules/d-type (License): Switch to LGPL.
27908
27909 2006-11-15  Bruno Haible  <bruno@clisp.org>
27910
27911         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
27912
27913 2006-11-15  Eric Blake  <ebb9@byu.net>
27914
27915         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
27916         the module dependency.
27917
27918 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27919             Bruno Haible  <bruno@clisp.org>
27920
27921         * gnulib-tool (func_create_testdir): Add license consistency check.
27922
27923 2006-11-15  Eric Blake  <ebb9@byu.net>
27924
27925         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
27926         random "(cached)" in configure output.
27927
27928 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27929
27930         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
27931         test for conforming inttypes.h is both announced and cached.
27932
27933         * MODULES.html.sh (seen_modules, seen_files): New variables.
27934         (func_module): Rewrite to use a few less gnulib-tool and sed
27935         invocations.  Avoid a couple of quadratic algorithms for ...
27936         (missed_modules, missed_files): ... these, with ...
27937         (func_append, func_tmpdir): ... these new functions, from
27938         gnulib-tool.  Analogously, install traps for cleanup.
27939
27940         * tests/test-gc.c (main): Remove unused variables.
27941         * tests/test-read-file.c: Include stdlib.h, for 'free'.
27942
27943 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
27944
27945         * modules/inttostr (License): Change to LGPL.
27946
27947 2006-11-14  Eric Blake  <ebb9@byu.net>
27948
27949         * modules/tempname (License): Change to LGPL.
27950
27951 2006-11-14  Eric Blake  <ebb9@byu.net>
27952
27953         * doc/functions.texi (Function Portability): *printf functions on
27954         Cygwin now understand all POSIX size specifiers.
27955
27956 2006-11-14  Bruno Haible  <bruno@clisp.org>
27957
27958         * modules/c-ctype (License): Change to LGPL.
27959
27960 2006-11-12  Bruno Haible  <bruno@clisp.org>
27961
27962         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27963         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
27964         for GNOME libraries, for which the include files are installed in
27965         subdirectories of $prefix/include.
27966
27967 2006-11-12  Bruno Haible  <bruno@clisp.org>
27968
27969         * m4/lib-link.m4: Require at least autoconf-2.54.
27970         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
27971         name to underscores for the --with option.
27972
27973 2006-11-13  Bruno Haible  <bruno@clisp.org>
27974
27975         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
27976         the tests directory.
27977         Reported by Ralf Wildenhues.
27978
27979 2006-11-13  Bruno Haible  <bruno@clisp.org>
27980
27981         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
27982         (func_emit_initmacro_end): Undo the override here.
27983         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
27984         Works around the famous automake error in coreutils.
27985
27986 2006-11-13  Eric Blake  <ebb9@byu.net>
27987
27988         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
27989         element, not its node.
27990
27991 2006-11-12  Bruno Haible  <bruno@clisp.org>
27992
27993         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
27994         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
27995
27996 2006-11-12  Bruno Haible  <bruno@clisp.org>
27997
27998         * gnulib-tool: New option --local-symlink.
27999         (func_usage): Document it.
28000         (lsymbolic): New variable.
28001         (func_import, func_create_testdir): If --symlink was not specified,
28002         test whether --local-symlink was specified and the file comes from
28003         the local_gnulib_dir.
28004
28005 2006-11-12  Bruno Haible  <bruno@clisp.org>
28006
28007         * gnulib-tool (func_ln): New function.
28008         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
28009
28010 2006-11-12  Bruno Haible  <bruno@clisp.org>
28011
28012         Finish support for source files in subdirectories.
28013         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
28014         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
28015         AUTOMAKE_OPTIONS.
28016         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
28017
28018 2006-11-12  Bruno Haible  <bruno@clisp.org>
28019
28020         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28021         EXTRA_lib_SOURCES augmentation.
28022         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
28023
28024 2006-11-12  Jim Meyering  <jim@meyering.net>
28025
28026         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
28027         file descriptors.  This also averts a failure on systems with
28028         native openat support when a traversed directory lacks "x" access.
28029         * lib/fts_.h: Include "i-ring.h"
28030         (struct FTS) [fts_fd_ring]: New member.
28031         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
28032         (FCHDIR): Add parentheses.
28033         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
28034         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
28035         When descending, rather than simply closing the previous
28036         fts_cwd_fd value, push that file descriptor onto the ring.
28037         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
28038         (fts_open): Initialize the new fd_ring member.
28039         (fts_close): Clear the ring.
28040         (fts_safe_changedir): When possible, use our new fd_ring to skip
28041         the diropen and fstat and dev/ino comparison that would normally
28042         accompany a virtual `chdir ("..")'.
28043
28044         * modules/fts (Depends-on): Add i-ring.
28045         * modules/i-ring: New module.
28046         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
28047         * m4/i-ring.m4: New file.
28048
28049 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28050
28051         * gnulib-tool (func_create_testdir): Fix replacement of
28052         `build-aux' in configure.ac.  Run autotools in gltests
28053         subdirectory.
28054         (func_create_testdir, func_create_megatestdir, test): There is
28055         no need for '--force' in most autotool invocations in a new
28056         tree.  Actually fail the whole test if any of the tools, or the
28057         configure or make stages fail.
28058
28059         Sync from Automake.
28060         * build-aux/gnupload: Revert last change.  Add pointer to upload
28061         instructions of the GNU Maintenance Instructions.
28062         Suggestion by Karl Berry.
28063
28064 2006-11-10  Jim Meyering  <jim@meyering.net>
28065
28066         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
28067
28068 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28069
28070         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
28071         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
28072         (bind_textdomain_codeset) [! ENABLE_NLS]:
28073         Evaluate all the arguments.  That way, callers get compatible behavior
28074         if the arguments have side effects.  Also, it avoids some GCC
28075         diagnostics in some cases; Joel E. Denny reported problems when Bison
28076         was configured with --enable-gcc-warnigs.
28077
28078 2006-11-10  Jim Meyering  <jim@meyering.net>
28079
28080         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
28081         relevant options in CFLAGS (like -O, -fno-inline) are taken into
28082         account.
28083
28084 2006-11-10  Jim Meyering  <jim@meyering.net>
28085
28086         * modules/inline: New file/module.
28087         * modules/xalloc (Files): Remove m4/inline.m4.
28088         (Depends-on): Add inline, instead.
28089         * modules/oset: Likewise.
28090         * modules/list: Likewise.
28091
28092 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28093
28094         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
28095         Problem reported by Matthew Woehlke.
28096
28097 2006-11-09  Bruno Haible  <bruno@clisp.org>
28098
28099         * lib/tempname.c (gen_tempname): Remove variant that invokes
28100         __gen_tempname.
28101         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
28102         __gen_tempname.
28103
28104 2006-11-08  Bruno Haible  <bruno@clisp.org>
28105
28106         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
28107         to 'yes' instead of 'cross-compiling'.
28108
28109 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
28110
28111         * lib/quotearg.h (quotearg_free): New decl.
28112         * lib/quotearg.c (quotearg_free): New function.
28113         (slot0, nslots, slotvec0, slotvec):
28114         Now file-scope so that quotearg_free can get at them.
28115
28116 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28117
28118         Sync from Automake.
28119         * build-aux/gnupload: Add missing 'gnu' to example URL.
28120         Report by Karl Berry.
28121
28122 2006-11-08  Bruno Haible  <bruno@clisp.org>
28123
28124         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
28125         Suggested by Paul Eggert.
28126
28127 2006-11-08  Jim Meyering  <jim@meyering.net>
28128
28129         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
28130         It's already included if !_LIBC.
28131         (fts_safe_changedir): Add a comment.
28132
28133 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28134
28135         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
28136         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
28137         Matthew Woehlke.
28138
28139         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
28140         definitions up, to avoid colliding with change below.
28141         (static_inline) [HAVE_INLINE]: New macro.
28142         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
28143         Provide extern decls when !HAVE_INLINE.  Do not define unless
28144         static_inline is defined, either by us or by xmalloc.c.  Use
28145         static_inline rather than static inline.
28146         (XCALLOC): Optimize sizeof(T) = 1 case.
28147         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
28148
28149 2006-11-07  Bruno Haible  <bruno@clisp.org>
28150
28151         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
28152         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
28153         AC_C_INLINE.
28154         * modules/xalloc (Files): Add m4/inline.m4.
28155
28156 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28157
28158         * README: Fix typo.
28159         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
28160         (Miscellanous Notes): ...from this.
28161
28162 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28163
28164         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
28165         Mention that offsetof should be used instead of sizeof.
28166         From Bruno Haible.
28167
28168 2006-11-07  Bruno Haible  <bruno@clisp.org>
28169
28170         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
28171
28172 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28175         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
28176         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28177         (gl_tree_add_before, gl_tree_add_after):
28178         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
28179         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
28180         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28181         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
28182         (gl_linked_add_after, gl_linked_add_at): Likewise.
28183         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
28184         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28185         (gl_tree_add_before, gl_tree_add_after): Likewise.
28186         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
28187         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
28188         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
28189
28190 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28191
28192         * lib/gl_oset.h: Use C comment style, not C++ comment style.
28193
28194 2006-11-06  Bruno Haible  <bruno@clisp.org>
28195
28196         * m4/inline.m4: New file.
28197         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
28198         * modules/list (Files): Add m4/inline.m4.
28199         * modules/oset (Files): Likewise.
28200
28201 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28202
28203         * lib/idcache.c: Include <stddef.h>, for offsetof.
28204         (struct userid.name): Change from char * to a flexible array member.
28205         All uses changed.
28206         * modules/idcache (Depends-on): Add flexmember.
28207
28208         * MODULES.html.sh (Core language properties): New module flexmember.
28209         * modules/flexmember, m4/flexmember.m4: New files.
28210
28211         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
28212         inline functions that are identical with the old xnmalloc_inline,
28213         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
28214         that we can avoid some unnecessary integer multiplications and
28215         divisions in the common case where the element size is known at
28216         compile time.
28217         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
28218         needed.
28219         (xnboundedmalloc): Remove.
28220         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
28221         arguments, for consistency with rest of this header.
28222         (xcharalloc): Rewrite using XNMALLOC.
28223         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
28224         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
28225         versions have been moved to lib/xalloc.h and renamed to be the
28226         non-*_inline versions.
28227         (xmalloc, xrealloc): Implement without reference to the xnmalloc
28228         and xnrealloc functions, since those functions are now inline and
28229         now call us.
28230         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
28231         renaming described above.
28232         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
28233         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
28234         captures the dependency in AC_C_INLINE.
28235
28236         New module canonicalize-lgpl, proposed by Charles Wilson in
28237         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
28238         with a few small changes afterwards.
28239         * MODULES.html.sh (File system functions): New module
28240         canonicalize-lgpl.
28241         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
28242         and canonicalize_file_name.
28243         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
28244         * modules/canonicalize-lgpl: New files.
28245
28246 2006-11-05  Bruno Haible  <bruno@clisp.org>
28247
28248         * gnulib-tool (func_import, func_create_testdir): Create directories
28249         also for files in subdirectories of lib/.
28250
28251 2006-11-05  Bruno Haible  <bruno@clisp.org>
28252
28253         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
28254         ANSI C compliant.
28255
28256 2006-11-03  Bruno Haible  <bruno@clisp.org>
28257
28258         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28259         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
28260         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
28261         (xnboundedmalloc): New inline function.
28262         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
28263         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
28264         xmalloc.
28265         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
28266         xmalloc.
28267         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
28268         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
28269         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
28270         xmalloc.
28271         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28272         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
28273         xmalloc.
28274         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
28275         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28276         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
28277         xmalloc.
28278         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28279         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
28280         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28281         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
28282         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
28283         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
28284         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
28285
28286 2006-11-03  Bruno Haible  <bruno@clisp.org>
28287
28288         * lib/c-ctype.h [C++]: Define functions without name mangling.
28289         * lib/fwriteerror.h [C++]: Likewise.
28290         * lib/gcd.h [C++]: Likewise.
28291         * lib/linebreak.h [C++]: Likewise.
28292
28293 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28294
28295         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
28296         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
28297         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
28298         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28299         Check for functions and headers just once.
28300         Check for declaration of canonicalize_file_name.
28301         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
28302
28303 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28304
28305         * gnulib-tool (func_import): Fix typo in actioncmd.
28306
28307 2006-11-02  Bruno Haible  <bruno@clisp.org>
28308
28309         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
28310         newline sequence in the Makefile.am snippet as a space, like "make"
28311         does.
28312         Reported by Roger Persson <perrog@gmail.com>.
28313
28314 2006-11-01  Bruno Haible  <bruno@clisp.org>
28315
28316         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
28317         already declared in <string.h>.
28318         * lib/strcase.h (strncasecmp): Don't declare it if yes.
28319
28320 2006-11-01  Bruno Haible  <bruno@clisp.org>
28321
28322         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
28323         * lib/strcase.h: Include <string.h>.
28324         (strcasecmp): Define to rpl_strcasecmp here.
28325
28326 2006-11-01  Bruno Haible  <bruno@clisp.org>
28327
28328         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
28329
28330 2006-11-01  Eric Blake  <ebb9@byu.net>
28331
28332         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
28333
28334         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
28335
28336 2006-10-29  Bruno Haible  <bruno@clisp.org>
28337
28338         Make it compile in C++ mode.
28339         * lib/full-write.c (full_rw): Add a cast.
28340
28341 2006-11-01  Bruno Haible  <bruno@clisp.org>
28342
28343         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
28344         be POSIX compliant.
28345         Reported by Roger Persson <perrog@gmail.com>.
28346
28347 2006-11-01  Eric Blake  <ebb9@byu.net>
28348
28349         * lib/getopt_.h: Fix comments.
28350
28351 2006-10-31  Eric Blake  <ebb9@byu.net>
28352
28353         * modules/tmpdir (Depends-on): Add sys_stat.
28354         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
28355         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
28356         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
28357         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
28358         tempname.
28359
28360 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
28361
28362         Avoid some C++ diagnostics reported by Bruno Haible.
28363         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
28364         xmalloc.
28365         (quotearg_alloc): Use xcharalloc rather than xmalloc.
28366         (struct slotvec): Move to top level.
28367         (quotearg_n_options): Rewrite to avoid xmalloc.
28368         * lib/xalloc.h (xcharalloc): New function.
28369         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
28370         [defined __cplusplus]: Add function template that provides result
28371         type propagation.  This part of the change is from Bruno Haible.
28372
28373 2006-10-29  Bruno Haible  <bruno@clisp.org>
28374
28375         Make it compile in C++ mode.
28376         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
28377         * lib/strnlen1.c (strnlen1): Cast memchr result.
28378         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
28379         * lib/clean-temp.c (string_equals, string_hash): Add casts.
28380         (create_temp_dir): Rename local variable 'template'.
28381         (compile_csharp_using_sscli): Add cast.
28382         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
28383         * lib/findprog.c (find_in_path): Likewise.
28384         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
28385         * lib/wait-process.c (register_slave_subprocess): Likewise.
28386
28387 2006-10-22  Bruno Haible  <bruno@clisp.org>
28388
28389         * modules/tsearch: New file.
28390         * lib/tsearch.h: New file.
28391         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
28392         * m4/tsearch.m4: New file.
28393         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
28394
28395 2006-10-29  Eric Blake  <ebb9@byu.net>
28396
28397         * lib/arcfour.c: Assume config.h.
28398         * lib/arctwo.c: Likewise.
28399         * lib/base64.c: Likewise.
28400         * lib/check-version.c: Likewise.
28401         * lib/crc.c: Likewise.
28402         * lib/des.c: Likewise.
28403         * lib/gc-gnulib.c: Likewise.
28404         * lib/gc-libgcrypt.c: Likewise.
28405         * lib/gc-pbkdf2-sha1.c: Likewise.
28406         * lib/getaddrinfo.c: Likewise.
28407         * lib/getdelim.c: Likewise.
28408         * lib/getline.c: Likewise.
28409         * lib/hmac-md5.c: Likewise.
28410         * lib/hmac-sha1.c: Likewise.
28411         * lib/iconvme.c: Likewise.
28412         * lib/md2.c: Likewise.
28413         * lib/md4.c: Likewise.
28414         * lib/memxor.c: Likewise.
28415         * lib/read-file.c: Likewise.
28416         * lib/readline.c: Likewise.
28417         * lib/rijndael-alg-fst.c: Likewise.
28418         * lib/rijndael-api-fst.c: Likewise.
28419         * lib/xgetdomainname.c: Likewise.
28420
28421 2006-10-28  Eric Blake  <ebb9@byu.net>
28422
28423         * lib/xstrndup.c: Assume config.h.
28424
28425 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
28426
28427         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
28428         stat-macros.h is now for our own macros, whereas stat_h is for
28429         macros in the <sys/stat.h> name space.
28430         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
28431         (STAT_MACROS_H): Remove.
28432         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
28433         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
28434         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
28435         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
28436         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
28437         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
28438         Move these macros to ...
28439         * lib/stat_.h: here.  Don't include stat-macros.h.
28440         * lib/canonicalize.c: Don't include stat-macros.h.
28441         * lib/chown.c: Likewise.
28442         * lib/euidaccess.c: Likewise.
28443         * lib/file-type.c: Likewise.
28444         * lib/filemode.c: Likewise.
28445         * lib/glob.c: Likewise.
28446         * lib/isapipe.c: Likewise.
28447         * lib/lchown.c: Likewise.
28448         * lib/lstat.c: Likewise.
28449         * lib/mkdir-p.c: Likewise.
28450         * lib/rmdir.c: Likewise.
28451         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
28452         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
28453         unless mkdir isn't declared, to speed up 'configure'.
28454         Always create sys/stat.h, since it's unlikely any real sys/stat.h
28455         would define all the S_* symbols.
28456         * modules/canonicalize (Depends-on):
28457         Depend on sys_stat, not stat-macros.
28458         * modules/chown: Likewise.
28459         * modules/euidaccess: Likewise.
28460         * modules/filemode: Likewise.
28461         * modules/file-type: Likewise.
28462         * modules/glob: Likewise.
28463         * modules/isapipe: Likewise.
28464         * modules/lchown: Likewise.
28465         * modules/lstat: Likewise.
28466         * modules/mkancesdirs: Likewise.
28467         * modules/rmdir: Likewise.
28468         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
28469         * modules/modechange: Likewise.
28470         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
28471         (configure.ac): Remove gl_STAT_MACROS.
28472         * modules/sys_stat (Depends-on): Remove stat-macros.
28473
28474 2006-10-27  Bruno Haible  <bruno@clisp.org>
28475
28476         * m4/signed.m4: Remove file.
28477         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
28478         invocation.
28479         * modules/vasnprintf (Files): Remove m4/signed.m4.
28480
28481 2006-10-27  Bruno Haible  <bruno@clisp.org>
28482
28483         Update to GNU gettext 0.16.
28484         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
28485         m4/inttypes-h.m4, m4/signed.m4.
28486         * m4/gettext.m4: Update to GNU gettext 0.16.
28487         * m4/intl.m4: New file, from GNU gettext.
28488         * m4/intldir.m4: New file, from GNU gettext.
28489         * config/srclist.txt: Update
28490
28491 2006-10-27  Eric Blake  <ebb9@byu.net>
28492
28493         * MODULES.html.sh: Document tempname.
28494         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
28495         dependencies.
28496         (Files): Move lib/tempname.c...
28497         * modules/tempname: ...to this new module.
28498         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
28499         (gl_PREREQ_TEMPNAME): Move...
28500         * m4/tempname.m4: ...to this new file.
28501         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
28502         * modules/sys_stat (Depends-on): Add stat-macros.
28503         * lib/stat_.h (includes): Pick up stat macros.
28504         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
28505         if stat macros are broken.
28506         * lib/tempname.c (includes): No need to include "stat-macros.h".
28507         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
28508         (direxists, __path_search) [!_LIBC]: Don't compile these in
28509         gnulib; the tmpdir module covers that.
28510         * lib/tempname.h: New file.
28511
28512 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
28513
28514         * COPYING: Explain how gnulib-tool converts licence headers.
28515         Almost all wording by Eric Blake.
28516
28517 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
28518
28519         * lib/mbchar.h (is_basic_table): Make read-only.
28520         * lib/mbchar.c (is_basic_table): Likewise.
28521         Reported by John Darrington.
28522
28523 2006-10-25  Bruno Haible  <bruno@clisp.org>
28524
28525         * lib/progname.h (set_program_name): Undefine before defining.
28526
28527 2006-10-25  Bruno Haible  <bruno@clisp.org>
28528
28529         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
28530         false for non-gcc C++ compilers.
28531         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
28532
28533 2006-10-24  Bruno Haible  <bruno@clisp.org>
28534
28535         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
28536         iconv implementations like Irix iconv.
28537
28538 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28539
28540         * modules/vararrays: New file.
28541         * m4/vararrays.m4: New file, taken from diffutils.
28542         * MODULES.html.sh: New module vararrays.
28543
28544 2006-10-24  Karl Berry  <karl@gnu.org>
28545
28546         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
28547         Don't call GNU Unix.
28548
28549 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28550
28551         * users.txt: Add Libtool.
28552
28553         Sync from Libtool:
28554
28555         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28556
28557         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
28558         to gnulib's policy of including config.h unconditionally.
28559
28560 2006-10-24  Bruno Haible  <bruno@clisp.org>
28561
28562         * modules/wcwidth (Files): Add m4/wint_t.m4.
28563         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
28564         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
28565
28566 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28567
28568         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
28569         to pacify GCC with some -W flags enabled.  Problem reported by
28570         Bruno Haible.
28571
28572 2006-10-24  Jim Meyering  <jim@meyering.net>
28573
28574         * MODULES.html.sh: Remove uinttostr.  It's not a module.
28575         Reported by Karl Berry.
28576
28577 2006-10-23  Bruno Haible  <bruno@clisp.org>
28578
28579         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
28580
28581 2006-10-24  Bruno Haible  <bruno@clisp.org>
28582
28583         * lib/gl_list.h: Use C comment style, not C++ comment style.
28584
28585 2006-10-23  Eric Blake  <ebb9@byu.net>
28586
28587         * lib/getaddrinfo.c (includes): Add missing include.
28588
28589 2006-10-23  Bruno Haible  <bruno@clisp.org>
28590             Paul Eggert  <eggert@cs.ucla.edu>
28591
28592         Ability to rename obstack_free.
28593         * lib/obstack.h (__obstack_free): New macro. Declare instead of
28594         obstack_free.
28595         (obstack_free): Invoke the __obstack_free macro.
28596         * lib/obstack.c (obstack_free): Use __obstack_free macro.
28597
28598 2006-10-23  Bruno Haible  <bruno@clisp.org>
28599             Paul Eggert  <eggert@cs.ucla.edu>
28600
28601         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
28602         __argc, __argv from the declaration. (They are defined as macros on
28603         mingw.)
28604
28605 2006-10-22  Bruno Haible  <bruno@clisp.org>
28606
28607         * doc/gnulib-intro.texi: New file.
28608         * doc/gnulib.texi: Include it.
28609
28610 2006-10-21  Bruno Haible  <bruno@clisp.org>
28611
28612         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
28613         "Introduction", "Miscellanous Notes", "Particular Modules".
28614
28615 2006-10-21  Bruno Haible  <bruno@clisp.org>
28616
28617         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28618         Change mostlyclean-local rule to avoid sh syntax error from bash
28619         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
28620
28621 2006-10-23  Jim Meyering  <jim@meyering.net>
28622
28623         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
28624         in place of snprintf.
28625
28626         * modules/inttostr (Files): Add lib/uinttostr.c.
28627         * lib/uinttostr.c (inttostr): New file/function.
28628         * lib/inttostr.h (uinttostr): Declare.
28629         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
28630         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28631         Add uinttostr.
28632         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
28633
28634 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28635
28636         * lib/canonicalize.c (ELOOP): Define if not already defined.
28637         Problem reported by Bruno Haible in
28638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
28639
28640 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28641
28642         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
28643         Problem reported by Perry Smith and Ville Laurikari.
28644
28645         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
28646         uses.
28647
28648 2006-10-19  Bruno Haible  <bruno@clisp.org>
28649
28650         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
28651         for mingw.
28652
28653 2006-10-19  Bruno Haible  <bruno@clisp.org>
28654
28655         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
28656         Needed for mingw.
28657
28658 2006-10-19  Bruno Haible  <bruno@clisp.org>
28659
28660         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
28661
28662 2006-10-19  Bruno Haible  <bruno@clisp.org>
28663
28664         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
28665         it.
28666
28667 2006-10-19  Bruno Haible  <bruno@clisp.org>
28668
28669         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
28670         invocation.
28671
28672 2006-10-19  Bruno Haible  <bruno@clisp.org>
28673
28674         * gnulib-tool (func_create_testdir): Don't include ftruncate and
28675         mountlist by default.
28676
28677 2006-10-16  Bruno Haible  <bruno@clisp.org>
28678
28679         * lib/c-strstr.c: Include c-strstr.h.
28680
28681 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28682
28683         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
28684         in a slash.
28685
28686 2006-10-18  Bruno Haible  <bruno@clisp.org>
28687
28688         * lib/lock.h [C++]: Wrap definitions in extern "C".
28689
28690 2006-10-18  Bruno Haible  <bruno@clisp.org>
28691
28692         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
28693         gl_LIBOBJS list.
28694
28695 2006-10-18  Bruno Haible  <bruno@clisp.org>
28696
28697         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
28698
28699 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
28700
28701         * lib/xstrtol.h: Include gettext.h.
28702         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
28703         Problem reported by Eric Blake.
28704         * modules/xstrtol (Depends-on): Add gettext-h.
28705
28706 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
28707
28708         * lib/strftime.c (advance): New macro.
28709         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
28710         incomplete type, so you can't add 0 to it.  Problem and patch
28711         reported by Eelco Dolstra for dietlibc.
28712
28713 2006-10-18  Jim Meyering  <jim@meyering.net>
28714
28715         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
28716         type for a local, and rename it: s/up/user_proc/.
28717
28718 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28719
28720         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
28721         READ_UTMP_USER_PROCESS.
28722         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
28723
28724 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28725
28726         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
28727         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
28728
28729 2006-10-17  Eric Blake  <ebb9@byu.net>
28730
28731         * lib/sigprocmask.c (sigprocmask): Fix typo.
28732
28733         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
28734
28735         * modules/clean-temp (Makefile.am): Don't add to make output...
28736         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
28737         config.h.
28738
28739 2006-10-17  Bruno Haible  <bruno@clisp.org>
28740
28741         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
28742         differently if DEFAULT_TEXT_DOMAIN is set.
28743
28744 2006-10-16  Bruno Haible  <bruno@clisp.org>
28745
28746         * lib/clean-temp.c: Include fwriteerror.h.
28747
28748 2006-10-16  Bruno Haible  <bruno@clisp.org>
28749
28750         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
28751
28752 2006-10-16  Bruno Haible  <bruno@clisp.org>
28753
28754         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
28755         * lib/sigprocmask.h: Include <sys/types.h>.
28756         (sigset_t): Use the system's definition if present.
28757
28758 2006-10-17  Eric Blake  <ebb9@byu.net>
28759
28760         * lib/xvasprintf.c (includes): Assume config.h.
28761         * lib/xasprintf.c (includes): Likewise.
28762
28763 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28764
28765         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
28766         at least as wide as intmax_t.
28767
28768 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
28769
28770         (Imported from Automake.)
28771         * build-aux/gnupload: Update to version 1.1 of directive file.
28772
28773 2006-10-16  Eric Blake  <ebb9@byu.net>
28774
28775         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
28776         match Automake 1.10a.
28777
28778 2006-10-14  Bruno Haible  <bruno@clisp.org>
28779
28780         * modules/sigprocmask: New file.
28781         * lib/sigprocmask.h: New file.
28782         * lib/sigprocmask.c: New file.
28783         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
28784         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
28785         request sigprocmask.o.
28786         (gl_PREREQ_SIGPROCMASK): New macro.
28787         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
28788         (Depends-on): Add sigprocmask.
28789         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
28790         gt_SIGNALBLOCKING. Test for 'raise' only once.
28791         * lib/fatal-signal.c: Include sigprocmask.h.
28792         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
28793         unblock_fatal_signals): Define always.
28794         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28795         sigprocmask.
28796
28797 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28798
28799         Sync from Automake.
28800         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
28801         which incorrectly sets the mode of an existing destination
28802         directory.  In some cases the unpatched install-sh could do the
28803         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
28804         system.  We hope this is rare in practice, but it's clearly worth
28805         fixing.  Problem reported by Alex Unleashed in
28806         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
28807         Also, don't bother to check for -m bugs unless we're using -m;
28808         suggested by Stepan Kasal.
28809
28810 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28811
28812         Sync from Automake.
28813         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
28814         `-c' flag, so they appear at the same position as in %FASTDEP%
28815         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
28816         which ignores unknown options only after the first non-option.
28817         Bug report against M4 by Nelson H. F. Beebe.
28818
28819 2006-10-13  Jim Meyering  <jim@meyering.net>
28820
28821         Fix a bug in yesterday's change.
28822         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
28823         p->fts_statp->st_dev would be used uninitialized.
28824         Ensures that we always call fts_stat on the very first entry.
28825         Miklos Szeredi reported that find -xdev stopped working.
28826
28827 2006-10-12  Bruno Haible  <bruno@clisp.org>
28828
28829         * gnulib-tool (func_get_automake_snippet): Append an automatically
28830         computed EXTRA_DIST augmentation.
28831         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
28832         * modules/alloca-opt (Makefile.am): Likewise.
28833         * modules/allocsa (Makefile.am): Likewise.
28834         * modules/arcfour (Makefile.am): Likewise.
28835         * modules/arctwo (Makefile.am): Likewise.
28836         * modules/argmatch (Makefile.am): Likewise.
28837         * modules/argz (Makefile.am): Likewise.
28838         * modules/atexit (Makefile.am): Likewise.
28839         * modules/backupfile (Makefile.am): Likewise.
28840         * modules/byteswap (Makefile.am): Likewise.
28841         * modules/c-strtod (Makefile.am): Likewise.
28842         * modules/c-strtold (Makefile.am): Likewise.
28843         * modules/calloc (Makefile.am): Likewise.
28844         * modules/canon-host (Makefile.am): Likewise.
28845         * modules/canonicalize (Makefile.am): Likewise.
28846         * modules/chdir-long (Makefile.am): Likewise.
28847         * modules/chdir-safer (Makefile.am): Likewise.
28848         * modules/check-version (Makefile.am): Likewise.
28849         * modules/chown (Makefile.am): Likewise.
28850         * modules/cloexec (Makefile.am): Likewise.
28851         * modules/close-stream (Makefile.am): Likewise.
28852         * modules/closeout (Makefile.am): Likewise.
28853         * modules/crc (Makefile.am): Likewise.
28854         * modules/csharpexec (Makefile.am): Likewise.
28855         * modules/cycle-check (Makefile.am): Likewise.
28856         * modules/des (Makefile.am): Likewise.
28857         * modules/dev-ino (Makefile.am): Likewise.
28858         * modules/dirfd (Makefile.am): Likewise.
28859         * modules/dirname (Makefile.am): Likewise.
28860         * modules/dup2 (Makefile.am): Likewise.
28861         * modules/eealloc (Makefile.am): Likewise.
28862         * modules/error (Makefile.am): Likewise.
28863         * modules/euidaccess (Makefile.am): Likewise.
28864         * modules/exclude (Makefile.am): Likewise.
28865         * modules/exitfail (Makefile.am): Likewise.
28866         * modules/fcntl-safer (Makefile.am): Likewise.
28867         * modules/fcntl (Makefile.am): Likewise.
28868         * modules/file-type (Makefile.am): Likewise.
28869         * modules/fileblocks (Makefile.am): Likewise.
28870         * modules/filemode (Makefile.am): Likewise.
28871         * modules/filenamecat (Makefile.am): Likewise.
28872         * modules/fnmatch (Makefile.am): Likewise.
28873         * modules/fopen-safer (Makefile.am): Likewise.
28874         * modules/fpending (Makefile.am): Likewise.
28875         * modules/fprintftime (Makefile.am): Likewise.
28876         * modules/free (Makefile.am): Likewise.
28877         * modules/fsusage (Makefile.am): Likewise.
28878         * modules/ftruncate (Makefile.am): Likewise.
28879         * modules/fts (Makefile.am): Likewise.
28880         * modules/gc-arcfour (Makefile.am): Likewise.
28881         * modules/gc-des (Makefile.am): Likewise.
28882         * modules/gc-hmac-md5 (Makefile.am): Likewise.
28883         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
28884         * modules/gc-md4 (Makefile.am): Likewise.
28885         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
28886         * modules/gc-sha1 (Makefile.am): Likewise.
28887         * modules/gc (Makefile.am): Likewise.
28888         * modules/getaddrinfo (Makefile.am): Likewise.
28889         * modules/getcwd (Makefile.am): Likewise.
28890         * modules/getdelim (Makefile.am): Likewise.
28891         * modules/getdomainname (Makefile.am): Likewise.
28892         * modules/getgroups (Makefile.am): Likewise.
28893         * modules/gethostname (Makefile.am): Likewise.
28894         * modules/gethrxtime (Makefile.am): Likewise.
28895         * modules/getline (Makefile.am): Likewise.
28896         * modules/getloadavg (Makefile.am): Likewise.
28897         * modules/getlogin_r (Makefile.am): Likewise.
28898         * modules/getndelim2 (Makefile.am): Likewise.
28899         * modules/getopt (Makefile.am): Likewise.
28900         * modules/getpagesize (Makefile.am): Likewise.
28901         * modules/getpass-gnu (Makefile.am): Likewise.
28902         * modules/getpass (Makefile.am): Likewise.
28903         * modules/getsubopt (Makefile.am): Likewise.
28904         * modules/gettime (Makefile.am): Likewise.
28905         * modules/gettimeofday (Makefile.am): Likewise.
28906         * modules/getugroups (Makefile.am): Likewise.
28907         * modules/getusershell (Makefile.am): Likewise.
28908         * modules/glob (Makefile.am): Likewise.
28909         * modules/group-member (Makefile.am): Likewise.
28910         * modules/hard-locale (Makefile.am): Likewise.
28911         * modules/hash (Makefile.am): Likewise.
28912         * modules/hmac-md5 (Makefile.am): Likewise.
28913         * modules/hmac-sha1 (Makefile.am): Likewise.
28914         * modules/human (Makefile.am): Likewise.
28915         * modules/idcache (Makefile.am): Likewise.
28916         * modules/imaxabs (Makefile.am): Likewise.
28917         * modules/imaxdiv (Makefile.am): Likewise.
28918         * modules/inet_ntop (Makefile.am): Likewise.
28919         * modules/inet_pton (Makefile.am): Likewise.
28920         * modules/intprops (Makefile.am): Likewise.
28921         * modules/inttostr (Makefile.am): Likewise.
28922         * modules/inttypes (Makefile.am): Likewise.
28923         * modules/isapipe (Makefile.am): Likewise.
28924         * modules/javaversion (Makefile.am): Likewise.
28925         * modules/lchmod (Makefile.am): Likewise.
28926         * modules/lchown (Makefile.am): Likewise.
28927         * modules/localcharset (Makefile.am): Likewise.
28928         * modules/long-options (Makefile.am): Likewise.
28929         * modules/lstat (Makefile.am): Likewise.
28930         * modules/malloc (Makefile.am): Likewise.
28931         * modules/mathl (Makefile.am): Likewise.
28932         * modules/mbchar (Makefile.am): Likewise.
28933         * modules/md2 (Makefile.am): Likewise.
28934         * modules/md4 (Makefile.am): Likewise.
28935         * modules/md5 (Makefile.am): Likewise.
28936         * modules/memcasecmp (Makefile.am): Likewise.
28937         * modules/memchr (Makefile.am): Likewise.
28938         * modules/memcmp (Makefile.am): Likewise.
28939         * modules/memcoll (Makefile.am): Likewise.
28940         * modules/memcpy (Makefile.am): Likewise.
28941         * modules/memmem (Makefile.am): Likewise.
28942         * modules/memmove (Makefile.am): Likewise.
28943         * modules/mempcpy (Makefile.am): Likewise.
28944         * modules/memrchr (Makefile.am): Likewise.
28945         * modules/memset (Makefile.am): Likewise.
28946         * modules/memxor (Makefile.am): Likewise.
28947         * modules/mkancesdirs (Makefile.am): Likewise.
28948         * modules/mkdir-p (Makefile.am): Likewise.
28949         * modules/mkdir (Makefile.am): Likewise.
28950         * modules/mkdtemp (Makefile.am): Likewise.
28951         * modules/mkstemp (Makefile.am): Likewise.
28952         * modules/mktime (Makefile.am): Likewise.
28953         * modules/modechange (Makefile.am): Likewise.
28954         * modules/mountlist (Makefile.am): Likewise.
28955         * modules/nanosleep (Makefile.am): Likewise.
28956         * modules/obstack (Makefile.am): Likewise.
28957         * modules/openat (Makefile.am): Likewise.
28958         * modules/pagealign_alloc (Makefile.am): Likewise.
28959         * modules/pathmax (Makefile.am): Likewise.
28960         * modules/physmem (Makefile.am): Likewise.
28961         * modules/poll (Makefile.am): Likewise.
28962         * modules/posixtm (Makefile.am): Likewise.
28963         * modules/posixver (Makefile.am): Likewise.
28964         * modules/putenv (Makefile.am): Likewise.
28965         * modules/quote (Makefile.am): Likewise.
28966         * modules/quotearg (Makefile.am): Likewise.
28967         * modules/raise (Makefile.am): Likewise.
28968         * modules/read-file (Makefile.am): Likewise.
28969         * modules/readline (Makefile.am): Likewise.
28970         * modules/readlink (Makefile.am): Likewise.
28971         * modules/readtokens (Makefile.am): Likewise.
28972         * modules/readutmp (Makefile.am): Likewise.
28973         * modules/realloc (Makefile.am): Likewise.
28974         * modules/regex (Makefile.am): Likewise.
28975         * modules/rename-dest-slash (Makefile.am): Likewise.
28976         * modules/rename (Makefile.am): Likewise.
28977         * modules/rijndael (Makefile.am): Likewise.
28978         * modules/rmdir (Makefile.am): Likewise.
28979         * modules/rpmatch (Makefile.am): Likewise.
28980         * modules/safe-read (Makefile.am): Likewise.
28981         * modules/safe-write (Makefile.am): Likewise.
28982         * modules/same-inode (Makefile.am): Likewise.
28983         * modules/same (Makefile.am): Likewise.
28984         * modules/save-cwd (Makefile.am): Likewise.
28985         * modules/savedir (Makefile.am): Likewise.
28986         * modules/setenv (Makefile.am): Likewise.
28987         * modules/settime (Makefile.am): Likewise.
28988         * modules/sha1 (Makefile.am): Likewise.
28989         * modules/sig2str (Makefile.am): Likewise.
28990         * modules/snprintf (Makefile.am): Likewise.
28991         * modules/stat-macros (Makefile.am): Likewise.
28992         * modules/stat-time (Makefile.am): Likewise.
28993         * modules/stdbool (Makefile.am): Likewise.
28994         * modules/stdint (Makefile.am): Likewise.
28995         * modules/stdlib-safer (Makefile.am): Likewise.
28996         * modules/stpcpy (Makefile.am): Likewise.
28997         * modules/stpncpy (Makefile.am): Likewise.
28998         * modules/strcase (Makefile.am): Likewise.
28999         * modules/strcasestr (Makefile.am): Likewise.
29000         * modules/strchrnul (Makefile.am): Likewise.
29001         * modules/strcspn (Makefile.am): Likewise.
29002         * modules/strdup (Makefile.am): Likewise.
29003         * modules/strerror (Makefile.am): Likewise.
29004         * modules/strftime (Makefile.am): Likewise.
29005         * modules/strndup (Makefile.am): Likewise.
29006         * modules/strnlen (Makefile.am): Likewise.
29007         * modules/strpbrk (Makefile.am): Likewise.
29008         * modules/strsep (Makefile.am): Likewise.
29009         * modules/strstr (Makefile.am): Likewise.
29010         * modules/strtod (Makefile.am): Likewise.
29011         * modules/strtoimax (Makefile.am): Likewise.
29012         * modules/strtok_r (Makefile.am): Likewise.
29013         * modules/strtol (Makefile.am): Likewise.
29014         * modules/strtoll (Makefile.am): Likewise.
29015         * modules/strtoul (Makefile.am): Likewise.
29016         * modules/strtoull (Makefile.am): Likewise.
29017         * modules/strtoumax (Makefile.am): Likewise.
29018         * modules/strverscmp (Makefile.am): Likewise.
29019         * modules/sys_socket (Makefile.am): Likewise.
29020         * modules/sys_stat (Makefile.am): Likewise.
29021         * modules/sysexits (Makefile.am): Likewise.
29022         * modules/time_r (Makefile.am): Likewise.
29023         * modules/timegm (Makefile.am): Likewise.
29024         * modules/timespec (Makefile.am): Likewise.
29025         * modules/tmpfile-safer (Makefile.am): Likewise.
29026         * modules/trim (Makefile.am): Likewise.
29027         * modules/unistd-safer (Makefile.am): Likewise.
29028         * modules/unlinkdir (Makefile.am): Likewise.
29029         * modules/unlocked-io (Makefile.am): Likewise.
29030         * modules/userspec (Makefile.am): Likewise.
29031         * modules/utime (Makefile.am): Likewise.
29032         * modules/utimecmp (Makefile.am): Likewise.
29033         * modules/utimens (Makefile.am): Likewise.
29034         * modules/vasnprintf (Makefile.am): Likewise.
29035         * modules/vasprintf (Makefile.am): Likewise.
29036         * modules/vsnprintf (Makefile.am): Likewise.
29037         * modules/xalloc (Makefile.am): Likewise.
29038         * modules/xgetcwd (Makefile.am): Likewise.
29039         * modules/xnanosleep (Makefile.am): Likewise.
29040         * modules/xreadlink (Makefile.am): Likewise.
29041         * modules/xstrtod (Makefile.am): Likewise.
29042         * modules/xstrtol (Makefile.am): Likewise.
29043         * modules/xstrtold (Makefile.am): Likewise.
29044         * modules/yesno (Makefile.am): Likewise.
29045         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
29046
29047 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29048
29049         * modules/error (Makefile.am): Distribute files through
29050         EXTRA_DIST, not lib_SOURCES.
29051
29052 2006-10-12  Eric Blake  <ebb9@byu.net>
29053
29054         * modules/error (Makefile.am): Distribute files in /lib.
29055         * modules/obstack (Makefile.am): Likewise.
29056
29057 2006-10-12  Bruno Haible  <bruno@clisp.org>
29058
29059         * modules/acl (Makefile.am): Distribute all files in lib/ through
29060         EXTRA_DIST.
29061         * modules/arcfour (Makefile.am): Likewise.
29062         * modules/arctwo (Makefile.am): Likewise.
29063         * modules/argmatch (Makefile.am): Likewise.
29064         * modules/argz (Makefile.am): Likewise.
29065         * modules/atexit (Makefile.am): Likewise.
29066         * modules/backupfile (Makefile.am): Likewise.
29067         * modules/c-strtod (Makefile.am): Likewise.
29068         * modules/c-strtold (Makefile.am): Likewise.
29069         * modules/calloc (Makefile.am): Likewise.
29070         * modules/canon-host (Makefile.am): Likewise.
29071         * modules/canonicalize (Makefile.am): Likewise.
29072         * modules/chdir-long (Makefile.am): Likewise.
29073         * modules/chdir-safer (Makefile.am): Likewise.
29074         * modules/check-version (Makefile.am): Likewise.
29075         * modules/chown (Makefile.am): Likewise.
29076         * modules/cloexec (Makefile.am): Likewise.
29077         * modules/close-stream (Makefile.am): Likewise.
29078         * modules/closeout (Makefile.am): Likewise.
29079         * modules/crc (Makefile.am): Likewise.
29080         * modules/cycle-check (Makefile.am): Likewise.
29081         * modules/des (Makefile.am): Likewise.
29082         * modules/dirfd (Makefile.am): Likewise.
29083         * modules/dirname (Makefile.am): Likewise.
29084         * modules/dup2 (Makefile.am): Likewise.
29085         * modules/euidaccess (Makefile.am): Likewise.
29086         * modules/exclude (Makefile.am): Likewise.
29087         * modules/exitfail (Makefile.am): Likewise.
29088         * modules/fcntl-safer (Makefile.am): Likewise.
29089         * modules/file-type (Makefile.am): Likewise.
29090         * modules/fileblocks (Makefile.am): Likewise.
29091         * modules/filemode (Makefile.am): Likewise.
29092         * modules/filenamecat (Makefile.am): Likewise.
29093         * modules/fnmatch (Makefile.am): Likewise.
29094         * modules/fopen-safer (Makefile.am): Likewise.
29095         * modules/fpending (Makefile.am): Likewise.
29096         * modules/fprintftime (Makefile.am): Likewise.
29097         * modules/free (Makefile.am): Likewise.
29098         * modules/fsusage (Makefile.am): Likewise.
29099         * modules/ftruncate (Makefile.am): Likewise.
29100         * modules/fts (Makefile.am): Likewise.
29101         * modules/gc (Makefile.am): Likewise.
29102         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
29103         * modules/getaddrinfo (Makefile.am): Likewise.
29104         * modules/getcwd (Makefile.am): Likewise.
29105         * modules/getdelim (Makefile.am): Likewise.
29106         * modules/getdomainname (Makefile.am): Likewise.
29107         * modules/getgroups (Makefile.am): Likewise.
29108         * modules/gethostname (Makefile.am): Likewise.
29109         * modules/gethrxtime (Makefile.am): Likewise.
29110         * modules/getline (Makefile.am): Likewise.
29111         * modules/getloadavg (Makefile.am): Likewise.
29112         * modules/getlogin_r (Makefile.am): Likewise.
29113         * modules/getopt (Makefile.am): Likewise.
29114         * modules/getpass (Makefile.am): Likewise.
29115         * modules/getpass-gnu (Makefile.am): Likewise.
29116         * modules/getsubopt (Makefile.am): Likewise.
29117         * modules/gettime (Makefile.am): Likewise.
29118         * modules/gettimeofday (Makefile.am): Likewise.
29119         * modules/getugroups (Makefile.am): Likewise.
29120         * modules/getusershell (Makefile.am): Likewise.
29121         * modules/glob (Makefile.am): Likewise.
29122         * modules/group-member (Makefile.am): Likewise.
29123         * modules/hard-locale (Makefile.am): Likewise.
29124         * modules/hash (Makefile.am): Likewise.
29125         * modules/hmac-md5 (Makefile.am): Likewise.
29126         * modules/hmac-sha1 (Makefile.am): Likewise.
29127         * modules/human (Makefile.am): Likewise.
29128         * modules/idcache (Makefile.am): Likewise.
29129         * modules/imaxabs (Makefile.am): Likewise.
29130         * modules/imaxdiv (Makefile.am): Likewise.
29131         * modules/inet_ntop (Makefile.am): Likewise.
29132         * modules/inet_pton (Makefile.am): Likewise.
29133         * modules/inttostr (Makefile.am): Likewise.
29134         * modules/isapipe (Makefile.am): Likewise.
29135         * modules/lchown (Makefile.am): Likewise.
29136         * modules/long-options (Makefile.am): Likewise.
29137         * modules/lstat (Makefile.am): Likewise.
29138         * modules/malloc (Makefile.am): Likewise.
29139         * modules/mathl (Makefile.am): Likewise.
29140         * modules/mbchar (Makefile.am): Likewise.
29141         * modules/md2 (Makefile.am): Likewise.
29142         * modules/md4 (Makefile.am): Likewise.
29143         * modules/md5 (Makefile.am): Likewise.
29144         * modules/memcasecmp (Makefile.am): Likewise.
29145         * modules/memchr (Makefile.am): Likewise.
29146         * modules/memcmp (Makefile.am): Likewise.
29147         * modules/memcoll (Makefile.am): Likewise.
29148         * modules/memcpy (Makefile.am): Likewise.
29149         * modules/memmem (Makefile.am): Likewise.
29150         * modules/memmove (Makefile.am): Likewise.
29151         * modules/mempcpy (Makefile.am): Likewise.
29152         * modules/memrchr (Makefile.am): Likewise.
29153         * modules/memset (Makefile.am): Likewise.
29154         * modules/memxor (Makefile.am): Likewise.
29155         * modules/mkancesdirs (Makefile.am): Likewise.
29156         * modules/mkdir (Makefile.am): Likewise.
29157         * modules/mkdir-p (Makefile.am): Likewise.
29158         * modules/mkdtemp (Makefile.am): Likewise.
29159         * modules/mkstemp (Makefile.am): Likewise.
29160         * modules/mktime (Makefile.am): Likewise.
29161         * modules/modechange (Makefile.am): Likewise.
29162         * modules/mountlist (Makefile.am): Likewise.
29163         * modules/nanosleep (Makefile.am): Likewise.
29164         * modules/openat (Makefile.am): Likewise.
29165         * modules/pagealign_alloc (Makefile.am): Likewise.
29166         * modules/physmem (Makefile.am): Likewise.
29167         * modules/poll (Makefile.am): Likewise.
29168         * modules/posixtm (Makefile.am): Likewise.
29169         * modules/posixver (Makefile.am): Likewise.
29170         * modules/putenv (Makefile.am): Likewise.
29171         * modules/quote (Makefile.am): Likewise.
29172         * modules/quotearg (Makefile.am): Likewise.
29173         * modules/raise (Makefile.am): Likewise.
29174         * modules/read-file (Makefile.am): Likewise.
29175         * modules/readline (Makefile.am): Likewise.
29176         * modules/readlink (Makefile.am): Likewise.
29177         * modules/readtokens (Makefile.am): Likewise.
29178         * modules/readutmp (Makefile.am): Likewise.
29179         * modules/realloc (Makefile.am): Likewise.
29180         * modules/regex (Makefile.am): Likewise.
29181         * modules/rename (Makefile.am): Likewise.
29182         * modules/rename-dest-slash (Makefile.am): Likewise.
29183         * modules/rijndael (Makefile.am): Likewise.
29184         * modules/rmdir (Makefile.am): Likewise.
29185         * modules/rpmatch (Makefile.am): Likewise.
29186         * modules/safe-read (Makefile.am): Likewise.
29187         * modules/safe-write (Makefile.am): Likewise.
29188         * modules/same (Makefile.am): Likewise.
29189         * modules/save-cwd (Makefile.am): Likewise.
29190         * modules/savedir (Makefile.am): Likewise.
29191         * modules/setenv (Makefile.am): Likewise.
29192         * modules/settime (Makefile.am): Likewise.
29193         * modules/sha1 (Makefile.am): Likewise.
29194         * modules/sig2str (Makefile.am): Likewise.
29195         * modules/snprintf (Makefile.am): Likewise.
29196         * modules/stdlib-safer (Makefile.am): Likewise.
29197         * modules/stpcpy (Makefile.am): Likewise.
29198         * modules/stpncpy (Makefile.am): Likewise.
29199         * modules/strcase (Makefile.am): Likewise.
29200         * modules/strcasestr (Makefile.am): Likewise.
29201         * modules/strchrnul (Makefile.am): Likewise.
29202         * modules/strcspn (Makefile.am): Likewise.
29203         * modules/strdup (Makefile.am): Likewise.
29204         * modules/strerror (Makefile.am): Likewise.
29205         * modules/strftime (Makefile.am): Likewise.
29206         * modules/strndup (Makefile.am): Likewise.
29207         * modules/strnlen (Makefile.am): Likewise.
29208         * modules/strpbrk (Makefile.am): Likewise.
29209         * modules/strsep (Makefile.am): Likewise.
29210         * modules/strstr (Makefile.am): Likewise.
29211         * modules/strtod (Makefile.am): Likewise.
29212         * modules/strtoimax (Makefile.am): Likewise.
29213         * modules/strtok_r (Makefile.am): Likewise.
29214         * modules/strtol (Makefile.am): Likewise.
29215         * modules/strtoll (Makefile.am): Likewise.
29216         * modules/strtoul (Makefile.am): Likewise.
29217         * modules/strtoull (Makefile.am): Likewise.
29218         * modules/strtoumax (Makefile.am): Likewise.
29219         * modules/strverscmp (Makefile.am): Likewise.
29220         * modules/time_r (Makefile.am): Likewise.
29221         * modules/timegm (Makefile.am): Likewise.
29222         * modules/tmpfile-safer (Makefile.am): Likewise.
29223         * modules/unistd-safer (Makefile.am): Likewise.
29224         * modules/unlinkdir (Makefile.am): Likewise.
29225         * modules/userspec (Makefile.am): Likewise.
29226         * modules/utime (Makefile.am): Likewise.
29227         * modules/utimecmp (Makefile.am): Likewise.
29228         * modules/utimens (Makefile.am): Likewise.
29229         * modules/vasnprintf (Makefile.am): Likewise.
29230         * modules/vasprintf (Makefile.am): Likewise.
29231         * modules/vsnprintf (Makefile.am): Likewise.
29232         * modules/xalloc (Makefile.am): Likewise.
29233         * modules/xgetcwd (Makefile.am): Likewise.
29234         * modules/xnanosleep (Makefile.am): Likewise.
29235         * modules/xreadlink (Makefile.am): Likewise.
29236         * modules/xstrtod (Makefile.am): Likewise.
29237         * modules/xstrtol (Makefile.am): Likewise.
29238         * modules/xstrtold (Makefile.am): Likewise.
29239         * modules/yesno (Makefile.am): Likewise.
29240
29241 2006-10-12  Jim Meyering  <jim@meyering.net>
29242
29243         * m4/getloadavg.m4: Revert the change below.
29244
29245         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
29246         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
29247         fail with a symlink, which is what coreutils' ./bootstrap now
29248         creates by default.
29249
29250 2006-10-12  Bruno Haible  <bruno@clisp.org>
29251
29252         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
29253         mingw.
29254         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
29255         MSVC and mingw explicitly.
29256
29257 2006-10-11  Simon Josefsson  <jas@extundo.com>
29258             Bruno Haible  <bruno@clisp.org>
29259
29260         Add support for multiple gnulib-tool invocations in the scope of a
29261         single configure.ac file.
29262         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
29263         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
29264         with the same contents as the _LIBADD variable.
29265         (func_emit_initmacro_start, func_emit_initmacro_end,
29266         func_emit_initmacro_done): New functions.
29267         (func_import, func_create_testdir): Invoke them. Allow the identifiers
29268         gl_LIBOBJS and gl_LTLIBOBJS.
29269
29270 2006-10-11  Bruno Haible  <bruno@clisp.org>
29271
29272         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
29273         (func_create_testdir): Don't create po/Makefile.am, don't invoke
29274         autoreconf. Instead, invoke autopoint explicitly but move back the
29275         *.m4 files from gnulib.
29276
29277 2006-10-11  Bruno Haible  <bruno@clisp.org>
29278
29279         * gnulib-tool (func_usage): Make module names after --create-testdir
29280         optional.
29281         (func_create_testdir): If no module was specified, use nearly all
29282         modules.
29283
29284 2006-10-12  Jim Meyering  <jim@meyering.net>
29285
29286         Big performance improvement for fts-based tools that use FTS_NOSTAT.
29287         Avoid spurious inode-mismatch problems on non-POSIX file systems.
29288         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
29289         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
29290         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
29291         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
29292         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
29293         (fts_set_stat_required): New function.
29294         (fts_open): Defer the calls to fts_stat, if possible or requested.
29295         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
29296         into fts_stat itself.
29297         (fts_read): Perform any required (deferred) fts_stat call.
29298         (fts_build): Likewise, for the directory we're about to open and read.
29299         In the readdir loop, carefully decide whether each entry will require
29300         an eventual call to fts_stat, using dirent.d_type info if available.
29301         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
29302         a command line argument into this function.  Update all callers.
29303         Map a return value of FTS_DOT to FTS_D for a command line argument.
29304         * modules/fts (Depends-on): Add d-type.  Alphabetize.
29305         Thanks to Miklos Szeredi for his tenacity and for the initial
29306         bug report about "find" failing on a FUSE-based file system.
29307
29308         * lib/fts.c (fts_open): Use consistent indentation.
29309
29310 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29311
29312         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
29313         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
29314         reported by Jim Meyering.  All uses of cache variables renamed
29315         to match Autoconf's.
29316         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
29317         the other one.
29318
29319         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
29320         Fix misspelling in diagnostic.
29321
29322 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29323
29324         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
29325         defined.  Problem reported by Matthew Woehlke.
29326
29327         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
29328         Add support for Tandem NonStop R series.
29329         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
29330         Use new macro.
29331
29332         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
29333         (has_trailing_slash): Omit size arg; all callers changed.
29334         Omit 'inline', since it doesn't help performance and we'd
29335         need to configure it.
29336         Don't count //, ///, etc. as having a trailing slash.
29337         As a side effect, this removes a C99ism reported by Matthew Woehlke.
29338         (rpl_rename_dest_slash): On failure, use rename's errno rather
29339         than (in some cases) an incorrect or junk errno.
29340         Simplify code by removing need to compute length; this does
29341         cause it to make two passes instead of one over the file name,
29342         but it's worth it.
29343
29344         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
29345         change, since Autoconf's version may no longer be appropriate now
29346         that we are using CVS Autoconf's version.  Add support for Tandem.
29347
29348 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29349             Bruno Haible  <bruno@clisp.org>
29350
29351         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
29352         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
29353         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
29354         gl_AC_TYPE_LONG_LONG.
29355
29356         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
29357         instead of HAVE_LONG_LONG.
29358         * lib/printf-args.c (printf_fetchargs): Likewise.
29359         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
29360         * lib/vasnprintf.c (VASNPRINTF): Likewise.
29361         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
29362         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
29363         gl_AC_TYPE_LONG_LONG.
29364
29365 2006-10-11  Bruno Haible  <bruno@clisp.org>
29366
29367         * m4/longlong.m4: Add comments.
29368         * m4/ulonglong.m4: Likewise.
29369
29370 2006-10-10  Bruno Haible  <bruno@clisp.org>
29371
29372         Make it possible to #define stpcpy, strdup to aliases.
29373         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
29374         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
29375
29376 2006-10-10  Bruno Haible  <bruno@clisp.org>
29377
29378         Make it possible to #define gcd to an alias.
29379         * lib/gcd.c: Include config.h.
29380
29381 2006-10-10  Bruno Haible  <bruno@clisp.org>
29382
29383         Make it possible to #define c_isascii to an alias.
29384         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
29385         defined. Undefine the macros before defining them, to avoid gcc
29386         warnings.
29387         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
29388         define NO_C_CTYPE_MACROS early.
29389
29390 2006-10-10  Bruno Haible  <bruno@clisp.org>
29391
29392         Make it possible to #define set_program_name to an alias.
29393         * lib/progname.c: Don't undefine set_program_name; instead, undefine
29394         ENABLE_RELOCATABLE early.
29395
29396 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         Port to Tandem NSK OSS, which has 64-bit signed int but at most
29399         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
29400         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
29401         More generally, don't assume that 64-bit signed int is available
29402         if unsigned int is, and vice versa.
29403         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
29404         unsigned symbols, not on their signed counterparts.
29405         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
29406         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
29407         (UINT64_C, UINTMAX_C):
29408         Likewise.
29409         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
29410         unsigned counterparts.
29411         (Have_long_long, Unsigned): New macros.
29412         (Int): Renamed from INT.
29413         (strtoimax): Use the new macros.
29414         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
29415         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
29416         * modules/inttypes (inttypes.h): Substitute
29417         HAVE_UNSIGNED_LONG_LONG_INT.
29418         * modules/stdint (stdint.h): Likewise.
29419         (Files): Add m4/ulonglong.m4.
29420
29421 2006-10-10  Bruno Haible  <bruno@clisp.org>
29422
29423         Fix a gcc -Wshadow warning.
29424         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
29425         to 'bucket'.
29426         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
29427         gl_linked_indexof_from_to): Likewise.
29428         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
29429         Likewise.
29430         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
29431         Likewise.
29432         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
29433         Reported by Eric Blake.
29434
29435 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
29436
29437         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
29438         for NetBSD.  Problem reported by Bruno Haible.
29439
29440 2006-10-09  Jim Meyering  <jim@meyering.net>
29441
29442         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
29443         Patch from Bruno Haible.
29444
29445 2006-10-09  Jim Meyering  <jim@meyering.net>
29446
29447         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
29448         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
29449         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
29450
29451 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29452
29453         Don't include <config.h> twice; this doesn't work in some cases,
29454         e.g., when config.h has "#define intmax_t long long int" and
29455         we include <config.h>, <inttypes.h>, <config.h> in that order.
29456         Problem reported by Matthew Woehlke in:
29457         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
29458         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
29459         * lib/fts-cycle.c: Don't include config.h.
29460         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
29461         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
29462         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
29463         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
29464         inttypes.h.
29465         * lib/xstrtoumax.c: Likewise.
29466         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
29467         __strtol and the like, so that this module is more like its siblings.
29468         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
29469         Remove; no longer needed now that we assume gnulib inttypes.h.
29470
29471 2006-10-08  Bruno Haible  <bruno@clisp.org>
29472
29473         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
29474         option.
29475
29476 2006-10-07  Jim Meyering  <jim@meyering.net>
29477
29478         * modules/inttypes (inttypes.h): Revert what seems to have been
29479         an inadvertent part of today's change: use "|", not "/" in the
29480         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
29481
29482 2006-10-07  Bruno Haible  <bruno@clisp.org>
29483
29484         * modules/sublist: New file.
29485
29486 2006-10-07  Bruno Haible  <bruno@clisp.org>
29487
29488         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
29489         * modules/argz (argz.h): Likewise.
29490         * modules/arpa_inet (arpa/inet.h): Likewise.
29491         * modules/byteswap (byteswap.h): Likewise.
29492         * modules/configmake (configmake.h): Likewise.
29493         * modules/fcntl (fcntl.h): Likewise.
29494         * modules/fnmatch (fnmatch.h): Likewise.
29495         * modules/getopt (getopt.h): Likewise.
29496         * modules/glob (glob.h): Likewise.
29497         * modules/inttypes (inttypes.h): Likewise.
29498         * modules/netinet_in (netinet/in.h): Likewise.
29499         * modules/poll (poll.h): Likewise.
29500         * modules/stdbool (stdbool.h): Likewise.
29501         * modules/stdint (stdint.h): Likewise.
29502         * modules/sys_select (sys/select.h): Likewise.
29503         * modules/sys_socket (sys/socket.h): Likewise.
29504         * modules/sys_stat (sys/stat.h): Likewise.
29505         * modules/sysexits (sysexits.h): Likewise.
29506         * modules/unistd (unistd.h): Likewise.
29507         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29508         Add a "DO NOT EDIT" comment to the generated file.
29509         (func_import): Likewise for gnulib-comp.m4.
29510
29511 2006-10-07  Bruno Haible  <bruno@clisp.org>
29512
29513         * lib/gl_sublist.h: New file.
29514         * lib/gl_sublist.c: New file.
29515
29516 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29517
29518         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
29519         name (relative to the original working directory) and the file
29520         name component (relative to the temporary working directory).  All
29521         callers changed.
29522         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
29523         * lib/mkdir-p.c (make_dir_parents): Likewise.
29524         * lib/mkdir-p.h (make_dir_parents): Likewise.
29525
29526 2006-10-06  Eric Blake  <ebb9@byu.net>
29527
29528         Define several macros for use by the clean-temp module.
29529         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
29530         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
29531         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
29532
29533         * lib/clean-temp.h (close_stream_temp): New declaration.
29534         * lib/clean-temp.c (includes): Pull in headers according to what
29535         other modules are in use.
29536         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
29537
29538 2006-10-06  Bruno Haible  <bruno@clisp.org>
29539
29540         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
29541         instead of fopen, fwriteerror.
29542
29543 2006-10-06  Bruno Haible  <bruno@clisp.org>
29544
29545         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
29546         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
29547         int.
29548         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
29549         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
29550         Return an error indicator.
29551         Suggested by Eric Blake.
29552
29553 2006-10-06  Bruno Haible  <bruno@clisp.org>
29554
29555         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
29556         Reported by Eric Blake.
29557
29558 2006-10-06  Bruno Haible  <bruno@clisp.org>
29559
29560         * modules/closeout (Description): Mention stderr too.
29561
29562 2006-10-06  Bruno Haible  <bruno@clisp.org>
29563         and Paul Eggert  <eggert@cs.ucla.edu>
29564
29565         * lib/closeout.c (close_stdout): Also close stderr.
29566         * lib/closeout.h: Update comment.
29567
29568 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29569
29570         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
29571         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
29572         * lib/dirchownmod.c: Include lchown.h.
29573         * lib/lchown.c: Don't include files that lchown.h now includes.
29574         Don't declare chown, since lchown.h now does that.
29575         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
29576         (lchown): Define to rpl_chown if lchown is declared but
29577         does not exist.  Declare using a prototype if lchown is not
29578         declared.  Add a copyright notice.
29579         * lib/mkstemp.h: Include <unistd.h>.
29580         * lib/openat.c: Include lchown.h.
29581
29582         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
29583         we now test for that separately.
29584         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
29585         rather than O_NOFOLLOW, when testing whether it's possible to
29586         avoid a race condition reliably.
29587         * lib/savewd.c (savewd_chdir): Likewise.
29588
29589         Remove macros that are no longer needed now that stdint.h is
29590         reliable.
29591         * lib/fsusage.c (UINTMAX_MAX): Remove.
29592         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
29593         * lib/utimecmp.c (SIZE_MAX): Remove.
29594
29595         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
29596
29597         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
29598         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
29599         O_NOATIME works.
29600
29601 2006-10-05  Bruno Haible  <bruno@clisp.org>
29602
29603         * lib/gl_list.h (gl_sortedlist_search_from_to,
29604         gl_sortedlist_indexof_from_to): New declarations.
29605         (gl_list_implementation): New fields sortedlist_search_from_to,
29606         sortedlist_indexof_from_to.
29607         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
29608         inline functions.
29609         * lib/gl_list.c (gl_sortedlist_search_from_to,
29610         gl_sortedlist_indexof_from_to): New functions.
29611         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
29612         function.
29613         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
29614         (gl_array_sortedlist_search_from_to): New function.
29615         (gl_array_list_implementation): Update.
29616         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
29617         function.
29618         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
29619         (gl_carray_sortedlist_search_from_to): New function.
29620         (gl_carray_list_implementation): Update.
29621         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
29622         gl_linked_sortedlist_indexof_from_to): New functions.
29623         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29624         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29625         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
29626         gl_tree_sortedlist_indexof_from_to): New functions.
29627         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29628         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29629         Update.
29630         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29631         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
29632         Update.
29633
29634 2006-10-05  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
29637         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
29638         (struct gl_list_implementation): Add fields search_from_to,
29639         indexof_from_to. Remove fields search, indexof.
29640         (gl_list_search): Use the search_from_to method.
29641         (gl_list_search_from, gl_list_search_from_to): New functions.
29642         (gl_list_indexof): Use the indexof_from_to method.
29643         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
29644         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
29645         (gl_list_search_from, gl_list_search_from_to): New functions.
29646         (gl_list_indexof): Use the indexof_from_to method.
29647         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
29648         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
29649         gl_array_indexof. Add start_index, end_index arguments.
29650         (gl_array_search_from_to): Renamed from gl_array_search. Add
29651         start_index, end_index arguments.
29652         (gl_array_remove, gl_array_list_implementation): Update.
29653         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
29654         gl_carray_indexof. Add start_index, end_index arguments.
29655         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
29656         start_index, end_index arguments.
29657         (gl_carray_remove, gl_carray_list_implementation): Update.
29658         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
29659         gl_linked_search. Add start_index, end_index arguments.
29660         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
29661         start_index, end_index arguments.
29662         (gl_linked_remove): Update.
29663         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29664         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29665         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
29666         field to 'size_t'.
29667         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
29668         gl_tree_search. Add start_index, end_index arguments.
29669         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29670         start_index, end_index arguments.
29671         (gl_tree_remove): Update.
29672         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29673         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29674         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
29675         function.
29676         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
29677         gl_tree_search. Add start_index, end_index arguments.
29678         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29679         start_index, end_index arguments.
29680         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29681         Update.
29682         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
29683
29684 2006-10-05  Bruno Haible  <bruno@clisp.org>
29685
29686         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
29687
29688         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
29689         fwriteerror_temp): New declarations.
29690         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
29691         (descriptors): New variable.
29692         (cleanup): First, close the descriptors.
29693         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
29694         fclose_temp, fwriteerror_temp): New functions.
29695
29696 2006-10-04  Jim Meyering  <jim@meyering.net>
29697
29698         * lib/fts.c (fts_open): Tiny comment change.
29699
29700 2006-10-04  Bruno Haible  <bruno@clisp.org>
29701
29702         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
29703         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
29704         gl_LOCK_BODY.
29705         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
29706         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
29707         gl_LOCK_EARLY_BODY.
29708         (gl_LOCK): Require gl_LOCK_BODY.
29709
29710 2006-10-04  Bruno Haible  <bruno@clisp.org>
29711
29712         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
29713         (gl_oset_search_atleast): New declaration.
29714         (struct gl_oset_implementation): Add field 'search_atleast'.
29715         (gl_oset_search_atleast): New inline function.
29716         * lib/gl_oset.c (gl_oset_search_atleast): New function.
29717         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
29718         (gl_array_oset_implementation): Update.
29719         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
29720         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
29721         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
29722
29723 2006-10-04  Bruno Haible  <bruno@clisp.org>
29724
29725         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
29726
29727 2006-10-03  Bruno Haible  <bruno@clisp.org>
29728
29729         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
29730         from gl_avltreehash_list_implementation.
29731
29732 2006-10-03  Bruno Haible  <bruno@clisp.org>
29733
29734         * lib/gl_oset.c (gl_oset_add): Fix return type.
29735
29736 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
29737
29738         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
29739
29740 2006-10-02  Eric Blake  <ebb9@byu.net>
29741
29742         * modules/strnlen (Depends-on): Add extensions.
29743
29744 2006-10-02  Eric Blake  <ebb9@byu.net>
29745
29746         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
29747         definition in 2.60+.
29748
29749 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29750
29751         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
29752         checks.
29753
29754 2006-10-02  Bruno Haible  <bruno@clisp.org>
29755
29756         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
29757         to the AUTOMAKE_OPTIONS.
29758         Reported by Jim Meyering.
29759
29760 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         Work around bug in Solaris 10 /proc file system:
29763         /proc/self/fd/NNN/.. isn't the parent directory of
29764         the directory whose file descriptor is NNN.  This needs to
29765         be worked around at run time, not compile time, since a
29766         program might be built on Solaris 8, where things work, and
29767         run on Solaris 10.
29768         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
29769         to use the following interface instead:
29770         (OPENAT_BUFFER_SIZE): New macro.
29771         (openat_proc_name): New function.
29772         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
29773         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
29774         Likewise.
29775         * lib/openat-proc.c: New file.
29776         * modules/openat (Files): Add lib/openat-proc.c.
29777         (Depends-on): Add same-inode, stdbool.
29778         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
29779
29780 2006-09-29  Bruno Haible  <bruno@clisp.org>
29781
29782         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
29783         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
29784         argument. Set stdout_closed before testing for ferror, not after.
29785         (fwriteerror, fwriteerror_no_ebadf): New functions.
29786
29787 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29788
29789         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
29790
29791 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
29792
29793         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
29794         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
29795
29796 2006-09-28  Jim Meyering  <jim@meyering.net>
29797
29798         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
29799         Include <unistd.h>.
29800
29801 2006-09-28  Bruno Haible  <bruno@clisp.org>
29802
29803         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
29804         * modules/linkedhash-list (Depends-on): Likewise.
29805         * modules/rbtreehash-list (Depends-on): Likewise.
29806
29807 2006-09-28  Bruno Haible  <bruno@clisp.org>
29808
29809         * lib/strndup.h: Simplify the redefinition of strndup.
29810         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
29811         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
29812
29813 2006-09-28  Bruno Haible  <bruno@clisp.org>
29814
29815         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
29816         * lib/gl_linkedhash_list.c: Likewise.
29817         * lib/gl_rbtreehash_list.c: Likewise.
29818
29819 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29820
29821         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
29822         getaddrinfo.
29823
29824         * lib/__fpending.h: Don't include <stdio_ext.h> unless
29825         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
29826         it causes <stdio_ext.h> to cause a compile-time error.
29827         Problem reported by Nelson H. F. Beebe.
29828         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
29829         of HAVE_DECL___PENDING.
29830
29831         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
29832         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
29833         declaration.
29834
29835 2006-09-27  Jim Meyering  <jim@meyering.net>
29836
29837         This file could end up with a definition for a function
29838         named __strndup, rather than rpl_strndup on a system with
29839         incomplete weak_alias support.
29840         * lib/strndup.c (strndup): Rename from __strndup.
29841         Remove #defines that used to map __strndup to strndup.
29842         Don't use K&R prototypes.
29843         Remove LIBC-related code, since this file is not sync'd with glibc.
29844         * lib/strndup.h: Revamp, accordingly.
29845         * m4/strndup.m4: Modernize.
29846
29847 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29848
29849         * modules/savewd (Depends-on): Add 'raise'.
29850         * lib/savewd.c: Include <signal.h>, for 'raise'.
29851
29852 2006-09-26  Jim Meyering  <jim@meyering.net>
29853
29854         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
29855         when we detect Darwin 8.7.0's acl_get_file bug.
29856         Rearrange to perform the new (below) run-test while $LIBS
29857         contains any acl-related library.  Set USE_ACL at the end.
29858         (gl_ACL_GET_FILE): New function.
29859
29860 2006-09-26  Eric Blake  <ebb9@byu.net>
29861
29862         * lib/verror.c: Include <config.h> unconditionally.
29863
29864 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
29865
29866         * modules/clock-time (Maintainer): Add self.
29867         * modules/getlogin_r (Depends-on): Add extensions.
29868
29869 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29870
29871         * modules/clock-time: New module.
29872         * modules/nanosleep (Depends-on): Add clock-time.
29873         * modules/gethrxtime (Depends-on): Likewise.
29874         * modules/gettime (Depends-on): Likewise.
29875         * modules/settime (Depends-on): Likewise.
29876
29877         * modules/fts-lgpl: Depend on openat.
29878         * modules/mkancesdirs: Depend on savewd.
29879         * modules/mkdir-p: Likewise.
29880
29881 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29882
29883         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
29884
29885         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
29886         `gl_have_arbitrary_file_name_length_limit' to
29887         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
29888         actually works between configure runs.
29889
29890 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29891             Bruno Haible  <bruno@clisp.org>
29892
29893         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
29894
29895 2006-09-25  Jim Meyering  <jim@meyering.net>
29896
29897         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
29898         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
29899
29900 2006-09-25  Eric Blake  <ebb9@byu.net>
29901
29902         * gnulib-tool (func_import, func_create_testdir): Fix typos in
29903         exec's in 2006-09-18 patch when shuffling fds.
29904
29905 2006-09-25  Bruno Haible  <bruno@clisp.org>
29906
29907         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
29908         Reported by Jim Meyering.
29909
29910 2006-09-24  Jim Meyering  <jim@meyering.net>
29911
29912         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
29913         compare a pointer against a literal "0".  That caused failures with
29914         at least HP-UX's hpcc.
29915
29916 2006-09-22  Simon Josefsson  <jas@extundo.com>
29917
29918         * modules/gc-sha1:
29919         * modules/gc-md4:
29920         * modules/gc-hmac-sha1:
29921         * modules/gc-hmac-md5:
29922         * modules/gc-des:
29923         * modules/gc-arcfour: Distribute more files.
29924
29925 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29926
29927         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
29928         (gl_linked_iterator_from_to): Initialize struct completely.
29929         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
29930         (gl_tree_iterator_from_to): Likewise
29931         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
29932         * lib/gl_array_list.c [lint] (gl_array_iterator)
29933         (gl_array_iterator_from_to): Likewise.
29934         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
29935         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
29936         (gl_carray_iterator_from_to): Likewise.
29937
29938         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
29939         * lib/md4.c (md4_process_block): Remove unused variable.
29940         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
29941         parentheses for clarity.
29942
29943 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29944
29945         * modules/bison-i18n (Depends-on): Add gettext.
29946
29947 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29948
29949         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
29950         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
29951         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
29952         also add missing comma that caused broken test.
29953         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
29954         stdlib.h, for `abort'.
29955         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
29956         variables.
29957         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
29958         include unistd.h if present, for `rmdir'.
29959         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
29960         variables.
29961         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
29962         in the process include standard headers for prototypes.
29963         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
29964         gets declared on GNU/Linux.
29965         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
29966         unistd.h, for `rmdir'.
29967         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
29968
29969         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
29970         always true.
29971         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
29972
29973         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
29974
29975 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29976
29977         * gnulib-tool (func_version): Create output all at once.  This
29978         may help avoid triggering unnecessary SIGPIPEs, and at any
29979         rate it doesn't hurt.
29980
29981 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29982             Bruno Haible  <bruno@clisp.org>
29983
29984         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
29985         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
29986         * m4/signed.m4 (bh_C_SIGNED): Likewise.
29987
29988         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
29989         (gl_FUNC_VASPRINTF): Invoke it.
29990
29991 2006-09-22  Bruno Haible  <bruno@clisp.org>
29992
29993         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
29994         getloadavg.c as first argument.
29995
29996 2006-09-22  Bruno Haible  <bruno@clisp.org>
29997
29998         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
29999         at the beginning of the gl_INIT macro.
30000         * modules/getloadavg (configure.ac): Pass $gl_source_base to
30001         gl_GETLOADAVG.
30002
30003 2006-09-22  Bruno Haible  <bruno@clisp.org>
30004
30005         * gnulib-tool (func_create_megatestdir): Don't include the config-h
30006         module.
30007         Suggested by Ralf Wildenhues.
30008
30009 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30010
30011         Import this patch from libc:
30012
30013         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
30014
30015         * lib/regex_internal.c (re_string_reconstruct): Handle
30016         offset < pstr->valid_raw_len && pstr->offsets_needed case.
30017         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
30018         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
30019         re_string_context_at.
30020
30021         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
30022         now requires it.
30023         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
30024         gl_REGEX now does it for us.
30025         (gl_REGEX): Add test taken from
30026         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
30027
30028         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
30029         Check that large offsets work.  Modernize Autoconf usages.
30030         Prefer "yes" to mean a good thing rather than a bad.
30031         Don't put "#define mkstemp" in config.h, as this might interfere
30032         with standard system headers that "#define mkstemp mkstemp64".
30033
30034         * modules/mkstemp (Depends-on): Add extensions, so that
30035         mkstemp is visible on some platforms.
30036         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
30037         (Include): Change to "mkstemp.h" from <stdlib.h>.
30038         (Files): Add mkstemp.h.
30039
30040         * lib/mkstemp.h: New file, since some standard headers
30041         #define mkstemp.
30042         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
30043         Include "mkstemp.h".
30044         Make the _LIBC code resemble glibc original more,
30045         e.g., use K&R style.
30046         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
30047         (mkstemp): Remove, since mkstemp.h does this for us.
30048         * lib/stdlib--.h: Include mkstemp.h.
30049
30050         Import this patch from libc:
30051
30052         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30053
30054         * lib/tempname.c (__gen_tempname): Change attempts_min
30055         into a macro.  Use preprocessor to decide how to initialize
30056         attempts [Coverity CID 67].
30057
30058 2006-09-20  Bruno Haible  <bruno@clisp.org>
30059
30060         * lib/mkdtemp.c: Import from libc.
30061         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30062                 * sysdeps/posix/tempname.c (__gen_tempname): Change
30063                 attempts_min into a macro.  Use preprocessor to decide how to
30064                 initialize attempts [Coverity CID 67].
30065         2001-11-27  Paul Eggert  <eggert@twinsun.com>
30066                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
30067                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
30068
30069 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30070
30071         * gnulib-tool (func_exit): New function, to allow to pass the
30072         exit status portably through the trap.  Use everywhere.
30073         (--help, --version): Signal a write error.
30074         (trap): catch SIGPIPE, for write errors.
30075         Exit at the end of the trap, with the correct exit status.
30076
30077 2006-09-19  Karl Berry  <karl@gnu.org>
30078
30079         * doc/gnulib.texi: note about the license texinfo files.
30080
30081 2006-09-19  Eric Blake  <ebb9@byu.net>
30082
30083         * gnulib-tool: Avoid space-tab.
30084
30085 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30086
30087         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
30088         that prevented coreutils 6.1 from building.  Problem reported
30089         by Petter Reinholdtsen.
30090
30091 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30092
30093         * gnulib-tool (avoidlist): Fix typo that broke options like
30094         --avoid=lock that are used by coreutils bootstrap.
30095
30096 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
30097
30098         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
30099         more systematically.
30100
30101 2006-09-18  Jim Meyering  <jim@meyering.net>
30102
30103         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
30104
30105 2006-09-18  Bruno Haible  <bruno@clisp.org>
30106
30107         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
30108
30109 2006-09-18  Bruno Haible  <bruno@clisp.org>
30110
30111         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
30112         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
30113         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
30114         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
30115         * m4/gettext.m4: Require autoconf >= 2.52.
30116         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
30117         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
30118         of gl_cv_header_inttypes_h.
30119
30120 2006-09-18  Bruno Haible  <bruno@clisp.org>
30121
30122         * lib/javaversion.c: Include configmake.h.
30123
30124 2006-09-18  Bruno Haible  <bruno@clisp.org>
30125
30126         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
30127         avoid that the while loops be executed in a subshell.
30128
30129 2006-09-18  Bruno Haible  <bruno@clisp.org>
30130
30131         * MODULES.html.sh (func_module): Break long lines.
30132         Suggested by Bruce Korb <bkorb@gnu.org>.
30133
30134 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30135
30136         Speed up by a factor of 1.12.
30137         * gnulib-tool (nl): New variable.
30138         (func_import): Rewrite include directive extraction to only read each
30139         directive once.
30140
30141 2006-09-17  Bruno Haible  <bruno@clisp.org>
30142
30143         * modules/javaversion (Makefile.am): Remove DEFS setting.
30144         (Depends-on): Add configmake, for PKGDATADIR definition.
30145
30146 2006-09-17  Bruno Haible  <bruno@clisp.org>
30147
30148         * gnulib-tool (func_create_testdir): Rewrite all files at once.
30149
30150 2006-09-17  Bruno Haible  <bruno@clisp.org>
30151
30152         * gnulib-tool (func_append): New function, stolen from libtool.m4.
30153         (func_modules_transitive_closure, func_modules_add_dummy,
30154         func_modules_to_filelist, func_import, func_create_testdir,
30155         func_create_megatestdir, ...): Use it wherever possible.
30156         Suggested by Ralf Wildenhues.
30157
30158 2006-09-16  Karl Berry  <karl@gnu.org>
30159
30160         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
30161         to avoid sectioning errors.
30162         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
30163         [ifinfo]: blank line after @center-ed titles.
30164         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
30165         Spell FSF address consistently with others.
30166         (These changes approved by rms.)
30167
30168 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30169
30170         Speed up by a factor of 1.61.
30171         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
30172         already checked module names again.
30173
30174 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30175
30176         Speed up by a factor of 1.13.
30177         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
30178         for new_files, and the input to func_add_or_update.
30179
30180 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30181
30182         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
30183         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
30184
30185 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30186
30187         * modules/mkancesdirs (Depends-on): Add fcntl.
30188         * modules/savewd: New file.
30189         * MODULES.html.sh (File system functions): Add savewd.
30190
30191         * modules/configmake (Makefile.am): Add support for the
30192         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
30193
30194 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30195
30196         * m4/savewd.m4: New file.
30197
30198 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30199
30200         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
30201         (dirchownmod): New arg FD.  All callers changed.
30202         Use FD rather than opening the directory ourself, as opening is
30203         now the caller's responsibility.
30204         * lib/dirchownmod.h: Likewise.
30205         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
30206         hosts that require <sys/types.h> before <sys/stat.h>.  Include
30207         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
30208         (test_dir): Remove.
30209         (mkancesdirs): Return length of prefix of FILE that has already
30210         been made, or -2 if there is a child doing the work.  Redo
30211         algorithm so that it is O(N) rather than O(N**2).  Optimize away
30212         ".", and treat ".." specially since it might stray back into
30213         already-created areas.  Use a subprocess if necessary.  New arg
30214         WD; all users changed.  MAKE_DIR function should now return 1
30215         if it creates a directory that is not readable.  Return -2 if
30216         a child process is spun off.
30217         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
30218         Adjust signature to match code.
30219         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
30220         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
30221         all users changed.
30222         * lib/savewd.c, lib/savewd.h: New files.
30223
30224 2006-09-15  Jim Meyering  <jim@meyering.net>
30225
30226         * modules/rename-dest-slash: New module.
30227         * MODULES.html.sh (posix_compat): Add it here.
30228
30229         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
30230
30231 2006-09-15  Jim Meyering  <jim@meyering.net>
30232
30233         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
30234         file.
30235
30236         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
30237
30238 2006-09-15  Jim Meyering  <jim@meyering.net>
30239
30240         * lib/rename-dest-slash.c (has_trailing_slash): Use
30241         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
30242         (rpl_rename_dest_slash): Perform the cheaper trailing slash
30243         test before testing whether SRC is a directory.
30244         Suggestions from Bruno Haible.
30245
30246         Avoid a warning about an unused variable.
30247         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
30248         into the #ifdef block where it's used.
30249
30250         * lib/rename-dest-slash.c: New file.
30251
30252 2006-09-14  Bruno Haible  <bruno@clisp.org>
30253
30254         * lib/allocsa.c: Include <config.h> unconditionally.
30255         * lib/asnprintf.c: Likewise.
30256         * lib/asprintf.c: Likewise.
30257         * lib/c-strcasecmp.c: Likewise.
30258         * lib/c-strcasestr.c: Likewise.
30259         * lib/c-strncasecmp.c: Likewise.
30260         * lib/c-strstr.c: Likewise.
30261         * lib/classpath.c: Likewise.
30262         * lib/clean-temp.c: Likewise.
30263         * lib/concatpath.c: Likewise.
30264         * lib/copy-file.c: Likewise.
30265         * lib/csharpcomp.c: Likewise.
30266         * lib/csharpexec.c: Likewise.
30267         * lib/execute.c: Likewise.
30268         * lib/fatal-signal.c: Likewise.
30269         * lib/findprog.c: Likewise.
30270         * lib/fwriteerror.c: Likewise.
30271         * lib/gl_array_list.c: Likewise.
30272         * lib/gl_array_oset.c: Likewise.
30273         * lib/gl_avltree_list.c: Likewise.
30274         * lib/gl_avltree_oset.c: Likewise.
30275         * lib/gl_avltreehash_list.c: Likewise.
30276         * lib/gl_carray_list.c: Likewise.
30277         * lib/gl_linked_list.c: Likewise.
30278         * lib/gl_linkedhash_list.c: Likewise.
30279         * lib/gl_list.c: Likewise.
30280         * lib/gl_oset.c: Likewise.
30281         * lib/gl_rbtree_list.c: Likewise.
30282         * lib/gl_rbtree_oset.c: Likewise.
30283         * lib/gl_rbtreehash_list.c: Likewise.
30284         * lib/imaxabs.c: Likewise.
30285         * lib/imaxdiv.c: Likewise.
30286         * lib/javacomp.c: Likewise.
30287         * lib/javaexec.c: Likewise.
30288         * lib/javaversion.c: Likewise.
30289         * lib/linebreak.c: Likewise.
30290         * lib/localcharset.c: Likewise.
30291         * lib/lock.c: Likewise.
30292         * lib/mbchar.c: Likewise.
30293         * lib/mbswidth.c: Likewise.
30294         * lib/mkdtemp.c: Likewise.
30295         * lib/pipe.c: Likewise.
30296         * lib/printf-args.c: Likewise.
30297         * lib/printf-parse.c: Likewise.
30298         * lib/progname.c: Likewise.
30299         * lib/progreloc.c: Likewise.
30300         * lib/readlink.c: Likewise.
30301         * lib/sh-quote.c: Likewise.
30302         * lib/stpcpy.c: Likewise.
30303         * lib/stpncpy.c: Likewise.
30304         * lib/strcasecmp.c: Likewise.
30305         * lib/strcasestr.c: Likewise.
30306         * lib/strcspn.c: Likewise.
30307         * lib/striconv.c: Likewise.
30308         * lib/strncasecmp.c: Likewise.
30309         * lib/strnlen1.c: Likewise.
30310         * lib/strstr.c: Likewise.
30311         * lib/strtok_r.c: Likewise.
30312         * lib/tls.c: Likewise.
30313         * lib/tmpdir.c: Likewise.
30314         * lib/unicodeio.c: Likewise.
30315         * lib/unsetenv.c: Likewise.
30316         * lib/vasnprintf.c: Likewise.
30317         * lib/vasprintf.c: Likewise.
30318         * lib/wait-process.c: Likewise.
30319         * lib/xallocsa.c: Likewise.
30320         * lib/xsetenv.c: Likewise.
30321         * lib/xstriconv.c: Likewise.
30322
30323 2006-09-13  Simon Josefsson  <jas@extundo.com>
30324
30325         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
30326         that internally, suggested by Ralf Wildenhues
30327         <Ralf.Wildenhues@gmx.de>.
30328
30329 2006-09-13  Simon Josefsson  <jas@extundo.com>
30330
30331         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
30332         @LIBOBJS@.
30333         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30334
30335 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30336
30337         * lib/_fpending.c: Include <config.h> unconditionally, since we no
30338         longer worry about uses that don't define HAVE_CONFIG_H.
30339         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
30340         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
30341         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
30342         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
30343         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
30344         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
30345         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
30346         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
30347         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
30348         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
30349         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
30350         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
30351         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
30352         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
30353         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
30354         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
30355         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
30356         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
30357         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
30358         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
30359         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
30360         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
30361         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
30362         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
30363         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
30364         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
30365         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
30366         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
30367         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
30368         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
30369         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
30370         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
30371         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
30372         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
30373         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
30374         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
30375         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
30376         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
30377         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
30378         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
30379         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
30380         Likewise.
30381
30382 2006-09-13  Eric Blake  <ebb9@byu.net>
30383
30384         * lib/getopt.c: Fix typo in last commit.
30385
30386 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30387
30388         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
30389         dgettext.
30390
30391 2006-09-12  Jim Meyering  <jim@meyering.net>
30392
30393         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
30394         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
30395         Reported by Nelson H. F. Beebe.
30396
30397 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30398
30399         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
30400         program_invocation_name and program_invocation_short_name are
30401         initialized.
30402         * lib/argp-namefrob.h: Move declarations of program_invocation_name
30403         and program_invocation_short_name to argp.h, so they are visible
30404         to user programs.
30405         * lib/argp.h: Likewise
30406
30407 2006-09-10  Bruno Haible  <bruno@clisp.org>
30408
30409         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
30410         m4/inttypes_h.m4, m4/uintmax_t.m4.
30411
30412 2006-09-10  Bruno Haible  <bruno@clisp.org>
30413
30414         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
30415         gl_AC_TYPE_UINTMAX_T.
30416
30417 2006-09-10  Bruno Haible  <bruno@clisp.org>
30418
30419         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
30420
30421 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30422
30423         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
30424         convention.  Text proposed by Bruno Haible.
30425         (struct argp_option): Document the use of N_() wrappers.
30426
30427         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
30428         '\v', and translate the two parts separately, instead of feeding
30429         the whole string to gettext.  This allows to exclude
30430         '\v' from the strings visible to the translator by writing doc
30431         strings as N_("..") "\v" N_("..").
30432
30433 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
30434
30435         * config/srclist.txt: Undo latest change; the bug was fixed.
30436
30437 2006-09-09  Bruno Haible  <bruno@clisp.org>
30438
30439         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
30440         assignments if building a library without libtool.
30441         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
30442         in func_emit_lib_Makefile_am.
30443         (func_import): When building a static library libfoo.a, arrange to
30444         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
30445         (func_create_testdir): Likewise.
30446         * modules/gc (configure.ac, Makefile.am): If building statically,
30447         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
30448         * modules/iconvme (configure.ac, Makefile.am): Likewise.
30449         * modules/striconv (configure.ac, Makefile.am): Likewise.
30450         Based on a suggestion by Ralf Wildenhues.
30451
30452 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30453
30454         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
30455         Check for unistd.h too, since Autoconf doesn't assume POSIX.
30456         Also:
30457
30458         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30459         Add year_2050_test to catch glibc bug 2821
30460         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30461
30462         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30463         Prefer #ifdef to #if.
30464
30465         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
30466         Return from 'main' instead of calling 'exit'.
30467
30468 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30469
30470         * lib/mktime.c (guess_time_tm): Fix bug where mktime
30471         returned the maximum time_t value rather than (time_t) -1.
30472         Problem originally reported by William Bardwell
30473         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30474
30475         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30476         Moved to here ...
30477         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30478         ... from here.
30479
30480 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30481
30482         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
30483         2821 is fixed.
30484
30485 2006-09-08  Jim Meyering  <jim@meyering.net>
30486
30487         Don't make generated files read-only.  That would bother too many
30488         people.  However, do retain the ability to work when targets are
30489         read-only: remove the destination and temporary files before writing
30490         them (when generated via sed or echo), or by using the -f option for
30491         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
30492         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30493         * modules/byteswap, modules/configmake, modules/fcntl:
30494         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30495         * modules/localcharset, modules/netinet_in, modules/poll:
30496         * modules/stdbool, modules/stdint, modules/sys_select:
30497         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30498
30499 2006-09-08  Jim Meyering  <jim@meyering.net>
30500
30501         Avoid new build failure on FreeBSD 6.0.
30502         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
30503         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
30504         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
30505
30506 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30507
30508         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
30509
30510 2006-09-07  Jim Meyering  <jim@meyering.net>
30511
30512         Fix global typo in last change: use chmod u-w, not chmod u-x.
30513         Spotted by Paul Eggert and Bruce Korb.
30514         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30515         * modules/byteswap, modules/configmake, modules/fcntl:
30516         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30517         * modules/localcharset, modules/netinet_in, modules/poll:
30518         * modules/stdbool, modules/stdint, modules/sys_select:
30519         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30520
30521 2006-09-06  Jim Meyering  <jim@meyering.net>
30522
30523         Make generated files be read-only.
30524         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
30525         Ensure that each generated file is now read-only.
30526         * modules/argz: Likewise.
30527         * modules/arpa_inet: Likewise.
30528         * modules/byteswap: Likewise.
30529         * modules/configmake: Likewise.
30530         * modules/fcntl: Likewise.
30531         * modules/fnmatch: Likewise.
30532         * modules/getopt: Likewise.
30533         * modules/glob: Likewise.
30534         * modules/inttypes: Likewise.
30535         * modules/netinet_in: Likewise.
30536         * modules/poll: Likewise.
30537         * modules/stdbool: Likewise.
30538         * modules/stdint: Likewise.
30539         * modules/sys_select: Likewise.
30540         * modules/sys_socket: Likewise.
30541         * modules/sys_stat: Likewise.
30542         * modules/sysexits: Likewise.
30543         * modules/localcharset: Same as above, but continue using temporary
30544         file named "t-$@" (why different?) rather than the "$@-t" used
30545         everywhere else.
30546
30547         * modules/sysexits (Makefile.am): Replace literal occurrences
30548         of "sysexit.h" more readable, and more consistent, "$@".
30549
30550 2006-09-06  Bruno Haible  <bruno@clisp.org>
30551
30552         * modules/striconv: New file.
30553         * modules/xstriconv: New file.
30554         * MODULES.html.sh (Internationalization functions): Add striconv,
30555         xstriconv.
30556
30557 2006-09-06  Bruno Haible  <bruno@clisp.org>
30558
30559         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
30560         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
30561         not using libtool correctly.
30562
30563 2006-09-06  Bruno Haible  <bruno@clisp.org>
30564
30565         * lib/striconv.h: New file.
30566         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
30567         iconvstring.c.
30568         * lib/xstriconv.h: New file.
30569         * lib/xstriconv.c: New file.
30570
30571 2006-09-06  Bruno Haible  <bruno@clisp.org>
30572
30573         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30574         lib_..._LDFLAGS.
30575
30576 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30577
30578         * lib/argz_.h: Sync from Libtool.
30579
30580         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
30581                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30582
30583         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
30584
30585 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30586
30587         * modules/trim: New file.
30588
30589 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30590
30591         * lib/trim.h: New file.
30592         * lib/trim.c: New file.
30593
30594 2006-09-05  Bruno Haible  <bruno@clisp.org>
30595
30596         * MODULES.html.sh (String handling): Add trim.
30597
30598 2006-09-04  Karl Berry  <karl@gnu.org>
30599
30600         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
30601         until next release.
30602
30603 2006-09-03  Bruno Haible  <bruno@clisp.org>
30604
30605         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
30606         correctly.
30607
30608 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30609
30610         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
30611         not gl_GETLOADAVG.  Omit unneeded semicolons.
30612         Problems reported by Ralf Wildenhues in
30613         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30614         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
30615         at the end, which is the usual gnulib style.
30616
30617         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
30618         of doing all the work ourselves.
30619         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
30620         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
30621
30622 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30623
30624         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
30625         Problem reported by Ralf Wildenhues in
30626         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30627
30628         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
30629         HAVE_STRUCT_STATFS_F_FSTYPENAME.
30630
30631 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30632
30633         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
30634         yesterday's patch by changing test -n to test -z.
30635
30636 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30637
30638         * modules/getloadavg (Files): Add m4/getloadavg.m4.
30639         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
30640         the former is now obsolescent.
30641
30642         * modules/chdir-long (Depends-on): Add fcntl.
30643
30644 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30645
30646         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
30647         obsolescent, and programs should use gnulib instead.
30648         * m4/getloadavg.m4: New file, with contents taken from Autoconf
30649         but with prefixes changed.
30650
30651 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30652
30653         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
30654         or stdbool.h, because they might not exist while configuring.
30655
30656         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
30657         Don't include unistd.h or limits.h; not needed, since chdir-long.h
30658         does that for us.
30659         (O_DIRECTORY): Remove.
30660
30661 2006-08-31  Eric Blake  <ebb9@byu.net>
30662
30663         * gnulib-tool: Don't let emacs change spaces to TAB.
30664
30665 2006-08-31  Bruno Haible  <bruno@clisp.org>
30666
30667         * gnulib-tool: When calling func_import more than once, do it in a
30668         subshell.
30669         Reported by Eric Blake <ebb9@byu.net>.
30670
30671 2006-08-31  Bruno Haible  <bruno@clisp.org>
30672
30673         * gnulib-tool (nl): Remove variable.
30674         (sed_transform_lib_file): Use more robust test for config-h module.
30675         (func_import): Fix typo in 2006-08-25 patch.
30676
30677 2006-08-31  Bruno Haible  <bruno@clisp.org>
30678
30679         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
30680         specified, augment Makefile.am variables instead of assigning them.
30681
30682 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30683
30684         Work around a bug in both the Linux and SunOS 64-bit kernels:
30685         nanosleep mishandles sleeps for longer than 2**31 seconds.
30686         Problem reported by Frank v Waveren in
30687         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30688         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
30689         Check for nanosleep bug.
30690         (LIB_NANOSLEEP): Append clock_gettime library if needed.
30691
30692 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30693
30694         Work around a bug in both the Linux and SunOS 64-bit kernels:
30695         nanosleep mishandles sleeps for longer than 2**31 seconds.
30696         Problem reported by Frank v Waveren in
30697         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30698         * lib/nanosleep.c (BILLION): New constant.
30699         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
30700         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
30701         implementation.
30702
30703 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         * modules/nanosleep (Depends-on): Add gettime.
30706
30707 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30708         and Simon Josefsson  <jas@extundo.com>
30709         and Oskar Liljeblad  <oskar@osk.mine.nu>
30710
30711         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
30712         * gnulib-tool (func_import): New license type 'unmodifiable license
30713         text'.
30714         * modules/fdl: Use it.  Longer description.
30715         * module/gpl, module/lgpl: New files.
30716
30717 2006-08-30  Jim Meyering  <jim@meyering.net>
30718
30719         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
30720         shadowing the parameter.
30721
30722 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30723
30724         Sync from Libtool:
30725
30726         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30727
30728         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
30729         sharing with gnulib.  Report by Eric Blake.
30730
30731 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * modules/isapipe: New file.
30734         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
30735
30736 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30737
30738         * modules/configmake (Makefile.am): Add a comment, and omit
30739         the CONFIGMAKE_ prefix from generated macro names.  Suggested
30740         by Bruno Haible.
30741
30742 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30743
30744         * m4/isapipe.m4: New file.
30745
30746 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30747
30748         * lib/isapipe.c, lib/isapipe.h: New files.
30749
30750 2006-08-29  Jim Meyering  <jim@meyering.net>
30751
30752         * modules/configmake (Makefile.am): Make configmake.h depend on
30753         Makefile.  Otherwise, a stale configmake.h could hang around.
30754
30755 2006-08-29  Eric Blake  <ebb9@byu.net>
30756
30757         * lib/error.c (error_at_line, print_errno_message): Match libc, after
30758         resolution of upstream bug 3044.
30759
30760 2006-08-29  Bruno Haible  <bruno@clisp.org>
30761
30762         * modules/localcharset (Depends-on): Add configmake.
30763         (Makefile.am): Remove setting of LIBDIR through DEFS.
30764
30765 2006-08-29  Bruno Haible  <bruno@clisp.org>
30766
30767         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
30768         defined.
30769
30770 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         * modules/fcntl: New file.
30773         * modules/chdir-safer (Depends-on): Add fcntl.
30774         * modules/fts: Likewise.
30775         * modules/mkdir-p: Likewise.
30776
30777         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
30778         This undoes the most recent change, since we're now addressing the
30779         problem in a different way.
30780
30781         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
30782         into output, since the output might be called Makefile.am even
30783         if $makefile_name is something different.
30784         (func_import): Use $makefile_am rather than
30785         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
30786         empty.
30787
30788         * modules/inttypes (Files): Add m4/inttypes-h.m4.
30789
30790 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30791
30792         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
30793         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
30794         recent change to stdint.m4, since we're now addressing the problem in a
30795         different way.
30796
30797 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30798
30799         * m4/fcntl_h.m4: New file.
30800
30801 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30802
30803         * lib/fcntl_.h: New file.
30804         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
30805         the fcntl module.
30806         * lib/dirchownmod.c: Likewise.
30807         * lib/fts.c: Likewise.
30808
30809         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
30810         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
30811         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
30812         just before including <inttypes.h>, to avoid circular inclusion.
30813
30814 2006-08-28  Jim Meyering  <jim@meyering.net>
30815
30816         * doc/visibility.texi: Actually read and correct the grammar of the
30817         sentence affected by yesterday's change.
30818
30819 2006-08-28  Eric Blake  <ebb9@byu.net>
30820
30821         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
30822         needs wrapper.
30823
30824 2006-08-28  Eric Blake  <ebb9@byu.net>
30825
30826         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
30827
30828 2006-08-28  Eric Blake  <ebb9@byu.net>
30829
30830         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
30831
30832 2006-08-28  Bruno Haible  <bruno@clisp.org>
30833
30834         * modules/c-strstr: New file, from GNU gettext.
30835         * MODULES.html.sh (String handling): Add c-strstr.
30836
30837 2006-08-28  Bruno Haible  <bruno@clisp.org>
30838
30839         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
30840         macros.
30841         Reported by Eric Blake.
30842
30843 2006-08-28  Bruno Haible  <bruno@clisp.org>
30844
30845         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
30846         (VASNPRINTF): Return a string of length > INT_MAX without failing.
30847         * lib/vasprintf.c: Include errno.h, limits.h.
30848         (EOVERFLOW): New fallback definition.
30849         (vasprintf): Test here whether the string length is > INT_MAX.
30850         * lib/vsnprintf.c: Include errno.h, limits.h.
30851         (EOVERFLOW): New fallback definition.
30852         (vsnprintf): Fix bug when generated string was too long for the buffer.
30853         Test here whether the string length is > INT_MAX.
30854
30855 2006-08-28  Bruno Haible  <bruno@clisp.org>
30856
30857         * lib/inttypes_.h (SCNX*): Remove definitions.
30858         Reported by Eric Blake.
30859
30860 2006-08-28  Bruno Haible  <bruno@clisp.org>
30861
30862         * lib/c-strstr.h: New file, from GNU gettext.
30863         * lib/c-strstr.c: New file, from GNU gettext.
30864
30865 2006-08-28  Bruno Haible  <bruno@clisp.org>
30866
30867         * gnulib-tool: Reorder some statements.
30868
30869 2006-08-28  Bruno Haible  <bruno@clisp.org>
30870
30871         * gnulib-tool: New option --makefile-name.
30872         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
30873         $makefile_name.
30874         (func_import): Write $makefile_name to the cache file, and read it from
30875         there unless explicitly specified. Use $makefile_name as file name
30876         instead of Makefile.am. Adjust the recommendations accordingly.
30877
30878 2006-08-28  Bruno Haible  <bruno@clisp.org>
30879
30880         * gnulib-tool (func_verify_module): Check against misapplying patch.
30881
30882 2006-08-28  Bruno Haible  <bruno@clisp.org>
30883
30884         * gnulib-tool (func_relativize, func_relconcat): New functions.
30885         Give an error if --local-dir is given with --update.
30886         Remove trailing slashes from $local_gnulib_dir.
30887         (func_import): Store the relativized $local_gnulib_dir in
30888         gnulib-cache.m4, and read it from there if not specified explicitly.
30889
30890 2006-08-28  Bruno Haible  <bruno@clisp.org>
30891
30892         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
30893         is the current directory. Respect also $local_gnulib_dir.
30894
30895 2006-08-28  Bruno Haible  <bruno@clisp.org>
30896             Simon Josefsson  <jas@extundo.com>
30897
30898         BeOS portability.
30899         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
30900
30901 2006-08-27  Jim Meyering  <jim@meyering.net>
30902
30903         * doc/visibility.texi: Remove duplicate word: "pointer".
30904
30905 2006-08-26  Bruno Haible  <bruno@clisp.org>
30906
30907         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
30908         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
30909         (Makefile.am): Create inttypes.h from inttypes_.h.
30910         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
30911
30912         * modules/imaxabs: New file.
30913
30914         * modules/imaxdiv: New file.
30915
30916 2006-08-26  Bruno Haible  <bruno@clisp.org>
30917
30918         * m4/inttypes.m4: New file.
30919         * m4/_inttypes_h.m4: Remove file.
30920         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
30921         PRI_MACROS_BROKEN.
30922         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
30923
30924         * m4/imaxabs.m4: New file.
30925
30926         * m4/imaxdiv.m4: New file.
30927
30928 2006-08-26  Bruno Haible  <bruno@clisp.org>
30929
30930         * lib/inttypes_.h: New file.
30931         * lib/inttypes.h: Remove file.
30932         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
30933
30934         * lib/imaxabs.c: New file.
30935
30936         * lib/imaxdiv.c: New file.
30937
30938 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30939
30940         New config-h module, so that "make" output needn't be cluttered
30941         by -DHAVE_CONFIG_H.
30942         * MODULES.html.sh (Support for building libraries and executables):
30943         Add config-h.
30944         * modules/config-h: New file.
30945         * gnulib-tool (nl, sed_transform_lib_file): New vars.
30946         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
30947         the config-h module is used.
30948
30949         New configmake module, so that "make" output needn't be cluttered
30950         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
30951         * MODULES.html.sh (Support for building libraries and executables):
30952         Add configmake.
30953         * modules/configmake: New file.
30954
30955 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
30956
30957         * m4/config-h.m4: New file.
30958
30959 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30960
30961         * config/srclist.txt: Add elisp-comp.
30962
30963 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30964
30965         * MODULES.html.sh (Support for building libraries and executables):
30966         Add elisp-comp.
30967         * build-aux/elisp-comp: New file.
30968         * modules/elisp-comp: New file.
30969
30970 2006-08-24  Bruno Haible  <bruno@clisp.org>
30971
30972         * gnulib-tool (func_create_testdir): Use non-default values of
30973         sourcebase and m4base.
30974
30975 2006-08-24  Bruno Haible  <bruno@clisp.org>
30976
30977         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
30978         HTML structure.
30979
30980 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30981
30982         * modules/openat (Depends-on): Add lchown.
30983
30984 2006-08-23  Bruno Haible  <bruno@clisp.org>
30985
30986         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
30987         of gl_LOCK_EARLY instead of gl_LOCK.
30988
30989 2006-08-23  Bruno Haible  <bruno@clisp.org>
30990
30991         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
30992         on OSF/1 to no.
30993         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
30994
30995 2006-08-23  Bruno Haible  <bruno@clisp.org>
30996
30997         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
30998         as unusable.
30999
31000         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
31001         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
31002         (gl_LOCK): New macro.
31003
31004 2006-08-22  Simon Josefsson  <jas@extundo.com>
31005
31006         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
31007         to md5 module.
31008
31009 2006-08-22  Simon Josefsson  <jas@extundo.com>
31010
31011         * MODULES.html.sh: Add "Support for maintaining and release
31012         projects".
31013
31014         * build-aux/gnupload: New file, from coreutils.
31015
31016 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31017
31018         Avoid the need for AC_LIBSOURCES in m4 macros.
31019         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
31020         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
31021         * modules/check-version (EXTRA_DIST): Add check-version.h.
31022         * modules/crc (EXTRA_DIST): Add crc.h.
31023         * modules/des (EXTRA_DIST): Add des.h.
31024         * modules/gc (EXTRA_DIST): Add gc.h.
31025         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
31026         * modules/getline (EXTRA_DIST): Add getline.h.
31027         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
31028         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
31029         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
31030         * modules/md2 (EXTRA_DIST): Add md2.h.
31031         * modules/md4 (EXTRA_DIST): Add md4.h.
31032         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
31033         * modules/read-file (EXTRA_DIST): Add read-file.h.
31034         * modules/readline (EXTRA_DIST): Add readline.h.
31035         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
31036         rijndael-api-fst.h.
31037
31038 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31039
31040         * m4/rijndael.m4 (gl_ARCFOUR):
31041         * m4/arctwo.m4 (gl_ARCTWO):
31042         * m4/check-version.m4 (gl_CHECK_VERSION):
31043         * m4/crc.m4 (gl_CRC):
31044         * m4/des.m4 (gl_DES):
31045         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
31046         * m4/gc.m4 (gl_GC):
31047         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
31048         * m4/getline.m4 (gl_FUNC_GETLINE):
31049         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
31050         * m4/hmac-md5.m4 (gl_HMAC_MD5):
31051         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
31052         * m4/md2.m4 (gl_MD2):
31053         * m4/md4.m4 (gl_MD4):
31054         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
31055         * m4/read-file.m4 (gl_FUNC_READ_FILE):
31056         * m4/readline.m4 (gl_FUNC_READLINE):
31057         * m4/rijndael.m4 (gl_RIJNDAEL):
31058         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31059         to get the necessary .h files and whatnot.
31060
31061 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
31064         gnulib rather than the other way around.
31065         * config/srclistvars.sh (COREUTILS): Remove.
31066
31067 2006-08-22  Jim Meyering  <jim@meyering.net>
31068
31069         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
31070
31071         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
31072
31073 2006-08-22  Eric Blake  <ebb9@byu.net>
31074
31075         * modules/regexprops-generic: New file.
31076         * MODULES.html.sh (Support for building documentation): List it.
31077
31078 2006-08-22  Eric Blake  <ebb9@byu.net>
31079
31080         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
31081         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
31082         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
31083         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
31084
31085 2006-08-22  Bruno Haible  <bruno@clisp.org>
31086
31087         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
31088         and lib_LTLIBRARIES like the other lib_* variables.
31089
31090 2006-08-22  Bruno Haible  <bruno@clisp.org>
31091
31092         * build-aux/x-to-1.in: New file, from GNU gettext.
31093
31094 2006-08-22  Bruno Haible  <bruno@clisp.org>
31095
31096         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
31097         <utmpx.h> exists.
31098
31099 2006-08-22  Bruno Haible  <bruno@clisp.org>
31100
31101         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
31102         <utmpx.h> exists.
31103
31104 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31105
31106         BeOS portability.
31107         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
31108         exist.
31109         Problem reported by Bruno Haible.
31110
31111 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31112
31113         Avoid the need for AC_LIBSOURCES in m4 macros.
31114         * modules/acl (EXTRA_DIST): Add acl.h.
31115         * modules/argmatch (Files): Add m4/argmatch.m4.
31116         (configure.ac): Add gl_ARGMATCH.
31117         (EXTRA_DIST): Renamed from lib_SOURCES, for
31118         consistency with the other modules.  Remove argmatch.c.
31119         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
31120         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
31121         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
31122         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
31123         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
31124         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
31125         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
31126         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
31127         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
31128         * modules/closeout (EXTRA_DIST): Add closeout.h.
31129         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
31130         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
31131         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
31132         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
31133         dirname.h; remove basename.c and stripslash.c.
31134         * modules/exclude (EXTRA_DIST): Add exclude.h.
31135         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
31136         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
31137         * modules/file-type (EXTRA_DIST): Add file-type.h.
31138         * modules/filemode (EXTRA_DIST): Add filemode.h.
31139         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
31140         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31141         * modules/fpending (EXTRA_DIST): Add __fpending.h.
31142         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
31143         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
31144         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
31145         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
31146         * modules/getdate (EXTRA_DIST): Add getdate.c.
31147         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
31148         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
31149         * modules/getpass (EXTRA_DIST): Add getpass.h.
31150         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
31151         * modules/group-member (EXTRA_DIST): Add group-member.h.
31152         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
31153         * modules/hash (EXTRA_DIST): Add hash.h.
31154         * modules/human (EXTRA_DIST): Add human.h.
31155         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
31156         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
31157         * modules/lchown (EXTRA_DIST): Add lchown.h.
31158         * modules/long-options (EXTRA_DIST): Add long-options.h.
31159         * modules/lstat (EXTRA_DIST): Add lstat.h.
31160         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
31161         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
31162         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
31163         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
31164         * modules/memxor (EXTRA_DIST): Add memxor.h.
31165         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
31166         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
31167         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
31168         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
31169         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
31170         * modules/physmem (EXTRA_DIST): Add physmem.h.
31171         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
31172         * modules/posixver (EXTRA_DIST): Add posixver.h.
31173         * modules/quote (EXTRA_DIST): Add quote.h.
31174         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
31175         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
31176         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
31177         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
31178         regex_internal.h regexec.c.
31179         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
31180         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
31181         * modules/same (EXTRA_DIST): Add same.h.
31182         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
31183         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
31184         * modules/savedir (EXTRA_DIST): Add savedir.h.
31185         * modules/sha1 (EXTRA_DIST): Add sha1.h.
31186         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
31187         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
31188         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
31189         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
31190         * modules/strdup (EXTRA_DIST): Add strdup.h.
31191         * modules/strftime (EXTRA_DIST): Add strftime.h.
31192         * modules/strndup (EXTRA_DIST): Add strndup.h.
31193         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
31194         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
31195         * modules/time_r (EXTRA_DIST): Add time_r.h.
31196         * modules/timespec (EXTRA_DIST): Add timespec.h.
31197         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31198         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
31199         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
31200         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
31201         * modules/userspec (EXTRA_DIST): Add userspec.h.
31202         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
31203         * modules/utimens (EXTRA_DIST): Add utimens.h.
31204         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
31205         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
31206         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
31207         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
31208         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
31209         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
31210         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
31211         * modules/yesno (EXTRA_DIST): Add yesno.h.
31212
31213 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31214
31215         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
31216
31217         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
31218         * m4/dev-ino.m4, same-inode.m4: Remove.
31219
31220         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
31221         * m4/acl.m4 (AC_FUNC_ACL):
31222         * m4/backupfile.m4 (gl_BACKUPFILE):
31223         * m4/c-strtod.m4 (gl_C99_STRTOLD):
31224         * m4/canon-host.m4 (gl_CANON_HOST):
31225         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31226         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
31227         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
31228         * m4/cloexec.m4 (gl_CLOEXEC):
31229         * m4/close-stream.m4 (gl_CLOSE_STREAM):
31230         * m4/closeout.m4 (gl_CLOSEOUT):
31231         * m4/dirfd.m4 (gl_FUNC_DIRFD):
31232         * m4/dirname.m4 (gl_DIRNAME):
31233         * m4/exclude.m4 (gl_EXCLUDE):
31234         * m4/exitfail.m4 (gl_EXITFAIL):
31235         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
31236         * m4/file-type.m4 (gl_FILE_TYPE):
31237         * m4/filemode.m4 (gl_FILEMODE):
31238         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
31239         * m4/fpending.m4 (gl_FUNC_FPENDING):
31240         * m4/fprintftime.m4 (gl_FPRINTFTIME):
31241         * m4/fts.m4 (gl_FUNC_FTS):
31242         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
31243         * m4/getdate.m4 (gl_GETDATE):
31244         * m4/gethrxtime.m4 (gl_GETHRXTIME):
31245         * m4/getpagesize.m4 (gl_GETPAGESIZE):
31246         * m4/getpass.m4 (gl_FUNC_GETPASS):
31247         * m4/gettime.m4 (gl_GETTIME):
31248         * m4/getugroups.m4 (gl_GETUGROUPS):
31249         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
31250         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
31251         * m4/hard-locale.m4 (gl_HARD_LOCALE):
31252         * m4/hash.m4 (gl_HASH):
31253         * m4/idcache.m4 (gl_IDCACHE):
31254         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
31255         * m4/lchown.m4 (gl_FUNC_LCHOWN):
31256         * m4/long-options.m4 (gl_LONG_OPTIONS):
31257         * m4/lstat.m4 (gl_FUNC_LSTAT):
31258         * m4/md5.m4 (gl_MD5):
31259         * m4/memcasecmp.m4 (gl_MEMCASECMP):
31260         * m4/memcoll.m4 (gl_MEMCOLL):
31261         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
31262         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
31263         * m4/memxor.m4 (gl_MEMXOR):
31264         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
31265         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
31266         * m4/modechange.m4 (gl_MODECHANGE):
31267         * m4/mountlist.m4 (gl_MOUNTLIST):
31268         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31269         * m4/openat.m4 (gl_FUNC_OPENAT):
31270         * m4/pathmax.m4 (gl_PATHMAX):
31271         * m4/physmem.m4 (gl_PHYSMEM):
31272         * m4/posixtm.m4 (gl_POSIXTM):
31273         * m4/posixver.m4 (gl_POSIXVER):
31274         * m4/quote.m4 (gl_QUOTE):
31275         * m4/quotearg.m4 (gl_QUOTEARG):
31276         * m4/readtokens.m4 (gl_READTOKENS):
31277         * m4/readutmp.m4 (gl_READUTMP):
31278         * m4/regex.m4 (gl_REGEX):
31279         * m4/safe-read.m4 (gl_SAFE_READ):
31280         * m4/safe-write.m4 (gl_SAFE_WRITE):
31281         * m4/same.m4 (gl_SAME):
31282         * m4/save-cwd.m4 (gl_SAVE_CWD):
31283         * m4/savedir.m4 (gl_SAVEDIR):
31284         * m4/settime.m4 (gl_SETTIME):
31285         * m4/sha1.m4 (gl_SHA1):
31286         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
31287         * m4/stat-macros.m4 (gl_STAT_MACROS):
31288         * m4/stat-time.m4 (gl_STAT_TIME):
31289         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
31290         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
31291         * m4/strdup.m4 (gl_FUNC_STRDUP):
31292         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
31293         * m4/strndup.m4 (gl_FUNC_STRNDUP):
31294         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
31295         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
31296         * m4/time_r.m4 (gl_TIME_R):
31297         * m4/timespec.m4 (gl_TIMESPEC):
31298         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
31299         * m4/unlinkdir.m4 (gl_UNLINKDIR):
31300         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
31301         * m4/userspec.m4 (gl_USERSPEC):
31302         * m4/utimecmp.m4 (gl_UTIMECMP):
31303         * m4/utimens.m4 (gl_UTIMENS):
31304         * m4/xalloc.m4 (gl_XALLOC):
31305         * m4/xgetcwd.m4 (gl_XGETCWD):
31306         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
31307         * m4/xreadlink.m4 (gl_XREADLINK):
31308         * m4/xstrtod.m4 (gl_XSTRTOD):
31309         * m4/yesno.m4 (gl_YESNO):
31310         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31311         to get the necessary .h files and whatnot.
31312
31313 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
31314             Bruno Haible  <bruno@clisp.org>
31315
31316         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
31317         /bin/sh understanding of '!' conditional negation.
31318
31319 2006-08-21  Jim Meyering  <jim@meyering.net>
31320
31321         * modules/openat (Depends-on): Really alphabetize.
31322
31323         * modules/acl (Depends-on): Add error and quote.
31324
31325         * check-module (find_included_lib_files): Add at-func.c to the
31326         ok-to-include-more-than-once white list.
31327
31328         * modules/openat (Depends-on): Add lstat.  Alphabetize.
31329
31330 2006-08-21  Bruno Haible  <bruno@clisp.org>
31331
31332         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31333         Emit a pkgdata_DATA variable only if some snippets add contents to it.
31334         Reported by Martin Lambers <marlam@marlam.de>.
31335
31336 2006-08-21  Bruno Haible  <bruno@clisp.org>
31337
31338         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
31339         specify an installation location, don't emit a noinst_LIBRARIES or
31340         noinst_LTLIBRARIES assignment.
31341
31342 2006-08-21  Bruno Haible  <bruno@clisp.org>
31343
31344         BeOS portability.
31345         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
31346         BeOS has mbrtowc() but no <wctype.h>.
31347
31348 2006-08-21  Bruno Haible  <bruno@clisp.org>
31349
31350         BeOS portability.
31351         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
31352         exist.
31353
31354 2006-08-21  Bruno Haible  <bruno@clisp.org>
31355
31356         BeOS portability.
31357         * lib/mbchar.h: Include <wctype.h> only if it exists.
31358
31359 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31360
31361         Remove files that are no longer needed by their respective modules.
31362         * m4/obstack.m4: Remove.
31363         * m4/strerror_r.m4: Remove.
31364         * m4/uint32_t.m4: Remove.
31365         * m4/uintptr_t.m4: Remove.
31366         * m4/ullong_max.m4: Remove.
31367         * m4/xstrtoimax.m4: Remove.
31368         * m4/xstrtoumax.m4: Remove.
31369
31370         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
31371         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
31372         dependencies now capture this.
31373
31374         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
31375         Do not use AC_LIBSOURCES, since gnulib modules now do this.
31376         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
31377         * m4/human.m4 (gl_HUMAN): Likewise.
31378         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
31379         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
31380
31381         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
31382
31383         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
31384         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
31385         stdint.
31386         * m4/human.m4 (gl_HUMAN): Likewise.
31387         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
31388         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
31389         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31390         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31391         * m4/xstrtol (gl_XSTRTOL): Likewise.
31392
31393         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
31394         AC_TYPE_LONG_LONG_INT.
31395         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31396         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
31397         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
31398         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31399
31400         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
31401         on stdbool.
31402
31403         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
31404         (gl_PREREQ_XSTRTOUL): Remove.
31405
31406         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
31407
31408         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
31409         mode.
31410
31411 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31412
31413         Add and change modules to make it easier for coreutils to use
31414         gnulib-tool.
31415         * modules/backupfile (Files): Remove m4/d-ino.m4.
31416         (Depends-on): Add d-ino.
31417         * modules/cycle-check (Depends-on): Add stdint.
31418         (lib_SOURCES): Add cycle-check.h.
31419         * modules/d-ino: New module.
31420         * modules/d-type: New module.
31421         * modules/error (Files): Remove m4/strerror_r.m4.
31422         * modules/filemode (Files): Add m4/st_dm_mode.m4.
31423         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
31424         m4/inttypes_h.m4, m4/uintmax_t.m4.
31425         (Depends-on): Add stdint.
31426         (lib_SOURCES): Add fsusage.h.
31427         * modules/getcwd (Files): Remove d-ino.m4.
31428         (Depends-on): Add d-ino.
31429         * modules/getndelim2 (Depends-on): Add stdint.
31430         * modules/glob (Files): Remove m4/d-type.m4.
31431         (Depends-on): Add d-type.
31432         * modules/host-os: New module.
31433         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
31434         m4/inttypes_h.m4, m4/uintmax_t.m4.
31435         * Depends-on: Add stdint.
31436         (lib_SOURCES): Add human.h.
31437         * modules/inttostr (Files): Remove m4/intmax_t.m4,
31438         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
31439         m4/uintmax_t.m4, m4/ulonglong.m4.
31440         (Depends-on): Add stdint.
31441         (EXTRA_DIST): Add inttostr.h.
31442         * modules/lchmod: New module.
31443         * modules/link-follow: New module.
31444         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
31445         (Depends-on): Add lchmod.
31446         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
31447         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
31448         (Depends-on): Add stdint.
31449         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
31450         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
31451         (Depends-on): Add stdint.
31452         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
31453         * modules/perl: New module.
31454         * modules/regex (Depends-on): Add stdint.
31455         * modules/rmdir-errno: New module.
31456         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31457         m4/intmax_t.m4.
31458         (Depends-on): Add stdint.
31459         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31460         m4/uintmax_t.m4.
31461         (Depends-on): Add stdint.
31462         * modules/unlink-busy: New module.
31463         * modules/utimecmp (Depends-on): Add stdint.
31464         * modules/uptime: New module.
31465         * modules/winsz-ioctl: New module.
31466         * modules/winsz-termios: New module.
31467         * modules/xnanosleep (Depends-on): Add nanosleep.
31468         * modules/ullong_max: Remove.
31469         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
31470         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
31471         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
31472         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
31473         (Depends-on): Add inttypes.
31474         (lib_SOURCES): Add xstrtol.h.
31475         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
31476         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
31477         * MODULES.html.sh: Move 'assert' into the assert section.
31478         Move 'dummy' into the linking section.
31479         Remove ullong_max.
31480         Add section for compatibility checks for POSIX:2001 functions,
31481         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
31482         winsz-ioctl, and winsz-termios into it.
31483         Add lchmod.
31484         Add top-level Misc section and put host-os, perl, and uptime
31485         into it.
31486
31487 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31488
31489         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
31490         now assume the stdint module.  Do not include inttypes.h.
31491         * lib/fsusage.h: Likewise.
31492         * lib/getndelim2.c: Likewise.
31493         * lib/human.h: Likewise.
31494         * lib/inttostr.h: Likewise.
31495         * lib/obstack.c: Likewise.
31496         * lib/regex_internal.h: Likewise.
31497         * lib/tempname.c: Likewise.
31498         * lib/utimecmp.c: Likewise.
31499         * lib/xstrtol.h: Likewise.
31500
31501         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
31502
31503         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
31504         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
31505         * lib/xtime.h: Likewise.
31506
31507 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31508
31509         * modules/openat (Files): Add lib/fchmodat.c.
31510         Fixes problem reported by Jay Youngman.
31511
31512 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31513
31514         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
31515         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
31516
31517 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
31518             Bruno Haible  <bruno@clisp.org>
31519
31520         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
31521         and is a script that invokes bison. Tighten the code. Add comments.
31522
31523 2006-08-18  Jim Meyering  <jim@meyering.net>
31524
31525         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
31526         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
31527         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
31528         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
31529
31530 2006-08-18  Bruno Haible  <bruno@clisp.org>
31531
31532         * modules/bison-i18n: New file.
31533         * MODULES.html.sh (Internationalization functions): Add it.
31534
31535 2006-08-18  Bruno Haible  <bruno@clisp.org>
31536
31537         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
31538         sys/statvfs.h. When getmntinfo was found, check its declaration and
31539         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
31540
31541 2006-08-18  Bruno Haible  <bruno@clisp.org>
31542
31543         * m4/bison-i18n.m4: New file, from bison.
31544
31545 2006-08-18  Bruno Haible  <bruno@clisp.org>
31546
31547         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
31548         (ME_DUMMY): Treat "kernfs" as a dummy.
31549         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
31550
31551 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31552
31553         Update from coreutils.
31554
31555         2006-08-15  Jim Meyering  <jim@meyering.net>
31556
31557         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
31558
31559         2006-01-17  Jim Meyering  <jim@meyering.net>
31560
31561         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
31562
31563         2006-01-11  Jim Meyering  <jim@meyering.net>
31564
31565         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
31566         Check for the lchmod function.
31567
31568 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31569
31570         Update from coreutils.
31571
31572         * lib/__fpending.h: Add copyright notice.
31573         * lib/fprintftime.h: Likewise.
31574         * lib/savedir.c: Use (C) in copyright notice.
31575         * lib/savedir.h: Likewise.
31576
31577         2006-08-15  Jim Meyering  <jim@meyering.net>
31578
31579         * lib/at-func.c: New file, with the logic of all emulated at-functions.
31580         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
31581         in support of the EXPECTED_ERRNO macro.
31582         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
31583         definitions.  Instead, define the appropriate symbols and include
31584         "at-func.c".
31585         * lib/mkdirat.c (mkdirat): Likewise.
31586         * lib/fchmodat.c (fchmodat): Likewise.
31587         (ENOSYS): Remove definition.
31588         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
31589         it.  Don't include "unistd--.h" -- it wasn't ever used.
31590
31591         2006-01-17  Jim Meyering  <jim@meyering.net>
31592
31593         Rewrite fts.c not to change the current working directory,
31594         by using openat, fstatat, fdopendir, etc..
31595
31596         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
31597         (HAVE_OPENAT_SUPPORT): Define.
31598         [_LIBC] (fchdir): Don't undef or define; no longer used.
31599         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
31600         Now, this `function' always succeeds, and consumes its file descriptor
31601         parameter -- so callers must not close such FDs.  Update callers.
31602         (diropen_fd, opendirat, cwd_advance_fd): New functions.
31603         (diropen): Add parameter, SP.  Adjust all callers.
31604         Implement using diropen_fd, rather than open.
31605         (fts_open): Initialize new member, fts_cwd_fd.
31606         Remove fts_rft-setting code.
31607         (fts_close): Close fts_cwd_fd, if necessary.
31608         (__opendir2): Define in terms of opendir or opendirat,
31609         depending on whether the FST_NOCHDIR flag is set.
31610         (fts_build): Since fts_safe_changedir consumes its FD, and since
31611         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
31612         and close the dup'd file descriptor upon failure.
31613         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
31614         (fts_safe_changedir): Tweak semantics to reflect that this function
31615         now calls cwd_advance_fd and hence consumes its FD argument.
31616         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
31617         [struct FTS] (fts_rft): Remove now-unused member.
31618         [struct FTS] (fts_cycle.state): Improve comment.
31619
31620         * lib/openat.c (openat_needs_fchdir): New function.
31621         * lib/openat.h (openat_needs_fchdir): Declare it.
31622
31623 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31624
31625         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
31626         Problem and fix reported by Pádraig Brady in
31627         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
31628
31629 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31630
31631         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
31632
31633 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31634
31635         * lib/memcoll.c (memcoll): Optimize for the common case where the
31636         arguments are bytewise equal.
31637
31638 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31639
31640         * doc/regexprops-generic.texi: Add a copyright notice.
31641
31642 2006-08-15  Bruno Haible  <bruno@clisp.org>
31643
31644         * modules/tmpdir (License): Change to LGPL.
31645
31646 2006-08-15  Bruno Haible  <bruno@clisp.org>
31647
31648         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
31649         module.
31650
31651 2006-08-14  Simon Josefsson  <jas@extundo.com>
31652
31653         * config/srclist.txt: Add gnupload.
31654
31655 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31656
31657         Change copyright notice from LGPL 2 to GPL 2, since that's the
31658         standard form used in the gnulib repository.
31659         * tests/test-lock.c: Likewise.
31660         * tests/test-stdint.c: Likewise.
31661         * tests/test-tls.c: Likewise.
31662
31663         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
31664         prelude-manager.  User shorter URLs for GNU projects, without '?'.
31665         Add copyright notice.
31666
31667         * check-module: Add copyright notice.  Output a copyright
31668         notice if "--version" is specified.
31669         * modules/COPYING: New file.
31670         * tests/test-getaddrinfo.c: Add copyright notice.
31671         * tests/test-verify.c: Likewise.
31672
31673 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31674
31675         Change copyright notice from LGPL 2 to GPL 2, since that's the
31676         standard form used in the gnulib repository.
31677         * lib/lock.c: LGPL -> GPL.
31678         * lib/lock.h: Likewise.
31679         * lib/strnlen1.c: Likewise.
31680         * lib/strnlen1.h: Likewise.
31681         * lib/tls.c: Likewise.
31682         * lib/tls.h: Likewise.
31683         * lib/tmpdir.c: Likewise.
31684
31685         * lib/TODO: Remove; this belongs only in coreutils.
31686
31687 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31688
31689         Add copyright notices to long-enough files that lack them, since
31690         otherwise the files aren't clearly free.  Use the same notice that
31691         getdate.texi already uses.
31692         * doc/alloca-opt.texi: Add copyright notice.
31693         * doc/alloca.texi: Likewise.
31694         * doc/ctime.texi: Likewise.
31695         * doc/functions.texi: Likewise.
31696         * doc/gcd.texi: Likewise.
31697         * doc/gnulib-tool.texi: Likewise.
31698         * doc/inet_ntoa.texi: Likewise.
31699         * doc/visibility.texi: Likewise.
31700
31701         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
31702         * doc/quote.texi: Add copyright notice.
31703
31704         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
31705         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
31706         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
31707         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
31708         is now obsolete, and give a pointer to the Sun list.
31709         Add copyright notice.
31710
31711 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31712
31713         * config/srclistvars.sh: Add copyright notice.
31714
31715 2006-08-14  Eric Blake  <ebb9@byu.net>
31716
31717         Import the following change from libc:
31718
31719         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
31720
31721         Upstream bug 2997.
31722         * lib/misc/error.c: Add space between program name and message if file
31723         name is missing.
31724
31725 2006-08-12  Karl Berry  <karl@gnu.org>
31726
31727         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
31728         remove, these originate in gnulib now.
31729
31730 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31731
31732         * doc/Makefile (standards.info standards.html standards.dvi):
31733         Also depend on make-stds.texi.
31734
31735 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31736
31737         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
31738         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
31739
31740         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
31741         in wchar_t.  Problem reported by Eric Blake.
31742
31743         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
31744         LEN is smaller than SIZE.  Suggested by Bruno Haible.
31745         Also, help the compiler to keep LEN in a register.
31746
31747 2006-08-11  Eric Blake  <ebb9@byu.net>
31748
31749         * users.txt: Sort.  Add tar.
31750
31751 2006-08-11  Bruno Haible  <bruno@clisp.org>
31752
31753         * users.txt: New file.
31754
31755 2006-08-11  Bruno Haible  <bruno@clisp.org>
31756
31757         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
31758         before <wchar.h>. Needed for OSF/1 and BSD/OS.
31759
31760 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31761
31762         * modules/snprintf (Depends-on): Remove minmax.
31763         (Maintainer): Add self and Bruno.
31764
31765 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31766
31767         * lib/.cppi-disable: Add snprintf.h, socket_.h.
31768         * lib/snprintf.c: Include <errno.h> and <limits.h>.
31769         (EOVERFLOW): Define if the system does not.
31770         Do not include "minmax.h"; it wasn't used.
31771         (snprintf): Don't assume size_t promotes to an unsigned type.
31772         Fix bug when generated string was too long for the buffer: the
31773         buffer's contents are supposed to be the initial prefix of the
31774         output.  Don't assume vasnprintf returns EOVERFLOW if the size
31775         exceeds INT_MAX; do the check ourselves.
31776
31777         Import the following changes from libc:
31778
31779         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
31780
31781         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
31782         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
31783         set wc to the byte which couldn't be converted.
31784         (re_string_reconstruct): Don't clear valid_raw_len before calling
31785         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
31786         tip_context using re_string_context_at.
31787
31788         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
31789
31790         * lib/posix/regex.h: g++ still cannot handled [restrict].
31791
31792         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
31793
31794         * lib/posix/regex.h: Remove special handling for VMS.
31795
31796 2006-08-10  Jim Meyering  <jim@meyering.net>
31797
31798         * modules/same-inode: New module.
31799         * modules/dev-ino: New module.
31800         * modules/cycle-check: Depend on these modules, rather than simply
31801         including their .h files.
31802         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
31803         required via m4/cycle-check.m4.
31804         * modules/same: Depend on new same-inode module, rather than
31805         including same-inode.h.
31806         * modules/chdir-safer: New file.
31807
31808         * modules/chown (Depends-on): Add stat-macros.
31809
31810 2006-08-10  Jim Meyering  <jim@meyering.net>
31811
31812         * m4/cycle-check.m4: New file.
31813         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
31814         * m4/dev-ino.m4, m4/same-inode.m4: New files.
31815
31816 2006-08-10  Eric Blake  <ebb9@byu.net>
31817
31818         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
31819         in from original proposal.
31820
31821 2006-08-10  Eric Blake  <ebb9@byu.net>
31822         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31823
31824         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
31825         namespace.
31826
31827 2006-08-10  Bruno Haible  <bruno@clisp.org>
31828
31829         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
31830         as well.
31831
31832 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31833
31834         Sync from coreutils.
31835
31836         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
31837
31838         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
31839         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
31840
31841 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31842
31843         * modules/restrict: Remove; no longer needed now that we assume
31844         Autoconf 2.59 or later.
31845         * MODULES.html.sh: Remove 'restrict'.
31846         * modules/argp (Depends-on): Remove 'restrict'.
31847         * modules/base64 (Depends-on): Likewise.
31848         * modules/gc (Depends-on): Likewise.
31849         * modules/getaddrinfo (Depends-on): Likewise.
31850         * modules/glob (Depends-on): Likewise.
31851         * modules/inet_ntop (Depends-on): Likewise.
31852         * modules/inet_pton (Depends-on): Likewise.
31853         * modules/memxor (Depends-on): Likewise.
31854         * modules/regex (Depends-on): Likewise.
31855         * modules/strtok_r (Depends-on): Likewise.
31856         * modules/time_r (Depends-on): Likewise.
31857
31858 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31859
31860         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
31861         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
31862         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31863         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
31864         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
31865         * m4/memxor.m4 (gl_MEMXOR): Likewise.
31866         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
31867         gl_C_RESTRICT replaced by AC_C_RESTRICT.
31868
31869         Merge from coreutils.
31870         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
31871         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
31872         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31873         * m4/time_r.m4 (gl_TIME_R): Likewise.
31874
31875 2006-08-09  Karl Berry  <karl@gnu.org>
31876
31877         * config/srclist.txt: no more gettext-tools, per Bruno.
31878
31879 2006-08-08  Eric Blake  <ebb9@byu.net>
31880
31881         * modules/verror: New module.
31882         * MODULES.html.sh: Document it.
31883
31884 2006-08-08  Eric Blake  <ebb9@byu.net>
31885
31886         * lib/verror.h, lib/verror.c: New files.
31887
31888 2006-08-08  Eric Blake  <ebb9@byu.net>
31889
31890         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
31891         verror_at_line output complies with GNU Coding Standards even when
31892         file is NULL.
31893
31894 2006-08-07  Bruno Haible  <bruno@clisp.org>
31895
31896         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
31897         versions of AIX.
31898         Reported by Ralf Wildenhues.
31899
31900 2006-08-07  Bruno Haible  <bruno@clisp.org>
31901
31902         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
31903         in an AC_DEFUN. Needed so that the autoconf snippets can use
31904         AC_REQUIRE.
31905
31906 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31907
31908         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31909         Initialize pkgdata_DATA.
31910         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
31911         overriding it.
31912
31913 2006-08-06  Eric Blake  <ebb9@byu.net>
31914
31915         * lib/error.h: Fold in some upstream changes from glibc.
31916         * lib/error.c: Likewise.
31917
31918 2006-08-04  Bruno Haible  <bruno@clisp.org>
31919
31920         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31921         Make the mostlyclean-local rule depend on mostlyclean-generic.
31922         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
31923
31924 2006-07-31  Bruno Haible  <bruno@clisp.org>
31925
31926         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
31927         <stdlib.h>, <string.h>.
31928
31929 2006-07-30  Bruno Haible  <bruno@clisp.org>
31930
31931         * modules/readlink (License): Change to LGPL.
31932
31933 2006-07-30  Bruno Haible  <bruno@clisp.org>
31934
31935         * modules/javaversion (Makefile.am): Distribute javaversion.java and
31936         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
31937         set PKGDATADIR to point to it.
31938
31939 2006-07-30  Bruno Haible  <bruno@clisp.org>
31940
31941         * modules/csharpexec (configure.ac): Comment out macro invocation.
31942         * modules/javaexec (configure.ac): Likewise.
31943         * modules/javacomp-script (configure.ac): Likewise.
31944
31945         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
31946
31947 2006-07-30  Bruno Haible  <bruno@clisp.org>
31948
31949         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
31950         linked-list.
31951
31952 2006-07-30  Bruno Haible  <bruno@clisp.org>
31953
31954         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
31955
31956 2006-07-30  Bruno Haible  <bruno@clisp.org>
31957
31958         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31959         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
31960         get removed.
31961
31962 2006-07-29  Bruno Haible  <bruno@clisp.org>
31963
31964         Make it possible for gnulib-tool to work with locally modified or
31965         augmented gnulib repositories.
31966         * gnulib-tool (func_usage): Document --local-dir option.
31967         (local_gnulib_dir): New variable.
31968         Handle --local-dir option.
31969         (func_lookup_file): New function.
31970         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
31971         (func_get_description, func_get_filelist, func_get_description,
31972         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
31973         func_get_automake_snippet, func_get_include_directive,
31974         func_get_license, func_get_maintainer): Use func_lookup_file.
31975         (func_import, func_create_testdir): Use func_lookup_file.
31976
31977 2006-07-29  Bruno Haible  <bruno@clisp.org>
31978
31979         * modules/setenv (Depends-on): Add unistd.
31980
31981 2006-07-29  Bruno Haible  <bruno@clisp.org>
31982
31983         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
31984
31985 2006-07-29  Bruno Haible  <bruno@clisp.org>
31986
31987         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
31988
31989 2006-07-29  Bruno Haible  <bruno@clisp.org>
31990
31991         * gnulib-tool (import, update): If there is no Makefile.am, look at
31992         aclocal.m4, instead of bailing out.
31993
31994 2006-07-29  Bruno Haible  <bruno@clisp.org>
31995
31996         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
31997         Categorize the options by when they are useful.
31998
31999 2006-07-29  Bruno Haible  <bruno@clisp.org>
32000
32001         * gnulib-tool (func_usage): Document option --no-libtool.
32002         Handle option --no-libtool.
32003         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
32004         for changed semantics of $libtool variable.
32005         (func_import): Likewise. If libtool is not used, show this through
32006         an option --no-libtool.
32007         (func_create_testdir): Update.
32008
32009 2006-07-29  Bruno Haible  <bruno@clisp.org>
32010
32011         * gnulib-tool (func_import): Extend error message about missing
32012         --doc-base.
32013
32014 2006-07-29  Bruno Haible  <bruno@clisp.org>
32015
32016         * gnulib-tool (func_import): Don't create the $docbase directory if
32017         there is no file to store there.
32018
32019 2006-07-29  Bruno Haible  <bruno@clisp.org>
32020
32021         * gnulib-tool (autoconf_minversion): If a --dir option is given and
32022         relevant, look for configure.ac there, not in the current directory.
32023         Also use a simple search for AC_PREREQ, not "autoconf --trace".
32024
32025 2006-07-29  Bruno Haible  <bruno@clisp.org>
32026
32027         * gnulib-tool (SORT): New variable.
32028         (func_usage): Undocument --assume-autoconf option.
32029         Remove --assume-autoconf option handling.
32030         (autoconf_minversion): Determine from the contents of configure.ac.
32031         (func_import): Remove autoconf_minversion handling.
32032         Suggested by Eric Blake.
32033
32034 2006-07-29  Bruno Haible  <bruno@clisp.org>
32035
32036         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
32037
32038 2006-07-29  Bruno Haible  <bruno@clisp.org>
32039
32040         * config/srclist.txt (*setenv.[ch]): Remove rules.
32041
32042 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32043
32044         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
32045
32046 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32047
32048         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
32049         arpa/inet.h.
32050
32051 2006-07-28  Simon Josefsson  <jas@extundo.com>
32052
32053         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
32054         * modules/inet_pton (Depends-on): Likewise.
32055
32056 2006-07-28  Simon Josefsson  <jas@extundo.com>
32057
32058         * m4/netinet_in_h.m4: New file.
32059
32060 2006-07-28  Simon Josefsson  <jas@extundo.com>
32061
32062         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
32063         #include's.
32064
32065 2006-07-28  Simon Josefsson  <jas@extundo.com>
32066
32067         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
32068         #include's.
32069
32070 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
32071
32072         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
32073         setgid on directories only if they set these bits.
32074         * lib/modechange.h: Remove obsolete comment about masks.
32075
32076 2006-07-28  Eric Blake  <ebb9@byu.net>
32077
32078         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
32079         macro expansion.
32080
32081 2006-07-28  Bruno Haible  <bruno@clisp.org>
32082
32083         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
32084
32085 2006-07-28  Bruno Haible  <bruno@clisp.org>
32086
32087         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
32088
32089 2006-07-28  Bruno Haible  <bruno@clisp.org>
32090
32091         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
32092         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
32093         Define fallbacks.
32094         Avoids link error on FreeBSD 4.x.
32095         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32096
32097         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
32098         encoding.
32099         * lib/mbswidth.c (iswcntrl): Likewise.
32100
32101 2006-07-27  Bruno Haible  <bruno@clisp.org>
32102
32103         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
32104         test.
32105
32106 2006-07-27  Bruno Haible  <bruno@clisp.org>
32107
32108         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
32109         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
32110         defined.
32111
32112 2006-07-26  Eric Blake  <ebb9@byu.net>
32113
32114         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
32115
32116 2006-07-26  Eric Blake  <ebb9@byu.net>
32117
32118         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
32119         like mingw that lack mkstemp.
32120         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
32121         avoid compilation warning on mingw.
32122
32123 2006-07-26  Bruno Haible  <bruno@clisp.org>
32124
32125         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
32126         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
32127         INT_FAST*_MIN, INTPTR_MIN.
32128
32129 2006-07-25  Bruno Haible  <bruno@clisp.org>
32130
32131         * modules/version-etc (Depends-on): Add stdarg.
32132
32133 2006-07-25  Bruno Haible  <bruno@clisp.org>
32134
32135         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
32136         complex commands.
32137
32138 2006-07-25  Bruno Haible  <bruno@clisp.org>
32139
32140         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
32141         defined in <stdarg.h> or config.h.
32142
32143 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32144
32145         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
32146         (gl_STDIO_SAFER): Remove.
32147
32148 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32149
32150         * MODULES.html.sh (File stream based Input/Output):
32151         Add fopen-safer, tmpfile-safer; remove stdio-safer.
32152         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
32153         * modules/fopen-safer, modules/tmpfile-safer: New files.
32154         * modules/stdio-safer: Remove.
32155
32156 2006-07-24  Bruno Haible  <bruno@clisp.org>
32157
32158         * modules/tmpdir: New file.
32159         * MODULES.html.sh (File system functions): Add it.
32160
32161 2006-07-24  Bruno Haible  <bruno@clisp.org>
32162
32163         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
32164         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
32165
32166 2006-07-24  Bruno Haible  <bruno@clisp.org>
32167
32168         * modules/clean-temp: New file.
32169
32170 2006-07-24  Bruno Haible  <bruno@clisp.org>
32171
32172         * m4/tmpdir.m4: New file, from GNU gettext.
32173
32174 2006-07-24  Bruno Haible  <bruno@clisp.org>
32175
32176         * lib/tmpdir.h: New file, from GNU gettext.
32177         * lib/tmpdir.c: New file, from GNU gettext.
32178
32179 2006-07-24  Bruno Haible  <bruno@clisp.org>
32180
32181         * lib/clean-temp.h: New file, from GNU gettext.
32182         * lib/clean-temp.c: New file, from GNU gettext.
32183
32184 2006-07-23  Eric Blake  <ebb9@byu.net>
32185
32186         * modules/stdio-safer (Files): Add tmpfile-safer.c.
32187         (Depends-on): Add binary-io.
32188
32189 2006-07-23  Eric Blake  <ebb9@byu.net>
32190
32191         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
32192
32193 2006-07-23  Eric Blake  <ebb9@byu.net>
32194
32195         * lib/tmpfile-safer.c: New file.
32196         * lib/stdio-safer.h (fopen_safer): Add prototype.
32197         * lib/stdio--.h (tmpfile): Make safer.
32198
32199 2006-07-23  Bruno Haible  <bruno@clisp.org>
32200
32201         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
32202         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
32203         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
32204         gl_linked_remove_at): Use it.
32205
32206 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32207         and Simon Josefsson <jas@extundo.com>
32208
32209         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
32210
32211         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
32212
32213 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32214
32215         * modules/close-stream: New file.
32216         * modules/closeout (Description): Make it clear that it exits
32217         with a diagnostic on error.
32218         (Depends-on): Add close-stream.  Remove fpending, stdbool.
32219         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
32220
32221 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32222
32223         * m4/close-stream.m4: New file.
32224
32225 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32226
32227         * lib/close-stream.c, lib/close-stream.h: New files.
32228
32229 2006-07-22  Bruno Haible  <bruno@clisp.org>
32230
32231         Merge from GNU gettext 0.15.
32232
32233         2006-05-01  Bruno Haible  <bruno@clisp.org>
32234
32235                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
32236
32237         2006-07-22  Bruno Haible  <bruno@clisp.org>
32238
32239                 * modules/javaversion: New file.
32240                 * MODULES.html.sh (Java): Add javaversion.
32241
32242         2006-03-12  Bruno Haible  <bruno@clisp.org>
32243
32244                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
32245
32246         2005-12-04  Bruno Haible  <bruno@clisp.org>
32247
32248                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
32249                 (untested).
32250
32251         2006-06-21  Bruno Haible  <bruno@clisp.org>
32252
32253                 Avoid warnings from recent versions of mcs.
32254                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
32255                 -o, -L, -r any more. Use options documented since mcs-1.0
32256                 instead. Similarly for -g.
32257
32258         2005-12-04  Bruno Haible  <bruno@clisp.org>
32259
32260                 * build-aux/csharpcomp.sh.in: Suffix for resources is
32261                 .resources, not .resource.
32262
32263         2005-07-09  Bruno Haible  <bruno@clisp.org>
32264
32265                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
32266                 add a .dll suffix.
32267                 Reported by Mark Junker <mjscod@gmx.de>.
32268
32269         2006-07-22  Bruno Haible  <bruno@clisp.org>
32270
32271                 * modules/gettext: Upgrade to gettext-0.15.
32272                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
32273                 m4/visibility.m4.
32274                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
32275
32276 2006-07-22  Bruno Haible  <bruno@clisp.org>
32277
32278         Merge from GNU gettext 0.15.
32279
32280         2006-03-25  Bruno Haible  <bruno@clisp.org>
32281
32282                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
32283
32284         2006-07-21  Bruno Haible  <bruno@clisp.org>
32285
32286                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
32287                 "1.1".
32288
32289         2006-05-09  Bruno Haible  <bruno@clisp.org>
32290
32291                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
32292                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
32293                 for the conftestver execution.
32294
32295         2006-05-01  Bruno Haible  <bruno@clisp.org>
32296
32297                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
32298                 optional target-version argument. Verify that the compiler
32299                 groks source of the specified source-version, or add -source
32300                 option as necessary. Verify that the compiler produces
32301                 bytecode in the specified target-version, or add -target and
32302                 -source options as necessary. Make the result of the test
32303                 available as variable CONF_JAVAC. Also log error output in
32304                 config.log.
32305
32306         2006-03-11  Bruno Haible  <bruno@clisp.org>
32307
32308                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
32309
32310         2006-05-09  Bruno Haible  <bruno@clisp.org>
32311
32312                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
32313                 CLASSPATH_SEPARATOR to a semicolon.
32314
32315         2006-03-12  Bruno Haible  <bruno@clisp.org>
32316
32317                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
32318                 available as variable CONF_JAVA, for subsequent autoconf
32319                 tests. Also log error output in config.log.
32320
32321         2006-07-19  Bruno Haible  <bruno@clisp.org>
32322
32323                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
32324                 that getline works on glibc2 systems. Needed to avoid trouble
32325                 in relocatable.c.
32326                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
32327
32328         2005-12-04  Bruno Haible  <bruno@clisp.org>
32329
32330                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
32331                 launcher (untested).
32332
32333         2005-12-04  Bruno Haible  <bruno@clisp.org>
32334
32335                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
32336
32337         2006-07-22  Bruno Haible  <bruno@clisp.org>
32338
32339                 * gettext.m4: Update from GNU gettext-0.15.
32340                 * nls.m4: Likewise.
32341                 * po.m4: Likewise.
32342                 * inttypes-pri.m4: Likewise.
32343                 * inttypes-h.m4: Renamed from inttypes.m4.
32344                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
32345
32346 2006-07-22  Bruno Haible  <bruno@clisp.org>
32347
32348         Merge from GNU gettext 0.15.
32349
32350         2005-07-05  Bruno Haible  <bruno@clisp.org>
32351
32352                 * printf-args.c (printf_fetchargs): Work around broken
32353                 definition of wint_t on mingw.
32354
32355         2005-02-12  Bruno Haible  <bruno@clisp.org>
32356
32357                 * xallocsa.h: Add extern "C" for C++.
32358
32359         2006-05-17  Bruno Haible  <bruno@clisp.org>
32360
32361                 Cygwin portability.
32362                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
32363
32364         2006-04-30  Bruno Haible  <bruno@clisp.org>
32365
32366                 * progreloc.c: Include <mach-o/dyld.h> if available.
32367                 (find_executable): Use _NSGetExecutablePath when possible.
32368
32369         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
32370
32371                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
32372                 function.
32373
32374         2005-12-29  Bruno Haible  <bruno@clisp.org>
32375
32376                 * progreloc.c (set_program_name_and_installdir): Fix
32377                 compilation error.
32378
32379         2005-12-04  Bruno Haible  <bruno@clisp.org>
32380
32381                 Cygwin portability.
32382                 * progreloc.c: Include <windows.h> also on Cygwin.
32383                 (find_executable): Add support for Cygwin.
32384                 (set_program_name_and_installdir): Handle also platforms with
32385                 nonempty EXEEXT.
32386
32387         2006-07-11  Bruno Haible  <bruno@clisp.org>
32388
32389                 * javacomp.c: Fix a comment.
32390                 Reported by Jim Meyering.
32391
32392         2006-04-30  Bruno Haible  <bruno@clisp.org>
32393
32394                 * javacomp.h (compile_java_class): Add source_version,
32395                 target_version arguments.
32396                 * javacomp.c: Rewritten to choose only a compiler that
32397                 respects the specified source_version and target_version.
32398
32399         2006-06-27  Bruno Haible  <bruno@clisp.org>
32400
32401                 Assume correct S_ISDIR macro.
32402                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
32403
32404         2006-07-22  Bruno Haible  <bruno@clisp.org>
32405
32406                 * javaversion.h: New file, from GNU gettext.
32407                 * javaversion.c: New file, from GNU gettext.
32408                 * javaversion.java: New file, from GNU gettext.
32409                 * javaversion.class: New file, from GNU gettext.
32410
32411         2006-05-17  Bruno Haible  <bruno@clisp.org>
32412
32413                 Cygwin portability.
32414                 * javaexec.c (execute_java_class): Test for jview program
32415                 also on Cygwin.
32416
32417         2006-04-09  Bruno Haible  <bruno@clisp.org>
32418
32419                 * fatal-signal.c: Don't include string.h.
32420                 (at_fatal_signal): Use a copying loop instead of memcpy.
32421
32422         2005-12-04  Bruno Haible  <bruno@clisp.org>
32423
32424                 * csharpexec.c: Add support for 'clix' launcher (untested).
32425                 (execute_csharp_using_sscli): New function.
32426                 (execute_csharp_program): Call it.
32427
32428         2006-06-21  Bruno Haible  <bruno@clisp.org>
32429
32430                 Avoid warnings from recent versions of mcs.
32431                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
32432                 -o, -L, -r any more. Use options documented since mcs-1.0
32433                 instead. Similarly for -g.
32434
32435         2005-07-09  Bruno Haible  <bruno@clisp.org>
32436
32437                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
32438                 add a .dll suffix.
32439                 Reported by Mark Junker <mjscod@gmx.de>.
32440
32441         2006-06-17  Bruno Haible  <bruno@clisp.org>
32442
32443                 * config.charset: Update for NetBSD 3.0.
32444
32445         2006-05-17  Bruno Haible  <bruno@clisp.org>
32446
32447                 Cygwin portability.
32448                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
32449
32450         2006-05-16  Bruno Haible  <bruno@clisp.org>
32451
32452                 * localcharset.c [CYGWIN]: Include <windows.h>.
32453                 (get_charset_aliases): For Cygwin, return the same CPxxx
32454                 aliases list as under WIN32.
32455                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
32456                 the environment variables. Fall back to GetACP().
32457
32458         2006-04-05  Bruno Haible  <bruno@clisp.org>
32459
32460                 * config.charset: Update Juan Manuel Guerrero's address.
32461
32462         2005-02-12  Bruno Haible  <bruno@clisp.org>
32463
32464                 * allocsa.h: Add extern "C" for C++.
32465
32466         2005-02-10  Bruno Haible  <bruno@clisp.org>
32467
32468                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
32469                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
32470
32471         2006-07-22  Bruno Haible  <bruno@clisp.org>
32472
32473                 * gettext.h: Update to GNU gettext-0.15.
32474
32475 2006-07-22  Bruno Haible  <bruno@clisp.org>
32476
32477         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
32478         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
32479         lib-prefix.m4, longdouble.m4, ssize_t.m4.
32480
32481 2006-07-21  Eric Blake  <ebb9@byu.net>
32482
32483         * modules/stdlib-safer: New file.
32484         * MODULES.html.sh (File stream based Input/Output): Add
32485         stdlib-safer.
32486
32487 2006-07-21  Eric Blake  <ebb9@byu.net>
32488
32489         * lib/stdlib-safer.h: New file from coreutils, required by
32490         stdlib--.h.
32491
32492 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
32493
32494         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
32495
32496 2006-07-20  Bruno Haible  <bruno@clisp.org>
32497
32498         * gnulib-tool: Recognize new option --assume-autoconf.
32499         (autoconf_minversion): New variable.
32500         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
32501
32502 2006-07-20  Bruno Haible  <bruno@clisp.org>
32503
32504         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
32505
32506 2006-07-19  Derek R. Price  <derek@ximbiot.com>
32507
32508         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
32509         Reindent and repaginate.
32510
32511 2006-07-19  Derek Price  <derek@ximbiot.com>
32512
32513         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
32514         Correct grammar.
32515
32516 2006-07-17  Bruno Haible  <bruno@clisp.org>
32517
32518         * modules/list: New file.
32519         * modules/array-list: New file.
32520         * modules/carray-list, modules/carray-list-tests: New files.
32521         * modules/linked-list, modules/linked-list-tests: New files.
32522         * modules/avltree-list, modules/avltree-list-tests: New files.
32523         * modules/rbtree-list, modules/rbtree-list-tests: New files.
32524         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
32525         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
32526         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
32527         * modules/oset: New file.
32528         * modules/array-oset: New file.
32529         * modules/avltree-oset, modules/avltree-oset-tests: New files.
32530         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
32531         * tests/test-carray_list.c: New file.
32532         * tests/test-linked_list.c: New file.
32533         * tests/test-avltree_list.c: New file.
32534         * tests/test-rbtree_list.c: New file.
32535         * tests/test-linkedhash_list.c: New file.
32536         * tests/test-avltreehash_list.c: New file.
32537         * tests/test-rbtreehash_list.c: New file.
32538         * tests/test-avltree_oset.c: New file.
32539         * tests/test-rbtree_oset.c: New file.
32540         * MODULES.html.sh (Container data structures): New section.
32541
32542 2006-07-17  Bruno Haible  <bruno@clisp.org>
32543
32544         * m4/gl_list.m4: New file.
32545
32546 2006-07-17  Bruno Haible  <bruno@clisp.org>
32547
32548         * lib/gl_list.h: New file.
32549         * lib/gl_list.c: New file.
32550         * lib/gl_array_list.h: New file.
32551         * lib/gl_array_list.c: New file.
32552         * lib/gl_carray_list.h: New file.
32553         * lib/gl_carray_list.c: New file.
32554         * lib/gl_linked_list.h: New file.
32555         * lib/gl_linked_list.c: New file.
32556         * lib/gl_anylinked_list1.h: New file.
32557         * lib/gl_anylinked_list2.h: New file.
32558         * lib/gl_avltree_list.h: New file.
32559         * lib/gl_avltree_list.c: New file.
32560         * lib/gl_anyavltree_list1.h: New file.
32561         * lib/gl_anyavltree_list2.h: New file.
32562         * lib/gl_rbtree_list.h: New file.
32563         * lib/gl_rbtree_list.c: New file.
32564         * lib/gl_anyrbtree_list1.h: New file.
32565         * lib/gl_anyrbtree_list2.h: New file.
32566         * lib/gl_anytree_list1.h: New file.
32567         * lib/gl_anytree_list2.h: New file.
32568         * lib/gl_linkedhash_list.h: New file.
32569         * lib/gl_linkedhash_list.c: New file.
32570         * lib/gl_anyhash_list1.h: New file.
32571         * lib/gl_anyhash_list2.h: New file.
32572         * lib/gl_avltreehash_list.h: New file.
32573         * lib/gl_avltreehash_list.c: New file.
32574         * lib/gl_rbtreehash_list.h: New file.
32575         * lib/gl_rbtreehash_list.c: New file.
32576         * lib/gl_anytreehash_list1.h: New file.
32577         * lib/gl_anytreehash_list2.h: New file.
32578
32579         * lib/gl_oset.h: New file.
32580         * lib/gl_oset.c: New file.
32581         * lib/gl_array_oset.h: New file.
32582         * lib/gl_array_oset.c: New file.
32583         * lib/gl_avltree_oset.h: New file.
32584         * lib/gl_avltree_oset.c: New file.
32585         * lib/gl_rbtree_oset.h: New file.
32586         * lib/gl_rbtree_oset.c: New file.
32587         * lib/gl_anytree_oset.h: New file.
32588
32589 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32590
32591         * m4/mkancesdirs.m4: New file.
32592         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
32593         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
32594         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
32595         it.
32596
32597 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32598
32599         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
32600         * lib/mkancesdirs.h: New files.
32601         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
32602         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
32603         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
32604         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
32605         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
32606         callers changed.  Revamp internals significantly, by not
32607         attempting to create directories that are temporarily more
32608         permissive than the final results.  Do not attempt to use
32609         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
32610         This removes some race conditions, fixes some bugs, and simplifies
32611         things.  Use new dirchownmod function to do owner and mode changes.
32612         * lib/mkdir-p.h: Likewise.
32613         * lib/modechange.c (octal_to_mode): New function.
32614         (struct mode_change): New member mentioned.
32615         (make_node_op_equals): New arg mentioned.  All callers changed.
32616         (mode_compile): Keep track of which mode bits the user has explicitly
32617         mentioned.
32618         (mode_adjust): New arg DIR, so that we implement the X op correctly.
32619         New arg PMODE_BITS, to keep track of which mode bits the user
32620         mentioned; it treats S_ISUID and S_ISGID speciall.
32621         All callers changed.
32622         * lib/modechange.h: Likewise.
32623
32624 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32625
32626         * MODULES.html.sh: Add mkancestors.
32627         * modules/mkancesdirs: New module.
32628         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
32629         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
32630         The chdir-safer and afs files are now orphans; I'll remove them
32631         unless someone speaks up.
32632         Add lib/dirchownmod.c, lib/dirchownmod.h.
32633         (Depends-on): Remove alloca, chown, save-cwd, dirname.
32634         Add lchown, mkancesdirs.
32635         (Maintainer): Add self.
32636
32637 2006-07-15  Karl Berry  <karl@gnu.org>
32638
32639         * gnulib-tool: help message wording/arrangement.
32640
32641 2006-07-14  Simon Josefsson  <jas@extundo.com>
32642
32643         * doc/gnulib.texi (Libtool and Windows): New section.
32644
32645 2006-07-12  Simon Josefsson  <jas@extundo.com>
32646
32647         * modules/gendocs (License): Fix license, approved by Karl.
32648
32649 2006-07-12  Eric Blake  <ebb9@byu.net>
32650
32651         * MODULES.html.sh: Add gendocs.
32652
32653 2006-07-11  Eric Blake  <ebb9@byu.net>
32654
32655         * modules/fdl: New module, to install doc/fdl.texi.
32656         * MODULES.html.sh: Add new section for documentation modules.
32657         * gnulib-tool: Avoid space-tab.
32658         (--doc-base): New option, to manage files from doc.
32659
32660 2006-07-11  Eric Blake  <ebb9@byu.net>
32661
32662         * m4/absolute-header.m4: Fix comments to match recent change.
32663
32664 2006-07-11  Eric Blake  <ebb9@byu.net>
32665
32666         * gnulib-tool: List --doc-base before --tests-base.
32667
32668 2006-07-11  Derek R. Price  <derek@ximbiot.com>
32669
32670         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
32671
32672 2006-07-11  Bruno Haible  <bruno@clisp.org>
32673
32674         * README: Mention where to put documentation.
32675
32676 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32677
32678         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
32679
32680 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32681
32682         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
32683         to stdint.m4.
32684
32685 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32686
32687         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
32688         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
32689         "no/such/file/stdint.h" when there is no such file, so that
32690         the resulting C code can be parsed by dodgy compilers.
32691         Problems reported by Bob Proulx.
32692
32693 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32694
32695         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
32696         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32697         macros into the GNU _D_EXACT_NAMLEN.
32698         * lib/savedir.c:  Likewise.
32699         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
32700
32701 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32702         and Paul Eggert  <eggert@cs.ucla.edu>
32703
32704         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
32705         * m4/savedir.m4:
32706         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32707         macros into the GNU _D_EXACT_NAMLEN.
32708
32709 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32710
32711         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
32712         around the absolute name, to work around a problem with the HP-UX
32713         11.23 native C compiler, reported by Bob Proulx.
32714
32715 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32716
32717         * doc/maintain.texi, make-stds.texi: Sync from
32718         <http://savannah.gnu.org/projects/gnustandards>.
32719
32720 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32721
32722         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
32723
32724 2006-07-09  Jim Meyering  <jim@meyering.net>
32725
32726         * m4/glob.m4: Remove a doubled word in a comment.
32727
32728 2006-07-09  Jim Meyering  <jim@meyering.net>
32729
32730         * lib/argp-pv.c: Remove a doubled word in a comment.
32731         * lib/check-version.c (check_version): Likewise.
32732         * lib/javacomp.c (compile_java_class): Likewise.
32733
32734 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32735
32736         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
32737         for the benefit of people using Autoconf 2.60.  If you want to
32738         support older Autoconf versions you can copy m4/onceonly_2_57.m4
32739         (or m4/onceonly.m4, if pre-2.57) manually.
32740
32741 2006-07-08  Jim Meyering  <jim@meyering.net>
32742
32743         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
32744         comment.
32745         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
32746         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
32747         comment.
32748
32749 2006-07-08  Jim Meyering  <jim@meyering.net>
32750
32751         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
32752
32753 2006-07-07  Simon Josefsson  <jas@extundo.com>
32754
32755         * tests/test-crc.c: Change expected crc value, the test vector
32756         were probably computed using the old broken crc.c?
32757
32758 2006-07-06  Simon Josefsson  <jas@extundo.com>
32759
32760         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
32761         now the canonical place for the M4 file).
32762
32763         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
32764         from the sys_socket dependency now.
32765
32766         * modules/inet_pton (Files): Ditto.
32767
32768         * modules/inet_ntop (Files): Ditto.
32769
32770 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32771
32772         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
32773         not gl_PREREQ_GETUSERSHELL.
32774
32775 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32776
32777         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
32778         with only one argument, for Autoconf 2.60.
32779         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
32780         expand to nothing, so add a shell command to avoid syntax error.
32781         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32782
32783 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32784
32785         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
32786
32787 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32788
32789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
32790         no longer needed.  Check for isblank decl.
32791         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
32792         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
32793         of existence.
32794
32795 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32796
32797         * lib/getloadavg.c: Use __VMS, not VMS.
32798         * lib/getopt.c: Likewise.
32799         * lib/getpagesize.h: Likewise.
32800         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
32801         and probably does not work.
32802
32803 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32804
32805         * lib/.cppi-disable: Add wcwidth.
32806         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
32807         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
32808         (ISGRAPH): Remove.  All uses changed to isgraph.
32809         (FOLD) [!defined _LIBC]: Remove special case.
32810         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
32811         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
32812         HAVE_ISBLANK.
32813         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
32814         case.
32815
32816 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
32817
32818         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
32819         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
32820         brackets.  Other minor changes to suppress some compiler
32821         warnings.
32822
32823 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32824         and Paul Eggert  <eggert@cs.ucla.edu>
32825
32826         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
32827         of invoking obsolescent AC_HEADER_DIRENT macro.
32828         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
32829         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
32830         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
32831         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
32832         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
32833         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32834         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
32835         * m4/readdir.m4: Remove; no longer needed.
32836
32837 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32838         and Paul Eggert  <eggert@cs.ucla.edu>
32839
32840         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
32841         Don't worry about this obsolete case any more.
32842         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
32843         directories.
32844         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
32845         worry about this obsolete case any more.
32846         * lib/fts.c: Likewise.
32847         * lib/getcwd.c: Likewise.
32848         * lib/glob.h: Likewise.
32849         * lib/savedir.c: Likewise.
32850
32851 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32852
32853         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
32854         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
32855         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
32856         needed.
32857         All uses removed.
32858         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32859         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32860         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
32861         needed.
32862         * m4/getdate.m4 (gl_GETDATE): Likewise.
32863         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32864         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32865         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32866         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32867         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32868         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32869         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
32870         needed.
32871
32872 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32873
32874         * lib/memcasecmp.c: Include <limits.h>.
32875         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
32876         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
32877         Don't assume isdigit succeeds only on '0' through '9'.
32878
32879 2006-07-05  Eric Blake  <ebb9@byu.net>
32880
32881         * modules/getaddrinfo (Depends-on): Add snprintf.
32882
32883 2006-07-05  Eric Blake  <ebb9@byu.net>
32884
32885         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
32886         to avoid 'header present but could not be compiled' on cygwin.
32887
32888 2006-07-05  Eric Blake  <ebb9@byu.net>
32889
32890         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
32891         missing from netdb.h.
32892         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
32893
32894 2006-07-05  Derek R. Price  <derek@ximbiot.com>
32895
32896         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
32897         no longer needed.
32898         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
32899         * m4/getdate.m4 (gl_GETDATE): Likewise.
32900         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32901         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32902         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32903         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32904         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32905
32906 2006-07-05  Derek R. Price  <derek@ximbiot.com>
32907
32908         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
32909         All uses of is_space replaced by isspace.
32910         * lib/exit.h: Don't talk about STDC_HEADERS.
32911         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
32912         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
32913         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
32914         replaced by isprint etc.
32915         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
32916         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
32917         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
32918         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
32919         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
32920         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
32921
32922 2006-07-05  Bruno Haible  <bruno@clisp.org>
32923
32924         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
32925         the function exists, before testing against AIX.
32926         Reported by Martin Lambers <marlam@marlam.de>.
32927
32928 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
32929
32930         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
32931         From Mark D. Baushke.
32932
32933 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
32936         to the absolute name, not just one, to bypass Sun C 5.8's
32937         "warning: #include of /usr/include/... may be non-portable".
32938
32939 2006-07-04  Eric Blake  <ebb9@byu.net>
32940
32941         * modules/dirname-tests: New test module.
32942         * tests/test-dirname.c: New file, replacing dirname.c
32943         TEST_DIRNAME section that was recently deleted.
32944
32945 2006-07-04  Bruno Haible  <bruno@clisp.org>
32946
32947         Assume ANSI C header files and <ctype.h> functions.
32948         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
32949         (mbsnwidth): Use isprint, iscntrl instead.
32950
32951 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32952
32953         Merge from coreutils.
32954         * MODULES.html.sh: Add xstrtold.
32955         * modules/xstrtold: New file.
32956         * modules/cycle-check (Files): Add lib/same-inode.h.
32957         * modules/dirname (Files): Add m4/double-slash-root.m4.
32958         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
32959         * modules/mkdir-p (Files): Add lib/same-inode.h.
32960         * modules/same (Files): Add lib/same-inode.h.
32961
32962 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32963
32964         * m4/absolute-header.m4: Renamed from full-header-path.m4.
32965         This is to keep the terminology clean; POSIX talks about
32966         "absolute pathnames", not "full pathnames", but the GNU
32967         Coding Standards say to use "path" for something else;
32968         so use "absolute" to keep both sides happy.
32969         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
32970         Set gl_absolute_header, not gl_full_header_path.
32971         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
32972         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
32973         All uses changed.
32974
32975         Merge from coreutils.
32976
32977         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
32978
32979         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
32980         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
32981         want to require the building of c-strtod.o.
32982         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
32983         needs -lm directly.
32984         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
32985
32986         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
32987
32988         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
32989         --as-needed option if available.  Problem reported by Albert Chin in
32990         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
32991         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
32992         cc merely issues a bunch of annoying warnings for --as-needed
32993         (this problem was reported by Bob Proulx).  Also, try linking with
32994         -lm to detect a bug in binutils 2.16 (this problem was reported
32995         by Ralf Wildenhues).
32996
32997         2006-06-18  Jim Meyering  <jim@meyering.net>
32998
32999         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
33000         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
33001         macro.
33002         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
33003         also check for glibc-2.4's abort-inducing bug.
33004
33005         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
33006         Low-probability clean-up should be to use rmdir to get rid of
33007         the just-created directory, not unlink.
33008
33009         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
33010         configure fail, and request a bug report to inform us about it.
33011         Add a comment that, barring reports to the contrary, in 2007 we'll
33012         assume ftruncate is universally available.
33013
33014         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33015
33016         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
33017
33018         2006-03-12  Jim Meyering  <jim@meyering.net>
33019
33020         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
33021         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
33022         * m4/same.m4 (gl_SAME): Likewise.
33023         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
33024
33025         2006-03-11  Eric Blake  <ebb9@byu.net>
33026
33027         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
33028         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
33029         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
33030         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
33031
33032 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33033
33034         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
33035         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
33036         reported by Mark D. Baushke, one in
33037         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
33038
33039         Merge from coreutils.
33040
33041         * lib/.cppi-disable: Add stdint_.h.
33042         * lib/.cvsignore: Add stdint.h.
33043
33044         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33045
33046         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
33047         both double and long double versions.
33048         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
33049         * lib/xstrtold.c: New file.
33050         * lib/xstrtod.h (xstrtold): New decl.
33051
33052         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33053
33054         * lib/filemode.c (setst): Remove.
33055         (strmode): Rewrite to avoid setst.  This makes the code shorter,
33056         (arguably) clearer, and the generated code is a bit smaller on my
33057         Debian GNU/Linux stable x86 host.
33058
33059         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33060
33061         * lib/filemode.c: Include "filemode.h" first, to test the interface.
33062         Assume that filemode.h includes sys/types.h and sys/stat.h.
33063         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
33064         (ftypelet): Reorder to put common cases first, for efficiency.
33065         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
33066         to do 'M'.
33067         (strmode): Renamed from mode_string, and now stores 12 bytes instead
33068         of 10, for compatibility with FreeBSD.  All callers changed.
33069         (filemodestring): Now stores 12 bytes instead of 10, and sets file
33070         types that can't be deduced solely from st_mode.  First arg is now a
33071         const pointer.
33072         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
33073         (strmode): Renamed from mode_string.
33074         (filemodestring): New decl.
33075         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
33076         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
33077         needed.
33078         (S_ISPORT, S_ISWHT): New macros, if not already defined.
33079
33080         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33081
33082         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
33083         fsusage.h now does that.  Include fsusage.h first, to test interface.
33084         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
33085         at most one method (the old code could have generated decls that
33086         didn't conform to C89, not that this was ever exercised).
33087         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
33088
33089         2006-03-19  Jim Meyering  <jim@meyering.net>
33090
33091         Work even in a chroot where d_ino values for entries in "/"
33092         don't match the stat.st_ino values for the same names.
33093         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
33094         number, iterate through all entries again, using lstat instead.
33095         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
33096         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
33097
33098         * lib/getcwd.c (__getcwd): Clarify a comment.
33099         Use memcpy in place of a call to strcpy.
33100
33101         2006-03-12  Jim Meyering  <jim@meyering.net>
33102
33103         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
33104         matches that of the current directory (which we're about to chdir ".."
33105         out of), then save the dev-ino of the parent, instead.
33106
33107         * lib/same-inode.h (SAME_INODE): New file/macro.
33108         * lib/chdir-safer.c (SAME_INODE): Remove definition.
33109         Include "same-inode.h", instead.
33110         * lib/same.c: Likewise.
33111         * lib/cycle-check.h: Include "same-inode.h".
33112         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
33113         * lib/cycle-check.c (SAME_INODE): Remove definition.
33114         * lib/root-dev-ino.h: Include "same-inode.h".
33115
33116         2006-03-11  Eric Blake  <ebb9@byu.net>
33117
33118         * lib/same.c (same_name): s/base_name/last_component/
33119         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
33120         * lib/filenamecat.c (file_name_concat): Likewise.
33121
33122         2006-03-11  Eric Blake  <ebb9@byu.net>,
33123                     Paul Eggert  <eggert@cs.ucla.edu>
33124
33125         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
33126         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
33127         drive prefix.
33128         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
33129         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
33130         (last_component): New method.
33131         * lib/dirname.c (dir_len): Determine when drive letters need a
33132         subsequent slash.  Preserve // when it is special.
33133         (dir_name): Don't append dot when drive letter is absolute.
33134         [TEST_DIRNAME]: Move into a full-blown gnulib test.
33135         * lib/basename.c (base_name): New semantics - malloc the result.
33136         Preserve // when it is special.  Preserve relative files that look
33137         like drive letters.
33138         (base_len): Preserve // when it is special.
33139         (last_component): New method, similar to old base_name semantics.
33140         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
33141         base_name.  Strip redundant slashes from ///.
33142
33143 2006-07-03  Jim Meyering  <jim@meyering.net>
33144
33145         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
33146         macro is used before the first cycle_check call.
33147
33148 2006-07-03  Eric Blake  <ebb9@byu.net>
33149
33150         * modules/dirname (Depends-on): Add xstrndup.
33151
33152 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33153
33154         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
33155         test cases, so that config.log is a bit easier to follow.
33156
33157 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33158
33159         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
33160         both are 64 bits, since this seems to be the tradition, and this
33161         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
33162         we ever run into a host that prefers long long to long in this
33163         case, we'll need another configure-time test.  Problem reported by
33164         Jim Meyering.
33165
33166 2006-07-02  Eric Blake  <ebb9@byu.net>
33167
33168         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
33169
33170 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33171
33172         * modules/inttypes (Depends-on): No longer depends on stdint.
33173         * modules/stdint (Description): Say more about assumptions.
33174         Say that the fast types might differ.  Say macros are used.
33175         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
33176         (Makefile.am): Revise list of substituted symbols to match
33177         new stdint.m4.
33178         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
33179         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
33180         * tests/test-stdint.c (verify_same_types)
33181         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
33182         the code conforms to C99/C89.
33183         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
33184         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
33185
33186 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33187
33188         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
33189         but fix a bug, by requiring at least 64 bits.
33190         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
33191         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
33192         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
33193         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
33194
33195         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
33196         changes.  Make 2.59 a prerequisite.  Check and substitute for
33197         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
33198         inttypes.h.  Do not use special include files; just use the
33199         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
33200         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
33201         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
33202         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
33203         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
33204         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
33205         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
33206         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
33207         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
33208         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
33209         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
33210         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
33211         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
33212         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
33213         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
33214         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
33215         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
33216         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
33217         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
33218         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
33219         WINT_MAX.  Check for C99 conformance more strictly, by detecting
33220         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
33221         not check for things that C99 does not require, e.g., int8_t.  If
33222         a test isn't needed unless <stdint.h> isn't working, and is
33223         unlikely to be needed for any other reason, then don't do it
33224         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
33225         size_t, since we assume C89 freestanding at least.  Do not check
33226         for sig_atomic_t, wchar_t, or wint_t, since the code now does
33227         the right thing even if the types are not defined.  Instead use:
33228         (gl_STDINT_TYPE_PROPERTIES): New macro.
33229         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
33230         testing whether <sys/types.h> clashes, as Autoconf does this for
33231         us now.  All uses removed.
33232         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
33233         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
33234         (gl_CHECK_TYPE_SAME):
33235         Remove; no longer needed.
33236         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
33237         exists, since we'll return 0 anyway in that case.
33238         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
33239
33240 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33241
33242         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
33243         possible collision with system files.
33244         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
33245         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
33246         WCHAR_MIN and WCHAR_MAX in this case.
33247         (<stddef.h>): Do not include; no longer needed.
33248         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
33249         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
33250         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
33251         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
33252         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
33253         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
33254         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
33255         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
33256         !defined(__c99))]: Include in this case too, since it's harmless
33257         now.
33258         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
33259         dangerous to do so.
33260         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
33261         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
33262         (_STDINT_MIN, _STDINT_MAX): New macros.
33263         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
33264         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
33265         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
33266         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
33267         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
33268         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
33269         macros, not typedefs; this simplifies things quite a bit.
33270         Use long int for all types narrower than int64_t.
33271         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
33272         Define in terms of long long int or int64_t or long int,
33273         not int64_t or int32_t.  This saves some compile-time testing.
33274         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
33275         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
33276         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
33277         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
33278         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
33279         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
33280         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
33281         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
33282         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
33283         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
33284         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33285         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33286         undef any previous version and define our own version, for
33287         simplicity and consistency with the new macros for types.
33288         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33289         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33290         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
33291         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
33292         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
33293         @WINT_T_SUFFIX@ to keep things simple here.
33294         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
33295         Simplify by assuming typical 8/16/32/64 host, since we're
33296         already doing that elsewhere anyway.
33297         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
33298         and assume long long int is 64 bits if available.  This
33299         speeds up 'configure'.
33300
33301 2006-07-01  Eric Blake  <ebb9@byu.net>
33302
33303         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
33304         Reported by Andreas Buening.
33305
33306 2006-07-01  Eric Blake  <ebb9@byu.net>
33307
33308         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
33309
33310 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
33311
33312         * lib/getaddrinfo.c: fixed typo
33313
33314 2006-06-29  Jim Meyering  <jim@meyering.net>
33315
33316         * modules/strftime (Maintainer): Add my name, since with the
33317         FPRINTFTIME changes strftime.c has forked from glibc.
33318
33319 2006-06-29  Eric Blake  <ebb9@byu.net>
33320
33321         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
33322
33323 2006-06-29  Eric Blake  <ebb9@byu.net>
33324
33325         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
33326
33327 2006-06-29  Eric Blake  <ebb9@byu.net>
33328
33329         * lib/stat_.h: New file.
33330
33331 2006-06-29  Eric Blake  <ebb9@byu.net>
33332
33333         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
33334         unused static function.
33335
33336 2006-06-29  Eric Blake  <ebb9@byu.net>
33337
33338         * doc/functions.texi (Function Portability): Document missing lstat
33339         on mingw.
33340
33341 2006-06-29  Eric Blake  <ebb9@byu.net>
33342
33343         * MODULES.html.sh: Add sys_stat.
33344         * modules/sys_stat: New module.
33345         * modules/mkstemp (Depends-on): Add sys_stat.
33346
33347 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33348
33349         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
33350
33351 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33352
33353         * m4/c-bs-a.m4: Removed.
33354
33355 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33356
33357         * lib/strftime.c: Assume strftime() exists.
33358
33359 2006-06-29  Derek Price  <derek@ximbiot.com>
33360
33361         * modules/c-bs-a: Removed - \a is C89.
33362         * MODULES.html.sh: Remove c-bs-a.
33363
33364 2006-06-29  Bruno Haible  <bruno@clisp.org>
33365
33366         * modules/wcwidth (License): Change to LGPL.
33367
33368 2006-06-28  Simon Josefsson  <jas@extundo.com>
33369
33370         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
33371         on _WIN32.
33372
33373         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
33374         getnameinfo.
33375
33376 2006-06-28  Simon Josefsson  <jas@extundo.com>
33377
33378         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
33379
33380 2006-06-28  Simon Josefsson  <jas@extundo.com>
33381
33382         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
33383         functions there.  It will succeed on Windows XP, but on Windows
33384         2000 and (presumably) earlier, it will fail, and use the internal
33385         re-implementation.
33386         (use_win32_p): New function.
33387         (getaddrinfo): Use strtoul on servname, to support numeric ports.
33388         Support AI_NUMERICSERV to disable getservbyname.
33389         (getnameinfo): New function, only supports
33390         NI_NUMERICHOST|NI_NUMERICSERV for now.
33391
33392         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
33393         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
33394         getnameinfo.
33395
33396 2006-06-28  Eric Blake  <ebb9@byu.net>
33397
33398         * modules/wcwidth: New file.
33399         * modules/mbchar (Depends-on): Add wcwidth.
33400         * modules/mbswidth (Depends-on): Add wcwidth.
33401         * MODULES.html.sh: Add wcwidth.
33402
33403 2006-06-28  Eric Blake  <ebb9@byu.net>
33404
33405         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
33406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
33407
33408 2006-06-28  Eric Blake  <ebb9@byu.net>
33409
33410         * lib/xvasprintf.h: Fix comments.
33411
33412 2006-06-28  Eric Blake  <ebb9@byu.net>
33413
33414         * lib/mbchar.h (wcwidth): Include wcwidth.h.
33415         * lib/mbswidth.c (wcwidth): Move from here...
33416         * lib/wcwidth.h: ...to this new file.
33417
33418 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33419
33420         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
33421
33422         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
33423         it's obsolete.
33424         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
33425
33426 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33427
33428         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
33429         Autoconf 2.60 says this stuff was obsolete.
33430
33431 2006-06-28  Bruno Haible  <bruno@clisp.org>
33432
33433         * modules/wcwidth (Files): Add m4/wchar_t.m4.
33434
33435 2006-06-28  Bruno Haible  <bruno@clisp.org>
33436
33437         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
33438         gt_TYPE_WCHAR_T.
33439
33440 2006-06-28  Bruno Haible  <bruno@clisp.org>
33441
33442         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
33443         declaration for wcwidth.
33444         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
33445
33446 2006-06-28  Bruno Haible  <bruno@clisp.org>
33447
33448         * lib/mkdtemp.c [MINGW]: Include <io.h>.
33449         (mkdir): Define using _mkdir.
33450
33451 2006-06-28  Bruno Haible  <bruno@clisp.org>
33452
33453         * lib/getaddrinfo.h: Fix POSIX URL.
33454         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
33455         _WIN32.
33456         (use_win32_p): Make static.
33457         (getaddrinfo): Reject service name if it is empty or does not consist
33458         solely of decimal digits, or if its value is > 65535.
33459         (getnameinfo): Remove useless casts.
33460
33461 2006-06-27  Simon Josefsson  <jas@extundo.com>
33462
33463         * modules/sys_select: New file, suggested by Bruno Haible, Paul
33464         Eggert and Martin Lambers.
33465
33466 2006-06-27  Simon Josefsson  <jas@extundo.com>
33467
33468         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
33469         Eggert and Martin Lambers.
33470
33471 2006-06-27  Bruno Haible  <bruno@clisp.org>
33472
33473         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
33474         result to 0, not to empty.
33475         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
33476
33477 2006-06-27  Bruno Haible  <bruno@clisp.org>
33478
33479         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
33480
33481 2006-06-26  Simon Josefsson  <jas@extundo.com>
33482
33483         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
33484         present.
33485
33486 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
33487
33488         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
33489         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
33490         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
33491
33492 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
33493
33494         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
33495
33496 2006-06-26  Bruno Haible  <bruno@clisp.org>
33497
33498         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
33499
33500 2006-06-26  Bruno Haible  <bruno@clisp.org>
33501
33502         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
33503
33504 2006-06-26  Bruno Haible  <bruno@clisp.org>
33505
33506         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
33507         SGI C compiler in pre-C99 mode.
33508         Suggested by Mark D. Baushke and Larry Jones.
33509
33510 2006-06-26  Bruno Haible  <bruno@clisp.org>
33511
33512         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
33513         WCHAR_MAX.
33514         Reported by Mark D. Baushke and Larry Jones.
33515
33516 2006-06-26  Bruno Haible  <bruno@clisp.org>
33517
33518         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
33519         in pre-C99 mode.
33520         Suggested by Mark D. Baushke and Larry Jones.
33521
33522 2006-06-23  Simon Josefsson  <jas@extundo.com>
33523             Bruno Haible  <bruno@clisp.org>
33524
33525         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
33526         Emit mostlyclean-local rule.
33527         (func_emit_tests_Makefile_am): Likewise.
33528         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
33529
33530 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
33531
33532         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
33533
33534 2006-06-23  Bruno Haible  <bruno@clisp.org>
33535
33536         * tests/test-stdint.c: Update to match ISO C 99 Technical
33537         Corrigendum 1.
33538
33539 2006-06-23  Bruno Haible  <bruno@clisp.org>
33540
33541         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
33542
33543 2006-06-23  Bruno Haible  <bruno@clisp.org>
33544
33545         * lib/stdint_.h: Treat IRIX like OpenBSD.
33546
33547 2006-06-23  Bruno Haible  <bruno@clisp.org>
33548
33549         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
33550         ISO C 99 Technical Corrigendum 1.
33551
33552 2006-06-22  Simon Josefsson  <jas@extundo.com>
33553
33554         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
33555         MinGW.
33556
33557 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33558
33559         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
33560         needed.  Some compiler complained about some of them.  Problem reported
33561         by Larry Jones in
33562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
33563
33564 2006-06-21  Simon Josefsson  <jas@extundo.com>
33565
33566         * tests/test-getaddrinfo.c: New file.
33567
33568         * modules/getaddrinfo-tests: New file.
33569
33570         * MODULES.html.sh: Add inet_pton.
33571
33572         * modules/inet_pton: New file.
33573
33574 2006-06-21  Simon Josefsson  <jas@extundo.com>
33575
33576         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
33577         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
33578         of using the (limited) gnulib implementation on Windows XP.
33579
33580         * m4/inet_pton.m4: New file.
33581
33582 2006-06-21  Simon Josefsson  <jas@extundo.com>
33583
33584         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
33585         variable.
33586
33587         * lib/socket_.h: Don't define WINVER.
33588
33589         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
33590         slightly modified to work in gnulib.
33591
33592 2006-06-21  Simon Josefsson  <jas@extundo.com>
33593
33594         * doc/gnulib.texi (Windows sockets): Add.
33595
33596 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33597
33598         * lib/read-file.c (fread_file): Start with buffer allocation of
33599         0 bytes rather than 1 byte; this simplifies the code.
33600         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
33601         code to free buffer and save/restore errno.
33602         (internal_read_file): Remove unused local.
33603
33604 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33605
33606         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
33607         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
33608         Problem reported by Denis Excoffier in
33609         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
33610
33611 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33612
33613         * modules/sys_socket, modules/socklen: Include sys/types since
33614         FreeBSD 4.x's sys/socket.h needs it.
33615
33616 2006-06-19  Simon Josefsson  <jas@extundo.com>
33617
33618         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
33619
33620 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33621
33622         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
33623
33624 2006-06-19  Bruno Haible  <bruno@clisp.org>
33625
33626         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
33627         and FULL_PATH_INTTYPES_H in angle brackets.
33628         Reported by Mark D. Baushke <mdb@gnu.org>.
33629
33630 2006-06-17  Eric Blake  <ebb9@byu.net>
33631
33632         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
33633         errno.
33634
33635 2006-06-17  Bruno Haible  <bruno@clisp.org>
33636
33637         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
33638         <sys/inttypes.h>.
33639
33640 2006-06-17  Bruno Haible  <bruno@clisp.org>
33641
33642         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
33643         whether errno is declared. Assume <errno.h> declares errno.
33644
33645 2006-06-17  Bruno Haible  <bruno@clisp.org>
33646
33647         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
33648
33649 2006-06-17  Bruno Haible  <bruno@clisp.org>
33650
33651         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
33652         problem on Solaris 2.5.1.
33653
33654 2006-06-16  Eric Blake  <ebb9@byu.net>
33655
33656         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
33657         * lib/unicodeio.c [!defined errno]: Likewise.
33658         * lib/strtol.c [!defined errno]: Likewise.
33659         * lib/strtod.c [!defined errno]: Likewise.
33660
33661 2006-06-15  Eric Blake  <ebb9@byu.net>
33662
33663         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
33664
33665 2006-06-15  Eric Blake  <ebb9@byu.net>
33666
33667         * config/srclist.txt (ssize_t.m4): Lose sync.
33668
33669 2006-06-15  Bruno Haible  <bruno@clisp.org>
33670
33671         * modules/stdint (Files): Include m4/full-header-path.m4,
33672         m4/size_max.m4, m4/wchar_t.m4.
33673         (Makefile.am): Many more substitutions.
33674         * modules/stdint-tests: New file.
33675         * tests/test-stdint.c: New file.
33676
33677 2006-06-15  Bruno Haible  <bruno@clisp.org>
33678
33679         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
33680         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
33681         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
33682         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
33683         gl_CHECK_TYPE_SAME): New macros.
33684
33685 2006-06-15  Bruno Haible  <bruno@clisp.org>
33686
33687         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
33688
33689 2006-06-15  Bruno Haible  <bruno@clisp.org>
33690
33691         * lib/stdint_.h: Rewritten to be fully auto-configured.
33692         Fixes bug on HP-UX/IA64.
33693
33694 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
33695
33696         * lib/getdate.y (__attribute__): Don't define if already defined.
33697         Problem reported by Larry Jones.
33698         * lib/utimens.c (__attribute__): Likewise.
33699
33700 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
33701
33702         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
33703         reported by Andreas Schwab.
33704
33705 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33706             Bruno Haible  <bruno@clisp.org>
33707
33708         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
33709         check for the declaration of strnlen and a run test that exposes the
33710         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
33711         rpl_strndup.
33712
33713 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33714             Bruno Haible  <bruno@clisp.org>
33715
33716         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
33717
33718 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33719
33720         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
33721         compile test, for Tru64 4.0D.
33722
33723 2006-05-28  Karl Berry  <karl@gnu.org>
33724
33725         * config/srclist.txt (printf-args.c): lose sync.
33726
33727 2006-05-26  Martin Lambers  <marlam@marlam.de>
33728
33729         * lib/getpass.c: Updates the test for the native W32 API, and adds
33730         missing includes, thus fixing compilation warnings.
33731
33732 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33733
33734         * lib/exclude.c (exclude_fnmatch): New function.
33735         (excluded_file_name): Call exclude_fnmatch.
33736         * lib/exclude.h (excluded_file_name): New prototype
33737
33738 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
33739
33740         * lib/tempname.c (small_open, large_open): New macros.
33741         (__open, __open64) [!_LIBC]: Remove.
33742         (__gen_tempname): Use small_open and large_open instead of __open
33743         and __open64.  This fixes a portability bug on HP-UX 11.11i
33744         reported by Simon Wing-Tang in
33745         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
33746
33747 2006-05-24  Bruno Haible  <bruno@clisp.org>
33748
33749         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
33750         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
33751         Reported by Thorsten Maerz <torte@netztorte.de> via
33752         Aaron Stone <aaron@serendipity.cx>.
33753
33754 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33755
33756         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
33757         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
33758         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
33759         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
33760         not really conditional on the cache.
33761         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
33762
33763 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33764
33765         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
33766         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
33767         (my_usleep): Don't mishandle maximum value.
33768
33769 2006-05-19  Jim Meyering  <jim@meyering.net>
33770
33771         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
33772
33773 2006-05-17  Bruno Haible  <bruno@clisp.org>
33774
33775         Cygwin portability.
33776         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
33777
33778 2006-05-17  Bruno Haible  <bruno@clisp.org>
33779
33780         * lib/stdint_.h: Fix recognition of Cygwin.
33781
33782 2006-05-15  Bruno Haible  <bruno@clisp.org>
33783
33784         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
33785         on libtool patch by Ralf Wildenhues.
33786
33787 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33788
33789         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
33790         test for C99 conformance; (bool) 0.5 is an integer constant
33791         expression, but (bool) -0.5 is not.  Problem reported by Fedor
33792         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
33793
33794 2006-05-11  Simon Josefsson  <jas@extundo.com>
33795
33796         * m4/xvasprintf.m4: Fix obvious typo.
33797
33798 2006-05-11  Jim Meyering  <jim@meyering.net>
33799
33800         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
33801         James Lemley.
33802
33803 2006-05-10  Simon Josefsson  <jas@extundo.com>
33804
33805         * lib/md4.c: Typo fix, update copyright years.
33806         (K1, K2): Don't use L because it turn computations into 64-bit on
33807         64-bit platforms.
33808
33809 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
33812         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
33813         unwanted sign propagation, e.g., on hosts with 64-bit int.
33814         There still are some problems with reeelly weird theoretical hosts
33815         (e.g., 33-bit int) but it's not worth worrying about now.
33816         * lib/sha1.c (rol): Likewise.
33817         (K1, K2, K3, K4): Remove unnecessary L suffix.
33818
33819 2006-05-10  Bruno Haible  <bruno@clisp.org>
33820
33821         * lib/des.c: Cast to avoid warnings.
33822
33823 2006-05-09  Bruno Haible  <bruno@clisp.org>
33824
33825         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
33826         (Depends-on): Depend also on xsize, stdarg.
33827         (configure.ac): Add gl_XVASPRINTF.
33828
33829 2006-05-09  Bruno Haible  <bruno@clisp.org>
33830
33831         * m4/xvasprintf.m4: New file.
33832
33833 2006-05-09  Bruno Haible  <bruno@clisp.org>
33834
33835         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
33836         (EOVERFLOW): Define fallback value.
33837         (xstrcat): New function.
33838         (xvasprintf): Recognize the special case of a string concatenation.
33839
33840 2006-05-08  Eric Blake  <ebb9@byu.net>
33841
33842         * gnulib-tool (func_version): Base copyright year on CVS date.
33843         (func_emit_copyright_notice): New function.
33844         (func_emit_lib_Makefile_am): Use it.
33845         (func_emit_tests_Makefile_am): Likewise.
33846         (func_import): Likewise.
33847
33848 2006-05-08  Bruno Haible  <bruno@clisp.org>
33849
33850         * modules/stdarg: New file.
33851         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
33852
33853 2006-05-08  Bruno Haible  <bruno@clisp.org>
33854
33855         * m4/stdarg.m4: New file, from GNU gettext.
33856
33857 2006-05-08  Bruno Haible  <bruno@clisp.org>
33858
33859         * config/srclist.txt (build-aux/config.rpath): different from latest
33860         release.
33861
33862 2006-05-08  Bruno Haible  <bruno@clisp.org>
33863
33864         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
33865
33866 2006-05-05  Jim Meyering  <jim@meyering.net>
33867
33868         * m4/warning.m4: New file, derived from bison's file by the same name.
33869
33870 2006-05-03  Bruno Haible  <bruno@clisp.org>
33871
33872         * lib/stdint_.h: Shorter URL.
33873         * lib/inttypes.h: Likewise.
33874
33875 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33876
33877         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
33878
33879 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33880
33881         * lib/verify.h: Document the internals better.  Most of this change
33882         was written by Bruno Haible.
33883
33884 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33885
33886         * doc/verify.texi: New file, partly based on a proposal by
33887         Bruno Haible.
33888
33889 2006-05-02  Bruno Haible  <bruno@clisp.org>
33890
33891         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
33892         test from here...
33893         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
33894
33895 2006-04-29  Bruno Haible  <bruno@clisp.org>
33896
33897         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
33898         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
33899
33900 2006-04-29  Bruno Haible  <bruno@clisp.org>
33901
33902         * gnulib-tool: Make --update option actually work.
33903
33904 2006-04-29  Bruno Haible  <bruno@clisp.org>
33905
33906         * doc/gcd.texi: New file.
33907         * doc/gnulib.texi: Include it.
33908
33909 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
33910
33911         * lib/getdate.y (get_date): When adding relative date, start with the
33912         initial time, not with the result of the first mktime call.
33913
33914 2006-04-25  Bruno Haible  <bruno@clisp.org>
33915
33916         * gnulib-tool (func_import): Output the include directives in three
33917         blocks, sorted separately.
33918         Reported by Ben Pfaff <blp@cs.stanford.edu>.
33919
33920 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
33921
33922         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
33923         to define main with arguments, for C++.  Reported by Eric Blake.
33924         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
33925         Prefer 'int main ()' to 'int main (void)', for C++.
33926         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
33927         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
33928         for 'main', for C99 and C++.
33929
33930 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
33931
33932         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
33933         Don't assume that exit status -1 is valid.
33934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
33935         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
33936         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
33937         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
33938         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
33939         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
33940         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
33941         functions can be used without declaring them, or that you can
33942         exit with status -1.
33943         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
33944
33945 2006-04-24  Karl Berry  <karl@gnu.org>
33946
33947         * config/srclist.txt (longdouble.m4): sync lost.
33948
33949 2006-04-24  Eric Blake  <ebb9@byu.net>
33950
33951         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
33952
33953 2006-04-24  Bruno Haible  <bruno@clisp.org>
33954
33955         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
33956         poll() implementation in AIX.
33957         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33958
33959 2006-04-24  Bruno Haible  <bruno@clisp.org>
33960
33961         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
33962         assigned exactly once.
33963
33964 2006-04-23  Claudio Fontana  <claudio@gnu.org>
33965             Bruno Haible  <bruno@clisp.org>
33966
33967         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
33968         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
33969         for AM_CPPFLAGS.
33970
33971 2006-04-23  Bruno Haible  <bruno@clisp.org>
33972
33973         * modules/copy-file: Depend on unistd.
33974         * modules/execute: Likewise.
33975         * modules/fatal-signal: Likewise.
33976         * modules/findprog: Likewise.
33977         * modules/mkdtemp : Likewise.
33978         * modules/pipe: Likewise.
33979         * modules/wait-process: Likewise.
33980
33981 2006-04-23  Bruno Haible  <bruno@clisp.org>
33982
33983         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
33984         condition was already detected.
33985         Reported by Ben Pfaff <blp@cs.stanford.edu>.
33986
33987 2006-04-23  Bruno Haible  <bruno@clisp.org>
33988
33989         * lib/copy-file.c: Include <unistd.h> unconditionally.
33990         * lib/execute.c: Likewise.
33991         * lib/fatal-signal.c: Likewise.
33992         * lib/findprog.c: Likewise.
33993         * lib/mkdtemp.c: Likewise.
33994         * lib/pipe.h: Likewise.
33995         * lib/pipe.c: Likewise.
33996         * lib/wait-process.h: Likewise.
33997
33998 2006-04-23  Bruno Haible  <bruno@clisp.org>
33999
34000         * gnulib-tool (func_usage): Fix --import description. Document
34001         --update.
34002         (func_import): Create temporary file in a temporary directory, if
34003         --dry-run is specified. Silence errors from 'grep' when there are no
34004         m4 files in $m4dir.
34005         (func_create_testdir): Silence errors from 'grep' when there are no
34006         m4 files in $m4dir.
34007         Reported by Karl Berry <karl@freefriends.org>.
34008
34009 2006-04-20  Bruno Haible  <bruno@clisp.org>
34010
34011         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
34012         one argument, so that the code will be portable to Autoconf 2.60.
34013         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
34014         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34015         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
34016
34017 2006-04-19  Derek Price  <derek@ximbiot.com>
34018             Eric Blake  <ebb9@byu.net>
34019
34020         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
34021         rather than "/full/path.h".  Update comment to match.  Shorten &
34022         generalize m4_translit call via AS_TR_CPP.
34023
34024 2006-04-19  Derek Price  <derek@ximbiot.com>
34025             Eric Blake  <ebb9@byu.net>
34026
34027         * lib/inttypes.h: Correct grammar in comment.
34028
34029 2006-04-18  Derek Price  <derek@ximbiot.com>
34030             Paul Eggert  <eggert@cs.ucla.edu>
34031
34032         * modules/inttypes: New file.
34033         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
34034
34035 2006-04-18  Derek Price  <derek@ximbiot.com>
34036             Paul Eggert  <eggert@cs.ucla.edu>
34037
34038         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
34039         New files.
34040
34041 2006-04-18  Derek Price  <derek@ximbiot.com>
34042             Paul Eggert  <eggert@cs.ucla.edu>
34043
34044         * lib/inttypes.h: New file.
34045         * lib/strtoimax.c: Assume <inttypes.h>.
34046
34047 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
34048
34049         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
34050         isn't mounted.  Problem reported by Kir Kolyshkin.
34051
34052 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34053
34054         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
34055         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
34056         Derek R. Price.
34057         * lib/regex.h (RE_DUP_MAX): Update comment to match current
34058         implementation.
34059
34060 2006-04-12  Eric Blake  <ebb9@byu.net>
34061
34062         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
34063         is now done automatically by the corresponding Autoconf macro.
34064
34065 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
34066
34067         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
34068         time_r.h.
34069
34070 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34071
34072         Merge regex changes from libc, removing some of our
34073         POSIX-conformance changes that were rejected and redoing them in a
34074         less-intrusive way.
34075
34076         * lib/regcomp.c (re_compile_internal, init_dfa):
34077         Length arg is now size_t, not Idx.  All uses changed.
34078         (peek_token): Forward decl now says internal_function.
34079         (__re_error_msgid, __re_error_msgid_idx):
34080         Now static rather than extern with attribute_hidden.
34081         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
34082         For some reason libc prefers K&R style defns for external functions.
34083         (regerror) [!defined _LIBC]: Likewise.
34084         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
34085         (seek_collating_symbol_entry, lookup_collation_sequence_value):
34086         (build_range_exp, build_collating_symbol):
34087         Use K&R-style defn.
34088         (re_compile_fastmap): Use '\0' to memset, not 0.
34089         (utf8_sb_map): Make the calculations more obvious.
34090         (init_dfa, parse_bracket_exp, build_charclass_op):
34091         Call calloc and cast result, as glibc does.
34092         (init_word_char, fetch_token, peek_token, peek_token_bracket):
34093         (build_range_exp, build_collating_symbol):
34094         Now internal functions.
34095
34096         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
34097
34098         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
34099         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
34100         Don't depend on VMS; depend on __VMS instead, for POSIX
34101         namespace cleanness.
34102         (regoff_t): Define to ssize_t, not long int.
34103
34104         Remove the REG_ macros named below.  Instead, make the old names
34105         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
34106         __USE_GNU_REGEX.
34107         (REG_BACKSLASH_ESCAPE_IN_LISTS):
34108         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
34109         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
34110         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
34111         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
34112         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
34113         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
34114         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
34115         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
34116         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
34117         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
34118         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
34119         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
34120         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
34121         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
34122         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
34123         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
34124         (REG_NREGS):
34125         Remove.  All uses replaced by the old RE_* names.
34126         (RE_BACKSLASH_ESCAPE_IN_LISTS):
34127         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
34128         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
34129         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
34130         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
34131         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
34132         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
34133         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
34134         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
34135         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
34136         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
34137         Don't bother having these macros be independent of each others'
34138         values, since they no longer exist in the POSIX name space.
34139
34140         Rename the following member names back to their old names,
34141         unless !__USE_GNU_REGEX.  All uses changed back.
34142         (buffer): Renamed from re_buffer.
34143         (allocated): Renamed from re_allocated.
34144         (used): Renamed from re_used.
34145         (syntax): Renamed from re_syntax.
34146         (fastmap): Renamed from re_fastmap.
34147         (translate): Renamed from re_translate.
34148         (can_be_null): Renamed from re_can_be_null.
34149         (regs_allocated): Renamed from re_regs_allocated.
34150         (fastmap_accurate): Renamed from re_fastmap_accurate.
34151         (no_sub): Renamed from re_no_sub.
34152         (not_bol): Renamed from re_not_bol.
34153         (not_eol): Renamed from re_not_eol.
34154         (newline_anchor): Renamed from re_newline_anchor.
34155         (num_regs): Renamed from rm_num_regs.
34156         (start): Renamed from rm_start.
34157         (end): Renamed from rm_end.
34158
34159         (free_state): Move up a bit.
34160
34161         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
34162         #define to be empty.
34163         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
34164         when that is what is intended.
34165         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
34166         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
34167         (MAX): New macro.
34168         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
34169         All uses changed back to re_malloc, etc.  It's now the caller's
34170         responsibility to check for overflow; all callers changed.
34171         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
34172         (re_x2nrealloc): Remove.
34173         (free_state): Remove decl.
34174
34175         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
34176         (re_set_registers, re_exec):
34177         Use K&R-style defn.
34178
34179         2006-01-31  Roland McGrath  <roland@redhat.com>
34180
34181         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
34182         Reported by Mike Frysinger <vapier@gentoo.org>.
34183
34184         2006-01-15  Andreas Jaeger  <aj@suse.de>
34185
34186         [BZ #1950]
34187         * lib/regex_internal.c (re_string_reconstruct): Adjust for
34188         build_wcs_upper_buffer change.
34189         (build_wcs_upper_buffer): Change return type.
34190
34191         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
34192
34193         * lib/regex_internal.h: Include <stdint.h> if available.
34194
34195         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
34196
34197         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
34198
34199         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34200
34201         * lib/regcomp.c: Adjust for changed secondary hash function.
34202
34203         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
34204
34205         * lib/regex.h: Pretty printing.
34206         Clean up namespace a bit.
34207
34208         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
34209
34210         * lib/regexec.c (update_cur_sifted_state, check_arrival,
34211         check_arrival_add_next_nodes): Avoid using uninitialized variable.
34212
34213         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34214                     Ulrich Drepper  <drepper@redhat.com>
34215
34216         [BZ #1302]
34217         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
34218         changed.
34219         (bitset_word_t): Renamed from bitset_word.  All uses changed.
34220
34221         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
34222
34223         [BZ #281]
34224         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
34225         * lib/regcomp.c: Remove unnecessary uses of
34226         unsigned RE_TRANSLATE_TYPE.
34227         * lib/regex_internal.h: Likewise.
34228         * lib/regex_internal.c: Likewise.
34229         * lib/regexec.c: Likewise.
34230         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
34231
34232         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
34233
34234         * lib/regexec.c (find_recover_state): Remove unnecessary
34235         initialization.
34236         (transit_state_bkref): Make DFA a const pointer.
34237         (get_subexp): Likewise.
34238         (check_arrival): Likewise.
34239         (update_cur_sifted_state): Likewise.
34240         (re_search_internal): Likewise.
34241         (prune_impossible_nodes): Likewise.
34242         (acquire_init_state_context): Likewise.
34243         (proceed_next_node): Likewise.
34244         (set_regs): Likewise.
34245         (free_fail_stack_return): Likewise.
34246         (check_arrival_expand_ecl): Mark DFA parameter as const.
34247         (check_arrival_expand_ecl_sub): Likewise.
34248         (check_subexp_limits): Likewise.
34249         (sub_epsilon_src_nodes):  Likewise.
34250         (add_epsilon_src_nodes):  Likewise.
34251         (merge_state_array): Likewise.
34252         (update_regs): Likewise.
34253         (build_trtable): Likewise.
34254         (sift_states_backward): Mark MCTX parameter as const.
34255         (build_sifted_states): Likewise.
34256         (update_cur_sifted_state): Likewise.
34257         (sift_states_mkref): Likewise.
34258         (check_arrival_expand_ecl): Mark eclosure as const.
34259         (check_dst_limits_calc_pos_1): Likewise.
34260         * lib/regex_internal.h (re_match_context_t): Make dfa a const
34261         pointer.
34262
34263         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
34264
34265         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
34266         (transit_state_sb): Likewise.
34267         (transit_state_mb): Likewise.
34268         (sift_states_iter_mb): Likewise.
34269         (check_arrival_add_next_nodes): Likewise.
34270         (check_node_accept_bytes): Change first parameter to pointer-to-const.
34271         [_LIBC] (re_search_2_stub): Use mempcpy.
34272
34273         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
34274         mbrtowc for very simple UTF-8 case.
34275
34276         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
34277         a pointer-to-const.
34278         (re_acquire_state_context): Likewise.
34279         * lib/regex_internal.h: Adjust prototypes.
34280
34281         * lib/regex.c: Prevent using C++ compilers.
34282
34283         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
34284         (re_acquire_state_context): Likewise.
34285
34286 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34287
34288         * modules/regex (Depends-on): Add ssize_t.
34289
34290 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34291
34292         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
34293         translation table.
34294
34295 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
34298
34299 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
34300             Bruno Haible  <bruno@clisp.org>
34301
34302         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
34303         <sys/types.h> and <inttypes.h>.
34304
34305 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34306
34307         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
34308         `__error_t_defined', so argp.h will not typedef the former.
34309
34310 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
34311
34312         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
34313         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
34314         glibc names.  Even if glibc is changed to conform to POSIX, the
34315         traditional names will be available anyway, since regex depends on
34316         the extensions module.  Also, fix a longstanding typo in the
34317         implementation of Spencer ERE test #75 from grep 2.3.  Problems
34318         reported by Emanuele Giaquinta.  Also, change sense of cached
34319         variable, so that the message makes sense.
34320
34321 2006-03-24  Simon Josefsson  <jas@extundo.com>
34322
34323         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
34324         including some doc fixes.
34325         (base64_encode_alloc): Fix +1 bug on allocation failures.
34326
34327 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34328
34329         * lib/base64.c (base64_encode): Do not read past end of array with
34330         unsanitized input on systems with CHAR_BIT > 8.
34331
34332 2006-03-24  Eric Blake  <ebb9@byu.net>
34333
34334         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
34335
34336 2006-03-22  Karl Berry  <karl@gnu.org>
34337
34338         * config/srclist.txt (*setenv.[ch]): get from coreutils.
34339         * config/srclistvars.sh (COREUTILS): new var.
34340
34341 2006-03-17  Jim Meyering  <jim@meyering.net>
34342
34343         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
34344         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
34345
34346 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34347
34348         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
34349         no longer needs it.  Instead, check that regoff_t is as least
34350         as wide as ptrdiff_t.
34351
34352         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
34353         so that our regex.h stays compatible with the installed regex.
34354         This is helpful for installers who configure --without-included-regex.
34355         Problem reported by Emanuele Giaquinta.
34356
34357 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34358
34359         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
34360         Typedef to long int, not to off_, as POSIX will likely change
34361         in that direction.
34362
34363 2006-03-15  Eric Blake  <ebb9@byu.net>
34364
34365         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
34366
34367 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34368
34369         * lib/argp-help.c (validate_uparams): Fix typo
34370         * lib/argp-parse.c (argp_default_options): Consistently begin help
34371         messages with a lowercase letter.
34372
34373 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
34374
34375         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
34376         overrun buffers and shouldn't be used (much as gets shouldn't be
34377         used).
34378         * lib/time_r.c (asctime_r, ctime_r): Likewise.
34379
34380 2006-03-08  Simon Josefsson  <jas@extundo.com>
34381
34382         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
34383         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34384
34385 2006-03-08  Simon Josefsson  <jas@extundo.com>
34386
34387         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
34388         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34389
34390 2006-03-08  Simon Josefsson  <jas@extundo.com>
34391
34392         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
34393         signal that configure disabled the device.
34394
34395 2006-03-08  Simon Josefsson  <jas@extundo.com>
34396
34397         * build-aux/maint.mk: Fix refresh-po, to handle no translated
34398         languages.
34399
34400 2006-03-07  Simon Josefsson  <jas@extundo.com>
34401
34402         * modules/getopt (Depends-on): Add unistd.
34403
34404         * modules/unistd: New file.
34405
34406 2006-03-07  Simon Josefsson  <jas@extundo.com>
34407
34408         * modules/gc-random: New file.
34409
34410 2006-03-07  Simon Josefsson  <jas@extundo.com>
34411
34412         * m4/unistd_h.m4: New file.
34413
34414 2006-03-07  Simon Josefsson  <jas@extundo.com>
34415
34416         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
34417         test to be side-effect free by storing the result in the cache
34418         variable gl_cv_lib_readline, and moving the assignment of
34419         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
34420         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34421
34422 2006-03-07  Simon Josefsson  <jas@extundo.com>
34423
34424         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
34425         error on missing devices (the functions will return an error).
34426
34427         * m4/gc.m4: Move random stuff to gc-random.m4
34428
34429 2006-03-07  Simon Josefsson  <jas@extundo.com>
34430
34431         * lib/unistd_.h: New file.
34432
34433 2006-03-07  Simon Josefsson  <jas@extundo.com>
34434
34435         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
34436
34437 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34438
34439         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
34440         Problem reported by Juan Manuel Guerrero.
34441
34442 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34443
34444         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
34445         the unistd module.
34446         * lib/getlogin_r.c: Likewise.
34447         * lib/getlogin_r.h: Likewise.
34448         * lib/glob.c: Likewise.
34449         * lib/pagealign_alloc.c: Likewise.
34450         * lib/unistd_.h: Remove; no longer needed.
34451
34452 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34453
34454         * MODULES.html.sh (Support for systems lacking POSIX:2001):
34455         Add unistd.
34456         * modules/c-stack (Depends-on): Add unistd.
34457         * modules/getlogin_r: Likewise.
34458         * modules/glob: Likewise.
34459         * modules/pagealign_alloc: Likewise.
34460         * modules/unistd (Files): Remove lib/unistd_.h.
34461         (EXTRA_DIST): Remove.
34462         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
34463         need unistd_.h.
34464         (MOSTLYCLEANFILES): Remove unistd.h-t.
34465
34466 2006-03-03  Simon Josefsson  <jas@extundo.com>
34467
34468         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
34469
34470 2006-03-03  Simon Josefsson  <jas@extundo.com>
34471
34472         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
34473         libidn and bison.
34474
34475 2006-03-03  Simon Josefsson  <jas@extundo.com>
34476
34477         * build-aux/maint.mk: Add indent target.
34478
34479 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
34480
34481         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
34482         our replacement poll.h in any case, to avoid a differing
34483         declaration from a system header.  Seen on AIX.
34484
34485 2006-03-01  Simon Josefsson  <jas@extundo.com>
34486
34487         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
34488         <kasal@ucw.cz>.
34489
34490 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34491
34492         * modules/gettime (Depends-on): Add extensions module.
34493         * modules/nanosleep (Depends-on): Likewise.
34494         * modules/settime (Depends-on): Likewise.
34495
34496 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34497
34498         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
34499         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
34500         pedantically.
34501         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34502         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
34503
34504         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
34505         not "==".  Reported by Ralf Wildenhues.
34506
34507 2006-03-01  Karl Berry  <karl@gnu.org>
34508
34509         * doc/Copyright/request-*: new files, synced from gnuorg.
34510
34511 2006-03-01  Karl Berry  <karl@gnu.org>
34512
34513         * config/srclist.txt (Copyright/*): new entries.
34514
34515 2006-02-28  Simon Josefsson  <jas@extundo.com>
34516
34517         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
34518
34519 2006-02-27  Simon Josefsson  <jas@extundo.com>
34520
34521         * lib/base64.h: Indent #define's.  From Jim Meyering
34522         <jim@meyering.net>.
34523
34524 2006-02-27  Jim Meyering  <jim@meyering.net>
34525
34526         Revert the change of 2006-02-24, so these files can continue
34527         to be sync'd from gettext.
34528         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
34529         of `config.h'.
34530
34531 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34532
34533         * modules/intprops: New file.
34534         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
34535         Add intprops.
34536         * modules/getloadavg (Files): Remove lib/intprops.h.
34537         (Depends-on): Add intprops.
34538         * modules/human: Likewise.
34539         * modules/inttostr: Likewise.
34540         * modules/openat: Likewise.
34541         * modules/sig2str: Likewise.
34542         * modules/userspec: Likewise.
34543         * modules/utimecmp: Likewise.
34544         * modules/xnanosleep: Likewise.
34545         * modules/xstrtol: Likewise.
34546
34547 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
34548
34549         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
34550         * modules/lock-tests (TESTS): Use $(EXEEXT).
34551         * modules/tls-tests: Likewise.
34552         * modules/argp-tests: Likewise.
34553         (check_PROGRAMS): New var, replacing...
34554         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
34555
34556 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34557
34558         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
34559         `config.h'.
34560
34561 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34562
34563         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
34564
34565 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34566
34567         Sync from coreutils.
34568         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
34569         gl_CHDIR_SAFER.
34570
34571 2006-02-22  Jim Meyering  <jim@meyering.net>
34572
34573         Sync from coreutils.
34574         * m4/chdir-safer.m4: New file.
34575
34576 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34577
34578         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
34579         AT_FDCWD exceeds INT_MAX.
34580         * lib/openat.h (AT_FDCWD): Likewise.
34581
34582 2006-02-17  Eric Blake  <address@hidden>
34583
34584         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
34585
34586 2006-02-16  Simon Josefsson  <jas@extundo.com>
34587
34588         * modules/getaddrinfo (Depends-on): Add sys_socket.
34589
34590 2006-02-15  Simon Josefsson  <jas@extundo.com>
34591
34592         * build-aux/maint.mk: Add dsyntax-check rule.
34593
34594 2006-02-15  Eric Blake  <ebb9@byu.net>
34595
34596         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
34597         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
34598         'present but cannot compile' warnings on cygwin.
34599         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
34600         use ws2tcpip.h if sys/socket.h works.
34601         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
34602         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
34603
34604 2006-02-14  Simon Josefsson  <jas@extundo.com>
34605
34606         * modules/maintainer-makefile (Files): Rename.
34607
34608         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
34609         and (the local) Makefile.cfg to maint-cfg.mk.
34610
34611         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
34612         to the latter.
34613
34614         * modules/maintainer-makefile: New module.
34615
34616         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
34617         severaly stripped to make it possible to build it up from scratch
34618         with reliable tests.
34619
34620         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
34621         fixes to permit overriding the default actions when configure and
34622         makefile are not available.
34623
34624 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34625
34626         Sync from coreutils.
34627         * modules/lstat (Depends-on): Don't depend on xalloc.
34628         (License): Change from GPL to LGPL, since this is now simply a
34629         replacement for a libc function.
34630
34631 2006-02-14  Jim Meyering  <jim@meyering.net>
34632
34633         Sync from coreutils.
34634
34635         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
34636         failure on deficient systems, and simplify gnulib lgpl dependencies.
34637         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
34638         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
34639
34640         * lib/xalloc-die.c: Remove unused definition of N_.
34641
34642 2006-02-14  Jim Meyering  <jim@meyering.net>
34643
34644         Sync from coreutils.
34645         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
34646         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
34647         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
34648         double-quote uses of that variable, to accommodate the rare case in
34649         which getmntent is available in none of the libraries checked.  This
34650         happens at least on FreeBSD 5.0.
34651
34652 2006-02-13  Simon Josefsson  <jas@extundo.com>
34653
34654         * gnulib-tool (Usage): Fix --import, from
34655         karl@freefriends.org (Karl Berry).
34656
34657 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34658
34659         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
34660
34661 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
34662
34663         * lib/argp-namefrob.h: Restore changes accidentally lost during the
34664         "autoupdate" on 2005-12-12.
34665
34666 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34667
34668         * modules/closeout (Depends-on): Remove atexit.
34669
34670 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
34673         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
34674
34675 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34676
34677         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
34678         __EXTENSIONS__ if this causes compilation to fail.  Problem
34679         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
34680         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
34681
34682 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
34683
34684         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
34685         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
34686         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
34687         All uses changed.
34688
34689 2006-01-26  Simon Josefsson  <jas@extundo.com>
34690
34691         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
34692         prototype is visible on mingw32.
34693
34694         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
34695         for mingw32.
34696
34697         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
34698         mingw32).
34699
34700 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
34701
34702         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
34703         attempt to open for write; this always fails, at least on POSIX
34704         hosts.  This reinstates the 2006-01-09 change, which was
34705         inadvertently removed.
34706
34707 2006-01-26  Bruno Haible  <bruno@clisp.org>
34708
34709         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
34710         Reported by Paul Eggert.
34711
34712 2006-01-26  Bruno Haible  <bruno@clisp.org>
34713             Paul Eggert  <eggert@cs.ucla.edu>
34714
34715         * lib/stdbool_.h (_Bool)
34716         [(! (defined __cplusplus || defined __BEOS__)
34717           && !defined __GNUC__
34718           && !(defined __HP_cc || defined __xlc__
34719                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
34720                || defined __sgi))]:
34721         #define to signed char in these cases too; this simplifies
34722         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
34723         etc., separately) and makes it more conservative.
34724
34725 2006-01-25  Simon Josefsson  <jas@extundo.com>
34726
34727         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
34728         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
34729         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
34730
34731 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
34732
34733         * lib/argp-namefrob.h: Bugfix. Remove stray #
34734
34735 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
34736
34737         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
34738         so that we test the test.
34739         Check for yet another HP-UX cc bug involving *bool |= bool.
34740
34741 2006-01-25  Karl Berry  <karl@gnu.org>
34742
34743         * config/srclist.txt (vasnprintf.c): sync lost.
34744
34745 2006-01-25  Jim Meyering  <jim@meyering.net>
34746
34747         Sync from the stable (b5) branch of coreutils:
34748
34749         * lib/fts.c (fts_children): Don't let close() clobber errno from
34750         failed fchdir().
34751
34752         * lib/fts.c (fts_stat): When following a symlink-to-directory,
34753         don't necessarily interpret stat-fails+lstat-succeeds as indicating
34754         a dangling symlink.  That can also happen at least for ELOOP.
34755         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
34756         FYI, this bug predates the inclusion of fts.c in coreutils.
34757
34758         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
34759         in their own block, so pre-c99 compilers don't object.
34760
34761         Avoid the double-free (first in fts_read, second in fts_close) that
34762         would occur when an `active' directory is made inaccessible (e.g.,
34763         via chmod a-x) during a traversal.
34764         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
34765         before returning.  Reproduce this failure by
34766         mkdir -p a/b; cd a; chmod a-x . b
34767         Reported by Stavros Passas.
34768
34769 2006-01-25  Jim Meyering  <jim@meyering.net>
34770
34771         * lib/fileblocks.c: Remove more useless parentheses.
34772         * lib/readutmp.h: Likewise.
34773
34774 2006-01-25  Bruno Haible  <bruno@clisp.org>
34775
34776         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
34777         warnings.
34778         Reported by Paul Eggert.
34779
34780 2006-01-25  Bruno Haible  <bruno@clisp.org>
34781
34782         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
34783         rid of a trap command. For Solaris sh.
34784         Reported by Mark D. Baushke <mdb@gnu.org>.
34785
34786 2006-01-24  Simon Josefsson  <jas@extundo.com>
34787
34788         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
34789         Bruno.
34790
34791 2006-01-24  Karl Berry  <karl@gnu.org>
34792
34793         * config/srclist.txt (argp-namefrob.h): sync lost.
34794
34795 2006-01-24  Jim Meyering  <jim@meyering.net>
34796
34797         * modules/openat (Files): Add lib/intprops.h.
34798         From Mark D. Baushke.
34799
34800 2006-01-24  Jim Meyering  <jim@meyering.net>
34801
34802         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
34803         Reported by Mark D. Baushke.
34804
34805 2006-01-24  Jim Meyering  <jim@meyering.net>
34806
34807         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
34808
34809 2006-01-24  Bruno Haible  <bruno@clisp.org>
34810
34811         * modules/strnlen (Maintainer): Change from glibc to all.
34812
34813 2006-01-24  Bruno Haible  <bruno@clisp.org>
34814
34815         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
34816         Patch by Paul Eggert.
34817
34818 2006-01-24  Bruno Haible  <bruno@clisp.org>
34819
34820         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
34821         already has it.
34822         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
34823         2005-11-26.
34824
34825         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
34826         'signed char' to avoid problems with the built-in _Bool type.
34827         Reported by Paul Eggert on 2005-11-26.
34828
34829 2006-01-24  Bruno Haible  <bruno@clisp.org>
34830
34831         * gnulib-tool (func_import): Avoid constructing complicated sed
34832         expressions inside backquote.
34833         Report and solution by Mark D. Baushke <mdb@gnu.org>.
34834
34835 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
34836
34837         These changes imported from libc.
34838         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
34839         test and two separate function calls.
34840         * lib/strndup.c (__strndup): Add libc_hidden_def.
34841
34842 2006-01-23  Simon Josefsson  <jas@extundo.com>
34843
34844         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
34845         Remove the test_*_SOURCES variable: automake infers it by default.
34846         * modules/tls-tests: Likewise.
34847
34848 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34849
34850         Work around porting bugs reported by Dieter in
34851         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
34852         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
34853         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
34854         Include "getopt.h" first, to check interface.
34855         (getenv): Declare only if defined HAVE_DECL_GETENV &&
34856         !HAVE_DECL_GETENV.
34857         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
34858         (__strndup): Revert to K&R-style function dfns, the glibc style.
34859         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
34860         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
34861         Include strnlen.h first, to get prototype properly.
34862         (strnlen): Renamed from __strnlen.
34863         Remove weak alias.
34864
34865 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34866
34867         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
34868
34869 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34870
34871         * config/srclist.txt: Adjust to reflect glibc reorganization.
34872         This affects only comments.
34873
34874 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34875
34876          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
34877          Reported by Bruce Korb <bkorb@gnu.org>.
34878
34879 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
34880
34881         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
34882         to pacify gcc -Wswitch-default.
34883
34884 2006-01-22  Bruno Haible  <bruno@clisp.org>
34885
34886         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
34887         temporary buffer for sprintf, take into account the precision also
34888         for 'd', 'i', 'u', 'o', 'x', 'X'.
34889
34890 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34891
34892         * modules/argp-tests: New module
34893         * tests/test-argp.c: New file
34894         * tests/test-argp-2.sh: New file
34895
34896 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34897
34898         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
34899         (__argp_base_name): Removed
34900         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
34901         typo.
34902         (__argp_base_name): Provide macro definition or extern declaration
34903         depending on the configuration
34904
34905 2006-01-20  Simon Josefsson  <jas@extundo.com>
34906
34907         * modules/inet_ntop (Depends-on): Depend on sys_socket.
34908
34909 2006-01-20  Simon Josefsson  <jas@extundo.com>
34910
34911         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
34912
34913 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34914
34915         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
34916         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
34917         Suggested by Bruno Haible.
34918
34919 2006-01-20  Karl Berry  <karl@gnu.org>
34920
34921         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
34922         until changes propagate, I guess.
34923
34924 2006-01-19  Simon Josefsson  <jas@extundo.com>
34925
34926         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
34927
34928 2006-01-19  Simon Josefsson  <jas@extundo.com>
34929
34930         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
34931
34932 2006-01-19  Simon Josefsson  <jas@extundo.com>
34933
34934         * gnulib-tool: Set check_PROGRAMS.
34935
34936         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
34937         modules/des-tests, modules/gc-arcfour-tests,
34938         modules/gc-arctwo-tests, modules/gc-des-tests,
34939         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
34940         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
34941         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
34942         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
34943         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
34944         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
34945         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
34946         test_*_SOURCES.
34947
34948 2006-01-18  Simon Josefsson  <jas@extundo.com>
34949
34950         * modules/socklen (Depends-on): Depend on sys_socket.
34951
34952 2006-01-18  Simon Josefsson  <jas@extundo.com>
34953
34954         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
34955         modules/des-tests, modules/gc-arcfour-tests,
34956         modules/gc-arctwo-tests, modules/gc-des-tests,
34957         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
34958         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
34959         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
34960         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
34961         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
34962         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
34963         $(EXEEXT) to automake TESTS variable, for mingw32.
34964
34965 2006-01-17  Simon Josefsson  <jas@extundo.com>
34966
34967         * modules/socklen (Include): Need sys/socket.h.
34968
34969 2006-01-17  Bruno Haible  <bruno@clisp.org>
34970
34971         * modules/ssize_t (Include): Add <sys/types.h>.
34972
34973 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
34974
34975         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
34976         it's not portable and it doesn't work with cross-compiles.
34977         Problem reported by Bruno Haible.  Fix missing-$ typo in
34978         'test "gl_cv_ignore_unused_libraries" ...' that prevented
34979         -zignore from being used with Sun's C compiler.
34980
34981 2006-01-12  Simon Josefsson  <jas@extundo.com>
34982
34983         * lib/base64.c: Fix warning, reported by Bruno Haible
34984         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
34985
34986 2006-01-12  Bruno Haible  <bruno@clisp.org>
34987
34988         * modules/ldd: New file.
34989         * build-aux/ldd.sh.in: New file.
34990         * MODULES.html.sh (Support for building libraries and executables): Add
34991         ldd.
34992
34993 2006-01-12  Bruno Haible  <bruno@clisp.org>
34994
34995         * m4/ldd.m4: New file.
34996
34997 2006-01-12  Bruno Haible  <bruno@clisp.org>
34998
34999         * gnulib-tool (func_import, func_create_testdir): Don't go into an
35000         endless loop while replacing $auxdir with build-aux.
35001
35002 2006-01-11  Simon Josefsson  <jas@extundo.com>
35003
35004         * lib/stdint_.h (SIZE_MAX): Add missing (.
35005
35006 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
35007
35008         Sync from coreutils.
35009         * lib/md5.c: Fix commentary typos.
35010         (alignof, UNALIGNED_P): No need for a GCC-specific version.
35011         * lib/md5.h (__attribute__): Remove; unused.
35012         * lib/sha1.c: Fix commentary to match md5 better.
35013         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
35014         so that we don't need to worry about alignment.  All uses changed.
35015         This merges the 2005-10-28 md5 change into sha1.
35016
35017 2006-01-11  Jim Meyering  <jim@meyering.net>
35018
35019         Sync from coreutils.
35020         * lib/md5.c (OP): Fix spacing.
35021
35022 2006-01-11  Bruno Haible  <bruno@clisp.org>
35023
35024         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35025         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
35026         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
35027
35028 2006-01-11  Bruno Haible  <bruno@clisp.org>
35029
35030         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35031         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
35032         the "early" section as well.
35033
35034 2006-01-11  Bruno Haible  <bruno@clisp.org>
35035
35036         Avoid "ar: no archive members specified" error on MacOS X.
35037         * gnulib-tool (func_modules_add_dummy): New function.
35038         (func_import, func_create_testdir): Invoke it.
35039
35040 2006-01-11  Bruno Haible  <bruno@clisp.org>
35041
35042         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
35043         with $auxdir in AC_CONFIG_FILES statements.
35044
35045 2006-01-11  Bruno Haible  <bruno@clisp.org>
35046
35047         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35048         Initialize also noinst_HEADERS to empty.
35049
35050 2006-01-11  Bruno Haible  <bruno@clisp.org>
35051
35052         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
35053         variables.
35054         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
35055         autoreconf.
35056
35057 2006-01-11  Bruno Haible  <bruno@clisp.org>
35058
35059         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
35060         overridable by the user.
35061         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35062
35063 2006-01-10  Simon Josefsson  <jas@extundo.com>
35064
35065         * modules/sys_socket: New file.
35066
35067 2006-01-10  Simon Josefsson  <jas@extundo.com>
35068
35069         * m4/sys_socket_h.m4: New file.
35070
35071 2006-01-10  Simon Josefsson  <jas@extundo.com>
35072
35073         * lib/socket_.h: New file.
35074
35075 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35076
35077         * modules/readutmp (Maintainer): Add myself.
35078
35079 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35080
35081         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
35082         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
35083         People who are still concerned with buggy memcmp implementations
35084         can invoke gl_FUNC_MEMCMP themselves.
35085
35086 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35087
35088         * lib/regex_internal.h (BITSET_WORD_BITS):
35089         Work around a bug in 64-bit PGC (before version 6.1-2), where the
35090         preprocessor mishandles large unsigned values as if they were signed.
35091         Problem reported by Claudio Fontana in
35092         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
35093
35094 2006-01-10  Jim Meyering  <jim@meyering.net>
35095
35096         Avoid the double-free (first in fts_read, second in fts_close) that
35097         would occur when an `active' directory is made inaccessible (e.g.,
35098         via chmod a-x) during a traversal.
35099         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
35100         before returning.  Reproduce this failure by
35101         mkdir -p a/b; cd a; chmod a-x . b
35102         Reported by Stavros Passas.
35103
35104         Sync from coreutils.
35105         * lib/sha1.c: Tweak grammar in a comment.
35106
35107 2006-01-10  Jim Meyering  <jim@meyering.net>
35108
35109         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
35110         Patch by Joerg Sonnenberger.
35111
35112 2006-01-10  Bruno Haible  <bruno@clisp.org>
35113
35114         * modules/readutmp: Depend on module free.
35115         * modules/strtok_r: Depend on module restrict.
35116
35117 2006-01-10  Bruno Haible  <bruno@clisp.org>
35118
35119         * modules/gettext (configure.ac): Add an invocation of
35120         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
35121
35122 2006-01-10  Bruno Haible  <bruno@clisp.org>
35123
35124         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
35125         Reported by Werner Lemberg <wl@gnu.org>.
35126
35127 2006-01-10  Bruno Haible  <bruno@clisp.org>
35128
35129         * lib/localcharset.c: Update from GNU gettext.
35130
35131 2006-01-10  Bruno Haible  <bruno@clisp.org>
35132
35133         * lib/argp.h (__const): Remove macro. Use const instead.
35134         * lib/argp-fmtstream.h (__const): Likewise.
35135         * lib/glob_.h (__const): Remove macro.
35136         * lib/glob-libc.h: Use const instead of __const.
35137
35138 2006-01-10  Bruno Haible  <bruno@clisp.org>
35139
35140         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
35141         variable.
35142         Needed to avoid an automake error regarding the 'gettext' module.
35143
35144 2006-01-09  Simon Josefsson  <jas@extundo.com>
35145
35146         * modules/inet_ntop (Depends-on): Add restrict.
35147
35148 2006-01-09  Simon Josefsson  <jas@extundo.com>
35149
35150         * modules/gc-rijndael-tests (License): Put under LGPL.
35151
35152         * modules/gc-des-tests (License): Likewise.
35153
35154         * modules/gc-arcfour-tests (License): Likewise.
35155
35156         * modules/gc-arctwo-tests (License): Likewise.
35157
35158         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
35159
35160         * modules/gc-hmac-sha1-tests (Files): Likewise.
35161
35162         * modules/gc-hmac-md5-tests (License): Likewise.
35163
35164         * modules/gc-sha1-tests (License): Likewise.
35165
35166         * modules/gc-md5-tests (License): Likewise.
35167
35168         * modules/gc-md4-tests (License): Likewise.
35169
35170         * modules/gc-md2-tests (License): Likewise.
35171
35172         * modules/gc-tests (License): Likewise.
35173
35174         * modules/des-tests (License): Likewise.
35175
35176         * modules/md4-tests (License): Likewise.
35177
35178         * modules/md2-tests (License): Likewise.
35179
35180 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35181
35182         Sync from coreutils:
35183
35184         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
35185         * modules/lib-ignore: New file.
35186         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
35187         chdir-safer.m4, lchmod.m4.
35188         * modules/openat: Add mkdirat.c, openat-priv.h.
35189
35190 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35191
35192         Sync from coreutils.
35193         * m4/lib-ignore.m4: New file.
35194         * m4/lchmod.m4: New file.
35195
35196 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35197
35198         Sync from coreutils.
35199         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
35200         for write access: POSIX says that must fail.
35201         * lib/fts.c (diropen): Likewise.
35202         * lib/save-cwd.c (save_cwd): Likewise.
35203         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
35204         well, for minor improvements on hosts that lack O_DIRECTORY.
35205         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
35206         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
35207         Fall back on chown if open failed with EACCES.
35208
35209         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
35210         Report an error at compile-time if only a 1-second nominal clock
35211         resolution is found.
35212
35213         * lib/lchmod.h: New file.
35214         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
35215         (make_dir_parents): Use lchown rather than chown, and
35216         lchmod rather than chmod.
35217
35218         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
35219         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
35220         "proc" reported by n0dalus.
35221
35222         * lib/mountlist.c: Include <limits.h>.
35223         (dev_from_mount_options)
35224         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
35225         New function.  It no longer assumes "dev=" has the System V meaning
35226         on Linux (since it doesn't).  It also parses "dev=" more carefully.
35227         (read_file_system_list)
35228         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
35229         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
35230         dev= in that case.
35231
35232         * lib/posixtm.h (PDS_PRE_2000): New macro.
35233         * lib/posixtm.c (year): Arg is now syntax_bits rather than
35234         allow_century.  All usages changed.  Reject dates outside the range
35235         1969-1999 if PDS_PRE_2000 is used.
35236
35237 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35238
35239         Sync from coreutils.
35240         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
35241         (Time of day items): Mention the possibility of leap seconds.
35242         Problem reported by Dr. David Alan Gilbert.
35243
35244 2006-01-09  Jim Meyering  <jim@meyering.net>
35245
35246         Sync from coreutils.
35247
35248         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
35249
35250         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
35251
35252         * lib/modechange.c (mode_compile): Reject an invalid mode string
35253         that starts with an octal digit.  From Andreas Gruenbacher.
35254
35255         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
35256         and dup to open_safer and dup_safer, respectively.
35257         (openat_permissive): Fix typo in comment.
35258
35259         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
35260         "gettext.h"; either no longer needed or are guaranteed by openat.h.
35261         (_): Remove; no longer needed.
35262         (openat): Renamed from rpl_openat; no need for rpl_openat
35263         since openat.h renames openat for us.
35264         Replace most of the body with a call to openat_permissive,
35265         to avoid duplicate code.
35266         Port to (probably hypothetical) environments were mode_t is
35267         wider than int.
35268         (openat_permissive): Require mode arg, so that we can check
35269         types better.  Put it just after flags.  Change cwd failure
35270         indicator from pointer-to-bool to pointer-to-errno-value.
35271         All callers changed.
35272         Invoke openat_save_fail and/or openat_restore_fail if
35273         cwd_errno is null, so that openat can call us.
35274         (openat_permissive, fdopendir, fstatat, unlinkat):
35275         Simplify errno handling to avoid some duplicate code,
35276         as it's OK to set errno on success.
35277         * lib/openat.h: Revamp code so that function macros depend on
35278         __OPENAT_PREFIX only, not also on AT_FDCWD.
35279         (openat_ro): Remove.  Caller changed to use openat_permissive.
35280         (openat_permissive): Now a macro, if not a function.
35281         (openat_restore_fail, openat_save_fail): Now always functions,
35282         since mkdirat needs them even if __OPENAT_PREFIX is defined.
35283
35284         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
35285         and openat.c.
35286         * lib/mkdirat.c: Include openat-priv.h.
35287         Remove definitions of macros defined therein.
35288         * lib/openat.c: Likewise.
35289
35290         * lib/mkdirat.c (mkdirat): New file and function.
35291         * lib/openat.h (mkdirat): Declare.
35292
35293         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
35294
35295         * lib/openat.h (openat_permissive): Declare.
35296         (openat_ro): Define.
35297
35298         * lib/openat.c (EXPECTED_ERRNO): New macro.
35299         (openat_permissive): New function -- used in remove.c rewrite.
35300         (all functions): Set errno just before returning, only if there
35301         was an actual failure.
35302         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
35303
35304         Emulate openat-family functions using Linux's procfs, if possible.
35305         Idea and some code based on Ulrich Drepper's glibc changes.
35306
35307         * lib/openat.c: (BUILD_PROC_NAME): New macro.
35308         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
35309         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
35310         before falling back on save_cwd and restore_cwd.
35311         (fdopendir, fstatat, unlinkat): Likewise.
35312
35313         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
35314         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
35315
35316         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
35317         as second argument to va_arg.  Otherwise, some versions of gcc
35318         warn that `if this code is reached, the program will abort'.
35319
35320 2006-01-09  Jim Meyering  <jim@meyering.net>
35321
35322         Sync from coreutils.
35323         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
35324         Require openat-priv.h.
35325
35326 2006-01-09  Bruno Haible  <bruno@clisp.org>
35327
35328         * modules/strnlen (Include): Use strnlen.h.
35329
35330 2006-01-09  Bruno Haible  <bruno@clisp.org>
35331
35332         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
35333
35334 2006-01-09  Bruno Haible  <bruno@clisp.org>
35335
35336         * lib/sysexit_.h (EX_OK): New macro.
35337         Suggested by Martin Lambers <marlam@marlam.de>.
35338
35339 2006-01-09  Bruno Haible  <bruno@clisp.org>
35340
35341         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
35342         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
35343
35344 2006-01-09  Bruno Haible  <bruno@clisp.org>
35345
35346         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
35347         numbers.
35348
35349 2006-01-09  Bruno Haible  <bruno@clisp.org>
35350
35351         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
35352         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
35353         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
35354         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
35355
35356 2006-01-09  Bruno Haible  <bruno@clisp.org>
35357
35358         * build-aux/javacomp.sh.in: New file, moved from lib/.
35359         * modules/javacomp-script (Files): Update.
35360         (configure.ac): Add AC_CONFIG_FILES invocation.
35361         (EXTRA_DIST): Remove variable.
35362
35363         * build-aux/javaexec.sh.in: New file, moved from lib/.
35364         * modules/javaexec (Files): Update.
35365         (configure.ac): Add AC_CONFIG_FILES invocation.
35366         (EXTRA_DIST): Remove javaexec.sh.in.
35367
35368         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
35369         * modules/csharpcomp-script (Files): Update.
35370         (configure.ac): Add AC_CONFIG_FILES invocation.
35371         (EXTRA_DIST): Remove variable.
35372
35373         * build-aux/csharpexec.sh.in: New file, moved from lib/.
35374         * modules/csharpexec (Files): Update.
35375         (configure.ac): Add AC_CONFIG_FILES invocation.
35376         (EXTRA_DIST): Remove csharpexec.sh.in.
35377
35378 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35379
35380         Sync from coreutils.
35381
35382         Add POSIX ACL support
35383         * lib/acl.h (copy_acl, set_acl): Add declarations.
35384         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
35385         systems other than Linux.
35386         (chmod_or_fchmod): New function: use fchmod when possible,
35387         and chmod otherwise.
35388         (file_has_acl): Add a POSIX ACL implementation, with a
35389         Linux-specific subcase.
35390         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
35391         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
35392         acls are unsupported.
35393         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
35394         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
35395         are unsupported.
35396
35397 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35398
35399         Sync from coreutils.
35400         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
35401
35402 2006-01-07  Bruno Haible  <bruno@clisp.org>
35403
35404         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
35405         gl_EARLY.
35406
35407 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35408
35409         * lib/strftime.c (tzname): Don't declare if it is already #defined.
35410         Problem reported for Mingw by Mark Junker.
35411
35412 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35413
35414         * README: Gnulib normally doesn't generate a tarball.
35415
35416 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
35417
35418         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
35419         long int, not int, for nanosecond counts, so that people who are
35420         used to POSIX struct timespec won't be surprised.  Reported by Jim
35421         Meyering.
35422
35423 2005-12-28  Bruno Haible  <bruno@clisp.org>
35424
35425         * build-aux/config.rpath: Update from GNU gettext.
35426
35427 2005-12-16  Jim Meyering  <jim@meyering.net>
35428
35429         * modules/fprintftime: New module.
35430         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
35431
35432 2005-12-16  Jim Meyering  <jim@meyering.net>
35433
35434         * m4/fprintftime.m4: New file.
35435
35436 2005-12-16  Jim Meyering  <jim@meyering.net>
35437
35438         * lib/fprintftime.c, lib/fprintftime.h: New files.
35439
35440 2005-12-15  Simon Josefsson  <jas@extundo.com>
35441
35442         * modules/socklen (configure.ac): Fix M4 macro name, to align with
35443         new m4/socklen.m4.
35444
35445 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35446
35447         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
35448         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
35449
35450 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35451
35452         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
35453         * lib/argp-help.c (fill_in_uparams): Check if the constructed
35454         struct uparams is valid. Fall back to the default values if it is
35455         not.
35456
35457 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35458
35459         * modules/argp (Files): Add argp-pin.c
35460         (Depends-on): dirname
35461         (lib_SOURCES): Add argp-pin.c
35462
35463 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35464
35465         * m4/argp.m4:  Check if program_invocation_name and
35466         program_invocation_short_name are declared and define appropriate
35467         macros if they are not.
35468
35469 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35470
35471         * lib/argp-help.c (__argp_base_name): New function
35472         (__argp_short_program_name): Rewrite using __argp_base_name
35473         * lib/argp-namefrob.h: Define program_invocation_name and
35474         program_invocation_short_name if requested
35475         (__argp_base_name): Add prototype
35476         * lib/argp-parse.c (argp_def): Use gettext wrappers
35477         (argp_default_parser): Use __argp_base_name
35478         * lib/argp-pin.c: New file. Defines program_invocation_name and
35479         program_invocation_short_name on systems that lack them.
35480
35481 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35482
35483         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
35484         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35485         porting problem reported by Georg Schwarz in
35486         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35487
35488 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35489
35490         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
35491         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35492         porting problem reported by Georg Schwarz in
35493         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35494
35495 2005-12-05  Bruno Haible  <bruno@clisp.org>
35496
35497         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
35498         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
35499         Reported by Mark Junker <mjscod@gmx.de>.
35500
35501 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
35502
35503         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
35504         Use implementation from Albert Chin, with some
35505         comments/corrections by Stepan Kasal and myself.
35506
35507 2005-12-02  Bruno Haible  <bruno@clisp.org>
35508
35509         * gnulib-tool (func_import): Accept GPLed build tool modules when
35510         --lgpl is given.
35511         * modules/csharpcomp-script: New file.
35512         * modules/csharpcomp: Depend on it.
35513         * modules/javacomp-script: New file.
35514         * modules/javacomp: Depend on it.
35515         Suggested by Simon Josefsson.
35516
35517 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
35518
35519         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
35520         statement, to work around an HP-UX 10.20 compiler bug reported by
35521         Peter O'Gorman.
35522
35523 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35524
35525         * modules/savedir (Depends-on): Add openat.
35526
35527 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35528
35529         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
35530         (uintmax_t) [defined uintmax_t]: Do not declare.
35531         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
35532         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
35533         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
35534         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
35535         sake of portability to weird hosts that C allows (though we don't
35536         know of any practical examples).
35537
35538         * lib/savedir.h (fdsavedir): New decl.
35539         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
35540         contains most of the former guts of savedir.
35541         (savedir): Use savedirstream.
35542         Include "openat.h".
35543
35544 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35545
35546         * modules/obstack (Files): Add m4/ulonglong.m4.
35547         Problem reported by Davide Angelocola.
35548
35549 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
35550
35551         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
35552         coreutils no longer futzes with rounding modes.
35553
35554 2005-11-14  Jim Meyering  <jim@meyering.net>
35555
35556         * lib/mkstemp-safer.c: Include <config.h>, required for possible
35557         replacement of mkstemp.
35558
35559 2005-11-10  Simon Josefsson  <jas@extundo.com>
35560
35561         * lib/readline.c: Remove EOL.
35562
35563 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35564
35565         * modules/gethrxtime (Depends-on): Add gettime.
35566
35567 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35568
35569         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
35570         or gettimeofday; no longer needed.
35571
35572 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35573
35574         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
35575         time business.
35576         (gethrxtime) [! (HAVE_NANOUPTIME
35577         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
35578         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
35579         our own approximation.
35580
35581 2005-11-08  Eric Blake  <ebb9@byu.net>
35582
35583         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35584
35585 2005-11-08  Eric Blake  <ebb9@byu.net>
35586
35587         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35588
35589 2005-11-04  Bruno Haible  <bruno@clisp.org>
35590
35591         * gnulib-tool: Implement --update mode.
35592
35593 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35594
35595         Fix porting problem reported by Theodoros V. Kalamatianos.
35596         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
35597         Don't assume that futimes failing means we must fail.
35598
35599 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35600
35601         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
35602         variables to suggest the intended function of the PATH_MAX check.
35603
35604 2005-10-30  Kean Johnston  <jkj@sco.com>
35605
35606         Trivial changes to support SCO systems.
35607         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
35608         as PATH_MAX.
35609         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
35610         where __ptr is null when no I/O is pending.
35611
35612 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35613
35614         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
35615         leave errno alone.  Problem reported by Dmitry V. Levin.
35616
35617 2005-10-28  Simon Josefsson  <jas@extundo.com>
35618
35619         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
35620         Test more.
35621
35622         * tests/test-gc-md2.c, tests/test-md2.c: New files.
35623
35624         * modules/md2, modules/md2-tests: New files.
35625
35626 2005-10-28  Simon Josefsson  <jas@extundo.com>
35627
35628         * m4/inet_ntop.m4: More tests.
35629
35630         * m4/gc-md2.m4, md2.m4: New file.
35631
35632 2005-10-28  Simon Josefsson  <jas@extundo.com>
35633
35634         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
35635         "restrict" keywords, as per POSIX.  Protect the function
35636         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
35637         Don't use K&R prototypes.  Check the sprintf return values.
35638         Re-define EAFNOSUPPORT if not present.  Indent.
35639
35640         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
35641         suggested by Bruno Haible <bruno@clisp.org>.
35642
35643         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
35644
35645         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
35646
35647         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
35648         libgcrypt).
35649
35650         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
35651
35652         * lib/md2.h, lib/md2.c: New files.
35653
35654 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
35655
35656         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
35657         errno alone.  Problem reported by Frederic Jolliton.
35658
35659 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
35660
35661         * modules/verify (License): Change from GPL to LGPL.  This is a
35662         tiny module and there are apparently near-equivalents that are
35663         under the BSD license.
35664
35665 2005-10-24  Simon Josefsson  <jas@extundo.com>
35666
35667         * modules/sha1: Relicense to LGPL.
35668
35669 2005-10-24  Simon Josefsson  <jas@extundo.com>
35670
35671         * lib/md4.h: Shrink buffer size, now that we changed the type.
35672
35673 2005-10-23  Simon Josefsson  <jas@extundo.com>
35674
35675         * gnulib-tool (func_import): Fix --tests-base.
35676
35677 2005-10-22  Simon Josefsson  <jas@extundo.com>
35678
35679         * modules/arcfour (Depends-on): Need stdint.
35680
35681 2005-10-22  Simon Josefsson  <jas@extundo.com>
35682
35683         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
35684         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
35685
35686 2005-10-22  Simon Josefsson  <jas@extundo.com>
35687
35688         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
35689         suggested by Bruno Haible <bruno@clisp.org>.
35690
35691 2005-10-22  Simon Josefsson  <jas@extundo.com>
35692
35693         * lib/crc.h: Include stddef.h, for size_t.
35694
35695 2005-10-22  Simon Josefsson  <jas@extundo.com>
35696
35697         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
35698         arcfour_context struct (simplify test vector testing in GNU
35699         Shishi).
35700
35701 2005-10-21  Simon Josefsson  <jas@extundo.com>
35702
35703         * modules/des, modules/des-tests: New files.
35704
35705         * modules/gc-des, modules/gc-des-tests: New files.
35706
35707         * tests/test-des.c, tests/test-gc-des.c: New file.
35708
35709 2005-10-21  Simon Josefsson  <jas@extundo.com>
35710
35711         * modules/arctwo, modules/arctwo-tests: New files.
35712
35713         * tests/test-arctwo.c: New file.
35714
35715         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
35716
35717         * tests/test-gc-arctwo.c: New file.
35718
35719 2005-10-21  Simon Josefsson  <jas@extundo.com>
35720
35721         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
35722         Bruno Haible <bruno@clisp.org>.
35723
35724         * m4/gc-des.m4: New file.
35725
35726 2005-10-21  Simon Josefsson  <jas@extundo.com>
35727
35728         * m4/arctwo.m4: New file.
35729
35730         * m4/gc-arctwo.m4: New file.
35731
35732 2005-10-21  Simon Josefsson  <jas@extundo.com>
35733
35734         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
35735         block.
35736
35737 2005-10-21  Simon Josefsson  <jas@extundo.com>
35738
35739         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
35740         <bruno@clisp.org>.
35741
35742         * lib/hmac-sha1.c (hmac_sha1): Likewise.
35743
35744         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
35745         Bruno Haible <bruno@clisp.org>.
35746
35747         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
35748         <bruno@clisp.org>.
35749
35750 2005-10-21  Simon Josefsson  <jas@extundo.com>
35751
35752         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
35753
35754 2005-10-21  Simon Josefsson  <jas@extundo.com>
35755
35756         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
35757
35758 2005-10-21  Simon Josefsson  <jas@extundo.com>
35759
35760         * lib/des.h, lib/des.c: New files.
35761
35762         * lib/gc-gnulib.c: Support DES.c
35763
35764 2005-10-21  Simon Josefsson  <jas@extundo.com>
35765
35766         * lib/arctwo.h, lib/arctwo.c: New files.
35767
35768         * lib/gc-gnulib.c: Support ARCTWO.
35769
35770 2005-10-21  Simon Josefsson  <jas@extundo.com>
35771
35772         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
35773         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35774
35775 2005-10-21  Simon Josefsson  <jas@extundo.com>
35776
35777         * gnulib-tool (func_import, func_create_testdir): Define automake
35778         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
35779         Makefile.am snippet),
35780         suggested by Bruno Haible <bruno@clisp.org>.
35781
35782         * modules/gc (Makefile.am): Use it.
35783
35784 2005-10-21  Bruno Haible  <bruno@clisp.org>
35785
35786         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
35787         patch.
35788
35789 2005-10-19  Simon Josefsson  <jas@extundo.com>
35790
35791         * tests/test-gc-rijndael.c: New file.
35792
35793         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
35794
35795 2005-10-19  Simon Josefsson  <jas@extundo.com>
35796
35797         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
35798         interface too.
35799
35800 2005-10-19  Simon Josefsson  <jas@extundo.com>
35801
35802         * tests/test-gc-arcfour.c: New file.
35803
35804         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
35805
35806 2005-10-19  Simon Josefsson  <jas@extundo.com>
35807
35808         * modules/gc-md4, modules/gc-md4-tests: New file.
35809
35810         * tests/test-gc-md4.c: New file.
35811
35812 2005-10-19  Simon Josefsson  <jas@extundo.com>
35813
35814         * m4/gc-md4.m4: New file.
35815
35816 2005-10-19  Simon Josefsson  <jas@extundo.com>
35817
35818         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
35819         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
35820         <kasal@ucw.cz>.
35821
35822 2005-10-19  Simon Josefsson  <jas@extundo.com>
35823
35824         * m4/gc-arcfour.m4: New file.
35825
35826         * m4/gc-rijndael.m4: New file.
35827
35828 2005-10-19  Simon Josefsson  <jas@extundo.com>
35829
35830         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
35831
35832 2005-10-19  Simon Josefsson  <jas@extundo.com>
35833
35834         * lib/gc-gnulib.c: Support ARCFOUR.
35835
35836 2005-10-19  Simon Josefsson  <jas@extundo.com>
35837
35838         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
35839         support.
35840
35841         * lib/gc.h: Add ECB enum type.
35842
35843         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
35844
35845 2005-10-18  Simon Josefsson  <jas@extundo.com>
35846
35847         * tests/test-md5.c: New file.
35848
35849         * modules/md5-tests: New file.
35850
35851 2005-10-18  Simon Josefsson  <jas@extundo.com>
35852
35853         * tests/test-md4.c: New file.
35854
35855         * modules/md4, modules/md4-tests: New files.
35856
35857 2005-10-18  Simon Josefsson  <jas@extundo.com>
35858
35859         * m4/md4.m4: New file.
35860
35861 2005-10-18  Simon Josefsson  <jas@extundo.com>
35862
35863         * lib/md4.h, lib/md4.c: New files, based on md5.?.
35864
35865 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
35866
35867         * gnulib-tool (func_create_testdir): Omit the second check whether
35868         BUILT_SOURCES in nonempty.
35869
35870 2005-10-17  Simon Josefsson  <jas@extundo.com>
35871
35872         * tests/test-rijndael.c: New file.
35873
35874 2005-10-17  Simon Josefsson  <jas@extundo.com>
35875
35876         * modules/sha1: Depend on stdint instead of md5.
35877
35878         * modules/md5: Depend on stdint, remove uint32_t.
35879
35880 2005-10-17  Simon Josefsson  <jas@extundo.com>
35881
35882         * modules/gc-sha1-tests: New file.
35883
35884         * tests/test-gc-sha1.c: New file.
35885
35886 2005-10-17  Simon Josefsson  <jas@extundo.com>
35887
35888         * m4/md5.m4: Remove call to uint32_t.m4.
35889
35890 2005-10-17  Simon Josefsson  <jas@extundo.com>
35891
35892         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
35893
35894         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
35895         md5.h.
35896
35897         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
35898
35899         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
35900
35901 2005-10-17  Simon Josefsson  <jas@extundo.com>
35902
35903         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
35904
35905 2005-10-17  Simon Josefsson  <jas@extundo.com>
35906
35907         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
35908
35909 2005-10-17  Simon Josefsson  <jas@extundo.com>
35910
35911         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
35912
35913         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
35914
35915 2005-10-17  Bruno Haible  <bruno@clisp.org>
35916
35917         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
35918         that it can also be used in a test.
35919
35920 2005-10-16  Bruno Haible  <bruno@clisp.org>
35921
35922         * gnulib-tool (func_emit_tests_Makefile_am): Also define
35923         TESTS_ENVIRONMENT, so that individual tests can augment it.
35924
35925         * gnulib-tool (func_create_testdir): Use an intermediate target for
35926         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
35927         macros, like $(ALLOCA_H), which cannot be passed through the command
35928         line.
35929
35930 2005-10-15  Simon Josefsson  <jas@extundo.com>
35931
35932         * modules/rijndael-tests: New file.
35933
35934         * modules/rijndael: New file.
35935
35936 2005-10-15  Simon Josefsson  <jas@extundo.com>
35937
35938         * m4/rijndael.m4: New file.
35939
35940 2005-10-15  Simon Josefsson  <jas@extundo.com>
35941
35942         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
35943
35944         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
35945
35946 2005-10-14  Simon Josefsson  <jas@extundo.com>
35947
35948         * tests/test-arcfour.c: New file.
35949
35950         * modules/arcfour, modules/arcfour-tests: New files.
35951
35952 2005-10-14  Simon Josefsson  <jas@extundo.com>
35953
35954         * m4/arcfour.m4: New file.
35955
35956 2005-10-14  Simon Josefsson  <jas@extundo.com>
35957
35958         * lib/arcfour.h, lib/arcfour.c: New files.
35959
35960 2005-10-14  Roland McGrath  <roland@redhat.com>
35961
35962         Import from libc.  [BZ #1331]
35963         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
35964         macro argument.
35965         Reported by Matej Vela <vela@debian.org>.
35966
35967 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
35968
35969         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
35970         include <wchar.h>; no longer needed.
35971
35972 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
35973
35974         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
35975
35976 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
35977         and  Ulrich Drepper  <drepper@redhat.com>
35978
35979         Import from libc.
35980         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
35981         instead of inline stream orientation test and two separate
35982         function calls.  Pay no attention to USE_IN_LIBIO.
35983
35984 2005-10-13  Simon Josefsson  <jas@extundo.com>
35985
35986         * modules/gc-hmac-md5-tests: New file.
35987
35988         * tests/test-gc-hmac-sha1.c: New file.
35989
35990         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
35991
35992         * modules/gc-hmac-md5-tests: New file.
35993
35994         * tests/test-gc-md5.c: New file.
35995
35996         * modules/gc-md5-tests: New file.
35997
35998 2005-10-13  Simon Josefsson  <jas@extundo.com>
35999
36000         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
36001         Move memory allocation outside of loop.
36002
36003 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
36004
36005         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
36006         intermediate directory is in a read-only file system.  Problem
36007         reported by Eric Blake.
36008
36009 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
36010
36011         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
36012
36013 2005-10-12  Simon Josefsson  <jas@extundo.com>
36014
36015         * tests/test-hmac-sha1.c: New file.
36016
36017         * modules/hmac-sha1-tests: New file.
36018
36019         * modules/hmac-sha1: New file.
36020
36021 2005-10-12  Simon Josefsson  <jas@extundo.com>
36022
36023         * modules/gc-sha1: New file.
36024
36025 2005-10-12  Simon Josefsson  <jas@extundo.com>
36026
36027         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
36028
36029         * tests/test-gc-pbkdf2-sha1.c: New file.
36030
36031 2005-10-12  Simon Josefsson  <jas@extundo.com>
36032
36033         * modules/gc-md5, modules/gc-hmac-md5: New files.
36034
36035         * modules/gc (Files): Remove md5, memxor and hmac files.
36036
36037 2005-10-12  Simon Josefsson  <jas@extundo.com>
36038
36039         * m4/gc-pbkdf2-sha1.m4: New file.
36040
36041         * m4/gc-hmac-sha1.m4: New file.
36042
36043         * m4/gc-sha1: New file.
36044
36045         * m4/hmac-sha1.m4: New file.
36046
36047 2005-10-12  Simon Josefsson  <jas@extundo.com>
36048
36049         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
36050
36051         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
36052
36053 2005-10-12  Simon Josefsson  <jas@extundo.com>
36054
36055         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
36056         suggested by Bruno Haible <bruno@clisp.org>.
36057
36058 2005-10-12  Simon Josefsson  <jas@extundo.com>
36059
36060         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
36061
36062 2005-10-12  Simon Josefsson  <jas@extundo.com>
36063
36064         * lib/gc-pbkdf2-sha1.c: New file.
36065
36066         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
36067
36068 2005-10-12  Simon Josefsson  <jas@extundo.com>
36069
36070         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
36071
36072         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
36073
36074 2005-10-12  Simon Josefsson  <jas@extundo.com>
36075
36076         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
36077         GC_USE_HMAC_MD5, respectively.
36078
36079         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
36080         (gc_md5): Fix typo.
36081
36082         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
36083
36084         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
36085
36086         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
36087
36088 2005-10-12  Bruno Haible  <bruno@clisp.org>
36089
36090         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
36091         Reported by Stepan Kasal <kasal@ucw.cz>.
36092
36093 2005-10-11  Simon Josefsson  <jas@extundo.com>
36094
36095         * tests/test-crc.c: New file.
36096
36097         * modules/crc, modules/crc-tests: New files.
36098
36099 2005-10-11  Simon Josefsson  <jas@extundo.com>
36100
36101         * m4/crc.m4: New file.
36102
36103 2005-10-11  Simon Josefsson  <jas@extundo.com>
36104
36105         * lib/gc.h: Add gc_hash and gc_hash_buffer.
36106
36107         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
36108
36109         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
36110
36111 2005-10-11  Simon Josefsson  <jas@extundo.com>
36112
36113         * lib/crc.h, lib/crc.c: New files.
36114
36115         * lib/gc.h (gc_hash_buffer): Add doc.
36116
36117 2005-10-11  Bruno Haible  <bruno@clisp.org>
36118
36119         * modules/c-strcasestr: New file.
36120         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
36121
36122 2005-10-11  Bruno Haible  <bruno@clisp.org>
36123
36124         * modules/c-strcase: New file.
36125         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
36126
36127 2005-10-11  Bruno Haible  <bruno@clisp.org>
36128
36129         * lib/strcasecmp.c: Include limits.h.
36130         (strcasecmp): Avoid integer overflow on exotic platforms.
36131         * lib/strncasecmp.c: Include limits.h.
36132         (strncasecmp): Avoid integer overflow on exotic platforms.
36133         Reported by Paul Eggert.
36134
36135 2005-10-11  Bruno Haible  <bruno@clisp.org>
36136
36137         * lib/c-strcasestr.h: New file, from GNU gettext.
36138         * lib/c-strcasestr.c: New file, from GNU gettext.
36139
36140 2005-10-11  Bruno Haible  <bruno@clisp.org>
36141
36142         * lib/c-strcase.h: New file, from GNU gettext.
36143         * lib/c-strcasecmp.c: New file, from GNU gettext.
36144         * lib/c-strncasecmp.c: New file, from GNU gettext.
36145
36146 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36147
36148         * modules/mempcpy (License): GPL -> LGPL.
36149         * modules/strchrnul (License): Likewise.
36150         * modules/sysexits (License): Likewise.
36151
36152 2005-10-08  Simon Josefsson  <jas@extundo.com>
36153
36154         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
36155
36156 2005-10-07  Simon Josefsson  <jas@extundo.com>
36157
36158         * m4/memxor.m4: Remove gl_C_RESTRICT call.
36159
36160 2005-10-06  Simon Josefsson  <jas@extundo.com>
36161
36162         * tests/test-hmac-md5.c: New file.
36163
36164         * modules/hmac-md5-tests: New file.
36165
36166         * modules/hmac-md5: New file.
36167
36168 2005-10-06  Simon Josefsson  <jas@extundo.com>
36169
36170         * m4/hmac-md5.m4: New file.
36171
36172         * m4/memxor.m4: Require gl_C_RESTRICT.
36173
36174 2005-10-06  Simon Josefsson  <jas@extundo.com>
36175
36176         * lib/memxor.c (memxor): Avoid casts and warnings.
36177
36178 2005-10-06  Simon Josefsson  <jas@extundo.com>
36179
36180         * lib/hmac-md5.c: New file.
36181
36182         * lib/hmac.h: New file.
36183
36184 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36185
36186         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
36187         promotes to int, not unsigned int, to catch the AIX 5.3
36188         compiler bug.
36189
36190 2005-10-05  Simon Josefsson  <jas@extundo.com>
36191
36192         * modules/memxor: New file.
36193
36194         * modules/iconv (Files): Move config.rpath to havelib, it is used
36195         there.
36196
36197         * modules/havelib (Files): Add config.rpath.
36198
36199 2005-10-05  Simon Josefsson  <jas@extundo.com>
36200
36201         * m4/memxor.m4: New file.
36202
36203 2005-10-05  Simon Josefsson  <jas@extundo.com>
36204
36205         * lib/memxor.c (memxor): Fix compiler error.
36206
36207         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
36208         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
36209
36210         * lib/memxor.h, lib/memxor.c: New files.
36211
36212         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
36213         we assume all systems have it, suggested by Jim Meyering
36214         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
36215         any systems lack sys/socket.h; mingw32 is known to lack it, but we
36216         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
36217         same reasons.
36218
36219 2005-10-05  Simon Josefsson  <jas@extundo.com>
36220
36221         * config/srclist.txt: Add glibc bug 1423 for md5.h.
36222
36223 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36224
36225         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
36226         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
36227         needed, since the source code now assumes these .h files.
36228
36229 2005-10-05  Derek Price  <derek@ximbiot.com>
36230
36231         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
36232
36233 2005-10-05  Bruno Haible  <bruno@clisp.org>
36234
36235         * modules/stdint (License): Change to LGPL.
36236
36237 2005-10-04  Simon Josefsson  <jas@extundo.com>
36238
36239         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
36240         D. Baushke" <mdb@gnu.org>.
36241
36242 2005-10-04  Bruno Haible  <bruno@clisp.org>
36243
36244         * lib/verify.h (verify_true): Provide alternative definition for C++.
36245
36246 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
36249         (SSIZE_MAX): New macro, if not already defined.
36250         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
36251         than 2 GiB.
36252
36253 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36254
36255         Sync from coreutils.
36256         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
36257         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
36258         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
36259         ULLONG_MAX doesn't work with 2.7.2.1.
36260
36261 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36262
36263         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
36264         From Ben Pfaff.
36265
36266         * modules/exclude (Depends-on): Depend on verify.
36267         * modules/strtoimax (Depends-on): Likewise.
36268         * modules/utimecmp (Depends-on): Likewise.
36269
36270 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36271
36272         * lib/exclude.c: Include verify.h.
36273         (verify): Remove.  All callers changed to use verify.h's version.
36274         * lib/strtoimax.c: Likewise.
36275         * lib/utimecmp.c: Likewis.e
36276
36277         Sync from coreutils.
36278         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
36279         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
36280         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
36281         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
36282         bother returning ENOSYS if settimeofday or stime fails; just let
36283         them return whatever errno they want to return.
36284         * lib/utimens.c: Include unistd.h, for dup2.
36285         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
36286         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
36287
36288 2005-10-02  Jim Meyering  <jim@meyering.net>
36289
36290         Sync from coreutils.
36291         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
36292         from glibc-2.2.5 that fails for read-only files.
36293
36294 2005-10-02  Jim Meyering  <jim@meyering.net>
36295
36296         Sync from coreutils.
36297         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
36298         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
36299         `#if HAVE_CONFIG_H'.
36300         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
36301         Remove AT_FDCWD test.
36302         Do not consume the fd unless successful.
36303         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
36304         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
36305         block, so that we don't even try to compile it if settimeofday is
36306         available.  This works around a compilation failure on OSF1 V5.1,
36307         due to stime requiring a `long int*' while tv_sec is `int'.
36308
36309 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
36310
36311         Sync from coreutils.
36312         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
36313         against `yes', rather than just testing for nonempty.
36314
36315 2005-10-01  Simon Josefsson  <jas@extundo.com>
36316
36317         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
36318         and Darwin.
36319
36320         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
36321         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
36322         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
36323         freeaddrinfo and gai_strerror are declared by the POSIX headers.
36324         Check if struct addrinfo is declared.
36325
36326 2005-10-01  Simon Josefsson  <jas@extundo.com>
36327
36328         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
36329         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
36330         AI_* and EAI_* definitions.  Protect function declarations.
36331
36332 2005-10-01  Jim Meyering  <jim@meyering.net>
36333
36334         Sync from coreutils.
36335
36336         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
36337         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
36338         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
36339         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36340         in the inet and nsl libraries.  Required on Solaris 5.7.
36341
36342 2005-10-01  Jim Meyering  <jim@meyering.net>
36343
36344         Sync from coreutils.
36345         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36346         in the inet and nsl libraries.  Required on Solaris 5.7.
36347
36348 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
36349
36350         * lib/getdelim.c (getdelim): Remove unused variables.
36351
36352 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36353
36354         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
36355         so that the code works even with ancient cpp.  Portability problem
36356         with GCC 2.7.2.1 reported by Thomas M.Ott.
36357
36358 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
36359
36360         * modules/regex (Depends-on): Add strcase.
36361
36362         * modules/gethostname (Licence): Change from GPL to LGPL, since
36363         gethostname.c is a trivial implementation of a standard library
36364         function.
36365         * modules/poll (License): Change from GPL to LGPL, since it's
36366         derived from LGPL code.
36367
36368 2005-09-27  Jim Meyering  <jim@meyering.net>
36369
36370         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
36371         HAVE_CONFIG_H.
36372
36373         * lib/intprops.h (signed_type_or_expr__): Define.
36374         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
36375         for unsigned types.
36376
36377 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
36378
36379         * lib/verify.h (verify_expr): Remove, replacing with:
36380         (verify_true): New macro that returns true instead of void.
36381         (verify_type__): Remove.
36382         (verify): Use verify_true rather than verify_type__.
36383
36384 2005-09-26  Bruno Haible  <bruno@clisp.org>
36385
36386         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
36387         is necessary.
36388         (lib_SOURCES): Remove mbchar.c.
36389         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
36390         (Files): Add m4/mbrtowc.m4.
36391         * modules/mbiter: Likewise.
36392         * modules/mbuiter: Likewise.
36393
36394 2005-09-26  Bruno Haible  <bruno@clisp.org>
36395
36396         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
36397         compile mbchar.c if they are not both present.
36398         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
36399         * m4/mbiter.m4 (gl_MBITER): Likewise.
36400         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
36401         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
36402         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
36403
36404 2005-09-25  Jim Meyering  <jim@meyering.net>
36405
36406         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
36407         also uses socklen_t.
36408
36409 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
36410
36411         * lib/utimens.c (ENOSYS): Define if not already defined.
36412         (futimens): Support having a null PATH if the file descriptor
36413         is nonnegative.
36414
36415         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
36416         Remove.
36417         (__attribute): Define to empty unless GCC 3.1 or later.
36418         This works around a core dump on OpenBSD 3.4, which has GCC
36419         2.95.3, which dumps core when given __attribute__(()).  It also
36420         simplifies other tests, since we really don't want to bother with
36421         worrying about which ancient version of GCC supported what.
36422         Original problem reported by Yoann Vandoorselaere, with part of
36423         the fix suggested by Derek Price.
36424
36425 2005-09-24  Jim Meyering  <jim@meyering.net>
36426
36427         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
36428         so we can once again use a positive bitfield width of 1 -- now we
36429         don't have to explain why we were using a bitfield width of 2.
36430
36431 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36432
36433         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
36434         and similarly for the other external symbols.  Problem reported
36435         by James Gallager.
36436
36437         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
36438         bug reported by Jim Meyering.
36439
36440         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
36441         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
36442         not needed, since socklen is a prerequisite module.
36443
36444 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36445
36446         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
36447         Problem reported by Eric Blake.
36448         (getaddrinfo): Initialize se so that it's not garbage.
36449         Redo internal storage allocation so that it doesn't make unportable
36450         assumptions about alignment.
36451         Fix a memory leak.
36452
36453         * lib/utimens.c (futimens): Use futimesat if available.
36454         Prefer it to futimes since it doesn't have the futimes bug.
36455
36456         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
36457         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
36458         Instead, declare a function that returns a pointer to an array,
36459         and use verify_type__ to declare the size of the array.
36460         Problem and germ of a solution reported by Bruno Haible.
36461         (verify_type__): Use 2, not 1, for bitfield size, to avoid
36462         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
36463
36464 2005-09-23  Jim Meyering  <jim@meyering.net>
36465
36466         Sync from coreutils.
36467         Correct build failure (socklen_t not defined) on at least
36468         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
36469         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
36470
36471 2005-09-23  Jim Meyering  <jim@meyering.net>
36472
36473         * modules/getaddrinfo (Depends-on): Add socklen.
36474
36475 2005-09-23  Bruno Haible  <bruno@clisp.org>
36476
36477         * tests/test-verify.c: New file.
36478
36479 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36480
36481         Sync from coreutils.
36482
36483         * modules/argmatch (Depends-on): Add verify.
36484         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
36485         unistd-safer.
36486         * modules/save-cwd (Depends-on): Likewise.
36487
36488         * modules/openat (Files): Add lib/openat-die.c.
36489         (Depends-on): Remove error, exitfail.
36490         Add dirname.
36491
36492         * modules/verify: New file.
36493         * MODULES.html.sh (Diagnostics <assert.h>): New section,
36494         with "verify" module.
36495
36496 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36497
36498         Sync from coreutils.
36499
36500         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
36501         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
36502         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
36503         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
36504         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
36505         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
36506         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
36507         Don't bother checking for string.h, stdlib.h, unistd.h.
36508         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
36509         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
36510         module's job.
36511         * m4/jm-macros.m4 (gl_MACROS): Likewise.
36512         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
36513
36514         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
36515         (gl_GETDATE): Use it.
36516
36517         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
36518
36519 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36520
36521         Sync from coreutils.
36522
36523         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
36524         stat-time.h.
36525         * lib/argmatch.h: Include verify.h
36526         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
36527         (ARGMATCH_ASSERT): Remove; unused.
36528         * lib/canonicalize.c: Assume STDC_HEADERS.
36529         * lib/exclude.c: Include "strcase.h".
36530         * lib/regex_internal.h [!defined _LIBC]: Likewise.
36531         * lib/getusershell.c: Include stdio--.h rather than stdio.h
36532         and stdio-safer.h.
36533         (getusershell): Call fopen, not fopen_safer.
36534         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
36535         Do not include unistd-safer.h.
36536         (save_cwd): Don't call fd_safer; no longer needed
36537         now that we include fcntl--.h.
36538
36539         * lib/getdate.y (relative_time): New type.
36540         (RELATIVE_TIME_0): New constant.
36541         (parser_control): Use relative_time instead of doing it ourselves.
36542         (%union): Add new relative_time rel member.
36543         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
36544         Now typeless.
36545         (relunit, relunit_snumber): Now of type rel.
36546         (zone, rel, relunit, get_date): Adjust to above changes.
36547
36548         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
36549         Do not include unistd-safer.h.
36550         (getloadavg): Don't call fd_safer; no longer needed
36551         now that we include fcntl--.h.
36552
36553         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
36554         (make_dir_parents): Treat ENOSYS like EEXIST.
36555
36556         Improve quality of diagnostics on restore_cwd failure.
36557         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
36558         (make_dir_parents): Last arg is now int * (for errno), not bool *.
36559         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
36560         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
36561         each time through the loop.  Do not diagnose restore_cwd failure;
36562         that is the caller's job (and perhaps the caller does not care).
36563
36564         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
36565         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
36566         If the file already exists but is not a directory, don't bother
36567         to try to make its parents.
36568         Close potential file descriptor leak if we can't chdir("/") (!).
36569         Don't always return true if chdir($PWD) fails; return true only
36570         if the requested action was done successfully (except for the
36571         chdir($PWD)).
36572         Don't log final directory unless we actually made it.
36573         Refactor to avoid duplicate code to fix up permissions.
36574         Don't attempt to fix up parent permissions if chdir($PWD) fails.
36575
36576         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
36577         to make it a bit faster and (I hope) clearer.
36578         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
36579         Fix bug in formats like %2N.
36580
36581         * lib/verify.h: New file.
36582
36583 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         Sync from coreutils.
36586         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
36587
36588 2005-09-22  Jim Meyering  <jim@meyering.net>
36589
36590         Sync from coreutils.
36591
36592         * m4/lstat.m4 (gl_FUNC_LSTAT):
36593         Use AC_LIBSOURCES to require lstat.c and lstat.h.
36594         Remove obsolete comment.
36595         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
36596         * m4/xstrtod.m4: Likewise.
36597
36598         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
36599
36600 2005-09-22  Jim Meyering  <jim@meyering.net>
36601
36602         Sync from coreutils.
36603
36604         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
36605
36606         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
36607         the .tm_year member, since otherwise gcc-4.0 would now warn about
36608         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
36609
36610         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
36611         order to avoid an unsuppressible warning from gcc on 64-bit systems.
36612
36613         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
36614         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
36615         when run in a time zone for which daylight savings time is in effect
36616         for the starting date.
36617
36618         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
36619         stop us from restricting permissions of just-created absolute-named
36620         directories.
36621         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
36622         to restore initial working directory.
36623         * lib/mkdir-p.c (make_dir_parents): New parameter:
36624         different_working_dir, to tell caller if/when we change the working
36625         directory and are unable to return to the initial one.
36626         * lib/mkdir-p.h (make_dir_parents): Update prototype.
36627         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
36628         `return false'.  This fixes a bug introduced on 2004-07-30.
36629
36630         * lib/openat.c (fdopendir): Be sure to close the supplied
36631         file descriptor before returning.  This makes our replacement
36632         implementation a little closer to Solaris's, where fdopendir
36633         ties the file descriptor to the returned DIR* pointer.
36634         * lib/openat.c (unlinkat): New function.
36635         * lib/openat.h (unlinkat): Add prototype.
36636         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
36637         (openat_restore_fail): Rename from openat_restore_die.
36638         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
36639
36640         Provide an alternative to exiting immediately upon save_cwd or
36641         restore_cwd failure.  Now, an application can arrange e.g.,
36642         to perform a longjump in that case.
36643         * lib/openat.c: Include dirname.h.
36644         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
36645         (rpl_openat, fdopendir, fstatat): Call openat_save_die
36646         and openat_restore_die rather than calling error directly.
36647         Don't include "error.h" or "exitfail.h"; they're no longer needed.
36648
36649         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
36650         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
36651         define.
36652
36653         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
36654         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
36655                             int utc, int nanoseconds);
36656         Background:
36657         date should not have to allocate a megabyte of virtual memory to
36658         handle a format argument like +%1048575T.  When implemented with
36659         strftime, it must allocate such a buffer, use strftime to fill it
36660         in, print it, then free it.
36661         With fprintftime, it simply prints everything and exits.
36662         With no need for memory allocation, that's one fewer way to fail.
36663         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
36664         optional field width, not before, so we accept %9:z, not %:9z.
36665         (my_strftime): Be sure to use L_('x') for literals.
36666
36667         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
36668         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
36669         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
36670         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
36671         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
36672         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
36673         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
36674         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
36675         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
36676         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
36677         * lib/xgethostname.c, lib/xreadlink.c:
36678         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
36679
36680         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
36681         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
36682         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
36683         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36684         and don't include <sys/file.h>).
36685
36686 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
36687
36688         Sync from coreutils.
36689
36690         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
36691         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
36692         [!LDAV_DONE]: Avoid unused variable warning.
36693
36694 2005-09-21  Bruno Haible  <bruno@clisp.org>
36695
36696         * lib/unicodeio.h (unicode_to_mb): New declaration.
36697
36698 2005-09-20  Derek Price  <derek@ximbiot.com>
36699
36700         * lib/getaddrinfo.c: Don't include <netdb.h> included from
36701         getaddrinfo.h.
36702
36703 2005-09-20  Bruno Haible  <bruno@clisp.org>
36704
36705         * gnulib-tool: Remove trailing slashes from the values specified for
36706         --source-base, --m4-base, --tests-base, --aux-dir.
36707         Suggested by Simon Josefsson <jas@extundo.com>.
36708
36709 2005-09-20  Bruno Haible  <bruno@clisp.org>
36710
36711         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
36712         func_modules_to_filelist, func_import, func_create_testdir): Make all
36713         sorting results locale-independent, so that gnulib-cache.m4 doesn't
36714         change when gnulib-tool is invoked in a different locale.
36715
36716 2005-09-19  Simon Josefsson  <jas@extundo.com>
36717
36718         * m4/socklen.m4: Fix typo.
36719
36720 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36721
36722         Use a consistent style for including <config.h>.
36723         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
36724         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
36725         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
36726         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
36727         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
36728         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
36729         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
36730         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
36731         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
36732         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
36733         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
36734         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
36735         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
36736         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
36737         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
36738         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
36739         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
36740         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
36741         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
36742         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
36743         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
36744         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
36745         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
36746         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
36747         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
36748         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
36749         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
36750         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
36751         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
36752         lib/xstrtoumax.c, lib/yesno.c:
36753         Standardize inclusion of config.h.
36754         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
36755         lib/inttostr.h:  Removed inclusion of config.h from header files.
36756         * lib/inttostr.c:  Adjusted in-tree users.
36757         * lib/timespec.h: Remove superfluous warning to include config.h.
36758         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
36759         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
36760         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
36761         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
36762         config.h with HAVE_CONFIG_H.
36763
36764 2005-09-19  Jim Meyering  <jim@meyering.net>
36765
36766         * modules/pathmax (License): Change to LGPL.
36767
36768 2005-09-19  Derek Price  <derek@ximbiot.com>
36769
36770         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
36771
36772 2005-09-19  Bruno Haible  <bruno@clisp.org>
36773
36774         * gnulib-tool (import): Provide default for --tests-base.
36775
36776 2005-09-19  Bruno Haible  <bruno@clisp.org>
36777
36778         * doc/quote.texi: New file, extracted from gnulib.texi.
36779         * doc/ctime.texi: New file, extracted from gnulib.texi.
36780         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
36781         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
36782         * doc/gnulib.texi: Include them.
36783
36784 2005-09-18  Bruno Haible  <bruno@clisp.org>
36785
36786         Portability fix.
36787         * gnulib-tool (func_readlink): New function.
36788         (func_ln_if_changed): Use it.
36789
36790 2005-09-18  Bruno Haible  <bruno@clisp.org>
36791
36792         * gnulib-tool: Support --with-tests also with --import.
36793         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
36794         (func_import): Use variables $testsbase and $inctests. Emit a
36795         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
36796         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
36797         SUBDIRS += $testsdir.
36798         (func_create_testdir): Update.
36799
36800 2005-09-18  Bruno Haible  <bruno@clisp.org>
36801
36802         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
36803         instead of $dry_run.
36804         (func_cp_if_changed, func_mv_if_changed): Remove functions.
36805         (func_ln_if_changed): Don't handle dry-run here.
36806         (func_import): In dry-run mode, detect more precisely which actions
36807         would be performed, and don't use "...ing" verbs.
36808
36809 2005-09-18  Bruno Haible  <bruno@clisp.org>
36810
36811         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
36812         (func_import): Use join on two temporary files instead of three nested
36813         loops, in order to determine which files are new or old.
36814
36815 2005-09-18  Bruno Haible  <bruno@clisp.org>
36816
36817         * gnulib-tool (func_import): Comment out code that spits out the
36818         new files with --dry-run.
36819
36820 2005-09-18  Bruno Haible  <bruno@clisp.org>
36821
36822         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
36823
36824 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * lib/stat-time.h: New file.
36827         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
36828         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
36829         in a different way.
36830         (timespec_cmp): New function.
36831         * lib/utimecmp.c: Include stat-time.h.
36832         (SYSCALL_RESOLUTION): Depend on whether various struct stat
36833         members exist, not on the obsolescent ST_MTIM_NSEC.
36834         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
36835
36836 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36837
36838         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
36839
36840 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36841
36842         * MODULES.html.sh (File system functions): Add stat-time.
36843         * modules/stat-time: New file.
36844         * modules/timespec (Files): Remove m4/st_mtim.m4; this
36845         is now done in a different way, by the stat-time module.
36846         * modules/utimecmp (Depends-on): Add stat-time.
36847
36848 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36849
36850         * m4/st_mtim.m4: Remove.  Superseded by...
36851         * m4/stat-time.m4: New file.
36852         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
36853         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
36854
36855 2005-09-15  Derek Price  <derek@ximbiot.com>
36856
36857         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
36858
36859 2005-09-15  Derek Price  <derek@ximbiot.com>
36860
36861         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
36862         * lib/regex_internal.c: Ditto, using this...
36863         (__GNUC_PREREQ): ...new macro.
36864         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
36865         using...
36866         (__GNUC_PREREQ): ...this new macro.
36867
36868         * lib/strstr.h: Include string.h. Define strstr as a macro here.
36869
36870 2005-09-15  Derek Price  <derek@ximbiot.com>
36871             Paul Eggert  <eggert@cs.ucla.edu>
36872
36873         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
36874         changes, consolidating in...
36875         * lib/regex_internal.h: ...this file.
36876
36877 2005-09-13  Jim Meyering  <jim@meyering.net>
36878
36879         * lib/canon-host.c: Filter through gnu indent and reword comments
36880         slightly.
36881         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
36882
36883 2005-09-13  Derek Price  <derek@ximbiot.com>
36884
36885         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
36886         failure.
36887         Reported by Jim Meyering  <jim@meyering.net>.
36888
36889 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36890
36891         * lib/base64.c: Typo.
36892         (base64_encode): Put b64str in initialized data section.
36893
36894 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
36895
36896         Merge glibc and coreutils changes into gnulib, plus a few
36897         extra fixes.
36898         * lib/md5.c: Use #error rather than a string.
36899         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
36900         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
36901         (__attribute__): Define to empty for non recent-GCC.
36902         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
36903         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
36904         Renamed from their non-__ counterparts, with new macros replacing
36905         them if not _LIBC.  Add __THROW attribute.
36906         (rol): Remove.
36907         (struct md5_ctx): Align buffer if using GCC.
36908         * lib/sha1.h (struct sha1_ctx): Likewise.
36909         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
36910         The old name was backwards.
36911         (NOTSWAP): Remove; not used.
36912         (rol): New macro, moved here from md5.h.
36913         (sha1_process_block): Remove a FIXME that doesn't make sense.
36914
36915 2005-09-12  Derek Price  <derek@ximbiot.com>
36916
36917         Return usable errors from canon-host.
36918         * lib/canon-host.h: New file.
36919         * lib/canon-host.c (canon_host): Wrap...
36920         (canon_host_r): ...this new function, which now relies exclusively on
36921         getaddrinfo.
36922         (ch_strerror): New function.
36923         (last_cherror): New global.
36924         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
36925         interface.
36926         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
36927         void *.
36928         (freeaddrinfo): Free ai->ai_canonname when set.
36929
36930 2005-09-12  Derek Price  <derek@ximbiot.com>
36931
36932         Make canon-host require getaddrinfo.
36933         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
36934         AC_LIBSOURCE canon-host.h.  Call...
36935         (gl_PREREQ_CANON_HOST): ...this new function, which requires
36936         gl_GETADDRINFO.
36937         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
36938
36939 2005-09-12  Derek Price  <derek@ximbiot.com>
36940
36941         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
36942         LGPL.
36943         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
36944
36945 2005-09-12  Derek Price  <derek@ximbiot.com>
36946
36947         * lib/gai_strerror.c: Include config.h when available.  Include
36948         getaddrinfo.h before other headers to test interface.
36949         Reported by Larry Jones <lawrence.jones@ugs.com>.
36950
36951 2005-09-12  Derek Price  <derek@ximbiot.com>
36952             Paul Eggert  <eggert@cs.ucla.edu>
36953
36954         * modules/glob (Files): Add glob-libc.h.
36955
36956 2005-09-12  Derek Price  <derek@ximbiot.com>
36957             Paul Eggert  <eggert@cs.ucla.edu>
36958
36959         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
36960         glob_.h, glob-libc.h.
36961         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
36962
36963 2005-09-12  Derek Price  <derek@ximbiot.com>
36964             Paul Eggert  <eggert@cs.ucla.edu>
36965
36966         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
36967         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
36968         protecting things that should be done only in gnulib contexts.
36969         * lib/glob_.h: New file, containing only the glob things needed for
36970         gnulib.
36971         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
36972         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
36973         (glob, globfree, glob_pattern_p): Now defined simply in terms of
36974         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
36975         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
36976         and to respect the namespace rules better.
36977
36978 2005-09-08  Simon Josefsson  <jas@extundo.com>
36979
36980         * modules/socklen: New file.
36981
36982 2005-09-08  Simon Josefsson  <jas@extundo.com>
36983
36984         * m4/socklen.m4: New file.
36985
36986 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36987
36988         * modules/utimens (Files): Add m4/utimbuf.m4, since
36989         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
36990         Reported by Sergey Poznyakoff.
36991
36992 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
36993
36994         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
36995         definitions, since that's the preferred style in glibc.
36996         Fix a minor spacing issue, and update copyright notice to match
36997         glibc's.
36998
36999 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37000
37001         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
37002
37003 2005-09-06  Simon Josefsson  <jas@extundo.com>
37004
37005         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
37006         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
37007
37008 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
37011         warning.
37012
37013 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37014
37015         * config/srclist.txt: Add glibc bug 1302.
37016
37017 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
37018
37019         Change bitset word type from unsigned int to unsigned long int,
37020         as this has better performance on typical 64-bit hosts.
37021         Port bitset code to hosts with unusual word sizes.
37022         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
37023         (build_collating_symbol):
37024         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
37025         argument is a bitset.  This is merely a style issue, but it makes
37026         it clearer that an entire array is expected.
37027         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
37028         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
37029         Port to the case where bitset_word is not the same as unsigned int.
37030         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37031         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
37032         Likewise.
37033         * lib/regexec.c (check_dst_limits_calc_pos_1,
37034         check_subexp_matching_top):
37035         (build_trtable, group_nodes_into_DFAstates):
37036         Likewise.
37037         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
37038         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
37039         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
37040         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
37041         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
37042         * lib/regcomp.c (optimize_subexps, lower_subexp):
37043         Work even if bitset_word has holes in its bitwise representation.
37044         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
37045         * lib/regexec.c (check_dst_limits_calc_pos_1,
37046         check_subexp_matching_top):
37047         Likewise.
37048         * lib/regex_internal.c (re_string_reconstruct):
37049         Don't assume UCHAR_MAX == 255.
37050         * lib/regex_internal.h (bitset_set_all): Likewise.
37051         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
37052         All uses changed.
37053         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
37054         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
37055         All uses changed.
37056         (BITSET_WORD_MAX): New macro.
37057         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
37058         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
37059         (bitset_empty, bitset_copy):
37060         Prefer sizeof (bitset) to multiplying it out ourselves.
37061         (bitset_not_merge): Remove; unused.
37062         (bitset_contain): Return bool, not unsigned int with one bit on.
37063         All callers changed.
37064         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
37065         alignment than re_node_set; do this by defining a new internal
37066         type struct dests_alloc and using it to allocate memory.
37067
37068 2005-09-05  Bruno Haible  <bruno@clisp.org>
37069
37070         * gnulib-tool (func_import): Fix comparison in handling of symbolic
37071         links.
37072
37073 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
37074
37075         * modules/size_max (Makefile.am): Add size_max.h
37076
37077 2005-09-04  Derek Price  <derek@ximbiot.com>
37078
37079         * gnulib-tool (func_import): Fix reversed $symbolic logic.
37080
37081 2005-09-03  Simon Josefsson  <jas@extundo.com>
37082
37083         * gnulib-tool: Fix typo.
37084
37085 2005-09-03  Simon Josefsson  <jas@extundo.com>
37086
37087         * config/srclist.txt: Add glibc bug 1293.
37088
37089 2005-09-03  Derek Price  <derek@ximbiot.com>
37090
37091         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
37092         From Larry Jones <lawrence.jones@ugs.com>.
37093
37094 2005-09-02  Simon Josefsson  <jas@extundo.com>
37095
37096         * modules/socklen: New file.
37097
37098 2005-09-02  Simon Josefsson  <jas@extundo.com>
37099
37100         * modules/havelib: New module.
37101
37102         * modules/gettext, modules/iconv, modules/lock, modules/readline:
37103         Use havelib.
37104
37105 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37106
37107         Check for arithmetic overflow when calculating sizes, to prevent
37108         some buffer-overflow issues.  These patches are conservative, in the
37109         sense that when I couldn't determine whether an overflow was possible,
37110         I inserted a run-time check.
37111         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
37112         macros.
37113         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
37114         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
37115         (re_xnrealloc, re_x2nrealloc): New inline functions.
37116         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
37117         parse_bracket_exp):
37118         (build_equiv_class, build_charclass): Check for arithmetic overflow
37119         in size expression calculations.
37120         * lib/regex_internal.c (re_string_realloc_buffers):
37121         (build_wcs_upper_buffer, re_node_set_add_intersect):
37122         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
37123         (re_dfa_add_node, register_state): Likewise.
37124         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
37125         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
37126         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
37127         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
37128
37129 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37130
37131         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
37132         m4/ulonglong.m4.  Problem reported by Martin Lambers.
37133
37134 2005-09-02  Bruno Haible  <bruno@clisp.org>
37135
37136         Support for lib vs. lib64 distinction on biarch platforms.
37137         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
37138         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
37139         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
37140
37141 2005-09-02  Bruno Haible  <bruno@clisp.org>
37142
37143         * gnulib-tool (import): In the other first-use case, provide defaults
37144         as well.
37145
37146 2005-09-02  Bruno Haible  <bruno@clisp.org>
37147
37148         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
37149         patches not yet found in the latest gettext release.
37150
37151 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37152
37153         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
37154         to avoid a collision with bits/local_lim.h in glibc.
37155         All uses changed.  Problem reported by Dmitry V. Levin in
37156         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
37157
37158         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
37159         bugs in int versus size_t comparisons.
37160         (re_string_context_at): Fix bug where the code assumed that
37161         Idx is signed.
37162
37163         Use bool where appropriate.
37164         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
37165         All callers changed.
37166         (calc_eclosure_iter): Likewise, for ROOT arg.
37167         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
37168         (build_charclass_op): Likewise, for NON_MATCH arg.
37169         * lib/regex_internal.c (re_string_allocate, re_string_construct):
37170         (re_string_construct_common): Likewise, for ICASE arg.
37171         * lib/regexec.c (re_search_2_stub, re_search_stub):
37172         Likewise, for RET_LEN arg.
37173         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
37174         (set_regs): Likewise, for FL_BACKTRACK arg.
37175         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
37176         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
37177         (calc_eclosure_iter, parse_bracket_exp):
37178         Use bool for internal variables that are booleans.
37179         * lib/regexec.c (re_search_internal, check_matching,
37180         proceed_next_node):
37181         (set_regs, build_sifted_states, sift_states_bkref):
37182         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
37183         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
37184         (find_collation_sequence_value):
37185         Likewise.
37186         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
37187         (re_node_set_compare):
37188         Return bool, not int. All callers changed.
37189         * lib/regexec.c (check_halt_node_context, check_dst_limits):
37190         (build_trtable, check_node_accept): Likewise.
37191         * lib/regex_internal.h: Include stdbool.h.
37192
37193         Fix bugs uncovered when converting to bool.
37194         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
37195         failure instead of charging ahead blindly.
37196         * lib/regex_internal.c (register_state): Likewise.
37197         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
37198         for freeing internal storage.
37199         (group_nodes_into_DFA_states): Use unsigned int, not int, for
37200         bitset pieces used as boolean, to avoid undefined behavior
37201         on hosts that do int overflow checking.
37202
37203 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37204
37205         * config/srclist.txt: Add glibc bugs 1285-1287.
37206
37207 2005-09-01  Jim Meyering  <jim@meyering.net>
37208
37209         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
37210         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
37211         Require gl_STAT_MACROS, too.
37212
37213 2005-09-01  Bruno Haible  <bruno@clisp.org>
37214
37215         * gnulib-tool (import): In the first-use case, provide defaults.
37216
37217 2005-09-01  Bruno Haible  <bruno@clisp.org>
37218
37219         * gnulib-tool (func_import): Remove the .tmp files.
37220
37221 2005-09-01  Bruno Haible  <bruno@clisp.org>
37222
37223         * gnulib-tool (func_import): Fix handling of symbolic links.
37224
37225 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37226
37227         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
37228         old glibc regex code mishandles strings longer than 2**31 bytes.
37229         This patch fixes this when the regex code is used in gnulib
37230         (i.e., outside glibc).
37231
37232         This patch should not affect the use of the regex code inside
37233         glibc.  No doubt this problem also needs to be handled for glibc
37234         as well, but the result will be an incompatible change to the
37235         glibc ABI, and the old ABI will have to be supported too.  That
37236         can be the the subject for another patch.
37237
37238         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
37239         governing whether the rest of this patch is active.  By default,
37240         the macro is disabled and the patch has no effect.
37241         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
37242         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
37243         (struct re_pattern_buffer, re_search, re_search_2, re_match):
37244         (re_match_2, re_set_registers): Use the new types.
37245         * lib/regex_internal.h (Idx, re_hashval_t): New types.
37246         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
37247         New macros.
37248         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
37249         (re_string_context_at, bin_tree_t, re_dfastate_t):
37250         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
37251         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
37252         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
37253         (re_string_char_size_at, re_string_wchar_at):
37254         (re_string_elem_size_at):
37255         Use the new types and macros to port to 64-bit hosts.
37256         Use unsigned types for internal values, so that the code
37257         mostly works even for arrays larger than SSIZE_MAX.
37258         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
37259         (search_duplicated_node, calc_eclosure_iter, fetch_number):
37260         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
37261         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
37262         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
37263         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
37264         (calc_inveclosure, parse_dup_op, build_range_exp):
37265         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
37266         (fetch_number, create_token_tree, mark_opt_subexp):
37267         Likewise.
37268         * lib/regex_internal.c (re_string_construct_common,
37269         create_ci_newstate):
37270         (create_cd_newstate, re_string_allocate, re_string_construct):
37271         (re_string_realloc_buffers, build_wcs_upper_buffer):
37272         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
37273         (re_string_reconstruct, re_string_peek_byte_case):
37274         (re_string_fetch_byte_case, re_string_context_at):
37275         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
37276         (re_node_set_init_copy, re_node_set_add_intersect):
37277         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37278         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37279         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
37280         (re_acquire_state, re_acquire_state_context, register_state):
37281         Likewise.
37282         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
37283         search_cur_bkref_entry):
37284         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
37285         (re_search_internal, re_search_2_stub, re_search_stub)
37286         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
37287         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
37288         (update_cur_sifted_state, check_dst_limits):
37289         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37290         (check_subexp_limits, sift_states_bkref, merge_state_array):
37291         (check_subexp_matching_top, get_subexp, get_subexp_sub):
37292         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
37293         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
37294         (expand_bkref_cache, check_node_accept_bytes):
37295         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
37296         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
37297         (acquire_init_state_context, check_halt_node_context):
37298         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
37299         (sift_states_backward, clean_state_log_if_needed):
37300         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
37301         (find_recover_state, transit_state_sb, transit_state_mb):
37302         (transit_state_bkref, build_trtable, match_ctx_clean):
37303         Likewise.
37304         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
37305         to work around an assumption that REG_MISSING is negative.
37306
37307         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
37308         (seek_collating_symbol_entry) [defined _LIBC]:
37309         (lookup_collation_sequence_value) [defined _LIBC]:
37310         (build_range_exp, build_collating_symbol) [defined _LIBC]:
37311         Use prototypes rather than old-style function definitions.
37312         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
37313         (transit_state_sb) [0]:
37314         (find_collation_sequence_value) [defined _LIBC]: Likewise.
37315
37316         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
37317         rm_eo.
37318
37319         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
37320         (optimize_subexps, lower_subexp):
37321         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
37322         since the signed shift might overflow.  Use 1u<<31 instead.
37323         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37324         Likewise.
37325         * lib/regexec.c (check_dst_limits_calc_pos_1,
37326         check_subexp_matching_top): Likewise.
37327
37328         * lib/regcomp.c (optimize_subexps, lower_subexp):
37329         Use CHAR_BIT rather than 8, for clarity.
37330         * lib/regexec.c (check_dst_limits_calc_pos_1):
37331         (check_subexp_matching_top): Likewise.
37332         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
37333         have to worry about portability issues when shifting it left.
37334         Remove no-longer-needed test for table_size > 0.
37335         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
37336         in a word, as the resulting behavior is undefined.
37337         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
37338         in one case, a <= should have been an <, and in another case the
37339         whole test was missing.
37340         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
37341         the standard name CHAR_BIT.
37342         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
37343         this is not true on one's complement and signed-magnitude hosts.
37344
37345         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
37346         next_last_offset.
37347         (struct re_dfa_t): Remove unused member states_alloc.
37348         * lib/regcomp.c (init_dfa): Don't initialize unused members.
37349
37350 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37351
37352         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
37353         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
37354         and large-file glibc and in 32-bit large-file Solaris.
37355
37356 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37357
37358         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
37359         lengths fit in regoff_t; this isn't true if regoff_t is the same
37360         width as size_t.
37361         * lib/regex.c (re_search_internal): 5th arg is LAST_START
37362         (= START + RANGE) instead of RANGE.  This avoids overflow
37363         problems when regoff_t is the same width as size_t.
37364         All callers changed.
37365         (re_search_2_stub): Check for overflow when adding the
37366         sizes of the two strings.
37367         (re_search_stub): Check for overflow when adding START
37368         to RANGE; if it occurs, substitute the extreme value.
37369
37370 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37371
37372         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
37373
37374 2005-08-31  Jim Meyering  <jim@meyering.net>
37375
37376         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
37377         a pointer-to-const.
37378         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
37379         (register_state): Likewise.
37380         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
37381         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37382         (group_nodes_into_DFAstates): Likewise.
37383
37384 2005-08-31  Jim Meyering  <jim@meyering.net>
37385
37386         * check-module: Add a FIXME comment.
37387
37388 2005-08-31  Eric Blake  <ebb9@byu.net>
37389
37390         * modules/unistd-safer (Files): Add unistd--.h.
37391         * modules/stdio-safer (Files): Add stdio--.h.
37392
37393 2005-08-31  Derek Price  <derek@ximbiot.com>
37394
37395         * lib/getdelim.c (getdelim): Return EOF on EOF.
37396         Reported by Larry Jones <lawrence.jones@ugs.com>.
37397
37398 2005-08-31  Bruno Haible  <bruno@clisp.org>
37399
37400         Avoid unnecessary diffs in the generated lib/Makefile.am.
37401         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
37402         the generated files.
37403         (func_import): Don't set cmd.
37404
37405 2005-08-31  Bruno Haible  <bruno@clisp.org>
37406
37407         * lib/strstr.c: Include <stddef.h>, for NULL.
37408         * lib/strcasestr.c: Likewise.
37409         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37410
37411 2005-08-31  Bruno Haible  <bruno@clisp.org>
37412
37413         * gnulib-tool: New option --macro-prefix.
37414         (func_import): Use macro_prefix.
37415         (import): Handle option --macro-prefix.
37416
37417 2005-08-31  Bruno Haible  <bruno@clisp.org>
37418
37419         * gnulib-tool (import): Rename most ac_* variables to cached_*.
37420         Also use new variables cached_lgpl, cached_libtool.
37421
37422 2005-08-31  Bruno Haible  <bruno@clisp.org>
37423
37424         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
37425         always instantiating them.
37426
37427 2005-08-31  Bruno Haible  <bruno@clisp.org>
37428
37429         * gnulib-tool (func_import): Read the previous cached settings
37430         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
37431         earlier added by gnulib but are now dropped. Warn when a gnulib file
37432         overwrites a non-gnulib file.
37433
37434 2005-08-31  Bruno Haible  <bruno@clisp.org>
37435
37436         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
37437         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
37438         projects that don't keep autogenerated files in CVS. Put into
37439         actioncmd only the specified modules, not the transitive closure.
37440
37441 2005-08-31  Bruno Haible  <bruno@clisp.org>
37442
37443         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
37444         Create directories that shall be filled.
37445         (import): Don't look for gl_* macros in configure.ac. Recurse across
37446         all directories containing a gnulib-cache.m4 files, if meaningful.
37447
37448 2005-08-31  Bruno Haible  <bruno@clisp.org>
37449
37450         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
37451         (import): Set seen_libtool when we see gl_LIBTOOL.
37452
37453 2005-08-31  Bruno Haible  <bruno@clisp.org>
37454
37455         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
37456         declaration macro definitions from generated gnulib.m4.
37457
37458 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
37459
37460         * lib/iconvme.h: Add prototype for iconv_alloc.
37461
37462 2005-08-29  Simon Josefsson  <jas@extundo.com>
37463
37464         * lib/iconvme.c: Fix errno.
37465
37466 2005-08-29  Bruno Haible  <bruno@clisp.org>
37467
37468         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
37469         that it works when the directory contains spaces.
37470
37471 2005-08-29  Bruno Haible  <bruno@clisp.org>
37472
37473         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
37474
37475 2005-08-29  Bruno Haible  <bruno@clisp.org>
37476
37477         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
37478         Emit more advice.
37479
37480 2005-08-29  Bruno Haible  <bruno@clisp.org>
37481         and Stepan Kasal  <kasal@ucw.cz>
37482
37483         * check-module: If more parameters are given, check each of them
37484         separately; add more exceptions, as noted by Jim Meyering.
37485         (check_module): New procedure.
37486         (%exempt_header): Now contains all exceptions.
37487
37488 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
37489
37490         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
37491
37492 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37493
37494         * lib/iconvme.c: Split iconv_string into iconv_alloc.
37495
37496 2005-08-28  Bruno Haible  <bruno@clisp.org>
37497
37498         * m4/gnulib-tool.m4: New file.
37499
37500 2005-08-27  Jim Meyering  <jim@meyering.net>
37501
37502         * modules/unistd-safer (Files): Add pipe-safer.c.
37503         * modules/fcntl-safer (Files): Add creat-safer.c.
37504
37505 2005-08-27  Jim Meyering  <jim@meyering.net>
37506
37507         * m4/stdlib-safer.m4: New file.  From coreutils.
37508         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
37509         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
37510         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
37511         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
37512         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
37513
37514 2005-08-27  Jim Meyering  <jim@meyering.net>
37515
37516         * lib/fopen-safer.c: Merge minor changes from coreutils.
37517         * lib/dup-safer.c: Likewise.
37518         * lib/fd-safer.c: Likewise.
37519
37520         Merge from coreutils.
37521         * lib/stdio--.h: New file.
37522         * lib/stdlib--.h: New file.
37523         * lib/mkstemp-safer.c: New file.
37524
37525         GNU tar needs these.
37526         * lib/pipe-safer.c: New file.
37527         * lib/creat-safer.c: New file.
37528         * lib/fcntl--.h (creat): Define to creat_safer.
37529         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
37530         * lib/unistd--.h (pipe): Define to pipe_safer.
37531         * lib/unistd-safer.h: Declare pipe_safer.
37532
37533 2005-08-26  Simon Josefsson  <jas@extundo.com>
37534
37535         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
37536         Haible <bruno@clisp.org>.
37537
37538 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
37539
37540         * lib/regex_internal.h: Remove all references to
37541         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
37542         or better.
37543         (bitset_not, bitset_merge, bitset_not_merge):
37544         (bitset_mask, re_string_allocate, re_string_construct):
37545         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
37546         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
37547         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
37548         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
37549         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37550         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37551         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
37552         (re_acquire_state_context):
37553         Remove unnecessary forward decls.
37554         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
37555         Put __attribute at function definition,
37556         now that the function decl has been removed.
37557         * lib/regex_internal.c (re_string_peek_byte_case):
37558         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
37559         Likewise.
37560
37561 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
37562
37563         * m4/regex.m4: Add AC_PREREQ(2.50).
37564         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
37565
37566 2005-08-25  Simon Josefsson  <jas@extundo.com>
37567
37568         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
37569         __fsetlocking.
37570
37571 2005-08-25  Simon Josefsson  <jas@extundo.com>
37572
37573         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
37574         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
37575         GLIBC specific code.
37576
37577 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37578
37579         Make regex safe for g++.  This fixes one real bug (an "err"
37580         that should have been "*err").  g++ problem reported by
37581         Sam Steingold.
37582         * lib/regex_internal.h (re_calloc): New macro, consistent with
37583         re_malloc etc.  All callers of calloc changed to use re_calloc.
37584         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
37585         not int.  All callers changed.
37586         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
37587         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
37588         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
37589         (find_recover_state): Change "err" to "*err"; this fixes what
37590         appears to be a real bug.
37591         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
37592         versus int.
37593
37594 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37595
37596         * modules/regex (Depends-on): Add malloc, since the code
37597         assumes that !malloc(0) means failure.
37598
37599 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37600
37601         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
37602
37603         alloca modernization/simplification for regex.
37604         * lib/regex.c: Remove portability cruft for alloca.  This no longer
37605         needs to be at the start of the file, and can be moved into
37606         regex_internal.h and simplified.
37607         * lib/regex_internal.h: Include <alloca.h>.
37608         (__libc_use_alloca) [!defined _LIBC]: New macro.
37609         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
37610         now works outside glibc.
37611
37612 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37613
37614         * config/srclist.txt: Add glibc bugs 1241, 1245.
37615
37616 2005-08-25  Jim Meyering  <jim@meyering.net>
37617
37618         * lib/open-safer.c: Include <config.h>.
37619         Otherwise, we'd lose LARGEFILE support in any file using
37620         e.g. "fcntl--.h"
37621
37622 2005-08-25  Bruno Haible  <bruno@clisp.org>
37623
37624         * m4/minmax.m4: Require autoconf 2.52.
37625         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
37626         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
37627         alternatives of translit over the alphabet.
37628         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
37629
37630 2005-08-24  Simon Josefsson  <jas@extundo.com>
37631
37632         * tests/test-getpass.c: New file.
37633
37634 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37635
37636         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
37637         for GNU regex features.
37638
37639 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37640
37641         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
37642         * lib/regex.h (regerror): Likewise.
37643
37644         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
37645         requires this.  (The code never needed it.)
37646
37647         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
37648         All uses of recently-renamed identifiers changed to use the new,
37649         POSIX-compliant names.  The code will build and run just fine
37650         without these changes, but it's better to eat our own dog food
37651         and use the standard-conforming names.
37652
37653         * lib/regex.h: Fix a multitude of POSIX name space violations.
37654         These changes have an effect only for programs that define
37655         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
37656         do not change anything for programs compiled in the normal way.
37657         Also, there is no effect on the ABI.
37658
37659         (_REGEX_SOURCE): New macro.
37660         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
37661         defined and _GNU_SOURCE is not; this fixes a name space violation.
37662
37663         Rename the following macros to obey POSIX requirements.
37664         The old names are still visible as macros if _REGEX_SOURCE is defined.
37665         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
37666         RE_BACKSLASH_ESCAPE_IN_LISTS.
37667         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
37668         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
37669         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
37670         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
37671         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
37672         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
37673         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
37674         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
37675         (REG_INTERVALS): renamed from RE_INTERVALS.
37676         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
37677         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
37678         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
37679         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
37680         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
37681         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
37682         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
37683         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
37684         RE_UNMATCHED_RIGHT_PAREN_ORD.
37685         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
37686         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
37687         (REG_DEBUG): renamed from RE_DEBUG.
37688         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
37689         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
37690         unusual, since we can't clash with the POSIX REG_ICASE.
37691         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
37692         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
37693         (REG_NO_SUB): renamed from RE_NO_SUB.
37694         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
37695         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
37696         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
37697         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
37698         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
37699         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
37700         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
37701         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
37702         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
37703         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
37704         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
37705         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
37706         RE_SYNTAX_POSIX_MINIMAL_BASIC.
37707         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
37708         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
37709         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
37710         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
37711         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
37712         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
37713         (REG_FIXED): Renamed from REGS_FIXED.
37714         (REG_NREGS): Renamed from RE_NREGS.
37715
37716         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
37717         of other REG_* macros, since POSIX says the user is allowed to
37718         #undef these macros selectively.
37719
37720         (reg_errcode_t): Update comment stating what other tables need
37721         to be consistent.
37722
37723         Rename the following enum values to obey POSIX requirements.
37724         The old names are still visible as macros.
37725         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
37726         is not defined, since GNU is supposed to be a superset of POSIX as
37727         much as possible, and since we want reg_errcode_t to be a signed
37728         type for implementation consistency.
37729         (_REG_NOERROR): Renamed from REG_NOERROR.
37730         (_REG_NOMATCH): Renamed from REG_NOMATCH.
37731         (_REG_BADPAT): Renamed from REG_BADPAT.
37732         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
37733         (_REG_ECTYPE): Renamed from REG_ECTYPE.
37734         (_REG_EESCAPE): Renamed from REG_EESCAPE.
37735         (_REG_ESUBREG): Renamed from REG_ESUBREG.
37736         (_REG_EBRACK): Renamed from REG_EBRACK.
37737         (_REG_EPAREN): Renamed from REG_EPAREN.
37738         (_REG_EBRACE): Renamed from REG_EBRACE.
37739         (_REG_BADBR): Renamed from REG_BADBR.
37740         (_REG_ERANGE): Renamed from REG_ERANGE.
37741         (_REG_ESPACE): Renamed from REG_ESPACE.
37742         (_REG_BADRPT): Renamed from REG_BADRPT.
37743         (_REG_EEND): Renamed from REG_EEND.
37744         (_REG_ESIZE): Renamed from REG_ESIZE.
37745         (_REG_ERPAREN): Renamed from REG_ERPAREN.
37746         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
37747         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
37748         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
37749         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
37750
37751         (_REG_RE_NAME, _REG_RM_NAME): New macros.
37752         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
37753         changed.  But support the old name if the new one is not defined
37754         and if _REGEX_SOURCE.
37755
37756         Change the following member names in struct re_pattern_buffer.
37757         The old names are still supported if !_REGEX_SOURCE.
37758         The new names are always supported, regardless of _REGEX_SOURCE.
37759         (re_buffer): Renamed from buffer.
37760         (re_allocated): Renamed from allocated.
37761         (re_used): Renamed from used.
37762         (re_syntax): Renamed from syntax.
37763         (re_fastmap): Renamed from fastmap.
37764         (re_translate): Renamed from translate.
37765         (re_can_be_null): Renamed from can_be_null.
37766         (re_regs_allocated): Renamed from regs_allocated.
37767         (re_fastmap_accurate): Renamed from fastmap_accurate.
37768         (re_no_sub): Renamed from no_sub.
37769         (re_not_bol): Renamed from not_bol.
37770         (re_not_eol): Renamed from not_eol.
37771         (re_newline_anchor): Renamed from newline_anchor.
37772
37773         Change the following member names in struct re_registers.
37774         The old names are still supported if !_REGEX_SOURCE.
37775         The new names are always supported, regardless of _REGEX_SOURCE.
37776         (rm_num_regs): Renamed from num_regs.
37777         (rm_start): Renamed from start.
37778         (rm_end): Renamed from end.
37779
37780         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
37781         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
37782         Prepend __ to parameter names.
37783
37784         Undo yesterday's changes.
37785
37786 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37787
37788         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
37789         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
37790         lib/regex.c.
37791
37792 2005-08-24  Jim Meyering  <jim@meyering.net>
37793
37794         Sync from coreutils.
37795         * m4/fcntl-safer.m4: New file.
37796
37797         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
37798         and object files for this module.
37799
37800 2005-08-24  Jim Meyering  <jim@meyering.net>
37801
37802         Sync from coreutils.
37803         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
37804
37805 2005-08-24  Jim Meyering  <jim@meyering.net>
37806
37807         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
37808         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
37809
37810 2005-08-24  Jim Meyering  <jim@meyering.net>
37811
37812         * modules/fcntl-safer: New module.
37813         * modules/fts (Depends-on): Add fcntl-safer.
37814         * MODULES.html.sh (File descriptor based Input/Output):
37815         Add fcntl-safer.
37816
37817 2005-08-24  Bruno Haible  <bruno@clisp.org>
37818
37819         Support for unit test modules.
37820         * modules/README: Mention tests modules.
37821         * modules/TEMPLATE-TESTS: New file.
37822         * gnulib-tool: New options --extract-tests-module, --with-tests and
37823         --tests-base (unused for the moment).
37824         (testsbase, inctests): New variables.
37825         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
37826         (func_verify_module): Exclude TEMPLATE-TESTS.
37827         (func_verify_nontests_module, func_verify_tests_module): New functions.
37828         (func_get_dependencies): Add implicit dependency for tests modules.
37829         (func_get_tests_module): New function.
37830         (func_modules_transitive_closure): When --with-tests was specified,
37831         include the unit tests as well, unless explicitly avoided.
37832         (func_emit_lib_Makefile_am): Ignore the tests modules here.
37833         (func_emit_tests_Makefile_am): New function.
37834         (func_create_testdir): When --with-tests was specified, emit a
37835         tests/ directory.
37836         * MODULES.html.sh (Future developments): Update.
37837
37838 2005-08-24  Bruno Haible  <bruno@clisp.org>
37839
37840         * modules/tls-tests: New file.
37841         * tests/test-tls.c: New file, from GNU gettext.
37842
37843 2005-08-24  Bruno Haible  <bruno@clisp.org>
37844
37845         * modules/lock-tests: New file.
37846         * tests/test-lock.c: New file, from GNU gettext.
37847
37848 2005-08-24  Bruno Haible  <bruno@clisp.org>
37849
37850         * lib/lock.h: Add multiple inclusion guard.
37851         * lib/tls.h: Add multiple inclusion guard.
37852
37853 2005-08-24  Bruno Haible  <bruno@clisp.org>
37854
37855         * gnulib-tool: Add support for the --aux-dir option to
37856         --create-testdir, --create-megatestdir, --test, --megatest.
37857         (func_create_testdir, func_create_megatestdir): Optionally emit a
37858         AC_CONFIG_AUX_DIR directive.
37859         (create-testdir, create-megatestdir, test, megatest): Provide a
37860         default value for $auxdir.
37861
37862 2005-08-24  Bruno Haible  <bruno@clisp.org>
37863
37864         * gnulib-tool (import): Use compound statement instead of subshell
37865         where possible.
37866
37867 2005-08-24  Bruno Haible  <bruno@clisp.org>
37868
37869         * gnulib-tool (import): Change --aux-dir default to "build-aux".
37870
37871 2005-08-24  Bruno Haible  <bruno@clisp.org>
37872
37873         * gnulib-tool (func_version): Update.
37874
37875 2005-08-24  Bruno Haible  <bruno@clisp.org>
37876
37877         * gnulib-tool (func_import, func_create_testdir,
37878         func_create_megatestdir): Quote all autoconf macro arguments.
37879
37880 2005-08-24  Bruno Haible  <bruno@clisp.org>
37881
37882         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
37883         option --force, because --force causes the aclocal.m4 of each
37884         subdirectory to be newer than the corresponding config.h.in.
37885
37886 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37887
37888         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
37889         All contents moved to gl_REGEX.
37890         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
37891         assume that it does.
37892
37893 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37894
37895         * lib/regex.h (REG_NOSYS)
37896         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
37897         Define, since POSIX requires it as of 2001.
37898         (_REG_ENOSYS)
37899         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
37900         New private symbol, used to keep the enum signed in all cases.
37901         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
37902         Youngman in
37903         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
37904
37905         * lib/regex_internal.c (re_string_skip_chars, register_state):
37906         (calc_state_hash):
37907         Remove forward decls; no longer needed now that we use prototypes.
37908         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
37909         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
37910         (clean_state_log_if_needed): Likewise.
37911
37912 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37913
37914         * config/srclist.txt: Add glibc bugs 1231-1233.
37915
37916 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37917
37918         Fix problems reported by Sam Steingold in
37919         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
37920         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
37921         assumed that reg_errcode_t is a signed type, which is not
37922         necessarily true if _XOPEN_SOURCE is not defined.
37923         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
37924         since some compilers warn about it otherwise.
37925
37926 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
37927
37928         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
37929         (init_word_char, create_initial_state, duplicate_node_closure):
37930         (fetch_token, peek_token_bracket, build_range_exp):
37931         (build_collating_symbol): Remove forward decls; no longer needed
37932         now that we use prototypes.
37933
37934         * lib/regcomp.c:
37935         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
37936         (re_compile_fastmap_iter, regcomp, regerror, regfree):
37937         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
37938         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
37939         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
37940         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
37941         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
37942         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
37943         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
37944         (build_range_exp, build_collating_symbol, parse_bracket_exp):
37945         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
37946         (build_charclass, build_charclass_op, fetch_number, create_tree):
37947         (create_token_tree, mark_opt_subexp, duplicate_tree):
37948         Use prototypes rather than old-style definitions.
37949
37950         * lib/regex_internal.c:
37951         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
37952         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
37953         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
37954         (re_string_reconstruct, re_string_peek_byte_case):
37955         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
37956         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
37957         (re_node_set_init_copy, re_node_set_add_intersect):
37958         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37959         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37960         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
37961         (re_acquire_state, re_acquire_state_context, register_state):
37962         (create_ci_newstate, create_cd_newstate, free_state):
37963         Likewise.
37964         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
37965         re_search_2):
37966         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
37967         (re_search_internal, prune_impossible_nodes):
37968         (acquire_init_state_context, check_matching, static):
37969         (check_halt_node_context, check_halt_state_context, proceed_next_node):
37970         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
37971         (update_regs, sift_states_backward, build_sifted_states):
37972         (clean_state_log_if_needed, merge_state_array):
37973         (update_cur_sifted_state, add_epsilon_src_nodes):
37974         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
37975         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
37976         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
37977         (find_recover_state, check_subexp_matching_top, transit_state_mb):
37978         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
37979         (check_arrival, check_arrival_add_next_nodes):
37980         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
37981         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
37982         (check_node_accept_bytes, check_node_accept, extend_buffers):
37983         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
37984         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
37985         (sift_ctx_init):
37986         Likewise.
37987
37988         * lib/regex_internal.h:
37989         (re_string_allocate, re_string_construct, re_string_reconstruct):
37990         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
37991         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
37992         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
37993         (re_string_context_at, re_string_peek_byte_case):
37994         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
37995         is defined, since we now use prototypes always.
37996
37997         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
37998         C89 or better.  All uses removed.
37999
38000 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38001
38002         * config/srclist.txt: Add glibc bugs 1220-1227.
38003
38004 2005-08-20  Jim Meyering  <jim@meyering.net>
38005
38006         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
38007         of unused local, dfa.
38008
38009 2005-08-20  Bruno Haible  <bruno@clisp.org>
38010
38011         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
38012
38013 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38014
38015         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
38016         (re_node_set_insert_last, re_dfa_add_node):
38017         Rename local variables to avoid GCC shadowing warnings.
38018
38019 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38020
38021         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
38022         [defined lint]: Suppress bogus uninitialized-variable warnings.
38023
38024         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
38025         and let the caller return REG_ESPACE if out of space.  This
38026         removes an uninitialied-variable warning with GCC 4.0.1, and also
38027         avoids taking the address of a local variable.  All callers
38028         changed.
38029
38030 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38031
38032         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
38033         $LIBCSRC/posix/regexec.c.
38034         Add glibc bug 1217 for regcomp.c.
38035
38036 2005-08-19  Jim Meyering  <jim@meyering.net>
38037
38038         * lib/regexec.c (proceed_next_node): Redo local variables to
38039         avoid GCC shadowing warnings.
38040
38041 2005-08-18  Bruno Haible  <bruno@clisp.org>
38042
38043         * lib/strstr.c (strstr): Fix return value in multibyte case.
38044         * lib/strcasestr.c (strcasestr): Likewise.
38045
38046 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38047
38048         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
38049
38050 2005-08-17  Jim Meyering  <jim@meyering.net>
38051
38052         Make the %s format (seconds since the epoch) work for a negative
38053         number and when used with a zero-padded field width, e.g. %015s.
38054
38055         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
38056         label so that it precedes the code to set `digits'.  Otherwise,
38057         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
38058         print `00-22'.  Now, it prints `-0022', as it should.
38059
38060 2005-08-17  Bruno Haible  <bruno@clisp.org>
38061
38062         * modules/strstr (Files): Add m4/mbrtowc.m4.
38063         (Depends-on): Add mbuiter.
38064
38065 2005-08-17  Bruno Haible  <bruno@clisp.org>
38066
38067         * modules/strcasestr: New file.
38068         * MODULES.html.sh (String handling, based on ANSI C 89): Add
38069         strcasestr.
38070
38071 2005-08-17  Bruno Haible  <bruno@clisp.org>
38072
38073         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
38074
38075 2005-08-17  Bruno Haible  <bruno@clisp.org>
38076
38077         * modules/mbuiter: New file.
38078         * MODULES.html.sh (Extended multibyte and wide character utilities):
38079         Add mbuiter.
38080
38081 2005-08-17  Bruno Haible  <bruno@clisp.org>
38082
38083         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
38084         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
38085
38086 2005-08-17  Bruno Haible  <bruno@clisp.org>
38087
38088         * m4/strcasestr.m4: New file.
38089
38090 2005-08-17  Bruno Haible  <bruno@clisp.org>
38091
38092         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
38093         * lib/strstr.c: Completely rewritten, with multibyte locale support.
38094
38095 2005-08-17  Bruno Haible  <bruno@clisp.org>
38096
38097         * lib/strcasestr.h: New file.
38098         * lib/strcasestr.c: New file.
38099
38100 2005-08-17  Bruno Haible  <bruno@clisp.org>
38101
38102         * lib/strcasecmp.c: Use mbuiter.h.
38103
38104 2005-08-17  Bruno Haible  <bruno@clisp.org>
38105
38106         * lib/mbuiter.h: New file.
38107
38108 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38109
38110         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
38111         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
38112         and gl_GETOPT are both invoked via different paths (as happens
38113         with GNU tar CVS because it uses both argp and getopt), the former
38114         wins.
38115
38116 2005-08-16  Bruno Haible  <bruno@clisp.org>
38117
38118         * modules/tls: New file.
38119         * MODULES.html.sh (Multithreading): Add tls.
38120
38121 2005-08-16  Bruno Haible  <bruno@clisp.org>
38122
38123         * modules/strnlen1: New file.
38124         * MODULES.html.sh (String handling): Add strnlen1.
38125
38126 2005-08-16  Bruno Haible  <bruno@clisp.org>
38127
38128         * modules/strcase (Files): Add m4/mbrtowc.m4.
38129         (Depends-on): Add strnlen1, mbchar.
38130
38131 2005-08-16  Bruno Haible  <bruno@clisp.org>
38132
38133         * modules/mbiter: New file.
38134         * MODULES.html.sh (Extended multibyte and wide character utilities):
38135         Add mbiter.
38136
38137 2005-08-16  Bruno Haible  <bruno@clisp.org>
38138
38139         * modules/mbfile: New file.
38140         * MODULES.html.sh (Extended multibyte and wide character utilities):
38141         Add mbfile.
38142
38143 2005-08-16  Bruno Haible  <bruno@clisp.org>
38144
38145         * modules/mbchar: New file.
38146         * MODULES.html.sh (Extended multibyte and wide character utilities):
38147         New section.
38148
38149 2005-08-16  Bruno Haible  <bruno@clisp.org>
38150
38151         * m4/tls.m4: New file, from GNU gettext.
38152
38153 2005-08-16  Bruno Haible  <bruno@clisp.org>
38154
38155         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
38156         always.
38157         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
38158
38159 2005-08-16  Bruno Haible  <bruno@clisp.org>
38160
38161         * m4/mbiter.m4: New file.
38162
38163 2005-08-16  Bruno Haible  <bruno@clisp.org>
38164
38165         * m4/mbfile.m4: New file.
38166
38167 2005-08-16  Bruno Haible  <bruno@clisp.org>
38168
38169         * m4/mbchar.m4: New file.
38170
38171 2005-08-16  Bruno Haible  <bruno@clisp.org>
38172
38173         * lib/tls.h: New file, from GNU gettext.
38174         * lib/tls.c: New file, from GNU gettext.
38175
38176 2005-08-16  Bruno Haible  <bruno@clisp.org>
38177
38178         * lib/strnlen1.h: New file.
38179         * lib/strnlen1.c: New file.
38180
38181 2005-08-16  Bruno Haible  <bruno@clisp.org>
38182
38183         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
38184         (mbi_init): Update.
38185         (mbi_avail, mbi_advance): Let the iteration end before the terminating
38186         NUL byte, not after it.
38187
38188 2005-08-16  Bruno Haible  <bruno@clisp.org>
38189
38190         * lib/strcase.h (strcasecmp): Add note in comments.
38191         * lib/strncasecmp.c: Use code from strcasecmp.c.
38192         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
38193         (strcasecmp): Work correctly in multibyte locales.
38194
38195 2005-08-16  Bruno Haible  <bruno@clisp.org>
38196
38197         * lib/mbiter.h: New file.
38198
38199 2005-08-16  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/mbfile.h: New file.
38202
38203 2005-08-16  Bruno Haible  <bruno@clisp.org>
38204
38205         * lib/mbchar.h: New file.
38206         * lib/mbchar.c: New file.
38207
38208 2005-08-16  Bruno Haible  <bruno@clisp.org>
38209
38210         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
38211         the valid ones. Makes the comparison operations transitive:
38212         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
38213         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
38214
38215 2005-08-15  Simon Josefsson  <jas@extundo.com>
38216
38217         * modules/ssize_t (License): Change to 'unlimited'.
38218
38219         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
38220
38221 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38222
38223         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
38224         Add comments for each pending glibc patch.
38225
38226 2005-08-15  Bruno Haible  <bruno@clisp.org>
38227
38228         * lib/regex.h (__restrict_arr): Don't define to __restrict if
38229         __cplusplus is defined.
38230
38231 2005-08-14  Jim Meyering  <jim@meyering.net>
38232
38233         Sync from coreutils.
38234
38235         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
38236         Use the hash-table-based cycle-detection code not just when
38237         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
38238         Reported by James Youngman in
38239         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
38240         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
38241         FTS_TIGHT_CYCLE_CHECK.
38242         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
38243         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
38244         once again.
38245         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
38246         * lib/fts.c (fd_safer): Remove decl.
38247         Include fcntl--.h rather than unistd-safer.h
38248         (fts_safe_changedir): Don't call fd_safer; no longer needed
38249         now that we include fcntl--.h.
38250
38251 2005-08-12  Simon Josefsson  <jas@extundo.com>
38252
38253         * modules/getndelim2: Use ssize_t module.
38254         * modules/getnline: Likewise.
38255         * modules/safe-read: Likewise.
38256         * modules/xreadlink: Likewise.
38257
38258         * modules/ssize_t: New file.
38259
38260 2005-08-12  Simon Josefsson  <jas@extundo.com>
38261
38262         * m4/readline.m4: Look for termcap, curses or ncurses if required.
38263
38264 2005-08-12  Simon Josefsson  <jas@extundo.com>
38265
38266         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38267         ssize_t.
38268
38269 2005-08-12  Simon Josefsson  <jas@extundo.com>
38270
38271         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
38272         readline, getdelim and check_version.
38273         (Support for systems lacking ISO C 99: Sizes of integer types):
38274         Add size_max.
38275
38276 2005-08-12  Bruno Haible  <bruno@clisp.org>
38277
38278         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
38279
38280 2005-08-11  Simon Josefsson  <jas@extundo.com>
38281
38282         * modules/readline: New file.
38283
38284         * modules/strnlen (Files): Add strnlen.h.
38285
38286 2005-08-11  Simon Josefsson  <jas@extundo.com>
38287
38288         * m4/readline.m4: New file.
38289
38290 2005-08-11  Simon Josefsson  <jas@extundo.com>
38291
38292         * lib/readline.h, readline.c: New file.
38293
38294 2005-08-11  Simon Josefsson  <jas@extundo.com>
38295
38296         * doc/gnulib.texi (Initial import, Finishing touches): Mention
38297         gl_AVOID.
38298
38299 2005-08-11  Bruno Haible  <bruno@clisp.org>
38300
38301         * lib/strnlen.h (strnlen): Change parameter name to match comment.
38302
38303 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
38304
38305         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
38306
38307 2005-08-10  Simon Josefsson  <jas@extundo.com>
38308
38309         * tests/test-iconvme.c: New file.
38310
38311 2005-08-10  Simon Josefsson  <jas@extundo.com>
38312
38313         * m4/strnlen.m4: New file.
38314
38315         * m4/strndup.m4: Don't check for strnlen declaration, done in
38316         strnlen.m4.
38317
38318 2005-08-10  Simon Josefsson  <jas@extundo.com>
38319
38320         * lib/strndup.c: Use strnlen.h.
38321
38322         * lib/strnlen.h: New file.
38323
38324 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38325
38326         * README: Typos.
38327
38328 2005-08-02  Simon Josefsson  <jas@extundo.com>
38329
38330         * modules/readline: New file.
38331
38332 2005-08-02  Simon Josefsson  <jas@extundo.com>
38333
38334         * modules/getdelim: New file.
38335
38336         * modules/getline: Rewrite, don't use getndelim2.
38337
38338 2005-08-02  Simon Josefsson  <jas@extundo.com>
38339
38340         * m4/getline.m4: Separate out getdelim stuff into separate module.
38341
38342         * m4/getdelim.m4: New file.
38343
38344 2005-08-02  Simon Josefsson  <jas@extundo.com>
38345
38346         * lib/getline.h, getline.c: Rewrite.
38347
38348         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
38349
38350 2005-07-31  Bruno Haible  <bruno@clisp.org>
38351
38352         * lib/lock.h (gl_lock_initializer): New macro.
38353         (gl_lock_define_initialized): Use it.
38354         (gl_rwlock_initializer): New macro.
38355         (gl_rwlock_define_initialized): Use it.
38356         (gl_recursive_lock_initializer): New macro.
38357         (gl_recursive_lock_define_initialized): Use it.
38358
38359 2005-07-30  Karl Berry  <karl@gnu.org>
38360
38361         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
38362         Report from Ben Pfaff, regarding getopt.
38363
38364 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
38365
38366         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
38367         normal way.
38368         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
38369         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
38370         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
38371         (gl_GETOPT): Use the new macros.  Most of the implementation
38372         is moved to the new macros.  This is for programs like Emacs
38373         that don't want all the functionality of gl_GETOPT.
38374
38375 2005-07-26  Bruno Haible  <bruno@clisp.org>
38376
38377         * m4/lock.m4: Update from GNU gettext.
38378
38379 2005-07-26  Bruno Haible  <bruno@clisp.org>
38380
38381         * lib/lock.h: Update from GNU gettext.
38382         * lib/lock.c: Update from GNU gettext.
38383
38384 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
38385
38386         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
38387         obsolescent AC_TRY_RUN.  Include the default includes files, for
38388         'exit'.
38389
38390 2005-07-24  Bruno Haible  <bruno@clisp.org>
38391
38392         * modules/visibility: New file.
38393         * MODULES.html.sh (Misc): Add visibility.
38394
38395 2005-07-24  Bruno Haible  <bruno@clisp.org>
38396
38397         * m4/visibility.m4: New file.
38398
38399 2005-07-24  Bruno Haible  <bruno@clisp.org>
38400
38401         * doc/visibility.texi: New file.
38402
38403 2005-07-22  Bruno Haible  <bruno@clisp.org>
38404
38405         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
38406         $(ALLOCA_H), redundant through BUILT_SOURCES.
38407         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
38408         redundant through BUILT_SOURCES.
38409         * modules/byteswap (Makefile.am): Remove explicit dependency on
38410         $(BYTESWAP_H), redundant through BUILT_SOURCES.
38411         * modules/fnmatch (Makefile.am): Remove explicit dependency on
38412         $(FNMATCH_H), redundant through BUILT_SOURCES.
38413         * modules/getopt (Makefile.am): Remove explicit dependency on
38414         $(GETOPT_H), redundant through BUILT_SOURCES.
38415         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
38416         redundant through BUILT_SOURCES.
38417         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
38418         redundant through BUILT_SOURCES.
38419         * modules/stdbool (Makefile.am): Remove explicit dependency on
38420         $(STDBOOL_H), redundant through BUILT_SOURCES.
38421         * modules/stdint (Makefile.am): Remove explicit dependency on
38422         $(STDINT_H), redundant through BUILT_SOURCES.
38423         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
38424         Remove explicit dependency on $(SYSEXITS_H).
38425         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
38426
38427 2005-07-18  Simon Josefsson  <jas@extundo.com>
38428
38429         * lib/check-version.c (check_version): Accept identical versions too.
38430
38431 2005-07-18  Bruno Haible  <bruno@clisp.org>
38432
38433         * modules/lock: New file.
38434         * MODULES.html.sh (Multithreading): New section.
38435
38436 2005-07-18  Bruno Haible  <bruno@clisp.org>
38437
38438         * m4/lock.m4: New file, from GNU gettext.
38439
38440 2005-07-18  Bruno Haible  <bruno@clisp.org>
38441
38442         * lib/lock.h: New file, from GNU gettext.
38443         * lib/lock.c: New file, from GNU gettext.
38444
38445 2005-07-18  Bruno Haible  <bruno@clisp.org>
38446
38447         * lib/lock.h (gl_once_t): New type.
38448         (gl_once_define, gl_once): New macros.
38449         * lib/lock.c (fresh_once): New variable.
38450         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
38451         functions.
38452
38453 2005-07-16  Simon Josefsson  <jas@extundo.com>
38454
38455         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
38456         workaround, suggested by Bruno.
38457
38458 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38459
38460         * modules/xalloc (Depends-on): Add xalloc-die.
38461         * modules/xvasprintf (Depends-on): Add xalloc-die.
38462
38463 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38464
38465         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
38466         with a minor change.
38467
38468 2005-07-15  Bruno Haible  <bruno@clisp.org>
38469
38470         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
38471         When using lib/poll.c, define poll as rpl_poll.
38472
38473 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
38474
38475         * modules/argp (Depends-on): Remove unlocked-io.
38476
38477 2005-07-14  Derek Price  <derek@ximbiot.com>
38478
38479         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
38480         for glob symlink bug.
38481
38482 2005-07-14  Bruno Haible  <bruno@clisp.org>
38483
38484         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
38485         Instead, test for *_unlocked function declarations directly.
38486
38487 2005-07-11  Simon Josefsson  <jas@extundo.com>
38488
38489         * modules/size_max: New file.
38490
38491         * modules/xsize: Depend on size_max module for size_max.m4.
38492
38493 2005-07-11  Simon Josefsson  <jas@extundo.com>
38494
38495         * lib/size_max.h: New file.
38496
38497 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
38498
38499         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
38500         copyright symbol and the year.
38501         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
38502         (version_etc_va): Use parameterized copyright notice.
38503         Reword to conform to the current GNU coding standards.
38504
38505 2005-07-11  Karl Berry  <karl@gnu.org>
38506
38507         * doc/gnulib.texi (Quoting): new node.
38508         (Initial import): more info, from Patrice.
38509
38510 2005-07-11  Bruno Haible  <bruno@clisp.org>
38511
38512         * gnulib-tool (func_usage): Document option --avoid.
38513         (Command line options): Handle --avoid.
38514         (func_acceptable): New function.
38515         (func_modules_transitive_closure): Use it.
38516
38517 2005-07-11  Bruno Haible  <bruno@clisp.org>
38518
38519         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
38520         Reported by Jim Meyering.
38521
38522 2005-07-10  Bruno Haible  <bruno@clisp.org>
38523
38524         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
38525         Needed when size_t is smaller than 'unsigned int'.
38526         Reported by Paul Eggert.
38527
38528 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38529
38530         * modules/argp (Depends-on): Add unlocked-io
38531
38532 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38533
38534         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
38535         block of defines.
38536
38537 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
38538
38539         * config/srclist.txt: Comment out regcomp.c, since we have a porting
38540         fix now.
38541
38542 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
38543         and Paul Eggert  <eggert@cs.ucla.edu>
38544
38545         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
38546         in wint_t, not wchar_t.  Remove now-unnecessary cast.
38547
38548 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38549
38550         * modules/regex (Files): Add lib/regex_internal.c,
38551         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
38552         (Depends-on): Add extensions.
38553         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
38554
38555 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38556
38557         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
38558         pathconf.
38559         * m4/same.m4 (gl_SAME): Likewise.
38560         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
38561
38562         * m4/regex.m4: Adjust to new libc regex implementation.
38563         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
38564         all the .c and .h parts of (the new) regex.
38565         Quote the m4 stuff better.
38566         Check for RE_ICASE bug of old gnulib.
38567         Check for REG_STARTEND of recent libc.
38568         Rename local variables from jm_* to gl_*.
38569         Quote operand of "test -f".
38570         Say "recent enough" version of libc, not "version 2".
38571         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
38572         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
38573         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
38574         Remove check for btowc, isascii.
38575         Require AM_LANGINFO_CODESET.
38576
38577 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38578
38579         * lib/regex.c, regex.h: Sync from libc.
38580         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
38581         * lib/regexec.c:
38582         New files, synced from libc, except that regex_internal.h
38583         currently has a small porting fix.
38584
38585 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38586
38587         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
38588         regex_internal.c, regexec.c.
38589         Add regex_internal.h too, but as a comment, since the libc version
38590         is currently broken in gnulib mode.
38591
38592 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38593
38594         Support programs like Emacs that use gnulib but not gettext.
38595         * MODULES.html.sh (Internationalization functions): Add gettext-h.
38596         * modules/gettext-h: New file.
38597         * modules/gettext (Files): Remove lib/gettext.h.
38598         (Depends-on): Add gettext-h.
38599         (Makefile.am): Remove lib_SOURCES.
38600         * modules/argmatch, modules/c-stack, modules/closeout:
38601         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
38602         * modules/execute, modules/file-type, modules/getaddrinfo:
38603         * modules/getopt, modules/human, modules/javacomp:
38604         * modules/javaexec, modules/mkdir-p, modules/obstack:
38605         * modules/openat, modules/pagealign_alloc, modules/pipe:
38606         * modules/quotearg, modules/regex, modules/rpmatch:
38607         * modules/unicodeio, modules/userspec, modules/version-etc:
38608         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
38609         * modules/xsetenv:
38610         Depend on gettext-h, not gettext.
38611
38612 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
38613
38614         * gnulib-tool (func_import): Add support for 'public domain' license.
38615         * modules/alloca, modules/atexit, modules/memmove:
38616         Now public domain, not GPL.
38617         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
38618         * modules/realloc, modules/strerror, modules/strtod:
38619         Now LGPL, not GPL.
38620
38621 2005-07-05  Bruno Haible  <bruno@clisp.org>
38622
38623         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
38624         autoconf CVS. Needed for mingw.
38625
38626 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38627
38628         Remove the dependency of the strftime module on the tzset module.
38629         * modules/strftime (Depends-on): Remove dependency on tzset.
38630
38631 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38632
38633         Remove the dependency of the strftime module on the tzset module.
38634         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
38635         gl_FUNC_TZSET_CLOBBER.
38636
38637 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38638
38639         Remove the dependency of the strftime module on the tzset module.
38640         * lib/strftime.c (my_strftime)
38641         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
38642         Copy the input structure, to work around some of the bug with
38643         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
38644         Solaris releases, you should also use the tzset module, but we won't
38645         require it as a dependency any more since we don't want LGPLed code
38646         to depend on GPLed code.
38647
38648 2005-07-02  Jim Meyering  <jim@meyering.net>
38649
38650         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
38651         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
38652         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
38653         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
38654
38655 2005-07-02  Jim Meyering  <jim@meyering.net>
38656
38657         * lib/backupfile.c (backup_args): Change a `0' to NULL.
38658
38659 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38660
38661         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
38662         declares only 'struct timespec;' (!).
38663
38664 2005-07-01  Jim Meyering  <jim@meyering.net>
38665
38666         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
38667         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
38668         * lib/save-cwd.c, tempname.c:
38669         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
38670         and don't include <sys/file.h>).
38671
38672 2005-06-29  Jim Meyering  <jim@meyering.net>
38673
38674         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
38675         type name.  Use the variable name instead.
38676         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
38677         Likewise.
38678
38679 2005-06-28  Simon Josefsson  <jas@extundo.com>
38680
38681         * modules/check-version (Files): Add check-version.m4.
38682
38683 2005-06-28  Simon Josefsson  <jas@extundo.com>
38684
38685         * m4/check-version.m4: New file, suggested by Jim Meyering
38686         <jim@meyering.net>.
38687
38688 2005-06-28  Simon Josefsson  <jas@extundo.com>
38689
38690         * lib/check-version.h, lib/check-version.c: New files.
38691
38692 2005-06-28  Simon Josefsson  <jas@extundo.com>
38693
38694         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
38695         collision with global variable.  Better indentation.  Don't
38696         increment buffer pointer beyond buffer end.  Based on comments
38697         from Paul Eggert <eggert@cs.ucla.edu>.
38698
38699         * lib/base64.h: Indent.
38700
38701 2005-06-28  Simon Josefsson  <jas@extundo.com>
38702
38703         * doc/gnulib.texi (Library version handling): New section.
38704
38705 2005-06-28  Jim Meyering  <jim@meyering.net>
38706
38707         * check-module (find_included_lib_files): Hard-code another
38708         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
38709         but modules/fts-lgpl (correctly) does not list those files.
38710
38711         * modules/canonicalize (Files): Add lib/pathmax.h.
38712
38713 2005-06-25  Simon Josefsson  <jas@extundo.com>
38714
38715         * modules/check-version: New file.
38716
38717 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
38718
38719         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
38720         initializer of struct addrinfo, as an indication that we don't
38721         care how many members the structure has.
38722
38723 2005-06-24  Derek Price  <derek@ximbiot.com>
38724         and Bruno Haible  <bruno@clisp.org>
38725
38726         Remove stat module & update lstat.
38727         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
38728         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38729         * m4/stat.m4: Remove this file.
38730
38731 2005-06-24  Derek Price  <derek@ximbiot.com>
38732         and Bruno Haible  <bruno@clisp.org>
38733
38734         Remove stat module & update lstat.
38735         * lib/stat.c: Remove this file...
38736         (slash_aware_lstat): ...moving this content and its support...
38737         * lib/lstat.c (rpl_lstat): ...into here.
38738         * lib/lstat.h: New file.
38739
38740 2005-06-24  Derek Price  <derek@ximbiot.com>
38741         and Bruno Haible  <bruno@clisp.org>
38742
38743         Remove stat module & update lstat.
38744         * config/srclist.txt (libc sources): Remove stat.
38745
38746 2005-06-24  Derek Price  <derek@ximbiot.com>
38747         and Bruno Haible  <bruno@clisp.org>
38748
38749         Remove stat module & update lstat.
38750         * MODULES.html.sh (stat): Remove.
38751         * MODULES.html: Regenerated.
38752         * modules/lstat (Description): Correct function name.
38753         (Files): Add "lstat.h".
38754         (Depends-on): Remove stat, add xalloc, stat-macros.
38755         * modules/stat: Remove this file.
38756         (Include): Add "lstat.h", remove <sys/stat.h>.
38757
38758 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
38759
38760         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
38761         (ranged_convert): Don't save conversion in a temporary struct.
38762         This causes a warning with GCC 4.0.0, and anyway in the typical
38763         case it's not worth the extra 100 bytes or so of code.
38764         (ranged_convert, __mktime_internal): When calling a function via a
38765         pointer P, use P () rather than (*P) (), as we now assume C89 or
38766         better.
38767
38768 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38769
38770         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
38771         "who -r" failed to give output.  Problem reported by Tim Waugh.
38772
38773         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
38774         (xcalloc): Use it to avoid needless tests.
38775         Problem reported by Jim Meyering.
38776
38777 2005-06-20  Derek Price  <derek@ximbiot.com>
38778
38779         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
38780         unnecessary for Autoconfs > 2.59c.
38781
38782 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38783
38784         * lib/argp.h (__option_is_short): Check upper limit of
38785         __key. Isprint() requires its argument to have the value
38786         of an unsigned char or EOF.
38787
38788 2005-06-16  Jim Meyering  <jim@meyering.net>
38789
38790         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
38791         when either N or S is zero.
38792
38793 2005-06-16  Derek Price  <derek@ximbiot.com>
38794
38795         * m4/bison.m4: Declare YACC & YFLAGS precious.
38796
38797 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
38798
38799         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
38800         multibyte string or pattern, fall back on unibyte matching.
38801         Problem reported by James Youngman.
38802
38803 2005-06-08  Bruno Haible  <bruno@clisp.org>
38804
38805         * modules/csharpcomp: New file.
38806         * MODULES.html.sh (C#): Add csharpcomp.
38807
38808 2005-06-08  Bruno Haible  <bruno@clisp.org>
38809
38810         * m4/csharpcomp.m4: New file, from GNU gettext.
38811
38812 2005-06-08  Bruno Haible  <bruno@clisp.org>
38813
38814         * lib/csharpcomp.h: New file, from GNU gettext.
38815         * lib/csharpcomp.c: New file, from GNU gettext.
38816         * lib/csharpcomp.sh.in: New file, from GNU gettext.
38817
38818 2005-06-08  Bruno Haible  <bruno@clisp.org>
38819
38820         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
38821         warning on mingw.
38822
38823 2005-06-07  Derek Price  <derek@ximbiot.com>
38824
38825         Sync from CVS.
38826         * lib/glob_.h: Indent nested #ifdef.
38827
38828 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38829
38830         Sync from coreutils.
38831         Use "file name" when talking about file names, instead of "filename"
38832         or "path", as per the GNU coding standards.
38833         * lib/mkdir-p.c: Renamed from makepath.c.
38834         (make_dir_parents): Renamed from make_path.  All callers changed.
38835         * lib/mkdir-p.h: Likewise.  All includers changed.
38836         * lib/filenamecat.c: Renamed from path-concat.c.
38837         (file_name_concat): Renamed from path_concat.  All callers changed.
38838         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
38839         * lib/filenamecat.h: Likewise.  All includers changed.
38840         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
38841         in comments or local variable names.
38842         * lib/basename.c: Likewise.
38843         * lib/canonicalize.c, canonicalize.h: Likewise.
38844         * lib/dirname.c, dirname.h: Likewise.
38845         * lib/euidaccess.c: Likewise.
38846         * lib/exclude.c: Likewise
38847         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
38848         * lib/fsusage.c, fsuage.h: Likewise.
38849         * lib/fts.c, fts_.h: Likewise.
38850         * lib/getcwd.c: Likewise.
38851         * lib/getloadavg.c: Likewise.
38852         * lib/mkstemp.c: Likewise.
38853         * lib/mountlist.c, mountlist.h: Likewise.
38854         * lib/openat.c, openat.h: Likewise.
38855         * lib/readlink-stub.c: Likewise.
38856         * lib/readutmp.c, readutmp.h: Likewise.
38857         * lib/rename.c: Likewise.
38858         * lib/rmdir.c: Likewise.
38859         * lib/same.c: Likewise.
38860         * lib/savedir.c: Likewise.
38861         * lib/stripslash.c: Likewise.
38862         * lib/tempname.c: Likewise.
38863         * lib/xreadlink.c: Likewise.
38864         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
38865         All uses changed.
38866         * lib/exclude.h: Likewise.
38867
38868         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
38869         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38870         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
38871         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38872         * lib/pathmax.h: Include <limits.h> unconditionally, since other
38873         files have been getting away with it for years (MORE/BSD 4.3
38874         is extinct now).
38875         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
38876         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38877
38878         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
38879         Define to 256, not 255, as per modern POSIX.
38880
38881 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38882
38883         Sync from coreutils.
38884         Use "file name" when talking about file names, instead of "filename"
38885         or "path", as per the GNU coding standards.
38886         * MODULES.html.sh: mkdir-p renamed from makepath.
38887         filenamecat renamed from path-concat.
38888         * modules/filenamecat: Renamed from modules/path-concat.
38889         (Files): filenamecat.h and filenamecat.c renamed from
38890         path-concat.h and path-concat.c.
38891         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
38892         (Include): filenamecat.h, not path-concat.h.
38893         * modules/mkdir-p: Renamed from modules/makepath.
38894         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
38895         makepath.c.
38896         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
38897         (Include): mkdir-p.h, not makepath.h.
38898
38899 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38900
38901         Sync from coreutils.
38902         * m4/mkdir-p.m4: Renamed from makepath.m4.
38903         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
38904         Rename files from makepath.c to mkdir-p.c, and from
38905         makepath.h to mkdir-p.h.
38906         * m4/filenamecat.m4: Renamed from path-concat.m4.
38907         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
38908         Rename files from path-concat.c to filenamecat.c,
38909         and from path-concat.h to filenamecat.h.
38910         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
38911         "file name" in local variables or comments.
38912         * m4/rename.m4: Likewise.
38913
38914 2005-06-01  Bruno Haible  <bruno@clisp.org>
38915
38916         * modules/csharpexec: New file.
38917         * MODULES.html.sh (C#): New section.
38918
38919 2005-06-01  Bruno Haible  <bruno@clisp.org>
38920
38921         * m4/csharp.m4: New file, from GNU gettext.
38922         * m4/csharpexec.m4: New file, from GNU gettext.
38923
38924 2005-06-01  Bruno Haible  <bruno@clisp.org>
38925
38926         * lib/csharpexec.h: New file, from GNU gettext.
38927         * lib/csharpexec.c: New file, from GNU gettext.
38928         * lib/csharpexec.sh.in: New file, from GNU gettext.
38929
38930 2005-05-31  Derek Price  <derek@ximbiot.com>
38931             Paul Eggert  <eggert@cs.ucla.edu>
38932
38933         Sync from cvs.
38934         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
38935
38936 2005-05-31  Derek Price  <derek@ximbiot.com>
38937             Paul Eggert  <eggert@cs.ucla.edu>
38938
38939         Sync from cvs.
38940         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
38941
38942 2005-05-29  Derek Price  <derek@ximbiot.com>
38943
38944         * config/srclist.txt (glob_.h, glob.c): Add these files.
38945
38946 2005-05-29  Derek Price  <derek@ximbiot.com>
38947
38948         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
38949         * modules/glob: New file.
38950         * modules/getlogin_r: Add link to POSIX spec in description.
38951
38952 2005-05-29  Derek Price  <derek@ximbiot.com>
38953             Paul Eggert  <eggert@cs.ucla.edu>
38954
38955         * m4/glob.m4: New file.
38956
38957 2005-05-29  Derek Price  <derek@ximbiot.com>
38958             Paul Eggert  <eggert@cs.ucla.edu>
38959
38960         * lib/glob_.h, lib/glob.c: New files.
38961
38962 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
38963
38964         * modules/fts (Files): Remove m4/inttypes-pri.m4.
38965         * modules/fts-lgpl (Depends-on): Remove gettext.
38966
38967 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
38968
38969         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
38970         and don't require gt_INTTYPES_PRI.
38971
38972 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
38973
38974         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
38975
38976         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
38977         the configuration hassle isn't worth it.
38978         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
38979         (LONGEST_MODIFIER, PRIuMAX): Remove.
38980
38981 2005-05-27  Bruno Haible  <bruno@clisp.org>
38982
38983         * lib/getlogin_r.h: Remove second include of <stddef.h>.
38984
38985 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
38986
38987         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
38988         _POSIX_PTHREAD_SEMANTICS for Solaris.
38989
38990 2005-05-25  Derek Price  <derek@ximbiot.com>
38991
38992         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
38993
38994 2005-05-25  Derek Price  <derek@ximbiot.com>
38995             Paul Eggert  <eggert@cs.ucla.edu>
38996
38997         * modules/getlogin_r, m4/getlogin_r.m4: New files.
38998         * lib/getlogin_r.c, getlogin_r.h: New files.
38999
39000 2005-05-25  Bruno Haible  <bruno@clisp.org>
39001             Derek Price  <derek@ximbiot.com>
39002
39003         * lib/getlogin_r.h: Simplify API documentation.
39004
39005 2005-05-23  Derek Price  <derek@ximbiot.com>
39006
39007         * modules/minmax (Files): Add m4/minmax.m4.
39008         (configure.ac): Add gl_MINMAX.
39009
39010 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39011
39012         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
39013         so that unistd-safer.h (GPL'ed code) need not be included.
39014
39015 2005-05-22  Bruno Haible  <bruno@clisp.org>
39016
39017         * m4/minmax.m4: New file.
39018         Based on a patch by Derek Price <derek@ximbiot.com>.
39019
39020 2005-05-22  Bruno Haible  <bruno@clisp.org>
39021
39022         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
39023         (INT64_MIN): Fix definition.
39024         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
39025
39026         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
39027         NEED_SIGNED_INT_TYPES.
39028
39029         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
39030         HAVE_SYSTEM_INTTYPES.
39031
39032 2005-05-22  Bruno Haible  <bruno@clisp.org>
39033
39034         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
39035         Also include <sys/param.h> if it defines MIN, MAX.
39036         Based on a patch by Derek Price <derek@ximbiot.com>.
39037
39038 2005-05-21  Jim Meyering  <jim@meyering.net>
39039
39040         * modules/fts (Files): Add m4/inttypes-pri.m4.
39041         (Depends-on): Add lstat and remove gettext.  Alphabetize.
39042
39043 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39044
39045         New fts module.
39046         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
39047         (setup_dir, free_dir): New functions.
39048         (enter_dir, leave_dir): Define trivial
39049         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
39050         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
39051         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
39052         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
39053         Move to fts-cycle.c.
39054         (fts_open): Use setup_dir.
39055         (fts_close): Use free_dir.
39056         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
39057         This adds a label and some gotos, but the alternatives were messier.
39058         Check for memory allocation failure when entering a dir.
39059         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
39060         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
39061         (FTS): New member fts_cycle, that is a union that contains the
39062         old active_dir_ht and cycle_state.  All uses changed to mention
39063         fts_cycle.ht and fts_cycle.state.
39064         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
39065         fts.c, with the following changes:
39066         (setup_dir, free_dir): New functions.
39067         (enter_dir): Now returns bool.  Return true if successful, false
39068         if memory exhausted.  All callers changed.
39069         Do not bother partly cleaning up on
39070         memory allocation failure; that is free_dir's job.
39071         However, free ad if hash_insert fails, to avoid memory leak.
39072         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
39073         fts->fts_options to see which union member to use.
39074
39075 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
39078         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
39079
39080 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39081
39082         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
39083
39084 2005-05-20  Jim Meyering  <jim@meyering.net>
39085
39086         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
39087         Now a macro, to pacify GCC.
39088
39089 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39090
39091         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
39092         of -1.
39093
39094 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39095
39096         * lib/chown.c (rpl_chown): Return -1 on failure.
39097
39098 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39099
39100         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
39101         Don't check for stddef.h.
39102         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
39103         don't use its results.
39104         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
39105         since we include them unconditionally.  Don't require
39106         AM_STDBOOL_H, since stdbool is a prerequisite.
39107         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
39108         since we assume C89 or better.
39109         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
39110         as we don't use their results.
39111         Don't check for fchdir, memmove, memset, strrchr, as we use
39112         them unconditionally.
39113         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
39114         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
39115
39116 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39117
39118         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
39119         Include <stddef.h> unconditionally, since we assume C89 now.
39120         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
39121         * lib/fts.c: Include fts_.h first, to check interface.
39122         Do not include intprops.h; no longer needed.
39123         Include cycle-check.h and hash.h, since fts_.h no longer does.
39124         Remove unnecessary casts of closedir to void.
39125         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
39126         decide whether to decrement nlinks.
39127         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
39128         (FTS): Use struct hash_table * instead of Hash_table, so that
39129         we no longer need to include hash.h here.
39130
39131 2005-05-18  Jim Meyering  <jim@meyering.net>
39132
39133         * modules/dirfd (License): Change to LGPL.  Most of the code
39134         is already in the public domain.
39135
39136 2005-05-18  Jim Meyering  <jim@meyering.net>
39137
39138         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
39139         Reported by Yoann Vandoorselaere.
39140
39141 2005-05-17  Jim Meyering  <jim@meyering.net>
39142
39143         * m4/fts.m4: New file, from coreutils.
39144
39145 2005-05-17  Jim Meyering  <jim@meyering.net>
39146
39147         * lib/fts.c, lib/fts_.h: New files, from coreutils.
39148
39149 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39150
39151         Sync from coreutils.
39152         * m4/unlinkdir.m4: New file.
39153
39154 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39155
39156         Sync from coreutils.
39157         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
39158         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
39159         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
39160         White space changes only.
39161         * lib/makepath.c (make_path): Port to hosts where leading "//" is
39162         special.
39163         * lib/yesno.c: Include getline.h, not ctype.h.
39164         (yesno): Don't remove leading white space; POSIX doesn't allow it.
39165         Use getline to remove arbitrary restriction on response length.
39166
39167 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39168
39169         * config/srclist-update: Spell out "Street" in FSF postal
39170         mail address; this is the style the FSF seems to prefer.
39171
39172         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
39173         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
39174         this updates FSF postal mail address.
39175
39176         Sync from coreutils.
39177         * modules/unlinkdir: New file.
39178         * modules/yesno (Depends-on): Add getline.
39179         * MODULES.html.sh (File system functions): Add unlinkdir.
39180
39181 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39182
39183         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
39184         lib/strsep.h:
39185         Change the initial comment to refer to GPL, not LGPL.
39186         gnulib-tool will change it to LGPL as needed.
39187
39188         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
39189         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
39190         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
39191         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
39192         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
39193         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
39194         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
39195         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
39196         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
39197         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
39198         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
39199         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
39200         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
39201         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
39202         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
39203         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
39204         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
39205         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
39206         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
39207         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
39208         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
39209         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
39210         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
39211         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
39212         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
39213         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
39214         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
39215         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
39216         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
39217         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
39218         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
39219         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
39220         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
39221         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
39222         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
39223         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
39224         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
39225         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
39226         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
39227         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
39228         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
39229         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
39230         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
39231         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
39232         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
39233         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
39234         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
39235         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
39236         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
39237         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
39238         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39239         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
39240         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
39241         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
39242         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
39243         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
39244         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
39245         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
39246         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
39247         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
39248         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
39249         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
39250         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
39251         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
39252         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
39253         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
39254         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
39255         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
39256         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
39257         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
39258         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
39259         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
39260         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
39261         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
39262         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
39263         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
39264         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
39265         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
39266         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
39267         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
39268         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
39269         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
39270         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
39271         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
39272         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
39273         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
39274         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
39275         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
39276         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
39277         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
39278         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
39279         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
39280         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
39281         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
39282         lib/yesno.c, lib/yesno.h:
39283         Update FSF postal mail address.
39284
39285 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39286
39287         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
39288         tests/test-memmem.c, tests/test-stpncpy.c:
39289         Update FSF postal mail address.
39290
39291 2005-05-13  Bruno Haible  <bruno@clisp.org>
39292
39293         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
39294         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
39295         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
39296         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
39297         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
39298         Add support for 64-bit integers in the MSVC compiler.
39299
39300 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39301
39302         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
39303
39304 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
39305
39306         * gnulib-tool (func_import): Sort and uniquify recommended includes.
39307
39308 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
39309
39310         * doc/getdate.texi (General date syntax): Don't say that date
39311         date --iso-8601=ns generates acceptable dates; it doesn't yet.
39312         Problem reported by Nic Ferrier.
39313
39314 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39315
39316         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
39317         specified in ai_socktype. Fix invalid ai_protocol
39318         check. ai_protocol is usually set to 0 or depending on
39319         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
39320         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
39321         ai_socktype / ai_protocol in the returned addrinfo structure.
39322
39323 2005-05-10  Simon Josefsson  <jas@extundo.com>
39324
39325         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
39326         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39327
39328 2005-05-10  Karl Berry  <karl@gnu.org>
39329
39330         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
39331         (from http://www.gnu.org/licenses).
39332         * doc/COPYING.LIB: also rename to COPYING.LESSER.
39333         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
39334         fdl.texi suffices.
39335
39336 2005-05-10  Karl Berry  <karl@gnu.org>
39337
39338         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
39339         (COPYING.DOC): remove.
39340
39341         * config/srclist-update: new FSF address.
39342
39343 2005-05-10  Derek Price  <derek@ximbiot.com>
39344
39345         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
39346         possible.
39347
39348 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39349             Bruno Haible  <bruno@clisp.org>
39350
39351         * modules/inet_ntop: New file.
39352         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39353         inet_ntop.
39354
39355 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39356             Bruno Haible  <bruno@clisp.org>
39357
39358         * m4/inet_ntop.m4: New file.
39359
39360 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39361             Bruno Haible  <bruno@clisp.org>
39362
39363         * lib/inet_ntop.h: New file.
39364         * lib/inet_ntop.c: New file, from glibc with modifications.
39365
39366 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         * modules/time_r (License): Change to LGPL.
39369         * modules/extensions (License): Change to LGPL.  Actually,
39370         the license is more permissive than that, but currently gnulib-tool
39371         doesn't know how to handle more-permissive licenses.
39372
39373         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
39374         Problem reported by Dave Love.
39375
39376 2005-05-08  Jim Meyering  <jim@meyering.net>
39377
39378         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
39379         blank.
39380
39381 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39382
39383         * modules/argmatch (Depends-on): Add stdbool.
39384         * modules/backupfile (Depends-on): Likewise.
39385         * modules/chdir-long (Depends-on): Likewise.
39386         * modules/closeout (Depends-on): Likewise.
39387         * modules/cycle-check (Depends-on): Likewise.
39388         * modules/dirname (Depends-on): Likewise.
39389         * modules/fnmatch (Depends-on): Likewise.
39390         * modules/fsusage (Depends-on): Likewise.
39391         * modules/fwriteerror (Depends-on): Likewise.
39392         * modules/getcwd (Depends-on): Likewise.
39393         * modules/getloadavg (Depends-on): Likewise.
39394         * modules/hard-locale (Depends-on): Likewise.
39395         * modules/makepath (Depends-on): Likewise.
39396         * modules/mountlist (Depends-on): Likewise.
39397         * modules/nanosleep (Depends-on): Likewise.
39398         * modules/posixtm (Depends-on): Likewise.
39399         * modules/quotearg (Depends-on): Likewise.
39400         * modules/readtokens (Depends-on): Likewise.
39401         * modules/readtokens0 (Depends-on): Likewise.
39402         * modules/readutmp (Depends-on): Likewise.
39403         * modules/save-cwd (Depends-on): Likewise.
39404         * modules/strftime (Depends-on): Likewise.
39405         * modules/userspec (Depends-on): Likewise.
39406         * modules/utimecmp (Depends-on): Likewise.
39407         * modules/xgetcwd (Depends-on): Likewise.
39408         * modules/xnanosleep (Depends-on): Likewise.
39409         * modules/xstrtod (Depends-on): Likewise.
39410         * modules/yesno (Depends-on): Likewise.
39411
39412 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
39413
39414         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
39415         needless checks.
39416
39417 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39418
39419         Merge from coreutils.  Among other things,
39420         add bulletproofing for cases where stdin, stdout, or stderr are closed.
39421         * lib/fd-safer.c: New file.
39422         * lib/fcntl-safer.h, open-safer.c: Remove.
39423         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
39424         * lib/dup-safer.c: Include unistd-safer.h first.
39425         Don't include errno.h.
39426         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
39427         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
39428         * lib/file-type.c: Rely on file-type.h change.
39429         * lib/getloadavg.c: Include unistd-safer.h.
39430         (getloadavg): Use safer open.
39431         * lib/getusershell.c: Include "stdio-safer.h".
39432         (getusershell): Use safer fopen.
39433         * lib/long-options.c (long_options): Use NULL rather than 0.
39434         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
39435         'free'.
39436         * lib/modechange.c: Likewise.
39437         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
39438         (MODE_DONE): New constant.
39439         (struct mode_change): Remove 'next' member.
39440         (make_node_op_equals): New function; like the old one of the
39441         same name, except it allocates an array.
39442         (mode_compile, mode_create_from_ref): Use it.
39443         (mode_compile): Allocate result as an array, not a linked list.
39444         Parse octal string ourself, so that we catch mistakes like "+0".
39445         (mode_adjust): Arg is an array, not a linked list.
39446         * lib/modechange.c: Include stat-macros.h, xalloc.h.
39447         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
39448         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
39449         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
39450         Remove.  This is now stat-macros.h's job.
39451         (talloc): Remove.  All callers replaced by xalloc, so that
39452         our invokers don't have to worry about reporting memory failures.
39453         (make_node_op_equals): Remove.
39454         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39455         New constants.
39456         (struct mode_change): Moved here from modechange.h.
39457         (mode_append_entry): Remove.
39458         (mode_compile): Remove MASKED_OPS arg, since it encouraged
39459         apps to have incorrect behavior.  Use simpler algorithm for head
39460         and tail.  Don't futz with umask; that's now the job of mode_adjust.
39461         Detect more invalid usages rather than having somewhat-random behavior.
39462         Don't insert an "a=" action, as that leads to incorrect behavior.
39463         (mode_compile, mode_create_from_ref): Return NULL on error instead
39464         of an enum, since now there's only one way to have an error.  All
39465         callers changed.
39466         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
39467         at the correct time.  Simplify calculation of "+u" and its ilk.
39468         Don't mishandle "+X".
39469         (mode_free): Remove "register" and localize decls.
39470         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39471         (struct mode_change): Move to modechange.c; callers don't
39472         need to see this stuff.
39473         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
39474         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
39475         (mode_change, mode_adjust): Reflect the new signatures noted above.
39476         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
39477         that might redefine system include files.
39478         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
39479         (my_usleep): Use NULL rather than (void *) 0.
39480         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
39481         Use siginterrupt to specify that system calls should be interrupted.
39482         (rpl_nanosleep): Move initialization of suspended closer to call of
39483         my_usleep.
39484         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
39485         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
39486         (desirable_utmp_entry): New function.
39487         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
39488         using x2nrealloc, to simplify logic.
39489         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
39490         size calculation.  Do not assume utmp file is a regular file.
39491         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
39492         (READ_UTMP_CHECK_PIDS): New constant.
39493         * lib/save-cwd.c: Include unistd-safer.h.
39494         (save_cwd): Use fd_safer.
39495         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
39496         [!_LIBC] Include "stat-macros.h" instead.
39497         * lib/unistd-safer.h (fd_safer): New decl.
39498
39499 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39500
39501         * modules/getloadavg (Depends-on): Add unistd-safer.
39502         * modules/getusershell (Depends-on): Add stdio-safer.
39503         * modules/lstat (Depends-on): Remove xalloc.
39504         * modules/mkstemp (Depends-on): Add stat-macros.
39505         * modules/modechange (Depends-on): Remove xstrtol.
39506         Add stat-macros, xalloc.
39507         * modules/save-cwd (Depends-on): Add unistd-safer.
39508         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
39509         * modules/unistd-safer (Files): Add lib/fd-safer.c
39510         (Makefile.am): Remove lib_SOURCES.
39511
39512         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
39513         Remove fcntl-safer; unistd-safer supersedes it.
39514
39515 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39516
39517         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
39518         AC_HEADER_STAT.
39519         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
39520         (gl_PREREQ_CHOWN): Remove.
39521         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
39522         it.  Don't require AC_HEADER_STAT.
39523         (gl_PREREQ_LSTAT): Remove.
39524         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
39525         Don't require AC_HEADER_STAT.
39526         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
39527         (gl_PREREQ_RMDIR): Remove.
39528         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
39529         mention stat-macros.h or AC_HEADER_STAT, since we'll make
39530         the stat-macros module a prerequisite.
39531         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
39532         * m4/filemode.m4 (gl_FILEMODE): Likewise.
39533         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
39534         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
39535         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
39536         variable names.
39537         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
39538         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
39539         variable prefixes.
39540         * m4/fcntl-safer.m4: Remove.
39541         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
39542         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
39543         Invoke gl_PREREQ_FD_SAFER.
39544         (gl_PREREQ_FD_SAFER): New macro.
39545         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
39546         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
39547         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
39548         Remove duplicate call to AC_LIBOBJ(readutmp).
39549         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
39550
39551         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
39552         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
39553
39554 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39555
39556         * MODULES.html.sh (Misc): Add byteswap.
39557
39558 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39559
39560         * modules/getcwd (Depends-on): Add extensions.
39561         * modules/openat (Depends-on): Likewise.
39562
39563 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39564
39565         * modules/byteswap: New file.
39566
39567 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39568
39569         * m4/byteswap.m4: New file.
39570
39571 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39572
39573         * lib/byteswap_.h: New file.
39574
39575 2005-04-25  Karl Berry  <karl@gnu.org>
39576
39577         * m4/gettext.m4: Update from GNU gettext 0.14.4.
39578
39579 2005-04-25  Albert Chin  <china@thewrittenword.com>
39580
39581         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
39582         Toolkit C bug.
39583
39584 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
39585
39586         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
39587         (func_ln_if_changed) Remove forcibly for no error message
39588         in case file does not exist.
39589
39590 2005-04-19  Simon Josefsson  <jas@extundo.com>
39591
39592         * gnulib-tool (Options): Make --symlink mean --symbolic.
39593
39594 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
39595
39596         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
39597
39598 2005-04-16  Simon Josefsson  <jas@extundo.com>
39599
39600         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
39601
39602 2005-04-15  Simon Josefsson  <jas@extundo.com>
39603
39604         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
39605
39606 2005-04-15  Simon Josefsson  <jas@extundo.com>
39607
39608         * gnulib-tool: Rename --symlink to --symbolic.
39609
39610 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
39611
39612         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
39613         symbolic links to files instead of copying/moving.  Add --aux-dir,
39614         specifying directory relative --dir where auxiliary build tools
39615         are placed.
39616
39617 2005-04-14  Bruno Haible  <bruno@clisp.org>
39618
39619         * modules/allocsa (License): Change to LGPL.
39620         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
39621
39622 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
39623
39624         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
39625         that "UTC +1 second" continues to work.  Problem reported
39626         by Dmitry V. Levin.
39627         (relunit_snumber): New rule.
39628         (relunit): Use it.
39629
39630 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
39631
39632         * lib/getdate.y (universal_time_zone_table): New constant.
39633         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
39634         universal_time_zone_table.
39635         (lookup_zone): Prefer universal_time_zone_table to
39636         local_time_zone_table, so that "GMT" time stamps are allowed in
39637         London during the summer.  Problem reported by Ian Abbott.
39638
39639 2005-04-12  Jim Meyering  <jim@meyering.net>
39640
39641         * lib/human.c (humblock): Set *options even when returning due to
39642         xstrtoumax conversion failure.  Thanks to a used-uninitialized
39643         warning from gcc-4.
39644
39645 2005-04-09  Jim Meyering  <jim@meyering.net>
39646
39647         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
39648         -Wuninitialized: initialize tm0.tm_year.
39649
39650 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
39651
39652         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
39653         count, since there's no maximum.  All uses changed.
39654         Add member dsts_seen.
39655         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
39656         not being INT_MAX.
39657         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
39658         Use pc_rels_seen to decide whther a date is absolute.
39659
39660         * lib/getdate.y (number): Don't overwrite year.
39661         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
39662         check.
39663
39664 2005-04-02  Simon Josefsson  <jas@extundo.com>
39665
39666         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
39667         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
39668
39669 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
39670
39671         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
39672         where no absolute path name can be longer than PATH_MAX.
39673
39674 2005-03-27  Jim Meyering  <jim@meyering.net>
39675
39676         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
39677
39678 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
39679
39680         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
39681         "one's complement" -> "ones' complement" in comment, as per Knuth.
39682         "value of type" -> "type or expression" in comment.
39683         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
39684
39685 2005-03-26  Jim Meyering  <jim@meyering.net>
39686
39687         Comment nits.
39688         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
39689         Correct typos: s/or/of/.
39690
39691 2005-03-26  Jim Meyering  <jim@meyering.net>
39692
39693         * modules/check-include-files: Move to ../ and rename to...
39694         * check-module: ...this.
39695
39696 2005-03-25  Jim Meyering  <jim@meyering.net>
39697
39698         * modules/xvasprintf (Files): Add xalloc.h.
39699
39700 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
39701
39702         * modules/gettext (Files): config/config.rpath ->
39703         build-aux/config.rpath
39704         * modules/iconv (Files): Likewise.
39705         Problem reported by Oskar Liljeblad.
39706
39707 2005-03-23  Jim Meyering  <jim@meyering.net>
39708
39709         * modules/check-include-files: New script to check for
39710         missing dependencies, multiple includes, etc.
39711
39712         * modules/c-strtold (Depends-on): Add xalloc.
39713         * modules/c-strtod (Depends-on): Add xalloc.
39714         * modules/hash (Depends-on): Add xalloc.
39715         (Files): Remove lib/xalloc.h.
39716
39717         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
39718         * modules/userspec (Files): Add lib/inttostr.h.
39719
39720 2005-03-23  Jim Meyering  <jim@meyering.net>
39721
39722         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
39723
39724 2005-03-22  Jim Meyering  <jim@meyering.net>
39725
39726         * modules/stat-macros: New module.
39727         * modules/canonicalize, modules/euidaccess, modules/file-type,
39728         * modules/filemode, modules/lchown, modules/makepath,
39729         * modules/rmdir, modules/stat: Depend on new stat-macros module
39730         rather than listing lib/stat-macros.h manually.
39731         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
39732
39733 2005-03-22  Jim Meyering  <jim@meyering.net>
39734
39735         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
39736
39737 2005-03-22  Bruno Haible  <bruno@clisp.org>
39738
39739         * config/srclist.txt: Replace target directory 'config' with
39740         'build-aux'.
39741         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
39742         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
39743         ../build-aux/.
39744
39745 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
39746
39747         * modules/chdir-long (Depends-on): Add mempcpy.
39748
39749         * modules/acl, modules/backupfile, modules/c-strtod,
39750         modules/c-strtold, modules/canon-host, modules/canonicalize,
39751         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
39752         modules/exclude, modules/exitfail, modules/file-type,
39753         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
39754         modules/getdate, modules/getline, modules/getpagesize,
39755         modules/getpass, modules/getugroups, modules/group-member,
39756         modules/hard-locale, modules/hash, modules/human, modules/idcache,
39757         modules/inttostr, modules/long-options, modules/makepath,
39758         modules/md5, modules/memcasecmp, modules/memcoll,
39759         modules/modechange, modules/mountlist, modules/path-concat,
39760         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
39761         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
39762         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
39763         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
39764         modules/strftime, modules/strndup, modules/strverscmp,
39765         modules/timespec, modules/unlocked-io, modules/userspec,
39766         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
39767         modules/yesno:
39768         Remove lib_SOURCES line from Makefile.am section, as this is now
39769         done automatically by the corresponding Autoconf macro.
39770
39771 2005-03-21  Jim Meyering  <jim@meyering.net>
39772
39773         Changes imported from coreutils.
39774
39775         * lib/cycle-check.c: Don't include xalloc.h.
39776
39777         * lib/path-concat.c: Don't include assert.h.
39778         (path_concat): Remove assertion that would have triggered
39779         for ABASE starting with more than one slash.
39780         Reported by Andreas Schwab.
39781
39782         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
39783         properly when ABASE is an absolute file name.
39784         Correct the description of this function.
39785         Include <assert.h>.
39786         Add an assertion and a test driver.
39787         This fixes a bug introduced on 2004-07-02.
39788         Andreas Schwab reported the resulting failure of cp --parents:
39789         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
39790
39791 2005-03-21  Jim Meyering  <jim@meyering.net>
39792
39793         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
39794         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
39795
39796 2005-03-21  Jim Meyering  <jim@meyering.net>
39797         and  Paul Eggert  <eggert@cs.ucla.edu>
39798
39799         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
39800         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
39801         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
39802         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
39803         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
39804         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
39805         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
39806         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
39807         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
39808         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
39809         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
39810         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
39811         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
39812         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
39813         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
39814         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
39815         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
39816         for these modules.
39817
39818 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
39819
39820         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
39821         (which shouldn't happen), generate nothing instead of returning 0
39822         immediately, so that nstrftime (NULL, ...) doesn't return 0.
39823
39824 2005-03-16  Bruno Haible  <bruno@clisp.org>
39825
39826         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
39827         HAVE_LONGLONG_64BIT.
39828
39829 2005-03-16  Bruno Haible  <bruno@clisp.org>
39830
39831         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
39832         HAVE_LONGLONG_64BIT.
39833
39834 2005-03-16  Bruno Haible  <bruno@clisp.org>
39835
39836         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
39837         HAVE_LONGLONG_64BIT.
39838
39839 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39840
39841         * lib/strftime.c (my_strftime): Prepend space to format so that we can
39842         reliably distinguish strftime failure from empty output on POSIX
39843         hosts.
39844
39845 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39846
39847         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
39848         (iconv_string): Don't guess a size-zero buffer, as that might cause
39849         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
39850         result would be 'too large', where 'too large' is (heuristically)
39851         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
39852         overflow concerns.  This will prevent some unwanted malloc failures
39853         when the inputs are very large.
39854
39855 2005-03-15  Karl Berry  <karl@gnu.org>
39856
39857         * config/srclist.txt (config.rpath): from gettext.
39858         * config/config.rpath: update.
39859
39860 2005-03-15  Bruno Haible  <bruno@clisp.org>
39861
39862         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
39863         to 'negate'.
39864
39865         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
39866         variable.
39867
39868         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
39869         results.
39870
39871 2005-03-14  Simon Josefsson  <jas@extundo.com>
39872
39873         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
39874         <fx@gnu.org>.
39875
39876 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
39877
39878         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
39879         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
39880         intprops.h.
39881         * lib/strtol.c: Likewise.
39882
39883 2005-03-14  Jim Meyering  <jim@meyering.net>
39884
39885         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
39886         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
39887         to be nonzero so that we (and caller) can detect the difference
39888         between a valid zero-length expansion and an error return, even
39889         when the underlying strftime fails before writing anything into
39890         that location.
39891
39892 2005-03-14  Bruno Haible  <bruno@clisp.org>
39893
39894         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
39895         Update from GNU gettext 0.14.3.
39896
39897 2005-03-10  Jim Meyering  <jim@meyering.net>
39898
39899         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
39900
39901 2005-03-10  Jim Meyering  <jim@meyering.net>
39902
39903         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
39904         so that this module works on systems without fchdir.
39905
39906 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39907
39908         Factor int-properties macros into a single file, except for
39909         glibc-related files.
39910         * lib/intprops.h: New file.
39911         * lib/getloadavg.c: Include it instead of limits.h.
39912         (INT_STRLEN_BOUND): Remove.
39913         * lib/human.c: Include intprops.h.
39914         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
39915         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
39916         302/1000.
39917         * lib/inttostr.h: Include intprops.h instead of limits.h.
39918         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
39919         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
39920         for consistency with intprops.h.
39921         (time_t_is_integer, twos_complement_arithmetic): Use them.
39922         * lib/sig2str.h: Include <signal.h>, intprops.h.
39923         (INT_STRLEN_BOUND): Remove.
39924         * lib/strftime.c (TYPE_SIGNED): Remove.
39925         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
39926         * lib/strtol.c: Adjust comments to match intprops.h.
39927         * lib/userspec.c: Include intprops.h.
39928         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
39929         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
39930         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
39931         instead of rolling our own expressions.
39932         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
39933
39934         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
39935         instead of int.
39936         (my_strftime): Do not mishandle years close to INT_MAX, by doing
39937         the right thing even if adding 1900 would overflow.  Similarly
39938         for tm_mon + 1 and tm_yday + 1.
39939         Make %Y always equivalent to %C%y, and similarly for %G and %g.
39940         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
39941         (DO_SIGNED_NUMBER): New macro.
39942         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
39943
39944 2005-03-07  Bruno Haible  <bruno@clisp.org>
39945
39946         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
39947
39948 2005-03-07  Bruno Haible  <bruno@clisp.org>
39949
39950         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
39951
39952 2005-03-04  Derek R. Price  <derek@ximbiot.com>
39953
39954         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
39955         (func_import): Only replace files via --import when they have actually
39956         changed.
39957
39958 2005-03-03  Derek R. Price  <derek@ximbiot.com>
39959
39960         * m4/mmap-anon.m4: New file.
39961         * m4/pagealign_alloc.m4: New file.
39962
39963 2005-03-03  Derek R. Price  <derek@ximbiot.com>
39964             Bruno Haible  <bruno@clisp.org>
39965
39966         * modules/pagealign_alloc: New file.
39967         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
39968
39969 2005-03-03  Derek R. Price  <derek@ximbiot.com>
39970             Bruno Haible  <bruno@clisp.org>
39971
39972         * lib/pagealign_alloc.h: New file.
39973         * lib/pagealign_alloc.c: New file.
39974
39975 2005-03-03  Bruno Haible  <bruno@clisp.org>
39976
39977         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
39978         Use an all-permissive copyright notice, recommended by RMS.
39979
39980 2005-03-02  Bruno Haible  <bruno@clisp.org>
39981
39982         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
39983         of AIX, the replacement has to be done only after <string.h> is
39984         included, therefore not in config.h. stpncpy.h does the replacement,
39985         and stpncpy.c uses it.
39986
39987 2005-03-02  Bruno Haible  <bruno@clisp.org>
39988
39989         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
39990         stpncpy.c uses it.
39991
39992 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
39993
39994         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
39995         The workaround isn't strictly needed for POSIX conformance, and
39996         it's too much of a pain to configure and maintain.  We'll ask
39997         people to fix their kernels instead.
39998         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
39999         (NANOSLEEP_BUG_WORKAROUND): Remove.
40000         (xnanosleep): Remove the workaround.
40001
40002 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40003
40004         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
40005         Reported by Derek Price.
40006         (Include): Add "timespec.h".
40007
40008         * modules/xnanosleep (Depends-on): Remove gethrxtime.
40009
40010 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40011
40012         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
40013         to detect nanosleep bug.
40014
40015 2005-03-01  Bruno Haible  <bruno@clisp.org>
40016
40017         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
40018
40019 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
40020
40021         * modules/gethrxtime: New file.
40022         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
40023         (Depends-on): Add gethrxtime.
40024         (configure.ac): Add gl_XNANOSLEEP.
40025         (Makefile.am): Remove lib_SOURCES line.
40026
40027 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40028
40029         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
40030         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
40031
40032 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40033
40034         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
40035         * lib/timespec.h (gettime): Return void, since it always
40036         succeeds now.  All uses changed.
40037         * lib/gettime.c (gettime) Likewise.
40038         [HAVE_NANOTIME]: Prefer nanotime.
40039         Assume gettimeofday succeeds, as POSIX requires.
40040         Assime time () succeeds, since other code already does.
40041         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
40042         (timespec_subtract): Remove.
40043         (NANOSLEEP_BUG_WORKAROUND): New constant.
40044         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
40045         things considerably.  Use it only on GNU/Linux hosts, since the
40046         workaround shouldn't be needed elsewhere.
40047
40048 2005-02-24  Bruno Haible  <bruno@clisp.org>
40049
40050         * modules/gettext (Files): Add m4/glibc2.m4.
40051
40052 2005-02-24  Bruno Haible  <bruno@clisp.org>
40053
40054         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
40055         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
40056         * m4/progtest.m4:
40057         Update from GNU gettext 0.14.2.
40058         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
40059
40060 2005-02-24  Bruno Haible  <bruno@clisp.org>
40061
40062         * lib/localcharset.c: Update from GNU gettext 0.14.2.
40063         * lib/config.charset: Update from GNU gettext 0.14.2.
40064
40065 2005-02-24  Bruno Haible  <bruno@clisp.org>
40066
40067         * lib/gettext.h: Update from GNU gettext 0.14.2.
40068
40069 2005-02-23  Simon Josefsson  <jas@extundo.com>
40070
40071         * m4/iconvme.m4: New file.
40072
40073 2005-02-23  Jim Meyering  <jim@meyering.net>
40074
40075         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
40076         change.
40077         Thanks to Bruno Haible for catching it.
40078
40079 2005-02-22  Simon Josefsson  <jas@extundo.com>
40080
40081         * modules/iconvme: New file.
40082
40083         * MODULES.html.sh: Add iconvme.
40084
40085 2005-02-22  Simon Josefsson  <jas@extundo.com>
40086
40087         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
40088
40089 2005-02-22  Simon Josefsson  <jas@extundo.com>
40090
40091         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
40092
40093 2005-02-22  Jim Meyering  <jim@meyering.net>
40094
40095         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
40096         s/ifndef/ifdef/.
40097
40098 2005-02-20  Neil Conway  <neilc@samurai.com>
40099
40100         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
40101         returned by OSX/Darwin if the specified buffer is not large
40102         enough for the hostname.
40103
40104 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40105
40106         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
40107         pass it to _help, otherwise the latter coredumps trying to
40108         dereference state.root_argp.
40109
40110 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40111
40112         * modules/chdir-long (Depends-on): Add memrchr.
40113         * modules/memrchr (Files): Add lib/memrchr.h.
40114         (Include): "memrchr.h".
40115
40116 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40117
40118         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
40119
40120 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40121
40122         * lib/memrchr.h: New file.
40123         * lib/chdir-long.c: Include it.
40124         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
40125         Don't bother including stddef.h.
40126
40127 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40128
40129         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
40130         inclusion.
40131         Include <sys/types.h>, for dev_t.
40132         (ME_DUMMY, ME_REMOTE): Move from here....
40133         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
40134         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
40135         Dmitry V. Levin.
40136         Include mountlist.h first, to test the interface.
40137
40138 2005-01-29  Bruno Haible  <bruno@clisp.org>
40139
40140         * lib/progname.c (program_name): Initialize.
40141         Needed when linking statically on MacOS X.
40142
40143 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40144
40145         Sync from coreutils.
40146         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
40147         (Depends-on): Add c-strtod.
40148         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
40149
40150 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40151
40152         Sync from coreutils.
40153         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
40154
40155         Remove files that are specific to coreutils.
40156         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
40157
40158 2005-01-28  Bruno Haible  <bruno@clisp.org>
40159
40160         * modules/javacomp: New file.
40161         * MODULES.html.sh (Java): Add javacomp.
40162
40163 2005-01-28  Bruno Haible  <bruno@clisp.org>
40164
40165         * m4/javacomp.m4: New file, from GNU gettext.
40166
40167 2005-01-28  Bruno Haible  <bruno@clisp.org>
40168
40169         * lib/javacomp.sh.in: New file, from GNU gettext.
40170         * lib/javacomp.h: New file, from GNU gettext.
40171         * lib/javacomp.c: New file, from GNU gettext.
40172
40173 2005-01-26  Simon Josefsson  <jas@extundo.com>
40174
40175         * lib/gai_strerror.c: Use GPL in header.
40176
40177 2005-01-26  Bruno Haible  <bruno@clisp.org>
40178
40179         * modules/javaexec: New file.
40180         * MODULES.html.sh (Java): Add javaexec.
40181
40182 2005-01-26  Bruno Haible  <bruno@clisp.org>
40183
40184         * m4/javaexec.m4: New file, from GNU gettext.
40185
40186 2005-01-26  Bruno Haible  <bruno@clisp.org>
40187
40188         * lib/javaexec.sh.in: New file, from GNU gettext.
40189         * lib/javaexec.h: New file, from GNU gettext.
40190         * lib/javaexec.c: New file, from GNU gettext.
40191
40192 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40193
40194         * modules/lchown (Depends-on): Remove lchown.h
40195
40196 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40197
40198         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
40199         must be defined if the header file was not found, in order
40200         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
40201
40202 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40203
40204         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
40205         initializers for struct pentry_state.
40206         (__argp_error): Check return value of __asprintf
40207         (__argp_failure): Translate error message
40208
40209         * lib/argp-parse.c: Removed braces around the expansion of N_()
40210
40211 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40212
40213         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
40214         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
40215         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
40216         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
40217         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
40218         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
40219         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
40220         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
40221         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
40222         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
40223         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
40224         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
40225         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
40226         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
40227         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
40228         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
40229         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
40230         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
40231         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
40232         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
40233         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
40234         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
40235         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
40236         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
40237         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
40238         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
40239         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
40240         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
40241         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
40242         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
40243         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
40244         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
40245         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
40246         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
40247         xstrtol.m4, xstrtoumax.m4, yesno.m4:
40248         Use an all-permissive copyright notice, recommended by RMS.
40249
40250 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
40251
40252         * modules/chdir-long (Depends-on): Remove mempcpy.
40253
40254 2005-01-21  Jim Meyering  <jim@meyering.net>
40255
40256         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
40257         same value as for Solaris 9.
40258
40259         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
40260         component length.  This included changing the parameter to be
40261         of type `char *' rather than `char const *'.
40262         * lib/chdir-long.h (chdir_long): Update prototype.
40263
40264         * lib/openat.c (fdopendir, fstatat): New functions.
40265         * lib/openat.h: Include headers required for use of DIR and struct
40266         stat.
40267         [AT_SYMLINK_NOFOLLOW]: Define.
40268         (fdopendir, fstatat): Add prototypes.
40269
40270 2005-01-21  Bruno Haible  <bruno@clisp.org>
40271
40272         * modules/classpath: New file.
40273         * MODULES.html.sh (Java): Add classpath.
40274
40275 2005-01-21  Bruno Haible  <bruno@clisp.org>
40276
40277         * lib/classpath.h: New file, from GNU gettext.
40278         * lib/classpath.c: New file, from GNU gettext.
40279
40280 2005-01-20  Simon Josefsson  <jas@extundo.com>
40281
40282         * modules/version-etc-fsf: New file.
40283
40284 2005-01-20  Simon Josefsson  <jas@extundo.com>
40285
40286         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
40287         * lib/version-etc.c: Remove version_etc_copyright.
40288         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
40289         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
40290
40291 2005-01-20  Simon Josefsson  <jas@extundo.com>
40292
40293         * lib/base64.h (isbase64): Add.
40294
40295         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
40296         using a unsigned prototype, don't inline.
40297         (base64_decode): Use it.
40298
40299 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40300
40301         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
40302         it.
40303
40304 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40305
40306         * lib/save-cwd.c (save_cwd): Remove code to support the case
40307         where fchdir is missing or flaky.
40308
40309 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40310
40311         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
40312
40313 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40314
40315         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
40316         AC_LIBSOURCES now does this.
40317         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
40318         with new ullong_max module.
40319
40320 2005-01-19  Bruno Haible  <bruno@clisp.org>
40321
40322         * modules/sh-quote: New file.
40323         * MODULES.html.sh (Executing programs): Add sh-quote.
40324
40325 2005-01-19  Bruno Haible  <bruno@clisp.org>
40326
40327         * lib/sh-quote.h: New file, from GNU gettext.
40328         * lib/sh-quote.c: New file, from GNU gettext.
40329
40330 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40331
40332         Merge from coreutils.
40333         * m4/ullong_max.m4: New file.
40334         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
40335         (gl_MACROS): Assume localeconv exists.
40336
40337 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         Merge changes from coreutils, as described below in several
40340         changelogs dated today.
40341
40342         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
40343         (O_DIRECTORY): Remove; not needed here, since "." must be
40344         a directory.  All uses removed.
40345         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
40346         universal on Suns, and we also need to test for IRIX.
40347         Revamp code to use 'if' rather than '#if'.
40348         Avoid unnecessary comparison of cwd->desc to 0.
40349
40350         * lib/utimens.c (futimens): Robustify the previous patch, by checking
40351         for known valid error numbers rather than observed invalid ones.
40352
40353 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40354
40355         * modules/ullong_max: New file.
40356
40357         * modules/chdir-long, modules/openat: New files.
40358         * modules/save-cwd (Depends-on): Depend on chdir-long.
40359         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
40360
40361 2005-01-18  Jim Meyering  <jim@meyering.net>
40362
40363         Merge from coreutils.
40364         * m4/chdir-long.m4, m4/openat.m4: New files.
40365         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
40366         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
40367         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
40368         is sane and DOES follow symlinks.  Besides, testing 20 different
40369         systems found no broken chown implementations.
40370         Prompted by a change in rsync's copy of this macro.
40371         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
40372
40373         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
40374
40375         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
40376         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
40377         NULL-means-set-to-current-time semantics.
40378         Remove temporary file immediately, rather than waiting
40379         for configure's at-exit trap code to do it.
40380
40381 2005-01-18  Jim Meyering  <jim@meyering.net>
40382
40383         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40384
40385         * lib/utimens.c (futimens): Account for the fact that futimes
40386         can also fail with errno == ENOSYS or errno == ENOENT.
40387         Patch from Dmitry V. Levin.
40388
40389         Change the name of the robust chdir function from chdir to chdir_long.
40390         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
40391         (restore_cwd): Use chdir_long, not chdir.
40392         * lib/chdir-long.c: Renamed from chdir.c.
40393         * lib/chdir-long.h: Renamed from chdir.h.
40394         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
40395         Hurd.
40396
40397 2005-01-18  Bruno Haible  <bruno@clisp.org>
40398
40399         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
40400         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
40401         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
40402         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
40403         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
40404         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
40405         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
40406         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
40407         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
40408         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
40409         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
40410         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
40411         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
40412         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
40413         Use an all-permissive copyright notice, recommended by RMS.
40414
40415 2005-01-18  Bob Proulx  <bob@proulx.com>
40416
40417         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
40418         simplify offsetof() macro construct to avoid compile failure with
40419         native HP-UX 11.0 ANSI C compiler.
40420
40421 2005-01-17  Bruno Haible  <bruno@clisp.org>
40422
40423         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
40424         redundant because stpncpy.m4 takes care of it.
40425
40426 2005-01-17  Bruno Haible  <bruno@clisp.org>
40427
40428         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
40429
40430 2005-01-17  Bruno Haible  <bruno@clisp.org>
40431
40432         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
40433         used.
40434
40435 2005-01-17  Bruno Haible  <bruno@clisp.org>
40436
40437         * lib/fwriteerror.h (fwriteerror): Change specification to include
40438         fclose.
40439         * lib/fwriteerror.c: Include <stdbool.h>.
40440         (fwriteerror): At the end, close the file stream. Record whether
40441         stdout was already closed.
40442
40443 2005-01-17  Bruno Haible  <bruno@clisp.org>
40444
40445         * lib/execute.c (environ): Declare if needed.
40446         * lib/pipe.c (environ): Likewise.
40447         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
40448
40449 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40450
40451         * modules/argp: Depend on vsnprintf
40452
40453 2005-01-10  Jim Meyering  <jim@meyering.net>
40454
40455         * modules/closeout (Depends-on): Add atexit.
40456
40457 2005-01-06  Bruno Haible  <bruno@clisp.org>
40458
40459         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
40460
40461 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40462
40463         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
40464         definitions to be after all include files, to avoid collisions.
40465         Problem reported by Bob Proulx.
40466
40467 2005-01-04  Jim Meyering  <jim@meyering.net>
40468
40469         Changes imported from coreutils.
40470         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
40471         as the mkstemp template, use a temporary directory and an
40472         8.3-friendly template to avoid trouble on systems like DJGPP.
40473         Reported by Juan M. Guerrero via Stepan Kasal.
40474         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
40475         close. Remove the temporary directory right away, rather than waiting
40476         for configure's at-exit trap code to do it.
40477         Suggestion from Stepan Kasal.
40478
40479 2005-01-01  Simon Josefsson  <jas@extundo.com>
40480
40481         * gnulib-tool: Print #include directives when --import'ing.
40482
40483 2004-12-28  Simon Josefsson  <jas@extundo.com>
40484
40485         * tests/test-base64.c: Include required header files.  Remove
40486         unused variables.
40487
40488 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40489
40490         * modules/error (Depends-on): Remove gettext.
40491
40492 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40493
40494         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
40495         not needed.  This removes a dependency on the gettext module.
40496         [defined _LIBC]: Do not include <libintl.h>; not needed.
40497
40498 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
40501         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
40502
40503 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40504
40505         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
40506         HAVE_DECL_STRTOLD.
40507
40508 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40509
40510         * modules/getdate (Depends-on): Remove alloca-opt.
40511
40512 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40513
40514         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
40515
40516 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40517
40518         * lib/argp-parse.c: Include <stddef.h>.
40519         (alignof, alignto): New macros.
40520         (parser_init): Don't assume that void * is aligned sufficiently
40521         for struct option.
40522
40523         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
40524         need to extend the stack.
40525         (YYINITDEPTH): New macro, so that the initial stack isn't overly
40526         large.
40527
40528 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40529
40530         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
40531
40532 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40533
40534         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
40535         (2004-10-24) change.  Apparently this was a false alarm.
40536
40537         * modules/getdate: Depend on alloca-opt, not alloca.
40538
40539 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40540
40541         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
40542         Remove now-obsolete comment about AIX.
40543         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
40544         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
40545         (YYMAXDEPTH): New macro.
40546
40547 2004-12-18  Simon Josefsson  <jas@extundo.com>
40548
40549         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
40550
40551 2004-12-18  Bruno Haible  <bruno@clisp.org>
40552
40553         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
40554
40555 2004-12-18  Bruno Haible  <bruno@clisp.org>
40556
40557         * lib/fatal-signal.c (fatal_signals): Make non-const.
40558         (init_fatal_signals): New function.
40559         (uninstall_handlers, install_handlers): Ignore signals that were set to
40560         SIG_IGN.
40561         (at_fatal_signal): Call init_fatal_signals.
40562         (init_fatal_signal_set): Likewise. Ignore signals that were set to
40563         SIG_IGN.
40564         Reported by Paul Eggert.
40565
40566 2004-12-18  Bruno Haible  <bruno@clisp.org>
40567
40568         * doc/alloca.texi: New file.
40569         * doc/alloca-opt.texi: New file.
40570
40571 2004-12-17  Jim Meyering  <jim@meyering.net>
40572
40573         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
40574         Otherwise, install-sh could exit with improper exit status when
40575         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
40576
40577 2004-12-16  Simon Josefsson  <jas@extundo.com>
40578
40579         * tests/test-base64.c: Add license.
40580
40581 2004-12-15  Stepan Kasal  <address@hidden>
40582
40583         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
40584
40585 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
40586
40587         * modules/getcwd (Files): Add m4/d-ino.m4.
40588         Suggested by Mark D. Baushke.
40589
40590 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40591
40592         * lib/getdate.y (textint): New member "negative".
40593         (time_zone_hhmm): New function.
40594         Expect 14 shift-reduce conflicts, not 13.
40595         (o_colon_minutes): New rule.
40596         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
40597         (yylex): Set the "negative" member of signed numbers.
40598
40599 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40600
40601         * doc/getdate.texi (Time of day items, Time zone items):
40602         Describe new formats +00:00, UTC+00:00.
40603
40604 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
40607         spurious "-l"s.  Problem reported by Stepan Kasal.
40608
40609 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
40610
40611         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
40612         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
40613
40614 2004-12-04  Simon Josefsson  <jas@extundo.com>
40615
40616         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
40617         Vandoorselaere <yoann@prelude-ids.org>.
40618
40619 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40620
40621         Changes imported from coreutils.
40622         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
40623         exist.
40624         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
40625
40626 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40627
40628         Changes imported from coreutils.
40629         * lib/hard-locale.c: Assume <locale.h> exists.
40630         Include "strdup.h".
40631         (GLIBC_VERSION): New macro.
40632         (hard_locale): Assume setlocale exists.
40633         Rewrite to avoid #ifdef.
40634         Use strdup rather than malloc + strcpy.
40635         * lib/human.c: Assume <locale.h> exists.
40636         (human_readable): Assume localeconv exists.
40637
40638 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40639
40640         * modules/hard-locale (Depends-on): Add strdup.
40641
40642 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40643
40644         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
40645         convert T2, not T.  (Imported from libc.)
40646
40647 2004-11-30  Simon Josefsson  <jas@extundo.com>
40648
40649         * modules/restrict (License): Change to LGPL.
40650
40651 2004-11-30  Simon Josefsson  <jas@extundo.com>
40652
40653         * m4/restrict.m4: Add copyright and copying conditions.
40654
40655 2004-11-30  Simon Josefsson  <jas@extundo.com>
40656
40657         * m4/base64.m4: New file.
40658
40659 2004-11-30  Simon Josefsson  <jas@extundo.com>
40660
40661         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
40662         base64.
40663
40664         * tests/test-base64.c: New file.
40665
40666         * modules/base64: New file.
40667
40668 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40669
40670         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
40671         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
40672
40673         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
40674
40675 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40676
40677         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
40678         (__getcwd.c): Don't restore errno; glibc doesn't.
40679         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
40680         first, falling back to our code only if its results look suspicious.
40681         Ensure that the resulting buffer is only as large as necessary.
40682
40683         * lib/readutmp.c: Include readutmp.h first.
40684         Include <errno.h>, since readutmp.h no longer does that.
40685         * lib/readutmp.h: Don't include <errno.h>,
40686         <sys/param.h>, <time.h>; not needed to establish interface.
40687         (errno): Remove decl.
40688         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
40689         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
40690         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
40691
40692 2004-11-28  Simon Josefsson  <jas@extundo.com>
40693
40694         * lib/base64.h, base64.c: New file.
40695
40696 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40697
40698         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
40699
40700 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40701
40702         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
40703         (Depends-on): Remove pathmax, same.  Add mempcpy.
40704         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
40705         (Makefile.am): Append getcwd.h to lib_SOURCES.
40706         (Include): Add getcwd.h.
40707         (Maintainer): Change from Jim Meyering to "all, glibc",
40708         since getdate now uses intended-for-glibc code.
40709         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
40710         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
40711
40712 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40713
40714         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
40715         HP's ANSI C compiler.
40716         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
40717         Declaring int functions causes warnings on some modern systems and
40718         shouldn't be needed to compile on ancient ones.
40719         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
40720         defined.
40721
40722         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
40723         with the following changes.
40724         (__set_errno): Parenthesize properly.
40725         Include <stdbool.h>.
40726         (MIN, MAX, MATCHING_INO): New macros.
40727         (__getcwd): Define with prototype, not K&R form.
40728         Use heuristics to allocate default buffer on stack if possible.
40729         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
40730         behavior, and to avoid the PATH_MAX limit when computing
40731         ../../../../...
40732         Use MATCHING_INO to compare inode number to file.
40733         Check for arithmetic overflow in size calculations.
40734         Fix bug in reallocation of dot array that caused getcwd to fail
40735         on directories nested deeper than 75.
40736         Be more careful about saving errno on error.
40737         Do not use realloc; use only free+malloc, as this is a bit
40738         more flexible and avoids a needless copy operation.
40739         Do not inspect st_dev and st_ino for symbolic links; POSIX
40740         doesn't specify the latter.
40741         Check for closedir errors.
40742         Avoid needless casts.
40743         Use "#ifdef weak_alias" around weak_alias, to be like other
40744         glibc code.
40745         The following changes to getcwd.c have effect only when used in
40746         gnulib; they have no effect inside glibc proper.
40747         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
40748         as alloca isn't used.
40749         (alloca, __alloca): Likewise.
40750         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
40751         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
40752         unconditionally, as gnulib assumes C89 or better.
40753         Do not include <sys/param.h>.
40754         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
40755         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
40756         better.
40757         (NULL) [!defined NULL]: Remove; we assume C89 or better.
40758         Include <dirent.h> in a way that is compatible with modern Autoconf.
40759         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
40760         New macros, if not already defined.
40761         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
40762         Use "_LIBC", not "defined _LIBC", for consistency.
40763         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
40764         a mempcpy module.
40765         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
40766         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
40767         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
40768         credit only to Jim Meyering and adjust the copyright dates.
40769         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
40770         <stdlib.h>, <unistd.h>, "pathmax.h".
40771         Instead, include "xgetcwd.h" (first) and "getcwd.h".
40772         (INITIAL_BUFFER_SIZE): Remove.
40773         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
40774
40775 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40776
40777         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
40778         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
40779         Use the _ONCE methods, for efficiency.
40780         Check for fcntl.h.  In test program, include <errno.h>
40781         and <fcntl.h> if available.  Remove old K&R cruft from
40782         test program.  Check for common errors in GNU/Linux,
40783         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
40784         don't do AC_LIBOBJ, as that's getcwd.m4's job.
40785         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
40786         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
40787         name accordingly.
40788         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
40789         accommodate new getcwd.c.
40790         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
40791         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
40792         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
40793         that's all we need now.
40794
40795 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40796
40797         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
40798         argp-parse.c depends on getopt internals, that means we should
40799         always use our getopt, to be on the safe side.
40800         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
40801         order not to spoil the result of an eventual previous invocation
40802         of gl_GETOPT_SUBSTITUTE.
40803
40804 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40805
40806         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
40807         redefinition warnings. To avoid them, include the defines
40808         in `#if !defined __need_getopt ... #endif'. The only place
40809         where __getopt_argv_const is used is in definitions
40810         of getopt_long and getopt_long_only below, which are as well
40811         protected by `#ifndef __need_getopt'.
40812         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
40813         __need_getopt after including <stdio.h> and <unistd.h> These
40814         headers might have defined it.
40815
40816 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40817
40818         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
40819
40820 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40821
40822         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
40823         (futimens): New function, which uses futimes if available.
40824         (futimens, utimens): Support timespec==NULL, with same semantics
40825         as utime and utimens.
40826         * lib/utimens.h (futimens): New decl.
40827
40828 2004-11-23  Jim Meyering  <jim@meyering.net>
40829
40830         * lib/getopt_.h: Remove trailing blanks.
40831
40832 2004-11-23  Jim Meyering  <jim@meyering.net>
40833
40834         * lib/__fpending.c: Add comment.
40835
40836 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
40837
40838         * modules/canonicalize (Depends-on): Add xreadlink.
40839         Problem reported by James Youngman.
40840
40841 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40842
40843         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
40844         New macros.
40845         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
40846         optopt): Use them instead of invoking ## directly; otherwise, the
40847         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
40848
40849 2004-11-19  Bruno Haible  <bruno@clisp.org>
40850
40851         * lib/strtok_r.c: Move comments from here...
40852         * lib/strtok_r.h: ... to here.
40853
40854 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40855
40856         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
40857         implementations that mishandle size_t overflow.
40858
40859 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40860
40861         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
40862         might fail.  Problem reported by Yoann Vandoorselaere.
40863         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
40864         implementations that mishandle size_t overflow.
40865
40866 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40867
40868         * modules/canon-host (Depends-on): Add strdup.
40869
40870 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40871
40872         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
40873
40874 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40875
40876         * lib/canon-host.c: Include "strdup.h".
40877         (canon_host): Use getaddrinfo if available, so that IPv6 works.
40878         Use strdup instead of malloc/strcpy to duplicate strings.
40879
40880         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
40881         (human_space_before_unit): New constant.
40882         * lib/human.c (human_readable): Support it.
40883
40884         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
40885         (xgetcwd): Set errno correctly when failing.
40886         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
40887         the failure is actually due to a PATH_MAX problem.
40888
40889         Further getopt changes to make it more likely that glibc will
40890         buy the changes back.
40891         * lib/getopt.c (POSIXLY_CORRECT): New constant.
40892         (getopt): Use it, so to preserve glibc semantic
40893         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
40894         when compiling for libc.
40895         * lib/getopt_.h (__getopt_argv_const): Bring it back.
40896         (getopt_long, getopt_long_only): Use it.
40897
40898         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
40899         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
40900         (getopt): Argv is now char * const *, as per standard.
40901         (_getopt_internal_r, _getopt_internal): Argv is now char **,
40902         not char *__getopt_argv_const *.
40903         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
40904         _getopt_long_only_r): Likewise.
40905         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
40906         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
40907         _getopt_long_r, _getopt_long_only_r): Likewise.
40908         * lib/getopt_.h (__getopt_argv_const): Remove.
40909         (getopt): Argv is now char * const *, as per standard.
40910
40911         * lib/getdate.y (tORDINAL): New token.
40912         (day, relunit): Allow it for relative times.
40913         (relative_time_table): Use tORDINAL for ordinals.
40914
40915 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40916
40917         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
40918         Document that "second" isn't allowed as an ordinal number.
40919
40920 2004-11-16  Jim Meyering  <jim@meyering.net>
40921
40922         * modules/closeout (Depends-on): Add fpending.
40923
40924 2004-11-15  Jim Meyering  <jim@meyering.net>
40925
40926         * lib/closeout.c: Include "__fpending.h" once again.
40927         Include <stdbool.h>.
40928         (close_stdout): Don't fail just because stdout was closed initially,
40929         since some programs don't write to stdout in the normal course of
40930         operation (other than --version and --help), and we don't want this
40931         function to make e.g. `touch file >&-' fail.
40932         But do fail if it was closed and someone has tried to write to it.
40933         E.g., `printf foo >&-' must fail.
40934
40935 2004-11-13  Jim Meyering  <jim@meyering.net>
40936
40937         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
40938
40939 2004-11-12  Simon Josefsson  <jas@extundo.com>
40940
40941         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
40942         small doc fix is still pending.
40943
40944 2004-11-11  Simon Josefsson  <jas@extundo.com>
40945
40946         * modules/strtok_r: New file.
40947
40948         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40949         strtok_r.
40950
40951 2004-11-11  Simon Josefsson  <jas@extundo.com>
40952
40953         * m4/strtok_r.m4: New file.
40954
40955         * m4/getopt.m4: Replace opterr.
40956
40957 2004-11-11  Simon Josefsson  <jas@extundo.com>
40958
40959         * lib/strtok_r.h, strtok_r.c: New file.
40960
40961 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
40962
40963         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
40964         of replacing opterr, getopt, etc.  This should handle the
40965         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
40966
40967 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
40968
40969         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
40970         we can stop lying to compilers about the constness of argv when we
40971         are compiled outside glibc.
40972         (getopt, getopt_long, getopt_long_only): Use it.
40973         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
40974         _getopt_internal, getopt): Likewise.
40975         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
40976         _getopt_long_only_r): Likewise.
40977         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
40978         _getopt_long_r, _getopt_long_only_r): Likewise.
40979
40980         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
40981         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
40982         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
40983         the other external symbols.
40984         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
40985         declaration, since the above renaming now works around collisions.
40986
40987 2004-11-11  Jim Meyering  <jim@meyering.net>
40988
40989         * lib/linebreak.c: Remove trailing blanks.
40990         * lib/alloca_.h: Likewise.
40991         * lib/acosl.c: Likewise.
40992         * lib/euidaccess.c: Likewise.
40993         * lib/allocsa.h: Likewise.
40994
40995 2004-11-10  Simon Josefsson  <jas@extundo.com>
40996
40997         * m4/getaddrinfo.m4: New file.
40998
40999 2004-11-10  Simon Josefsson  <jas@extundo.com>
41000
41001         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
41002
41003 2004-11-10  Simon Josefsson  <jas@extundo.com>
41004
41005         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41006         getaddrinfo.
41007
41008         * modules/getaddrinfo: New file.
41009
41010 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41011
41012         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
41013
41014 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41015
41016         * lib/mktime.c (SHR): New macro, which is a portable
41017         substitute for >> that should work even on Crays.
41018         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
41019         Problem reported by Mark D. Baushke in
41020         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
41021         * lib/getdate.y (SHR): Likewise.
41022         (tm_diff): Use it.
41023         * lib/strftime.c (SHR): Likewise.
41024         (tm_diff): Use it.
41025         * lib/quotearg.c (struct quoting_options): Use unsigned int for
41026         quote_these_too, so that right shifts are well defined.  All uses
41027         changed.
41028
41029 2004-11-10  Jim Meyering  <jim@meyering.net>
41030
41031         Ensure that no close failure goes unreported.
41032         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
41033         return early when it seems there's nothing to flush.
41034         Don't include __fpending.h.
41035
41036 2004-11-10  Jim Meyering  <jim@meyering.net>
41037
41038         * modules/closeout (Depends-on): Remove fpending.
41039
41040 2004-11-10  Jim Meyering  <jim@meyering.net>
41041
41042         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
41043
41044 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41045
41046         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
41047         gl_FUNC_STRFTIME.
41048         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
41049         and AC_REQUIRE when possible, to avoid duplicate checks.
41050         Check for <wchar.h>.
41051
41052 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41053
41054         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
41055
41056 2004-11-09  Bruno Haible  <bruno@clisp.org>
41057
41058         * m4/sockpfaf.m4: New file.
41059
41060 2004-11-05  Bruno Haible  <bruno@clisp.org>
41061
41062         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
41063         Reported by Mark D. Baushke <mdb@cvshome.org>.
41064
41065 2004-11-04  Bruno Haible  <bruno@clisp.org>
41066
41067         2004-09-11  Bruno Haible  <bruno@clisp.org>
41068                 * allocsa.valgrind: New file.
41069         2004-02-06  Bruno Haible  <bruno@clisp.org>
41070                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
41071                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
41072                 Reported by Christopher Seip <chris.seip@hp.com>.
41073
41074 2004-11-04  Bruno Haible  <bruno@clisp.org>
41075
41076         * modules/allocsa (Files): Add lib/allocsa.valgrind.
41077         (Makefile.am): Distribute it.
41078
41079 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41080
41081         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
41082         with errno == ERANGE if the buffer is too small.
41083         Problem reported by Mark D. Baushke.
41084
41085 2004-11-03  Albert Chin  <china@thewrittenword.com>
41086             Paul Eggert  <eggert@cs.ucla.edu>
41087
41088         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
41089         equivalent, substitute $ac_type for equivalent type rather than
41090         blindly using uint32_t *always* which won't work if uint32_t is not
41091         available.  Define _UINT32_T to work around typedef of uint32_t if
41092         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
41093         2.5.1.
41094
41095 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41096
41097         * m4/jm-macros.m4: Sync from coreutils.
41098         (gl_MACROS): Check for mbrlen, for pathchk.
41099         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
41100
41101 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41102
41103         * lib/xreadlink.c (MAXSIZE): New macro.
41104         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
41105         size does not exceed MAXSIZE.  Avoid cast.
41106         As suggested by Mark D. Baushke in
41107         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
41108         if readlink fails with buffer size just under MAXSIZE, try again
41109         with MAXSIZE.
41110
41111 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41112
41113         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
41114
41115 2004-11-02  Derek R. Price  <derek@ximbiot.com>
41116         and  Paul Eggert  <eggert@cs.ucla.edu>
41117
41118         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
41119         (get_date): Overparenthesize to avoid GCC warning.
41120
41121 2004-11-02  Bruno Haible  <bruno@clisp.org>
41122
41123         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
41124         returns void.
41125
41126 2004-11-02  Bruno Haible  <bruno@clisp.org>
41127
41128         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
41129         function returns void.
41130
41131 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41132
41133         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
41134         fflush_unlocked, flockfile, funlockfile, funlockfile,
41135         fputs_unlocked, putc_unlocked.
41136
41137 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41138
41139         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41140         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
41141         already declared.
41142
41143 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41144
41145         * modules/getdate (Files): Add doc/getdate.texi.
41146         (Depends-on): Add setenv, xalloc.
41147
41148 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41149
41150         * lib/getdate.y: Add support for TZ="foo" within a date string.
41151         Fix some bugs near time_t boundaries.  Reject dates with
41152         out-of-range components, e.g., "Sept 31".
41153         Include <stdlib.h>, "setenv.h", "xalloc.h".
41154         (ISDIGIT_LOCALE): Remove; unused.
41155         Note that the TZ and time functions used here are not reentrant.
41156         (mktime_ok, get_tz): New functions.
41157         (TZBUFSIZE): New constant.
41158         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
41159         This requires that we sometimes generate our own TZ="XXX..." setting.
41160
41161 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41162
41163         * doc/getdate.texi: New file, from coreutils with modifications for
41164         the new TZ parsing.
41165
41166 2004-10-27  Derek R. Price  <derek@ximbiot.com>
41167
41168         * lib/mktime.c (not_equal_tm): Remove redundant check.
41169
41170 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41171
41172         * modules/regex (lib_SOURCES): Add regex.c.
41173         Reported by James Youngman in
41174         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
41175
41176 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41177
41178         * lib/getdate.y: Use Bison 1.875 features, and some minor
41179         code cleanups.  This change does not affect semantics.
41180         Don't include <stdlib.h>; no longer needed.
41181         Don't include unlocked-io.h; only the "#if TEST" code uses
41182         stdio, and performance isn't crucial there.
41183         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
41184         Bison 1.875 features as described below.
41185         All uses of "PC." replaced by "pc->".
41186         (YYSTYPE): Add a forward declaration.
41187         (yylex, yyerror): Use full prototypes in forward decls.
41188         Use "%pure-parser" rather than obsolescent "%pure_parser".
41189         Use %parse-param and %lex-param instead of obsolescent
41190         YYPARSE_PARAM and YYLEX_PARAM.
41191         (meridian_table, month_and_day_table, time_units_table,
41192         relative_time_table, time_zone_table, military_table,
41193         lookup_zone, lookup_word, get_date):
41194         Use NULL instead of 0 where appropriate.
41195         (to_hour): Avoid abort (), to avoid a dependency on
41196         stdlib.h.
41197         (yyerror, yylex): Now accepts parser_control * arg.
41198         (main) [TEST]: Use '\0' rather than 0 for char.
41199
41200 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41201
41202         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
41203
41204 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41205
41206         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
41207         It's now the caller's responsibility to handle the case where
41208         !HAVE_GETPAGESIZE && !defined getpagesize.
41209
41210         * lib/mktime.c (leapyear): Arg is long int, not int.
41211
41212 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
41213
41214         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
41215
41216 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41217
41218         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
41219         missing.  Problem reported by James Youngman.
41220
41221 2004-10-16  Simon Josefsson  <jas@extundo.com>
41222
41223         * gnulib-tool: Fix comments.  Fix parse problem.
41224         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
41225
41226 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
41229         implementation of getopt_long.  Problem reported by Alexander Taler in:
41230         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
41231
41232 2004-10-15  Bruno Haible  <bruno@clisp.org>
41233
41234         * gnulib-tool: Untabify. Initialize supplied_libname.
41235         (func_usage): More homogenous output.
41236         (func_modules_transitive_closure, func_modules_to_filelist,
41237         func_emit_lib_Makefile_am): New functions.
41238         (func_import): New function, extracted from big case statement. Use
41239         func_get_license, func_modules_transitive_closure,
41240         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
41241         opt_lgpl. Don't use test -a, as it's not portable.
41242         (func_create_testdir): Use func_modules_transitive_closure,
41243         func_modules_to_filelist, func_emit_lib_Makefile_am.
41244
41245 2004-10-15  Bruno Haible  <bruno@clisp.org>
41246
41247         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
41248
41249 2004-10-15  Bruno Haible  <bruno@clisp.org>
41250
41251         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
41252         the portions belonging to each module.
41253         Suggested by Derek Robert Price <derek@ximbiot.com>.
41254
41255 2004-10-12  Simon Josefsson  <jas@extundo.com>
41256
41257         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41258         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
41259         to real functions.
41260
41261 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41262
41263         * modules/vsnprintf: New file.
41264
41265 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41266
41267         * m4/vsnprintf.m4: New file.
41268
41269 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41270
41271         * lib/vsnprintf.h: New file.
41272         * lib/vsnprintf.c: New file.
41273
41274 2004-10-11  Bruno Haible  <bruno@clisp.org>
41275
41276         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
41277         vsnprintf.
41278
41279 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41280
41281         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
41282
41283 2004-10-07  Bruno Haible  <bruno@clisp.org>
41284
41285         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
41286         fits into the provided buffer.
41287
41288 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41289
41290         * lib/diacrit.c, diacrit.h: Add GPL notice.
41291
41292         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
41293         notice.
41294         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
41295         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
41296         This avoids a potential constant-folding bug.
41297
41298 2004-10-05  Bruno Haible  <bruno@clisp.org>
41299
41300         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
41301         for the declaration of strsep.
41302
41303 2004-10-05  Bruno Haible  <bruno@clisp.org>
41304
41305         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
41306
41307 2004-10-04  Simon Josefsson  <jas@extundo.com>
41308
41309         * modules/memmem: New file.
41310         * tests/test-memmem.c: New file.
41311         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
41312
41313 2004-10-04  Simon Josefsson  <jas@extundo.com>
41314
41315         * m4/memmem.m4: New file.
41316
41317 2004-10-04  Simon Josefsson  <jas@extundo.com>
41318
41319         * lib/memmem.h: New file.
41320         * lib/memmem.c: New file, taken from glibc.
41321
41322 2004-10-04  Simon Josefsson  <jas@extundo.com>
41323
41324         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
41325         '#ifdef USE_UNLOCKED_IO'.
41326
41327 2004-10-04  Simon Josefsson  <jas@extundo.com>
41328
41329         * config/srclist.txt: Add memmem from glibc.
41330
41331 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41332
41333         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
41334
41335         * modules/argmatch, modules/argp, modules/closeout, modules/error,
41336         modules/exclude, modules/getdate, modules/getline,
41337         modules/getndelim2, modules/getpass, modules/getpass-gnu,
41338         modules/getusershell, modules/linebuffer, modules/md5,
41339         modules/mountlist, modules/posixtm, modules/readtokens,
41340         modules/readutmp, modules/regex, modules/sha1,
41341         modules/version-etc, modules/yesno:
41342         Remove dependency on unlocked-io.
41343
41344 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41345
41346         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
41347
41348         * m4/unlocked-io.m4: Add copyright notice.
41349         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
41350
41351 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41352
41353         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
41354         * lib/xmalloc.c (xmemdup): Likewise.
41355         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
41356         XFREE): Remove these long-obsolescent macros.
41357         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
41358         * lib/xstrdup.c: Remove.
41359
41360         * lib/regex.c (re_comp): Cast gettext return value to char *,
41361         Problem reported by Martin Neitzel via Mark D. Baushke.
41362
41363 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41364
41365         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
41366         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
41367         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
41368         regex.c, sha1.c, version-etc.c, yesno.c:
41369         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
41370         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
41371         the includer's responsibility.
41372
41373         Sync from coreutils.
41374
41375         * lib/modechange.c (mode_compile): Don't decrement a pointer that
41376         points to the start of a string, as the C Standard says the
41377         resulting behavior is undefined.
41378
41379         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
41380         simple -> simple_backups, numbered_existing ->
41381         numbered_existing_backups, numbered -> numbered_backups
41382         to avoid shadowing problems.  All uses changed.
41383         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
41384         * lib/backupfile.c (check_extension, numbered_backup):
41385         Rename locals to avoid shadowing 'basename'.
41386         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
41387         once.
41388
41389         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
41390         * lib/.cvsignore: Add getopt.h.
41391
41392 2004-10-04  Bruno Haible  <bruno@clisp.org>
41393
41394         * modules/README: New file.
41395         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
41396         not a module.
41397
41398 2004-10-02  Jim Meyering  <jim@meyering.net>
41399
41400         * lib/dirfd.h, getpagesize.h: Add copyright notice.
41401
41402 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41403
41404         * modules/strsep: New file.
41405
41406 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41407
41408         * m4/strsep.m4: New file.
41409
41410 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41411
41412         * lib/strsep.h: New file.
41413         * lib/strsep.c: New file.
41414
41415 2004-10-01  Simon Josefsson  <jas@extundo.com>
41416
41417         * lib/snprintf.c (snprintf): Handle size==0.
41418
41419 2004-10-01  Simon Josefsson  <jas@extundo.com>
41420             Bruno Haible  <bruno@clisp.org>
41421
41422         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
41423         (snprintf): Declare 'args'.
41424
41425 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
41426
41427         * lib/snprintf.c: Remove comments as to why each header is needed.
41428
41429 2004-10-01  Bruno Haible  <bruno@clisp.org>
41430
41431         * MODULES.html.sh: Add strsep.
41432
41433 2004-09-30  Simon Josefsson  <jas@extundo.com>
41434
41435         * modules/snprintf: New file.
41436
41437 2004-09-30  Simon Josefsson  <jas@extundo.com>
41438
41439         * m4/snprintf.m4: New file.
41440
41441 2004-09-30  Simon Josefsson  <jas@extundo.com>
41442
41443         * lib/snprintf.h, lib/snprintf.c: New files.
41444
41445 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41446
41447         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
41448         (hol_entry_help): Never translate an empty string.
41449         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
41450         * lib/argp.h (OPTION_NO_TRANS): New option.
41451
41452 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41453
41454         * modules/argp (Maintainer): Replace Simon Josefsson
41455         by Sergey Poznyakoff.
41456
41457 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41458
41459         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
41460         changes merged back into glibc.
41461
41462 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41463
41464         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
41465
41466 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
41467
41468         * lib/xvasprintf.c: Include xalloc.h.
41469         (xvasprintf): Use xalloc_die, not xmalloc_die.
41470
41471 2004-09-29  Bruno Haible  <bruno@clisp.org>
41472
41473         * modules/alloca-opt: New file, derived from modules/alloca.
41474         * modules/allocsa: Depend on alloca-opt instead of alloca.
41475         * modules/setenv: Likewise.
41476         * modules/vasnprintf: Likewise.
41477         * MODULES.html.sh: Add alloca-opt.
41478
41479 2004-09-28  Simon Josefsson  <jas@extundo.com>
41480
41481         * gnulib-tool: New parameter --lgpl, to asseert that modules are
41482         LGPL, and to replace license template from GPL to LGPL.
41483
41484 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41485
41486         * modules/dummy: Change license to LGPL.
41487
41488 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41489
41490         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
41491
41492 2004-09-24  Simon Josefsson  <jas@extundo.com>
41493
41494         * modules/minmax (License): Change from GPL to LGPL.
41495
41496 2004-09-23  Simon Josefsson  <jas@extundo.com>
41497
41498         * gnulib-tool (--import): Typo.
41499
41500 2004-09-23  Simon Josefsson  <jas@extundo.com>
41501
41502         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
41503
41504 2004-09-22  Bruno Haible  <bruno@clisp.org>
41505
41506         * modules/*: Add 'License' field.
41507         * gnulib-tool: Accept --extract-license option.
41508         (func_get_license): New function.
41509
41510 2004-09-21  Bruno Haible  <bruno@clisp.org>
41511
41512         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
41513         Reported by Simon Josefsson.
41514
41515 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41516
41517         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
41518         gl_AC_TYPE_LONG_LONG.
41519
41520 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41521
41522         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
41523
41524 2004-09-18  Simon Josefsson  <jas@extundo.com>
41525         and  Paul Eggert  <eggert@cs.ucla.edu>
41526
41527         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
41528         calls with autoreconf.  Define GL_LIB.
41529
41530 2004-09-14  Karl Berry  <karl@gnu.org>
41531
41532         * config/srclist.txt: unsync setenv.c, sigh.
41533
41534 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41535
41536         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
41537         Problem reported by Bruno Haible in:
41538         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
41539
41540 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41541
41542         * config/srclist.txt: Comment out argp-pvh.c.
41543
41544 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
41545
41546         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
41547         in case some system header has #define'd it.  Problem reported by
41548         Soeren D. Schulze in
41549         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
41550
41551 2004-09-09  Karl Berry  <karl@gnu.org>
41552
41553         * regex.[ch]: delete from the root.  These were supposed to be
41554                 synced with emacs cvs, but this has not happened for about
41555                 a year, and anyway nothing else uses emacs regex.[ch].
41556                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
41557                 lib/regex[.ch] is untouched.
41558
41559 2004-09-09  Bruno Haible  <bruno@clisp.org>
41560
41561         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
41562
41563 2004-09-09  Bruno Haible  <bruno@clisp.org>
41564
41565         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
41566         modifications.
41567         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
41568
41569 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41570
41571         * modules/xvasprintf: New file.
41572         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
41573
41574 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41575
41576         * lib/xvasprintf.h: New file.
41577         * lib/xvasprintf.c: New file.
41578         * lib/xasprintf.c: New file.
41579
41580 2004-09-08  Bruno Haible  <bruno@clisp.org>
41581
41582         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
41583
41584 2004-09-08  Bruno Haible  <bruno@clisp.org>
41585
41586         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
41587         length is > INT_MAX.
41588         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
41589         more.
41590
41591 2004-09-08  Bruno Haible  <bruno@clisp.org>
41592
41593         * lib/stdint_.h: New file, taken from GNU clisp.
41594
41595 2004-09-08  Bruno Haible  <bruno@clisp.org>
41596             Oskar Liljeblad  <oskar@osk.mine.nu>
41597
41598         * modules/stdint: New file.
41599         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
41600
41601 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41602
41603         Import from coreutils.
41604         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
41605         strings on unbounded length.  alloca's performance benefits aren't
41606         that important here.
41607         (V_STRDUP): Remove.
41608         (parse_with_separator): New function, with most of the internals
41609         of the old parse_user_spec.  Allow user to omit both user and group,
41610         for compatibility with FreeBSD.
41611         Clone only the user name, not the entire spec.
41612         Do not set *uid, *gid unless entirely successful.
41613         Avoid memory leak in some failing cases.
41614         Fix regression for USER.GROUP reported by Dmitry V. Levin in
41615         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
41616         (parse_user_spec): Rewrite to use parse_with_separator.
41617
41618 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41619
41620         * modules/userspec: Don't depend on alloca.
41621
41622 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41623
41624         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
41625
41626 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41627
41628         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
41629         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
41630         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
41631
41632 2004-08-16  Simon Josefsson  <jas@extundo.com>
41633
41634         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
41635         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
41636         Add --dry-run for --import.
41637         Let user provided command line parameters override configure.ac
41638         settings.
41639
41640 2004-08-12  Simon Josefsson  <jas@extundo.com>
41641
41642         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
41643         as discussed with Paul Eggert in threads rooted at
41644         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
41645         and
41646         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
41647         Before, the test was empty, and relied on ELIDE_CODE in source
41648         code.)
41649         (gl_PREREQ_GETOPT): New macro.
41650         (gl_GETOPT): Use them.
41651
41652 2004-08-12  Simon Josefsson  <jas@extundo.com>
41653
41654         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
41655         * lib/getopt_.h: Renamed from getopt.h.
41656
41657 2004-08-12  Simon Josefsson  <jas@extundo.com>
41658
41659         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
41660         Change default library name from libfoo to libgnu.
41661         Now, if you have a configure.ac that says:
41662                 gl_SOURCE_BASE(gl)
41663                 gl_M4_BASE(gl/m4)
41664                 gl_MODULES(error getopt etcetera)
41665                 gl_INIT
41666         you can import all you need by running:
41667                 ../gnulib/gnulib-tool --import
41668
41669         * modules/getopt (Files): Rename getopt.h to getopt_.h.
41670         (Makefile.am): Rewrite, use logic from argz.
41671         (Include): Use <getopt.h> instead of "getopt.h".
41672
41673 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41674
41675         * modules/argp (Files): Add m4/unlocked-io.m4.
41676         (Depends-on): Add extensions.
41677
41678 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41679
41680         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
41681         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
41682         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
41683         Check for program_invocation_name, program_invocation_short_name,
41684         flockfile, funlockfile, features.h, _getopt_long_only_r.
41685
41686 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41687
41688         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
41689         its complicated substitute.
41690         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
41691         and program_invocation_name.
41692         (__argp_basename) [!_LIBC]: Remove; the only use was
41693         replaced by its body.
41694         (__argp_short_program_name): Change condition from
41695         !defined __argp_short_program_name to
41696         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
41697         to match argp-namefrob.h.
41698         (__argp_failure): Don't assume strerror_r returns char *.
41699         * lib/argp-parse.c (N_): Define unconditionally.
41700         (argp_default_options): Fill out initializers with 0 to avoid
41701         gcc warnings.
41702
41703 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41704
41705         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
41706         getopt1.c.
41707
41708 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41709
41710         Merge from coreutils.
41711
41712         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
41713
41714         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
41715         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
41716
41717 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41718
41719         Merge from coreutils.
41720
41721         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
41722         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
41723         for Reliant Unix 5.43.
41724
41725         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
41726         (union fooround): Use uintmax_t, not long int.
41727         The rest is a merge from libc:
41728         [defined _LIBC]: Include <shlib-compat.h>.
41729         (_obstack) [defined _LIBC]: Remove after 2.3.4.
41730
41731         * lib/settime.c (settime): Recode to avoid warning with
41732         Sun Forte C 6U2.
41733
41734         * lib/strverscmp.c: Convert to UTF-8.
41735
41736 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41737
41738         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
41739         m4/uintmax_t.m4.
41740
41741 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41742
41743         * modules/xalloc-die: New file.
41744         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
41745
41746         * modules/md5 (Files): Add m4/uint32_t.m4.
41747         * modules/sha1: Renamed from modules/sha.
41748         (Files):
41749         Rename lib/sha.h to lib/sha1.h.
41750         Rename lib/sha.c to lib/sha1.c.
41751         Rename m4/sha.m4 to m4/sha1.m4.
41752         (lib_SOURCES): Likewise.
41753         (configure.ac): Rename gl_SHA to gl_SHA1.
41754         (Include): sha.h -> sha1.h.
41755
41756 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41757
41758         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
41759         * m4/sha1.m4: Renamed from sha.m4.
41760         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
41761
41762 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41763
41764         * lib/obstack.h (obstack_empty_p):
41765         Don't assume that chunk->contents is suitably aligned.
41766         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
41767         Likewise. Problem reported by Benno in
41768         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
41769
41770         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
41771         readable.  This could be improved further but it'd take some work.
41772
41773 2004-08-08  Simon Josefsson  <jas@extundo.com>
41774
41775         * modules/xgethostname (Depends-on): Remove exit and error (not
41776         used).
41777
41778         * modules/getpass-gnu: Add getpass.h.
41779         (Depends-on): Add stdbool.
41780         * modules/getpass: Add getpass.h.
41781
41782 2004-08-08  Simon Josefsson  <jas@extundo.com>
41783
41784         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
41785         Check getpass declaration.
41786
41787 2004-08-08  Simon Josefsson  <jas@extundo.com>
41788
41789         * lib/xgethostname.c: Don't include error.h (not used).
41790
41791         * lib/getpass.h: Add.
41792         * lib/getpass.c: Include getpass.h first.
41793
41794 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
41795
41796         * lib/xalloc-die.c: New file.
41797         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
41798         All uses removed.
41799         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
41800         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
41801         xalloc-die.c.
41802         (_, N_, xalloc_die): Move to xalloc-die.c.
41803         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
41804         so that we needn't mess with xalloc_msg_memory_exhausted.
41805
41806         * lib/sha1.h: Renamed from sha.h.
41807         (SHA1_H): Renamed from _SHA_H.
41808         (sha1_ctx): Renamed from sha_ctx.
41809         (sha1_init_ctx): Renamed from sha_init_ctx.
41810         (sha1_process_block): Renamed from sha_process_block.
41811         (sha1_process_bytes): Renamed from sha_process_bytes.
41812         (sha1_finish_ctx): Renamed from sha_finish_ctx.
41813         (sha1_read_ctx): Renamed from sha_read_ctx.
41814         (sha1_stream): Renamed from sha_stream.
41815         (sha1_buffer): Renamed from sha_buffer.
41816         * lib/sha1.c: Likewise; renamed from sha.c.
41817         Do not include <sys/types.h>.
41818         Include <stddef.h> rather than <stdlib.h>.
41819
41820 2004-08-08  Bruno Haible  <bruno@clisp.org>
41821
41822         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
41823         FILESYSTEM_PREFIX_LEN.
41824         * lib/progreloc.c: Likewise.
41825         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
41826
41827 2004-08-06  Simon Josefsson  <jas@extundo.com>
41828
41829         * modules/progname (Depends-on): Don't depend on stdbool.
41830
41831 2004-08-06  Simon Josefsson  <jas@extundo.com>
41832
41833         * modules/getsubopt: New file.
41834         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41835         getsubopt.
41836
41837 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41838
41839         More merge from coreutils.
41840
41841         * m4/utimens.m4, m4/utimecmp.m4: New files.
41842         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
41843         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
41844         prereq.m4, sha.m4: Import changes from coreutils.
41845
41846 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41847
41848         More merge from coreutils.
41849         * modules/raise, modules/readtokens0, modules/utimens:
41850         * modules/utimecmp, module/xnanosleep: New files.
41851         * modules/strftime: Add lib/strftime.h.
41852         Change include from <time.h> to "strftime.h".
41853         * modules/yesno: Add lib/yesno.h.
41854         * modules/backupfile: Remove lib/addext.c.
41855         * modules/euidaccess: Add stat-macros.h.
41856         * modules/canonicalize, modules/euidaccess,
41857         modules/filemode, modules/lchown, modules/makepath,
41858         modules/rmdir, modules/stat: Likewise.
41859
41860 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41861
41862         Merge from tar.
41863         * lib/argp-help.c (make_hol, hol_append): Don't assume that
41864         SIZE_MAX is a valid preprocessor constant.
41865         (__argp_basename): Change from "#ifndef _LIBC"
41866         to "#ifndef __argp_short_program_name", so that
41867         we don't compile these functions for tar.
41868
41869         More merges from coreutils.
41870         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
41871         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
41872         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
41873         * lib/addext.c: Remove; no longer needed.
41874         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
41875         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
41876         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
41877         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
41878         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
41879         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
41880         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
41881         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
41882         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
41883         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
41884         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
41885         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
41886         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
41887         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
41888         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
41889         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
41890         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
41891         Import changes from coreutils.
41892
41893 2004-08-05  Simon Josefsson  <jas@extundo.com>
41894
41895         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
41896
41897 2004-08-05  Simon Josefsson  <jas@extundo.com>
41898
41899         * m4/getsubopt.m4: New file.
41900
41901 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
41902
41903         Merge from coreutils.
41904
41905         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
41906         * m4/getcwd-path-max.m4: New files.
41907
41908         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
41909         FILESYSTEM_PREFIX_LEN ->
41910         FILE_SYSTEM_PREFIX_LEN.
41911         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
41912         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
41913         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
41914         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
41915
41916         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
41917         prerequisite modules now handle the DOS stuff.
41918         Don't check for unistd.h.
41919
41920 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
41921
41922         Merge from coreutils.
41923
41924         * lib/.gdb-history: Remove; this doesn't belong here.
41925
41926         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
41927         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
41928         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
41929         * lib/getcwd.c: New files.
41930
41931         * lib/dirname.h: Include <stdbool.h>.
41932         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
41933         for consistency with POSIX terminology.  All uses changed.
41934         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
41935         (strip_trailing_slashes): Use bool for booleans.
41936         * lib/stripslash.c (strip_trailing_slashes): Likewise.
41937
41938         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
41939         sometimes returns a positive errno value even when it succeeds.
41940         (print_errno_message) [!LIBC]: Fall back on strerror if
41941         __strerror_r fails.
41942
41943         * lib/path-concat.c (mempcpy): Don't define if a system header defines
41944         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
41945         (longest_relative_suffix): New function.
41946         (path_concat): Use it.  Assume first argument is not NULL.
41947         Port to DOS.  Omit redundant separators.
41948         Report an error instead of returning NULL.
41949         Use mempcpy instead of memcpy.
41950         (xpath_concat): Remove: not declared or used.
41951
41952         * lib/same.h: Include <stdbool.h>
41953         (same_name): Return bool, not int.
41954         * lib/same.c (same_name): Likewise.
41955         (errno): Don't declare; we assume C89 or better now.
41956
41957         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
41958         if not already defined.
41959
41960         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
41961         * lib/dup-safer.c (errno): Likewise.
41962
41963 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
41964
41965         Merge from coreutils.
41966         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
41967         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
41968         * modules/path-concat: Don't depend on strdup.
41969
41970 2004-08-03  Simon Josefsson  <jas@extundo.com>
41971
41972         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
41973         * lib/progname.h: Don't include stdbool.h.
41974
41975 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
41976
41977         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
41978         * MODULES.html.sh (func_all_modules): Remove fatal.
41979
41980 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
41981
41982         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
41983
41984 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
41985
41986         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
41987         working.
41988
41989 2004-08-02  Simon Josefsson  <jas@extundo.com>
41990
41991         * lib/getsubopt.h: New file, with comments from Bruno Haible.
41992         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
41993         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
41994
41995 2004-08-01  Simon Josefsson  <jas@extundo.com>
41996
41997         * lib/xgetdomainname.c: Include stdlib.h, for free().
41998
41999 2004-07-19  Bruno Haible  <bruno@clisp.org>
42000
42001         * MODULES.html.sh (func_all_modules): Add dummy.
42002
42003 2004-07-16  Simon Josefsson  <jas@extundo.com>
42004
42005         * modules/dummy: New file.
42006
42007 2004-07-16  Simon Josefsson  <jas@extundo.com>
42008
42009         * lib/dummy.c: New file.
42010
42011 2004-07-16  Bruno Haible  <bruno@clisp.org>
42012
42013         * lib/backupfile.h: Add extern "C" for C++.
42014         * lib/closeout.h: Likewise.
42015         * lib/copy-file.h: Likewise.
42016         * lib/findprog.h: Likewise.
42017         * lib/full-write.h: Likewise.
42018         * lib/pathname.h: Likewise.
42019         * lib/progname.h: Likewise.
42020         * lib/stpcpy.h: Likewise.
42021         * lib/stpncpy.h: Likewise.
42022         * lib/strcase.h: Likewise.
42023         * lib/strstr.h: Likewise.
42024         * lib/xalloc.h: Likewise.
42025
42026         * lib/mbswidth.h: Add extern "C" for C++.
42027         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
42028
42029 2004-07-13  Robert Millan  <robertmh@gnu.org>
42030
42031         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
42032
42033 2004-07-09  Simon Josefsson  <jas@extundo.com>
42034
42035         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
42036         failed without this.)
42037
42038 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42039
42040         * modules/chown (Files): Add lib/fchown-stub.c, since
42041         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
42042
42043 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42044
42045         * lib/fchown-stub.c: New file.
42046
42047 2004-06-24  Jim Meyering  <jim@meyering.net>
42048
42049         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
42050
42051 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42052
42053         * modules/argz: Omit "#include".
42054
42055         * MODULES.html.sh (func_all_modules): Add calloc, to match
42056         2004-06-01 addition of calloc module.
42057
42058 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42059
42060         * m4/argz.m4: New file, which is autoupdated from libtool.
42061
42062 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42063
42064         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
42065         libtool.
42066
42067 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42068
42069         * config/srclist-update: Don't insist on "USA." before the
42070         close-comment, as libtool omits the period and puts the */ on a
42071         separate line.
42072         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
42073         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
42074
42075 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
42076
42077         * modules/argz: New file.
42078         * MODULES.html.sh (func_all_modules): Add argz.
42079
42080 2004-06-12  Jim Meyering  <jim@meyering.net>
42081         and  Paul Eggert  <eggert@cs.ucla.edu>
42082
42083         * modules/hash (Files): Add lib/xalloc.h.
42084         * modules/pipe (Depends-on): Add wait-process.
42085         * modules/stat (Depends-on): Add xalloc.
42086         * modules/userspec (Files): Add lib/userspec.h.
42087         * modules/xstrto
42088
42089         Upgrade from gettext-0.13.
42090         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
42091         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
42092         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
42093
42094 2004-06-10  Jim Meyering  <jim@meyering.net>
42095
42096         * lib/calloc.c: New file.
42097
42098 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
42099
42100         * lib/getdate.y (yylex): Allow space between sign and number.
42101         Problem reported by Dan Jacobson.
42102
42103 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42104
42105         Merge from coreutils CVS.
42106
42107         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
42108         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
42109         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
42110         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
42111         xstrtol.m4: Fix copyright date and/or serial number.
42112
42113         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
42114         See if we need an fchown replacement.
42115         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
42116         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
42117         and use the replacement function if we detect either defect.
42118
42119         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
42120         gl_UTIMECMP.
42121
42122 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42123         and  Jim Meyering  <jim@meyering.net>
42124
42125         Merge from coreutils CVS.
42126
42127         * lib/stat-macros.h: New file, with contents from file-type.h
42128         and coreutils' system.h.
42129         * lib/file-type.c: Include "stat-macros.h".
42130         * lib/file-type.h (file_type): Move all macro definitions to new file,
42131         stat-macros.h.
42132
42133         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
42134         Wrap old code with this conditional.
42135         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
42136         function that does not dereference symlinks.
42137         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
42138
42139         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
42140         dependency problems.
42141         (xreadlink): Accept new arg SIZE, for efficiency.
42142         All decls and uses changed.
42143         * lib/xreadlink.h: Include <stddef.h>, for size_t.
42144
42145         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
42146         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
42147
42148         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
42149         sysexits.h.
42150
42151 2004-06-01  Jim Meyering  <jim@meyering.net>
42152
42153         * m4/calloc.m4: New file.
42154
42155 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
42156
42157         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
42158         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
42159         Also, fix a typo in a diagnostic.
42160
42161 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42162
42163         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
42164         or AC_FUNC_REALLOC.
42165
42166 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42167
42168         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
42169         macros to be defined.
42170         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
42171         the allocator returns NULL because the requested size is zero.
42172
42173 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42174
42175         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
42176         var.  Add comment explaining why libc still defines it.  This
42177         merges the following patch from glibc:
42178         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
42179
42180 2004-05-20  Andreas Schwab  <schwab@suse.de>
42181
42182         * m4/free.m4: Replace free if it not known to work, not the other
42183         way round.
42184
42185 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42186
42187         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
42188         present in glibc since revision 1.1 of this file.
42189         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
42190         obstack_alignment_mask, obstack_alloc, obstack_base,
42191         obstack_blank, obstack_blank_fast, obstack_chunk_size,
42192         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
42193         obstack_grow0, obstack_init, obstack_int_grow,
42194         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
42195         obstack_next_free, obstack_object_size, obstack_ptr_grow,
42196         obstack_ptr_grow_fast, obstack_room): Remove declarations of
42197         nonexistent functions.
42198
42199 2004-05-18  Karl Berry  <karl@gnu.org>
42200
42201         * config/srclist.txt: break link for vasnprintf.c.
42202
42203 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42204
42205         Port obstack to the AS/400, where pointers are 16 bytes wide and
42206         you cannot cast an integer to a valid pointer.  This patch is
42207         currently waiting to be integrated into glibc; see
42208         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
42209
42210         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
42211         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
42212         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
42213         (struct obstack): temp member is now a union of a pointer and
42214         an integer, instead of an integer.  All integer uses changed.
42215         This does not affect the physical layout of struct obstack,
42216         except on hosts (like the AS/400) where the size or alignment of
42217         void * is greater than that of ptrdiff_t.
42218         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
42219         __STDC__)]: Store temporary in pointer member of union, not
42220         integer member.
42221         * lib/obstack.c: Include <stddef.h>, for offsetof.
42222         (struct fooalign): Remove; it doesn't need a name.
42223         (union fooround): Change double to long double, and add void *.
42224         (DEFAULT_ALIGNMENT): Use offsetof to compute.
42225         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
42226         not a macro.  Hence the values are always int; so remove all
42227         casts-to-int in uses.
42228
42229 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42230
42231         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
42232         we can get this patch merged into glibc.
42233
42234 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42235             Paul Eggert  <eggert@cs.ucla.edu>
42236
42237         * m4/argp: Depend on alloca.
42238
42239 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42240             Paul Eggert  <eggert@cs.ucla.edu>
42241
42242         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
42243         freecoding.
42244
42245 2004-05-17  Bruno Haible  <bruno@clisp.org>
42246
42247         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
42248         precision that consists of a '.' followed by an empty digit string.
42249         Patch by Tor Lillqvist <tml@iki.fi>.
42250
42251 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42252
42253         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
42254         for backward compatibility with older code.  We need our own
42255         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
42256         it under some other name, and our alloca.h will define it.
42257
42258 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42259             Derek Price  <derek@ximbiot.com>
42260
42261         * lib/alloca.c: Include <alloca.h>, to get our interface.
42262         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
42263         include <alloca.h> first.  Use C89 prototype for alloca; this
42264         requires including <stddef.h> for size_t.  Use extern "C" if C++.
42265         Use #elif for simplicity, since we can assume C89 now.
42266         Don't try to source the system alloca.h since it will not be found
42267         and to prevent recursively including its replacement.
42268         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
42269         * lib/regex.c: Likewise.
42270
42271 2004-05-16  Derek Price  <derek@ximbiot.com>
42272             Paul Eggert  <eggert@cs.ucla.edu>
42273
42274         getline cleanup.  This changes the getndelim2 API: both order of
42275         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
42276         no delimiter).
42277
42278         * lib/getline.c: Don't include stddef.h or stdio.h, since our
42279         interface does that.
42280         (getline): Always use getdelim, so that we don't have two
42281         copies of this code.
42282         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
42283         if available.
42284         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
42285         (GETNDELIM2_MAXIMUM): New macro.
42286         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
42287         instead of the old practice of delim2==0.  All callers changed.
42288         Return -1 on overflow, instead of returning junk.
42289         Do not set *linesize unless allocation succeeds.
42290         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
42291         that we include sys/types.h.
42292         * lib/getnline.h: Likewise.
42293         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
42294         (getndelim2): Reorder arguments.
42295         * lib/getnline.c (getnline, getndelim):
42296         Don't discard the NMAX argument.
42297         (getnline): Invoke getndelim, to avoid code duplication.
42298         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
42299         of (size_t) -1 by callers of the getnline family.
42300
42301 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42302
42303         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
42304         Check for gettimeofday.
42305         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
42306         Check for settimeofday, stime.
42307
42308 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42309
42310         * lib/nanosleep.c (suspended): Change its type from int to
42311         sig_atomic_t volatile.
42312         (first_call): Make it private to rpl_nanosleep, and have it
42313         be zero initially as that's a bit faster.
42314         (my_usleep): Round up fractional times instead of truncating them,
42315         as this is the usual meaning for 'sleep'.
42316
42317         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
42318         doesn't work.
42319         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
42320         (ENOSYS): Define if not defined.
42321         (settime): Fall back on stime if it exists and settimeofday fails.
42322         But don't bother with fallbacks if a method fails with errno == EPERM.
42323
42324 2004-05-11  Jim Meyering  <jim@meyering.net>
42325
42326         Prior to this change, the save_cwd caller required read access to the
42327         current directory on most systems (ones with the fchdir function).
42328
42329         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
42330         fails, try write-only, and finally, resort to using xgetcwd.
42331
42332 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
42333
42334         * lib/obstack.c, obstack.h: Import changes from libc.
42335
42336 2004-04-28  Bruno Haible  <bruno@clisp.org>
42337
42338         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
42339         also implicitly appends .exe to executables.
42340         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
42341         accepts Windows pathnames.
42342         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42343         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42344         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42345         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42346         Reported by Derek Robert Price <derek@ximbiot.com>.
42347
42348 2004-04-21  Karl Berry  <karl@gnu.org>
42349
42350         * config/srclist.txt (localcharset.c): break sync.
42351
42352 2004-04-20  Paul Eggert  <eggert@twinsun.com>
42353
42354         * m4/host-os.m4: Add a copyright notice.
42355
42356 2004-04-20  Jim Meyering  <jim@meyering.net>
42357
42358         Change UTILS_ to gl_ in AC_DEFINE'd names.
42359         Change utils_- and jm_-prefixed variables, too.
42360         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
42361         UTILS_FUNC_MKDIR_TRAILING_SLASH.
42362         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
42363
42364         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
42365         Don't emit trailing blanks.
42366         Also rename jm_-prefixed variables to have gl_ prefix.
42367
42368         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
42369         Also rename jm_-prefixed variables to have gl_ prefix.
42370
42371         * m4/jm-macros.m4: Reflect the renamings.
42372         * m4/prereq.m4: Likewise.
42373
42374 2004-04-20  Jim Meyering  <jim@meyering.net>
42375
42376         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
42377         memory.
42378
42379 2004-04-20  Jim Meyering  <jim@meyering.net>
42380             Bruno Haible  <bruno@clisp.org>
42381
42382         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
42383         memory when realloc fails.
42384
42385 2004-04-19  Jim Meyering  <jim@meyering.net>
42386
42387         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
42388         now that readutmp.c may call `free (0)'.
42389
42390 2004-04-19  Bruno Haible  <bruno@clisp.org>
42391
42392         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
42393         * m4/inttypes_h.m4: Likewise.
42394         * m4/stdint_h.m4: Likewise.
42395         * m4/intmax_t.m4: Likewise.
42396         * m4/uintmax_t.m4: Likewise.
42397
42398 2004-04-18  Jim Meyering  <jim@meyering.net>
42399
42400         * m4/prereq.m4: Don't forbid jm_ prefix.
42401
42402         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
42403         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
42404         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
42405         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
42406         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
42407         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
42408         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
42409         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
42410         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
42411         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
42412         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
42413         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
42414         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
42415         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
42416         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
42417         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
42418         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
42419         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
42420         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
42421
42422 2004-04-18  Jim Meyering  <jim@meyering.net>
42423
42424         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
42425         failure, don't leak memory and do call END_UTMP_ENT.
42426
42427 2004-04-16  Jim Meyering  <jim@meyering.net>
42428
42429         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
42430         coreutils' stat program.
42431         (gl_PREREQ): Don't require jm_PREREQ_STAT.
42432
42433 2004-04-11  Paul Eggert  <eggert@twinsun.com>
42434
42435         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
42436         C89.
42437         (CHAR_BIT): Remove, since we assume C89.
42438         Include <stdint.h> if available, as per current Autoconf CVS advice.
42439
42440 2004-03-31  Jim Meyering  <jim@meyering.net>
42441
42442         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
42443         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
42444         * m4/xalloc.m4: Likewise.
42445
42446 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42447
42448         Merge from coreutils.
42449
42450         * m4/inttostr.m4: New file.
42451         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
42452         Require AM_STDBOOL_H and gl_TIMESPEC instead.
42453         Require gl_CLOCK_TIME.
42454         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
42455
42456 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42457
42458         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
42459         not bool, to be more consistent with Unix conventions.
42460         Suggested by Bruno Haible.
42461
42462         Merge from coreutils.
42463
42464         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
42465         * lib/umaxtostr.c: New files.
42466
42467         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
42468         the usual <time.h> dance.
42469         (get_date): Change signature to support fractional time stamps.
42470         All callers changed.
42471         * lib/getdate.y: Include "getdate.h" first, as we can now
42472         assume C89 and don't need to worry about 'const'.
42473         Similarly, include "unlocked-io.h" near start, not in middle.
42474         Include <limits.h>.
42475         (textint.value): Use long int rather than int.
42476         (textint.digits): Use size_t rather than int.
42477         (BILLION, LOG10_BILLION): New constants.
42478         (parser_control): New member rel_ns.  Members day_ordinal,
42479         time_zone, month, day, hour, minutes, rel_year, rel_month,
42480         rel_day, rel_hour, rel_minutes, rel_seconds
42481         are now long int, not int.  Member seconds is now struct timespec,
42482         not int.  New member timespec_seen.  Members dates_seen, days_seen,
42483         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
42484         not int.
42485         (%union.intval): Now long int, not int.
42486         New member timespec.
42487         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
42488         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
42489         (spec): Now is a timespec or an item list.
42490         (timespec, items): New nonterminals.
42491         (time, rel, relunit, number, get_date):
42492         Add support for fractional seconds.
42493         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
42494         (gmtime, localtime, mktime): Remove decls; not needed with C89.
42495         (to_hour): First arg is now long int, not int.
42496         (to_year): Returns long int, not int.
42497         Don't treat year -70 like 70.
42498         (tm_diff): Returns long int, not int.
42499         (lookup_word): Use bool instead of int when appropriate.
42500         (yylex): Use size_t for count, not int.
42501         Detect overflow when parsing large integer constants.
42502         Add support for fractions.
42503         (get_date): Make pointers 'const' if possible.
42504         Use more-portable code to detect integer overflow.
42505         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
42506         Don't use ctime; it's not reliable if the year has >4 digits.
42507
42508         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
42509         This is for compatibility with BSD.
42510
42511         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
42512         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
42513         From coreutils' system.h.
42514
42515         * lib/userspec.c: Don't include "posixver.h".
42516         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
42517         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
42518         compatible extension.  Simplify code by removing a boolean int
42519         that was always nonzero if a string was nonnull.
42520
42521 2004-03-30  Jim Meyering  <jim@meyering.net>
42522
42523         Merge from coreutils.
42524
42525         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
42526         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
42527         on some systems one must include <grp.h> before it.
42528         Reported by Christian Krackowizer.
42529
42530 2004-03-30  Jim Meyering  <jim@meyering.net>
42531
42532         Merge from coreutils.
42533
42534         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
42535
42536         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
42537         an empty input stream.
42538
42539         * lib/readtokens.c: Include <stdbool.h>.
42540         (readtoken): Use `size_t' rather than int/long.
42541         All callers adjusted.
42542         Use `bool' rather than `int' where appropriate.
42543         Use memset rather than an explicit loop.
42544         Use x2nrealloc rather than xrealloc.
42545         Allow the use of `\0' as a delimiter.
42546         (readtokens): Likewise.
42547         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
42548
42549 2004-03-30  Jim Meyering  <jim@meyering.net>
42550
42551         * m4/realloc.m4: Remove file, since now it does no more than
42552         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
42553         the `configure.ac' section of module/realloc.
42554         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
42555
42556 2004-03-30  Bruno Haible  <bruno@clisp.org>
42557
42558         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
42559         nonnull.
42560
42561 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42562
42563         Merge changes to getloadavg.c from coreutils and Emacs.
42564
42565         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
42566         Define to an expression, not to the empty string.
42567         Include cloexec.h and xalloc.h.
42568         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
42569         Use set_cloexec_flag rather than rolling our own.
42570         * lib/cloexec.c, lib/cloexec.h: New files.
42571
42572 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42573
42574         * m4/cloexec.m4: New file.
42575
42576 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42577
42578         * lib/getopt.h: Sync with libc CVS.
42579
42580 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42581             Bruno Haible  <bruno@clisp.org>
42582
42583         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
42584         mbswidth.
42585
42586 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42587             Bruno Haible  <bruno@clisp.org>
42588
42589         * lib/mbswidth.h: Include <wchar.h> only if
42590         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
42591         <wchar.h>.
42592         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
42593
42594 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42595
42596         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
42597         Sync with libc CVS.
42598         * lib/getopt_int.h: New file, also synced from libc.
42599
42600 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42601
42602         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
42603         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
42604         Bring back getopt.c, getopt.h, getopt1.c.
42605
42606 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42607
42608         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
42609         All uses changed.  Check for sa_sigaction member; this fixes
42610         a bug first reported by Jason Andrade in
42611         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42612
42613 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42614
42615         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
42616         '#if' expressions.  Unlike the code it replaces, it does not
42617         depend on (defined _SC_PAGESIZE).  However, it does depend on
42618         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
42619         first reported by Jason Andrade in
42620         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42621
42622 2004-02-25  Simon Josefsson  <jas@extundo.com>
42623
42624         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
42625
42626 2004-02-25  Simon Josefsson  <jas@extundo.com>
42627
42628         * lib/strdup.h: New file.
42629         * lib/strdup.c: Include it.
42630         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
42631         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
42632
42633 2004-02-23  Karl Berry  <karl@gnu.org>
42634
42635         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
42636         (from fencepost.gnu.org:/gd/gnuorg).
42637
42638 2004-02-23  Karl Berry  <karl@gnu.org>
42639
42640         * config/srclistvars.sh (GNUORG) [karl]: redefine.
42641         * config/srclist.txt: add maintain/standards documents.
42642
42643 2004-02-18  Bruno Haible  <bruno@clisp.org>
42644
42645         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
42646         Reported by Derek Robert Price <derek@ximbiot.com>.
42647
42648 2004-02-16  Karl Berry  <karl@gnu.org>
42649
42650         * config/mkinstalldirs, install-sh: update from automake.
42651
42652 2004-02-06  Karl Berry  <karl@gnu.org>
42653
42654         * m4/po.m4: update from gettext 0.14.1.
42655
42656 2004-02-06  Karl Berry  <karl@gnu.org>
42657
42658         * lib/config.charset: update from gettext 0.14.1.
42659
42660 2004-02-05  Paul Eggert  <eggert@twinsun.com>
42661
42662         Add comments and code, prompted by suggestions from Bruno Haible
42663         for sh-quote.
42664         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
42665         describing the enum quoting_style values.
42666         * lib/quotearg.c (quotearg_alloc): New function.
42667         (quotearg_buffer_restyled): Treat lone { and } as special.
42668         Treat = as special.  Work around bug with older shells
42669         that "see" a '\' that is really the 2nd byte of a multibyte char.
42670         Quote empty string with shell_quoting_style.
42671
42672 2004-02-03  Bruno Haible  <bruno@clisp.org>
42673
42674         * m4/pipe.m4: New file, from GNU gettext.
42675
42676 2004-02-03  Bruno Haible  <bruno@clisp.org>
42677
42678         * lib/pipe.h: New file, from GNU gettext.
42679         * lib/pipe.c: New file, from GNU gettext.
42680
42681 2004-01-27  Bruno Haible  <bruno@clisp.org>
42682
42683         * m4/execute.m4: New file, from GNU gettext.
42684
42685 2004-01-27  Bruno Haible  <bruno@clisp.org>
42686
42687         * lib/execute.h: New file, from GNU gettext.
42688         * lib/execute.c: New file, from GNU gettext.
42689         * lib/w32spawn.h: New file, from GNU gettext.
42690
42691 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42692
42693         Merge from diffutils.
42694
42695         * lib/file-type.c (file_type): Add typed memory objects.
42696         * lib/file-type.h (S_TYPEISTMO): New macro.
42697
42698         * lib/c-stack.h (c_stack_action): Remove argv argument.
42699         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
42700         (die): Don't calculate message unless segv_action returns.
42701         (get_stack_location, min_address_from_argv, max_address_from_argv,
42702         volatile stack_base, volatile_stack_size): Remove.
42703         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
42704         that every segmentation violation is a stack overflow.  (Ouch!)
42705         See Debian bug 136249 (still outstanding) for more info about why
42706         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
42707
42708 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42709
42710         Exit-status fix from coreutils.
42711
42712         Use exit_failure consistently in place of EXIT_FAILURE,
42713         so that program exit statuses are consistent on failure.
42714
42715         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
42716         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
42717         * lib/argmatch.h: Comment fix to match the above.
42718         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
42719         Now a macro referring to exit_failure, instead of a separate
42720         variable.  Include "exitfail.h" to get it.
42721         * lib/xstrtol.h: Include "exitfail.h".
42722         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
42723
42724         * lib/long-options.c (parse_long_options): Use prototype
42725         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
42726         for clarity.
42727
42728 2004-01-21  Jim Meyering  <jim@meyering.net>
42729
42730         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
42731         so as not to conflict with a different-sized __mktime_internal
42732         function in GNU libc.
42733         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
42734         Problem building statically-linked `ls' reported by Michael Brunnbauer.
42735
42736 2004-01-20  Karl Berry  <karl@gnu.org>
42737
42738         * config/config.guess: update from config.
42739
42740         * config/srclistvars.sh: GNUWWWLICENSES for karl.
42741
42742 2004-01-20  Bruno Haible  <bruno@clisp.org>
42743
42744         Safer stack allocation.
42745         * lib/setenv.c: Include allocsa.h.
42746         (alloca): Remove fallback definition.
42747         (freea): Remove macro.
42748         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
42749         instead of freea.
42750
42751 2004-01-20  Bruno Haible  <bruno@clisp.org>
42752
42753         * m4/eealloc.m4: New file, from GNU gettext.
42754
42755 2004-01-20  Bruno Haible  <bruno@clisp.org>
42756
42757         * m4/allocsa.m4: New file, from GNU gettext.
42758
42759 2004-01-20  Bruno Haible  <bruno@clisp.org>
42760
42761         * lib/xallocsa.h: New file, from GNU gettext.
42762         * lib/xallocsa.c: New file, from GNU gettext.
42763
42764 2004-01-20  Bruno Haible  <bruno@clisp.org>
42765
42766         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
42767
42768 2004-01-20  Bruno Haible  <bruno@clisp.org>
42769
42770         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
42771         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
42772         specially.
42773
42774 2004-01-20  Bruno Haible  <bruno@clisp.org>
42775
42776         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
42777         patch.
42778
42779 2004-01-20  Bruno Haible  <bruno@clisp.org>
42780
42781         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
42782
42783 2004-01-20  Bruno Haible  <bruno@clisp.org>
42784
42785         * lib/eealloc.h: New file.
42786
42787 2004-01-20  Bruno Haible  <bruno@clisp.org>
42788
42789         * lib/binary-io.h: Avoid warnings on Cygwin.
42790
42791 2004-01-20  Bruno Haible  <bruno@clisp.org>
42792
42793         * lib/allocsa.h: New file, from GNU gettext.
42794         * lib/allocsa.c: New file, from GNU gettext.
42795
42796 2004-01-18  Karl Berry  <karl@gnu.org>
42797
42798         * doc/gpl.texi, doc/lgpl.texi: new files.
42799
42800 2004-01-18  Karl Berry  <karl@gnu.org>
42801
42802         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
42803         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
42804
42805 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42806
42807         Merge from coreutils.
42808
42809         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
42810         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
42811         (gl_DEFAULT_POSIX2_VERSION): Move
42812         the documentation from 'configure' into 'config.hin',
42813         so that 'configure --help' isn't burdened by it and
42814         we don't have to worry about its formatting there.
42815         Reword the documentation so that it's more succinct
42816         and can be run together into a single paragraph.
42817         * m4/same.m4 (gl_SAME): Check for pathconf.
42818
42819 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42820
42821         Merge from coreutils.
42822
42823         * lib/posixver.c: Include posixver.h.
42824
42825         * lib/same.c: Include <stdbool.h>, <limits.h>.
42826         (_POSIX_NAME_MAX): Define if not defined.
42827         (MIN): New macro.
42828         (same_name): If file names are silently truncated, report
42829         that the file names are the same if they are the same after
42830         the silent truncation.
42831
42832         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
42833         conversion function.
42834         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
42835         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
42836         longer needed.
42837
42838 2004-01-15  Jim Meyering  <jim@meyering.net>
42839
42840         Merge from coreutils.
42841
42842         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
42843         if no library is required.
42844         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
42845         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
42846         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
42847         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
42848         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
42849         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
42850         value, $ac_cv_search_crypt, if it's "none required".
42851         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
42852         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
42853         not gl_FUNC_GETLOADAVG.
42854         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
42855         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
42856
42857 2004-01-15  Jim Meyering  <jim@meyering.net>
42858
42859         Merge from coreutils.
42860
42861         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
42862         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
42863         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
42864
42865         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
42866         optional configure-time default.
42867
42868         * lib/version-etc.c (version_etc_copyright): Update copyright date.
42869
42870         * lib/xreadlink.c (xreadlink): Correct outdated comment.
42871
42872 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
42873
42874         Merge from coreutils.
42875
42876         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
42877         value, $ac_cv_search_nanosleep, if it's "none required".
42878
42879 2004-01-14  Paul Eggert  <eggert@twinsun.com>
42880
42881         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
42882         with like-named macro in fnmatch.c.
42883         (EXT): Use an internal constant instead.
42884
42885         Merge fnmatch patches from glibc.
42886         * lib/fnmatch.c (mbsinit): Remove define.
42887         Add libc_hidden_ver (__fnmatch, fnmatch).
42888         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
42889         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
42890
42891 2004-01-14  Karl Berry  <karl@gnu.org>
42892
42893         * config/install-sh: update from automake.
42894
42895 2004-01-13  Karl Berry  <karl@gnu.org>
42896
42897         * config/install-sh: update from automake.
42898
42899 2004-01-09  Karl Berry  <karl@gnu.org>
42900
42901         * config/install-sh: update from automake.
42902
42903 2004-01-05  Karl Berry  <karl@gnu.org>
42904
42905         * config/config.{sub,guess}: update from config.
42906
42907 2003-12-31  Karl Berry  <karl@gnu.org>
42908
42909         * config/depcomp: update from automake.
42910
42911 2003-12-14  Karl Berry  <karl@gnu.org>
42912
42913         * lib/config.charset: update from gettext-runtime.
42914
42915 2003-12-03  Paul Eggert  <eggert@twinsun.com>
42916
42917         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
42918         Bug reported by Alfred M. Szmidt.
42919
42920 2003-12-03  Bruno Haible  <bruno@clisp.org>
42921
42922         * m4/gettext.m4: Upgrade from gettext-0.13.
42923         * m4/po.m4: Upgrade from gettext-0.13.
42924         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
42925         * m4/intmax.m4: New file, from gettext-0.13.
42926         * m4/printf-posix.m4: New file, from gettext-0.13.
42927
42928 2003-11-29  Karl Berry  <karl@gnu.org>
42929
42930         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
42931
42932 2003-11-25  Paul Eggert  <eggert@twinsun.com>
42933             Bruno Haible  <bruno@clisp.org>
42934
42935         * lib/printf-parse.h: Don't include sys/types.h.
42936         (ARG_NONE): New macro.
42937         (char_directive): Change type of *arg_index fields to size_t.
42938         * lib/printf-parse.c: Don't include sys/types.h.
42939         (SSIZE_MAX): Remove macro.
42940         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
42941         Remove unnecessary overflow check.
42942         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
42943         fields.
42944
42945 2003-11-25  Bruno Haible  <bruno@clisp.org>
42946
42947         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
42948
42949 2003-11-25  Bruno Haible  <bruno@clisp.org>
42950
42951         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
42952         gt_TYPE_SSIZE_T.
42953
42954 2003-11-24  Paul Eggert  <eggert@twinsun.com>
42955
42956         * modules/alloca: Remove dependency on xalloc.
42957
42958 2003-11-24  Paul Eggert  <eggert@twinsun.com>
42959
42960         * lib/alloca.c: Remove dependency on xalloc module.
42961         (xalloc_die): Remove.
42962         (memory_full) [!defined emacs]: New macro.
42963         [!defined emacs]: Don't include xalloc.h.
42964         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
42965         address arithmetic overflows.  Change datatypes a bit to avoid
42966         unnecessary casts.
42967
42968 2003-11-22  Jim Meyering  <jim@meyering.net>
42969
42970         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
42971         s/size/size_t/.
42972
42973 2003-11-21  Karl Berry  <karl@gnu.org>
42974
42975         * config/config.{sub,guess}: update from config.
42976
42977 2003-11-18  Karl Berry  <karl@gnu.org>
42978
42979         * config/config.{sub,guess}: update from config.
42980
42981         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
42982
42983 2003-11-17  Paul Eggert  <eggert@twinsun.com>
42984
42985         * README: Mention that S+T cannot overflow if S is the size of
42986         an existing object and T is sufficiently small.
42987
42988 2003-11-17  Jim Meyering  <jim@meyering.net>
42989
42990         On systems without utime and without a utimes function capable of
42991         dealing with a NULL struct utimbuf* argument, this utime replacement
42992         could -- in unusual circumstances -- leak a file descriptor.
42993         * lib/utime.c: Include <unistd.h> and <errno.h>.
42994         (utime_null): Be sure to close `fd' and to preserve errno.
42995         Reported by Geoff Collyer via Arnold Robbins.
42996
42997 2003-11-17  Bruno Haible  <bruno@clisp.org>
42998
42999         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
43000         (Depends-on): Add xsize.
43001
43002 2003-11-17  Bruno Haible  <bruno@clisp.org>
43003
43004         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
43005
43006 2003-11-17  Bruno Haible  <bruno@clisp.org>
43007
43008         * lib/vasnprintf.c (alloca): Remove fallback definition.
43009         (freea): Remove definition.
43010         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
43011         Reported by Paul Eggert.
43012
43013 2003-11-16  Paul Eggert  <eggert@twinsun.com>
43014             Bruno Haible  <bruno@clisp.org>
43015
43016         Protect against address arithmetic overflow.
43017         * lib/printf-args.h: Include stddef.h.
43018         (arguments): Change type of field 'count' to size_t.
43019         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
43020         'unsigned int' where appropriate.
43021         * lib/printf-parse.h: Include sys/types.h.
43022         (char_directive): Change type of *arg_index fields to ssize_t.
43023         (char_directives): Change type of fields 'count', max_*_length to
43024         size_t.
43025         * lib/printf-parse.c: Include sys/types.h and xsize.h.
43026         (SSIZE_MAX): Define fallback value.
43027         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
43028         instead of 'int' where appropriate. Check a_allocated, d_allocated
43029         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
43030         * lib/vasnprintf.c: Include xsize.h.
43031         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
43032         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
43033         overflow. Avoid wraparound when converting a width or precision from
43034         decimal to binary.
43035
43036 2003-11-16  Bruno Haible  <bruno@clisp.org>
43037
43038         Update from GNU gettext.
43039         * lib/printf-parse.c: Generalize to it can be compiled for wide
43040         strings.
43041         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
43042         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
43043         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
43044         SNPRINTF): New macros.
43045         Don't include <alloca.h> if the file is used inside libintl.
43046         (local_wcslen): New function, for Solaris 2.5.1.
43047         (VASNPRINTF): Use it instead of wcslen.
43048
43049 2003-11-16  Bruno Haible  <bruno@clisp.org>
43050
43051         * lib/xsize.h (xmax): New function.
43052         (xsum, xsum3, xsum4): Declare as "pure" functions.
43053
43054 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43055
43056         * modules/xalloc (Files): Undo latest change, since xalloc.h
43057         no longer needs SIZE_MAX or PTRDIFF_MAX.
43058
43059 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43060
43061         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
43062         gl_PTRDIFF_MAX.
43063
43064 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43065
43066         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
43067         "return", to pacify some unknown compiler.  Problem reported
43068         by Joerg Schilling.
43069
43070 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43071
43072         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
43073         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
43074         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
43075         heuristic is just as accurate as far as we know, and it removes a
43076         dependency on size_max.m4 and ptrdiff_max.m4.
43077
43078 2003-11-11  Bruno Haible  <bruno@clisp.org>
43079
43080         * modules/xsize (Files): Add m4/size_max.m4.
43081         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
43082
43083 2003-11-11  Bruno Haible  <bruno@clisp.org>
43084
43085         * m4/size_max.m4: New file.
43086         * m4/ptrdiff_max.m4: New file.
43087         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
43088         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
43089         (gl_XALLOC): Invoke it.
43090
43091 2003-11-11  Bruno Haible  <bruno@clisp.org>
43092
43093         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
43094         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
43095         defined.
43096
43097 2003-11-10  Paul Eggert  <eggert@twinsun.com>
43098
43099         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
43100         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
43101         rejected some allocations of exactly SIZE_MAX - 2 bytes.
43102         From Bruno Haible.
43103         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
43104         not (size_t) -1, since it's defined here.
43105
43106 2003-11-09  Karl Berry  <karl@gnu.org>
43107
43108         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
43109
43110 2003-11-06  Paul Eggert  <eggert@twinsun.com>
43111
43112         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
43113         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
43114         Reject sizes of exactly SIZE_MAX bytes.
43115         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
43116         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
43117
43118 2003-11-05  Bruno Haible  <bruno@clisp.org>
43119
43120         * lib/xsize.h: Include limits.h, to avoid a possible collision with
43121         SIZE_MAX defined in <limits.h> on Solaris.
43122
43123 2003-11-04  Jim Meyering  <jim@meyering.net>
43124
43125         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
43126         variable names, rather than @VAR@.
43127         * modules/poll: Likewise.
43128
43129 2003-11-04  Bruno Haible  <bruno@clisp.org>
43130
43131         * modules/xsize: New file.
43132         * modules/linebreak: Depend on xsize.
43133         * MODULES.html.sh (func_all_modules): Add xsize.
43134
43135 2003-11-04  Bruno Haible  <bruno@clisp.org>
43136
43137         * m4/xsize.m4: New file.
43138
43139 2003-11-04  Bruno Haible  <bruno@clisp.org>
43140
43141         * lib/xsize.h: New file.
43142         * lib/linebreak.c: Include xsize.h.
43143         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
43144         argument for overflow.
43145         Suggested by Paul Eggert.
43146
43147 2003-11-03  Karl Berry  <karl@gnu.org>
43148
43149         * config/config.{guess,sub}: update from config.
43150
43151 2003-11-03  Jim Meyering  <jim@meyering.net>
43152
43153         * modules/userspec (lib_SOURCES): Add userspec.h.
43154         (Include): Add "userspec.h".
43155         Improve description.
43156
43157 2003-11-03  Jim Meyering  <jim@meyering.net>
43158
43159         * lib/userspec.c: Include "userspec.h".
43160         * lib/userspec.h: New file.
43161
43162 2003-11-03  Bruno Haible  <bruno@clisp.org>
43163
43164         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
43165
43166 2003-11-03  Bruno Haible  <bruno@clisp.org>
43167
43168         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
43169         available, to avoid (extremely rare) race condition.
43170         Suggested by Paul Eggert.
43171
43172 2003-11-02  Karl Berry  <karl@gnu.org>
43173
43174         * config/srclist.txt (vasprintf.c): sync broken, sigh.
43175
43176 2003-10-31  Paul Eggert  <eggert@twinsun.com>
43177
43178         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
43179         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
43180         (read_filesystem_list): Set and use me_type_malloced.
43181         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
43182         whatever the type happens to be), for brevity and consistency.
43183         Check for size calculation overflow on Alphas running OSF/1.
43184
43185 2003-10-31  Jim Meyering  <jim@meyering.net>
43186
43187         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
43188
43189         * lib/linebuffer.c: Include <string.h> for declaration of memset.
43190
43191 2003-10-30  Paul Eggert  <eggert@twinsun.com>
43192             Bruno Haible  <bruno@clisp.org>
43193
43194         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
43195         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
43196
43197 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43198
43199         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
43200         netbsd*-gnu*.  Suggested by Robert Millan.
43201
43202 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43203
43204         * modules/group-member: Depend on stdbool.
43205
43206 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43207
43208         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
43209
43210 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43211
43212         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
43213         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
43214         after the 'gnu' in these cases.  This fixes some bugs in the
43215         previous change, and is based on suggestions by Robert Millan.
43216
43217 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43218
43219         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
43220         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
43221         no longer needed.
43222         * lib/quotearg.c (quotearg_n_options): Use it.
43223         * lib/group-member.c: Include <stdbool.h>.
43224         (free_group_info): Arg is now const *; don't free arg.
43225         (get_group_info): Now returns bool and accepts struct group_info *,
43226         rather than returning a malloc'ed struct group_info *.
43227         All uses changed.  Check for overflow in internal size calculation.
43228
43229         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
43230         rather than xmalloc/xrealloc.
43231         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
43232         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
43233         conformance bug: the old code used a pointer after freeing the
43234         storage that it addressed.
43235         * lib/hash.c (hash_initialize): Simplify the code by using
43236         xalloc_oversized rather than doing it by hand.
43237         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
43238         the buffer preserved.  Use free and xmalloc instead.
43239         * lib/quotearg.c (quotearg_n_options): Likewise.
43240         Use a simpler test for size overflow.  Don't use xalloc_oversized
43241         because unsigned int might be wider than size_t (!); this suggests
43242         that we should switch from unsigned int to size_t for slot numbers.
43243
43244 2003-10-28  Paul Eggert  <eggert@twinsun.com>
43245
43246         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
43247         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
43248         NetBSD kernels.  Requested by Richard Stallman.
43249
43250 2003-10-27  Paul Eggert  <eggert@twinsun.com>
43251
43252         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
43253         to allocate the returned structure.  Do not allocate a subarray,
43254         as x2nrealloc will do that.
43255         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
43256         instead of xnrealloc.
43257         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
43258
43259 2003-10-27  Bruno Haible  <bruno@clisp.org>
43260
43261         * lib/stdbool_.h: Better support for BeOS.
43262
43263 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43264
43265         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
43266         now uses inline.
43267
43268 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43269
43270         * lib/xalloc.h (xalloc_oversized): New static inline function, for
43271         callers that want to do their own size-overflow checking.  Include
43272         <stdbool.h>, since xalloc_oversized returns bool.
43273         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
43274         to use xalloc_oversized.
43275
43276         Add two functions x2realloc, x2nrealloc, for programs that grow
43277         arrays dynamically by doubling their sizes.
43278         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
43279         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
43280         New functions.
43281
43282         Port to C99 semantics for 'inline' of external functions.
43283         Bug reported by Bruno Haible.
43284         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
43285         with the old contents of xnmalloc.
43286         (xnmalloc, xmalloc): Use it.
43287         (xnrealloc_inline): New static inline function,
43288         with the old contents of xnrealloc.
43289         (xnrealloc, xrealloc): Use it.
43290
43291         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
43292         that.
43293
43294 2003-10-26  Karl Berry  <karl@gnu.org>
43295
43296         * config/srclist.txt (COPYING.DOC): no longer available from
43297         /gd/gnuorg; don't know where the ultimate source is.
43298
43299 2003-10-25  Paul Eggert  <eggert@twinsun.com>
43300
43301         Fix several address-calculation bugs in the hash modules,
43302         plus some minor code cleanup.
43303
43304         * lib/hash.h: Include <stdbool.h>, for bool.
43305         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
43306         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
43307         hash_get_n_entries, hash_get_max_bucket_length,
43308         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
43309         hash_rehash): Use size_t rather than unsigned.
43310         * lib/hash.c (struct hash_table, hash_get_n_buckets,
43311         hash_get_n_buckets_used, hash_get_n_entries,
43312         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
43313         hash_get_entries, hash_do_for_each, hash_string, is_prime,
43314         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
43315         Likewise.
43316         (SIZE_MAX): Define if not defined.
43317         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
43318         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
43319         hash_print):
43320         Use const * when possible.
43321         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
43322         (check_tuning): Fix bug: if tuning parameters were very close to
43323         0 or 1, rounding errors could have caused subscript violations.
43324         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
43325         (hash_initialize): Add 'fail:' label
43326         to free table and return NULL, and use it to simplify code.
43327         Use calloc rather than clearing the storage ourself.
43328         (hash_initialize, hash_rehash): Check for arithmetic overflow in
43329         buffer size calculations.
43330         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
43331         Include <stddef.h>, for size_t.
43332         * lib/hash-pjw.c (hash_pjw): Likewise.
43333         Switch to method described by Bruno Haible.
43334         Include <limits.h>, for CHAR_BIT.
43335         (SIZE_BITS): New macro.
43336
43337 2003-10-23  Paul Eggert  <eggert@twinsun.com>
43338
43339         * m4/getline.m4 (AM_FUNC_GETLINE):
43340         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
43341         hosts.  Problem reported by Derek Robert Price in
43342         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
43343         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
43344         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
43345
43346 2003-10-21  Paul Eggert  <eggert@twinsun.com>
43347
43348         * lib/getndelim2.c (getndelim2): When size calculation overflows,
43349         ceiling the allocation at NMAX bytes rather than silently
43350         discarding input bytes before NMAX is reached.  This makes
43351         a difference only if NMAX exceeds SIZE_MAX / 2.
43352
43353         * lib/obstack.c: Merge from glibc.
43354         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
43355         Add libc_hidden_def (_obstack_newchunk).
43356         (_obstack_free) [! defined _LIBC]: Remove.
43357         [defined _LIBC]: Make a strong alias from obstack_free, rather than
43358         a clone of the function body.
43359         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
43360         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
43361
43362         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
43363         glibc.
43364         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
43365         arg to memcpy.
43366
43367         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
43368         (obstack_ptr_grow_fast, obstack_int_grow_fast):
43369         Don't use lvalue casts, as GCC plans to remove support for them
43370         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
43371         was also present in the non-GCC version, indicating that this
43372         code had always been buggy and had never been widely used.
43373         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
43374         Use the fast variant of each macro, rather than copying the
43375         definiens of the fast variant; that way, we'll be more likely to
43376         catch future bugs in the fast variants.
43377
43378 2003-10-20  Bruno Haible  <bruno@clisp.org>
43379
43380         * modules/wait-process: New file.
43381         * MODULES.html.sh (func_all_modules): Add wait-process.
43382
43383 2003-10-20  Bruno Haible  <bruno@clisp.org>
43384
43385         * m4/wait-process.m4: New file.
43386
43387 2003-10-20  Bruno Haible  <bruno@clisp.org>
43388
43389         * lib/wait-process.h: New file, from GNU gettext.
43390         * lib/wait-process.c: New file, from GNU gettext.
43391
43392 2003-10-19  Jim Meyering  <jim@meyering.net>
43393
43394         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
43395         HPUX 10.20.
43396
43397 2003-10-18  Karl Berry  <karl@gnu.org>
43398
43399         * config/config.guess: update from config.
43400
43401 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43402
43403         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
43404         (getgroups): First arg is int, not size_t.
43405         Don't let 'free' mangle errno.
43406
43407 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43408
43409         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
43410
43411 2003-10-16  Karl Berry  <karl@gnu.org>
43412
43413         * config/config.{guess,sub}: update from config.
43414
43415 2003-10-16  Jim Meyering  <jim@meyering.net>
43416
43417         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
43418         memcpy.
43419
43420 2003-10-15  Paul Eggert  <eggert@twinsun.com>
43421
43422         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
43423         (SIZE_MAX): Remove.
43424         (new_exclude, add_exclude_file): Initial size no longer needs to
43425         be a power of 2.
43426         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
43427         our own address arithmetic overflow checking.
43428
43429         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
43430         (fnmatch): Do not alloca more than 2000 wide characters;
43431         instead, use malloc for large buffers.
43432         Check for address arithmetic overflow, and return -1
43433         with errno set to ENOMEM in that case.
43434         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
43435         (NEW_PATTERN): Do not alloca more than 8000 bytes;
43436         instead, return -1.  Check for address arithmetic overflow.
43437
43438 2003-10-14  Paul Eggert  <eggert@twinsun.com>
43439
43440         Handle invalid suffixes and overflow independently, so that
43441         callers can treat them independently as needed.  Fix some bugs in
43442         suffix handling, e.g., "100k@" was not diagnosed as an invalid
43443         suffix for a human-readable blocksize.  The major caller-visible
43444         change is the addition of a new
43445         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
43446         that both overflow and suffix chars were found.
43447
43448         * lib/human.c (humblock): Don't check separately for invalid suffix
43449         char; that is xstrtoumax's job (now that its bug is fixed).
43450         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
43451         INTMAX_MAX]: New macros.
43452         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
43453         TYPE_MAXIMUM): New macros.
43454         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
43455         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
43456         if overflow occurs, as it's what __strtol does and it's more useful
43457         in practice.
43458         (__xstrtol): If __strtol reports some error other than ERANGE,
43459         reflect it to the caller as LONGINT_INVALID.  If it reports
43460         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
43461         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
43462         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
43463         value.
43464         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
43465         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
43466         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
43467         [defined UINTMAX_MAX]: New macros.
43468
43469 2003-10-14  Bruno Haible  <bruno@clisp.org>
43470
43471         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
43472
43473 2003-10-14  Bruno Haible  <bruno@clisp.org>
43474
43475         * m4/sig_atomic_t: New file, from GNU gettext.
43476         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
43477
43478 2003-10-14  Bruno Haible  <bruno@clisp.org>
43479
43480         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
43481         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
43482         Also use volatile where needed.
43483
43484 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43485
43486         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
43487         Change maintainer from Bruno Haible to 'all'.
43488
43489 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43490
43491         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
43492
43493 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43494
43495         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
43496         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
43497         and define in terms of the other primitives.
43498         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
43499         (SIZE_MAX): Define if not already defined.
43500         (array_size_overflow): New function.
43501         (xalloc_die): Abort instead of exiting if 'error' returns.
43502         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
43503         (xmalloc, xrealloc): Use them.
43504         (xcalloc): Check for address arithmetic overflow.
43505         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
43506         a bit faster than strcpy.
43507
43508 2003-10-10  Simon Josefsson  <jas@extundo.com>
43509
43510         * modules/argp (Depends-on): Add restrict and strcase.
43511
43512 2003-10-10  Simon Josefsson  <jas@extundo.com>
43513
43514         * m4/argp.m4: Add AC_C_INLINE.
43515
43516 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43517
43518         Merge getpass from libc, plus a few fixes.
43519
43520         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
43521         Include <stdbool.h>.
43522         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
43523         __fsetlocking to empty.
43524         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
43525         do include <bits/libc-lock.h>.
43526         Do not include <fcntl.h>; not needed.
43527         [_LIBC]: Include <wchar.h>.
43528         (NOTCANCEL_MODE): New macro.
43529         (flockfile, funlockfile) [_LIBC]: New macros.
43530         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
43531         [!_LIBC]: New macros.
43532         (call_fclose): New function.
43533         (getpass): Use it.  Save tty stream separately; this simplifies the
43534         code and makes it more reliable if stdin happens to equal stdout.
43535         Invoke __fsetlocking on tty.
43536         Handle thread cancellation if needed.
43537         Namespace cleanup (use __tcgetattr, __getline).
43538         Use bool for Booleans.
43539         [USE_IN_LIBIO]: Handle wide streams.
43540         [!_LIBC]: Unconditionally do the fseek, since we don't know what
43541         stream might go where.
43542
43543         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
43544         doesn't have to include <stdio.h> before us.
43545         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
43546         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
43547         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
43548         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
43549         if not declared, so that we can use getpass.c code from libc without
43550         rewriting it.
43551         (flockfile, ftrylockfile, funlockfile): New macros.
43552
43553 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43554
43555         * modules/getpass: Depend on stdbool.
43556
43557 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43558
43559         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
43560
43561 2003-10-07  Karl Berry  <karl@gnu.org>
43562
43563         * config/config.{guess,sub}: update from config.
43564
43565 2003-10-06  Jim Meyering  <jim@meyering.net>
43566             Bruno Haible  <bruno@clisp.org>
43567
43568         This lets translators provide better translations for the
43569         "Written by ..." part of --version output.
43570         * lib/version-etc.h: Include stdarg.h.
43571         (version_etc_copyright): Declare as readonly.
43572         (version_etc): Make this function variadic with a NULL-terminated list
43573         of author name strings.
43574         (version_etc_va): New declaration.
43575         * lib/version-etc.c: Include stdarg.h, stdlib.h.
43576         (version_etc_copyright): Declare as readonly.
43577         (version_etc_va): New function. Provide a different translatable string
43578         for each possible number of authors < 10. Abbreviate when there are 10
43579         authors or more.
43580         (version_etc): Make this function variadic. Call version_etc_va.
43581         Suggestion from Gary V. Vaughan.
43582
43583         * lib/long-options.h (parse_long_options): Change prototype: the
43584         authors string is moved to the end and becomes variadic.
43585         * lib/long-options.c: Include stdarg.h.
43586         (parse_long_options): Make this function variadic, too.
43587         Call version_etc_va, not version_etc.
43588
43589 2003-10-06  Bruno Haible  <bruno@clisp.org>
43590
43591         * modules/version-etc-2: Remove file.
43592         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
43593
43594 2003-10-06  Bruno Haible  <bruno@clisp.org>
43595
43596         * modules/fatal-signal: New file.
43597         * MODULES.html.sh (func_all_modules): Add fatal-signal.
43598
43599 2003-10-06  Bruno Haible  <bruno@clisp.org>
43600
43601         * m4/fatal-signal.m4: New file.
43602         * m4/signalblocking.m4: New file, from GNU gettext.
43603
43604 2003-10-06  Bruno Haible  <bruno@clisp.org>
43605
43606         * lib/version-etc-2.h: Remove file.
43607         * lib/version-etc-2.c: Remove file.
43608
43609 2003-10-06  Bruno Haible  <bruno@clisp.org>
43610
43611         * lib/fatal-signal.h: New file, from GNU gettext.
43612         * lib/fatal-signal.c: New file, from GNU gettext.
43613
43614 2003-10-05  Paul Eggert  <eggert@twinsun.com>
43615
43616         * README: Rework advice for preventing empty .o files.
43617         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
43618         not <sys/types.h>.
43619
43620 2003-10-04  Karl Berry  <karl@gnu.org>
43621
43622         * lib/argp*: update from libc.
43623
43624 2003-10-04  Karl Berry  <karl@gnu.org>
43625
43626         * config/config.{guess,sub}: update from config.
43627
43628 2003-10-02  Bruno Haible  <bruno@clisp.org>
43629
43630         * modules/lchown (Include): Add lchown.h.
43631         * modules/time_r (Include): Use "..." syntax.
43632         * modules/xgetdomainname (Include): Add xgetdomainname.h.
43633
43634 2003-10-01  Simon Josefsson  <jas@extundo.com>
43635
43636         * MODULES.html.sh (func_all_modules): Move gethostname from section
43637         'based on' to section 'lacking' POSIX:2001.
43638
43639 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
43640
43641         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
43642         to output mode on the same stream.
43643
43644 2003-09-29  Paul Eggert  <eggert@twinsun.com>
43645
43646         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
43647         Fix arg typo in previous patch.
43648
43649 2003-09-28  Jim Meyering  <jim@meyering.net>
43650
43651         * lib/error.c: Correct cpp indentation.
43652
43653 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43654
43655         * modules/free: New file.
43656
43657 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43658
43659         * m4/free.m4: New file.
43660
43661 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43662
43663         * lib/minmax.h (MIN, MAX)
43664         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
43665         Omit the special code that used __typeof__, since we worry that
43666         it could be more trouble than it's worth.  See:
43667         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
43668         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
43669
43670         * lib/free.c: New file.
43671
43672 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
43673
43674         Trivial fixes to Makefile.am parts of module listings.
43675         * modules/strstr: Append strstr.h to lib_SOURCES.
43676         * modules/strcase: Likewise, for strcase.h.
43677
43678 2003-09-27  Karl Berry  <karl@gnu.org>
43679
43680         * config/mkinstalldirs: update from automake.
43681
43682 2003-09-26  Paul Eggert  <eggert@twinsun.com>
43683
43684         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
43685         (error_tail): Do not loop, reallocating temporary buffer, since
43686         the output cannot contain more wide characters than the input
43687         contains bytes, the size must be big enough already.  This avoids
43688         one potential size overflow calculation.  Check for size overflow
43689         when calculating temporary buffer size.  Free temporary buffer
43690         when done, if it was allocated with malloc; this plugs a memory
43691         leak.  Remove casts from void * to pointers, that are no longer
43692         needed now that we're assuming C89 or better.
43693
43694         Merge error changes from glibc.
43695
43696         * lib/error.c, error.h: Update copyright notice header to match glibc.
43697         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
43698         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
43699         Disable cancellation while printing error.
43700         * lib/error.h: Prepend __ to parameter names.
43701
43702 2003-09-26  Jim Meyering  <jim@meyering.net>
43703
43704         * lib/error.c (error_tail): Move some declarations
43705         into inner scope where the local variables are used.
43706
43707 2003-09-26  Bruno Haible  <bruno@clisp.org>
43708
43709         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
43710         stpncpy().
43711         Don't define stpncpy through config.h; it's now done through stpncpy.h.
43712
43713 2003-09-26  Bruno Haible  <bruno@clisp.org>
43714
43715         * lib/stpncpy.h (gnu_stpncpy): New declaration.
43716         (stpncpy): Define as alias for gnu_stpncpy.
43717         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
43718
43719 2003-09-25  Simon Josefsson  <jas@extundo.com>
43720
43721         * lib/xgetdomainname.h: New file.
43722         * lib/xgetdomainname.c: New file.
43723
43724 2003-09-25  Simon Josefsson  <jas@extundo.com>
43725             Bruno Haible  <bruno@clisp.org>
43726
43727         * modules/getdomainname: New file.
43728         * modules/xgetdomainname: New file.
43729         * MODULES.html.sh (func_all_modules): Add getdomainname,
43730         xgetdomainname.
43731
43732 2003-09-25  Simon Josefsson  <jas@extundo.com>
43733             Bruno Haible  <bruno@clisp.org>
43734
43735         * m4/getdomainname.m4: New file.
43736
43737 2003-09-25  Simon Josefsson  <jas@extundo.com>
43738             Bruno Haible  <bruno@clisp.org>
43739
43740         * lib/getdomainname.h: New file.
43741         * lib/getdomainname.c: New file.
43742
43743 2003-09-25  Karl Berry  <karl@gnu.org>
43744
43745         * lib/argp-fmtstream.c, argp-help.c: update from libc.
43746
43747 2003-09-25  Karl Berry  <karl@gnu.org>
43748
43749         * config/install-sh: update from automake.
43750
43751 2003-09-25  Bruno Haible  <bruno@clisp.org>
43752
43753         * modules/version-etc-2: New file, from modules/version-etc with
43754         modifications.
43755         * MODULES.html.sh (func_all_modules): Add version-etc-2.
43756
43757 2003-09-25  Bruno Haible  <bruno@clisp.org>
43758
43759         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
43760         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
43761
43762 2003-09-24  Simon Josefsson  <jas@extundo.com>
43763
43764         * modules/xgethostname: Add xgethostname.h.
43765
43766 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43767
43768         * lib/linebuffer.c (freebuffer): Don't free the argument, just
43769         the buffer associated with the argument.  Bug reported by
43770         Simon Josefsson.
43771
43772 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43773
43774         * README: Document assumptions that 'int' is at least 32 bits
43775         wide, that integer arithmetic is 2's complement without overflow,
43776         that there are no holes in integer values, that adding sizes of
43777         two nonoverlapping objects can't overflow, and that all-bits-zero
43778         yields scalar zero.  Fix spelling and capitalization typos.
43779
43780 2003-09-19  Karl Berry  <karl@gnu.org>
43781
43782         * lib/argp.h: update from libc.
43783
43784 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43785
43786         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
43787         to avoid spurious warnings like "AC_RUN_IFELSE was called before
43788         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
43789
43790 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43791
43792         * gnulib-tool: Use "test -h", not "test -L", for portability
43793         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
43794         (tags_regexp): Remove, since \| doesn't conform to POSIX.
43795         (sed_extract_prog): Issue s commands one-by-one, rather than
43796         using \| in one s command.
43797
43798 2003-09-16  Paul Eggert  <eggert@twinsun.com>
43799
43800         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
43801         input error, instead of returning NULL the next time we are called
43802         (and therefore losing track of errno).
43803
43804 2003-09-16  Bruno Haible  <bruno@clisp.org>
43805
43806         * gnulib-tool (func_create_testdir): Warn about duplicated
43807         dependencies.
43808
43809 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43810
43811         * modules/argmatch, modules/fatal, modules/obstack,
43812         modules/xalloc, modules/xgethostname: Sort dependencies by
43813         importance, not alphabetically.
43814
43815 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43816
43817         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
43818         fails, so that the caller gets the proper errno.
43819
43820         * lib/readutmp.c (read_utmp): Likewise.
43821         Check for fstat error.  Close stream and free storage
43822         when failing.
43823
43824 2003-09-14  Karl Berry  <karl@gnu.org>
43825
43826         * config/srclist.txt (strdup.c): disable for c89 changes.
43827
43828 2003-09-14  Jim Meyering  <jim@meyering.net>
43829
43830         * lib/getloadavg.c: Correct cpp indentation.
43831         * lib/strdup.c: Likewise.
43832         * lib/vasnprintf.c: Likewise.
43833
43834 2003-09-14  Bruno Haible  <bruno@clisp.org>
43835
43836         * modules/fwriteerror: New file.
43837         * MODULES.html.sh (func_all_modules): Add fwriteerror.
43838
43839 2003-09-14  Bruno Haible  <bruno@clisp.org>
43840
43841         * lib/fwriteerror.h: New file.
43842         * lib/fwriteerror.c: New file.
43843
43844 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43845
43846         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
43847         modules/xgethostname, modules/xalloc: Depend on exit.
43848
43849 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43850
43851         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
43852
43853         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
43854         and AC_MINIX, too, so that their extensions are available.
43855
43856         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
43857         This macro has been superseded by gl_BACKUPFILE.
43858
43859         More patches to assume C89 or better.
43860
43861         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
43862
43863         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
43864         unconditionally.
43865         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
43866         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
43867         Include <string.h>, <stdlib.h> unconditionally.
43868         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
43869         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
43870         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
43871         headers or for string.h.
43872         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
43873         or strtoul.
43874
43875         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
43876         headers.
43877         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
43878         * m4/userspec.m4 (gl_USERSPEC): Likewise.
43879         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
43880         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
43881         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43882         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
43883         memcpy, memset.
43884         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
43885         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
43886         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
43887         strtol.
43888         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
43889         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
43890         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
43891         strtoul.
43892
43893 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43894
43895         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
43896         * lib/obstack.c [!defined _LIBC]: Likewise.
43897         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
43898         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
43899         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
43900
43901         More changes to assume C89 or better.
43902
43903         * lib/error.c (error_tail): Assume vprintf.
43904
43905         * lib/argmatch.c (getenv): Remove decl.
43906         * lib/progreloc.c (get_full_program_name): Define via prototype.
43907         * lib/setenv.c (clearenv): Likewise.
43908         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
43909         needed.
43910         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
43911         (malloc, memcpy): Remove decls.
43912         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
43913         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
43914         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
43915         (memcpy): Remove macro.
43916         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
43917         (__P): Remove.  All uses removed.
43918         (PTR): Remove.  All uses changed to void *.
43919         (CHAR_BIT, NULL): Remove.
43920         (spaces, zeros, memset_space, memset_zero)
43921         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
43922         Remove.
43923         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
43924         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
43925         Define with prototype.
43926         Remove now-unnecessary prototype decl.
43927         (extra_args_spec): Assume ANSI C.  All uses changed.
43928         (extra_args_spec_iso): Remove.
43929         (my_strftime, emacs_strftimeu): Define via prototype.
43930         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
43931         unconditionally.
43932         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
43933         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
43934         (strtoul, strtol): Remove decls.
43935         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
43936         LONG_MAX): Remove.
43937         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
43938         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
43939         (LOCALE_PARAM_PROTO): New macro.
43940         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
43941         (INTERNAL (strtol), strtol): Define with a prototype.
43942         (PARAMS): Remove.  All uses removed.
43943         * lib/tempname.c: Include <string.h> unconditionally.
43944         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
43945         * lib/xgethostname.c (main): Define with a prototype.
43946         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
43947         Include <stdlib.h> unconditionally.
43948         (calloc, malloc, realloc, free): Remove decls.
43949         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
43950         Include <stdlib.h> unconditionally.  Sort include file names.
43951         (strtod): Remove.
43952         (xstrtod): Define with a prototype.
43953         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
43954         (strtol, strtoul): Remove decls.
43955
43956 2003-09-11  Paul Eggert  <eggert@twinsun.com>
43957
43958         More patches to assume C89 or better.
43959         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
43960         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
43961         string.h, memchr, STDC_HEADERS.
43962
43963 2003-09-11  Paul Eggert  <eggert@twinsun.com>
43964
43965         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
43966         Include <stdlib.h>, <string.h> unconditionally.
43967         Remove now-unnecessary cast to char *.
43968         * lib/strnlen.c: Include <string.h> unconditionally.
43969         * lib/yesno.c (yesno): Define with a prototype.
43970
43971 2003-09-11  Bruno Haible  <bruno@clisp.org>
43972
43973         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
43974
43975 2003-09-10  Jim Meyering  <jim@meyering.net>
43976
43977         * lib/error.c: Correct indentation of cpp directives.
43978
43979 2003-09-10  Bruno Haible  <bruno@clisp.org>
43980
43981         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
43982         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
43983         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
43984         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
43985         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
43986         <stdlib.h> and <string.h> checks.
43987         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
43988         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
43989
43990 2003-09-10  Bruno Haible  <bruno@clisp.org>
43991
43992         * lib/strcspn.c: Include <string.h> unconditionally.
43993         * lib/strpbrk.c: Include <string.h> unconditionally.
43994         * lib/strstr.c: Include <string.h> unconditionally.
43995         * lib/unicodeio.c: Include <string.h> unconditionally.
43996         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
43997         * lib/unsetenv.c: Likewise.
43998         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
43999         * lib/yesno.c: Include <stdlib.h> unconditionally.
44000         (rpmatch): Add prototype.
44001
44002 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44003
44004         More patches to assume C89 or better.
44005         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
44006         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
44007         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
44008         or for string.h.
44009         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
44010         stdlib.h.
44011         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
44012         C headers.
44013         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
44014         string.h.
44015         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
44016         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
44017         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
44018         or for string.h.
44019         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
44020         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
44021         C headers.
44022         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
44023         memcpy.
44024         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
44025         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
44026         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
44027         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
44028         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
44029         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
44030         string.h, free.
44031         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
44032         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
44033         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
44034         C headers, or for string.h.
44035         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
44036         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
44037         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
44038         headers, memory.h, stdlib.h, string.h, strings.h.
44039         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
44040         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
44041         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
44042         strchr.
44043         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
44044         headers, memory.h, string.h.
44045         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
44046         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
44047         free.
44048         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
44049         headers.
44050         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
44051         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
44052         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
44053         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
44054         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
44055
44056 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44057
44058         More K&R removal.
44059
44060         * lib/acosl.c (main): Use a prototype.
44061         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
44062         tanl.c: Likewise.
44063
44064         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
44065
44066         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
44067         (getopt, etopt_long, getopt_long_only, _getopt_internal)
44068         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
44069         with a prototype.
44070         * lib/getopt.c (const): Remove macro.
44071         Include <string.h> unconditionally.
44072         (my_index): Remove; all uses changed to strchr.
44073         (strlen): Remove decl.
44074         (exchange): Remove forward decl; no longer needed.
44075         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
44076         Define with prototype.
44077         * lib/getopt1.c (const): Remove macro.
44078         (getopt_long, getopt_long_only, main): Define with prototype.
44079
44080         * lib/getugroups.c: Include <string.h> unconditionally.
44081
44082         * lib/getusershell.c: Include <stdlib.h> unconditionally.
44083         (getusershell, setusershell, endusershell, readname, main):
44084         Define with prototypes.
44085
44086         * lib/group-member.c: Include group-member.h first.
44087         Include <stdlib.h> unconditionally.
44088
44089         * lib/hard-locale.c: Include hard-locale.h first.
44090         Include <stdlib.h>, <string.h> unconditionally.
44091
44092         * lib/hash.c (free, malloc): Remove decls.
44093         Include <stdlib.h> unconditionally.
44094
44095         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
44096         (getenv): Do not declare.
44097
44098         * lib/idcache.c: Include <string.h> unconditionally.
44099
44100         * lib/long-options.c: Include long-options.h first, to test interface.
44101         Include <stdlib.h> unconditionally.
44102
44103         * lib/makepath.c: Include makepath.h first, to test interface.
44104         Include <stdlib.h> and <string.h> unconditionally.
44105
44106         * lib/linebuffer.c: Include <stdlib.h>.
44107         (free): Remove decl.
44108
44109         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
44110         stddef.h. rpl_malloc returns void *, not char *.
44111         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
44112         prototype.
44113
44114         * lib/md5.h: Include <limits.h> unconditionally.
44115         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
44116         (__P): Remove; all uses removed.
44117         * lib/md5.c: Include "md5.h" first.
44118         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
44119         md5_buffer, md5_process_bytes, md5_process_block):
44120         Define with prototypes.
44121         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
44122         * lib/sha.c: Include "sha.h" first.
44123         Include <stdlib.h>, <string.h> unconditionally.
44124
44125         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
44126         * lib/memcmp.c (__ptr_t): Likewise.
44127         * lib/memrchr.c (__ptr_t): Likewise.
44128         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
44129         Include <string.h> unconditionally.
44130         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
44131         * lib/memchr.c: Include <stdlib.h> unconditionally.
44132         * lib/memchr.c (LONG_MAX): Remove.
44133         * lib/memrchr.c (LONG_MAX): Likewise.
44134         * lib/memchr.c (__memchr): Define via a prototype.
44135         * lib/memrchr.c (__memrchr): Likewise.
44136         * lib/memcmp.c (__P): Remove, and remove all uses.
44137         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
44138         Remove forward decls; no longer needed.
44139         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
44140         Use types required by C89 in prototype.
44141
44142         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
44143         * lib/savedir.c: Likewise.
44144         * lib/mkdir.c (free): Remove decl.
44145         * lib/rmdir.c (rmdir): Define with a prototype.
44146         * lib/savedir.c: Include savedir.h first, to test interface.
44147
44148         * lib/mktime.c (STDC_HEADERS): Remove.
44149         Include <stdlib.h>, <string.h> unconditionally.
44150
44151         * lib/modechange.c: Include <stdlib.h> unconditionally.
44152         (malloc): Remove decl.
44153
44154         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
44155         (free): Remove decl.
44156
44157         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
44158         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
44159         (This type really should be intptr_t, but that's a C99ism.)
44160         (_obstack_memcpy): Remove: all uses changed to memcpy.
44161         Include <string.h> unconditionally.
44162         (struct obstack): Assume __STDC__ for types of members
44163         chunkfun, freefun, extra_arg.
44164         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
44165         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
44166         obstack_begin, obstack_specify_allocation,
44167         obstack_specify_allocation_with_arg, obstack_chunkfun,
44168         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
44169         Remove unprototyped decls and the macros that use them.
44170         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
44171         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
44172         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
44173         (defined __STDC__ && __STDC__)]:
44174         Remove nonprototyped code.
44175         Include <stdlib.h> unconditionally.
44176         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
44177         _obstack_allocated_p, _obstack_free, obstack_free,
44178         _obstack_memory_used, print_and_abort):
44179         Define using prototypes.
44180         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
44181         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
44182         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
44183         obstack_next_free, obstack_object_size, obstack_room) [0]:
44184         Remove unused, unprototyped code.
44185
44186         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
44187
44188         * lib/physmem.c (physmem_total, physmem_available, main): Define
44189         with prototypes.
44190
44191         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
44192         (main): Define with a prototype.
44193
44194         * lib/posixver.c (getenv): Remove decl.
44195
44196         * lib/putenv.c (malloc): Returns void *, not char *.
44197         Include <string.h> unconditionally.
44198         (strchr, memcpy, NULL): Do not define.
44199
44200         * lib/readtokens.c: Include readtokens.h first, to test interface.
44201         Include <stdlib.h>, <string.h> unconditionally.
44202         (init_tokenbuffer): Define with a prototype.
44203
44204         * lib/regex.c (PARAMS): Remove.  All uses removed.
44205         All uses of _RE_ARGS removed, too.
44206         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
44207         unconditionally.
44208         (bzero): Assume memset exists.
44209         (memcmp, memcpy, NULL): Remove.
44210         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
44211         char, or assignments to local vars of type signed char.
44212         (init_syntax_once, PREFIX(extract_number_and_incr),
44213         PREFIX(print_partial_compiled_pattern),
44214         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
44215         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
44216         PREFIX(regex_grow_registers), PREFIX(regex_compile),
44217         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
44218         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
44219         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
44220         wcs_compile_range, byte_compile_range, truncate_wchar,
44221         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
44222         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
44223         count_mbs_length, wcs_re_match_2_internal,
44224         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
44225         PREFIX(alt_match_null_string_p),
44226         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
44227         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
44228         regfree, PREFIX(extract_number)): Define with prototype.  Remove
44229         now-unnecessary declaration, if any.
44230         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
44231         regcomp, regexec):
44232         Remove now-unnecessary casts among pointer types.
44233         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
44234
44235         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
44236         (free): Remove decl.
44237
44238         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
44239
44240         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
44241         (free): Remove decl.
44242
44243         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
44244         * lib/xgetcwd.c: Likewise.
44245
44246         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
44247         (free): Remove decl.
44248
44249         * lib/strchrnul.c (strchrnul): Define with a prototype.
44250         Fix bug: c_in was not converted to char before searching.
44251
44252         The following changes are not K&R related:
44253
44254         * lib/group-member.h: Include <sys/types.h>, so that this file is
44255         self-contained.
44256         * lib/makepath.h: Likewise.
44257
44258         * lib/getusershell.c (readname, default_index, line_size, readname):
44259         Use size_t, not int, for sizes.
44260         (readname): If the size overflows, report an error instead of
44261         looping forever.
44262
44263 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44264
44265         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
44266         libc.
44267
44268 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44269
44270         * README: New section: portability guidelines.
44271
44272 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44273
44274         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
44275         C89 spec.
44276
44277 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44278
44279         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
44280
44281 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44282
44283         Assume C89 or better; remove K&R cruft.
44284         A few of these changes were first proposed by Derek Robert Price
44285         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
44286
44287         * lib/addext.c: Include <string.h> unconditionally.
44288         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
44289         Don't declare getenv or malloc.
44290
44291         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
44292         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
44293         (NULL): Remove.
44294         (find_stack_direction, alloca): Use prototypes.
44295
44296         * lib/atexit.c (atexit): Define using a prototype.
44297
44298         * lib/basename.c, dirname.c, stripslash.c:
44299         Include <string.h> unconditionally.
44300
44301         * lib/bcopy.c: Include <stddef.h>.
44302         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
44303
44304         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
44305
44306         * lib/error.h (error, error_at_line, error_print_progname)
44307         [! (defined (__STDC__) && __STDC__)]: Remove decls.
44308         * lib/error.c: Include error.h first, to check interface.
44309         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44310         (VA_START): Remove; all uses changeed to va_start.
44311         (exit, strerror): Remove decls.
44312         (error_print_progname): Prototype uncondionally.
44313         Don't include <errno.h>; no longer needed.
44314         (private_strerror): Remove.
44315         (error_tail): Always define.
44316         (error, error_at_line): Assume C89 or better; always use prototypes.
44317         * lib/fatal.c: Include "fatal.h" first, to test interface.
44318         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44319         (VA_START): Remove; all uses changed to va_start.
44320         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
44321         this case.
44322         (exit): Remove decl.
44323         (fatal): Prototype unconditionally.  Assume va_start works.
44324         Abort at end, to pacify gcc.
44325
44326         * lib/euidaccess.c (main): Define with a prototype.
44327
44328         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
44329
44330         * lib/exitfail.c: Include <stdlib.h> unconditionally.
44331
44332         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
44333         prototypes.
44334         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
44335         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
44336         (getenv): Remove decl.
44337         (fnmatch): Define using a prototype.
44338         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
44339         (FCT): Define using a prototype.
44340
44341         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
44342
44343         * lib/gethostname.c: Include <stddef.h>.
44344         (gethostname): Define with prototype.  Length is size_t, not int.
44345
44346 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44347
44348         Assume C89 or better; remove K&R cruft.
44349         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
44350         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
44351         string.h, getenv, malloc.
44352         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
44353         headers.
44354         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
44355         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
44356         do not check for strerror.
44357         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
44358         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
44359         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
44360         do not check for doprnt or vprintf.
44361         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
44362         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
44363
44364 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44365
44366         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
44367         getversion.c should have been removed then, but was accidentally
44368         preserved.
44369
44370         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
44371         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
44372
44373 2003-09-08  Karl Berry  <karl@gnu.org>
44374
44375         * config/config.sub, config.guess, srclistvars.sh: update from savannah
44376                 config, forget about prep.
44377
44378         * config/depcomp, missing: update from automake.
44379
44380 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44381
44382         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
44383         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44384
44385 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44386
44387         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
44388         copy_tm_result.  Bug reported by Simon Josefsson in
44389         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44390
44391 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44392
44393         * m4/time_r.m4: New file.
44394         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
44395         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
44396         is. Check for timegm declaration.
44397         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
44398         Do not check for gmtime_r.
44399         Replace mktime if __mktime_internal does not exist and if mktime
44400         hasn't been replaced already.
44401
44402 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44403
44404         * lib/time_r.c, lib/time_r.h: New files.
44405
44406         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
44407         __localtime_r.
44408         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
44409         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
44410
44411         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
44412         __gmtime_r.
44413         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
44414         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
44415         Include <time_r.h>.
44416
44417         * lib/timegm.c: Switch to glibc implementation, with the following
44418         changes:
44419         [defined HAVE_CONFIG_H]: Include <config.h>.
44420         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
44421         (__mktime_internal) [!defined _LIBC]: New decl.
44422         (__gmtime_r) [!defined _LIBC]: New macro and function.
44423         (timegm): Use a prototype, since gnulib assumes C89.
44424         Do not bother declaring tmp to be const, as it's not really usefu.
44425         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
44426         (timegm): Declare only if HAVE_DECL_TIMEGM.
44427
44428 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44429
44430         * MODULES.html.sh (func_all_modules): Add time_r.
44431         * modules/time_r: New file.
44432         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
44433         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
44434
44435 2003-09-03  Paul Eggert  <eggert@twinsun.com>
44436
44437         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
44438         Bug reported by Lute Kamstra in
44439         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
44440
44441         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
44442         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
44443         course with correspondingly smaller numbers for tomorrow and
44444         yesterday.  From Tadayoshi Funaba.  Originally installed into
44445         sh-utils on 1999-08-07, but the patch got lost (I guess during the
44446         coreutils merge?).
44447
44448 2003-08-31  Simon Josefsson  <jas@extundo.com>
44449
44450         * modules/timegm: New file.
44451         * MODULES.html.sh (func_all_modules): Add timegm.
44452
44453 2003-08-31  Simon Josefsson  <jas@extundo.com>
44454
44455         * m4/timegm.m4: New file.
44456
44457 2003-08-31  Simon Josefsson  <jas@extundo.com>
44458
44459         * lib/timegm.h: New file.
44460         * lib/timegm.c: New file.  Based on
44461         wget-1.8.2/src/http.c:mktime_from_utc.
44462
44463 2003-08-31  Karl Berry  <karl@gnu.org>
44464
44465         * lib/argp.h: update from libc.
44466
44467 2003-08-28  Bruno Haible  <bruno@clisp.org>
44468
44469         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
44470         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
44471         followed by '#define fnmatch fnmatch_posix' gives an error.
44472
44473 2003-08-28  Bruno Haible  <bruno@clisp.org>
44474
44475         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
44476         warning on QNX, which defines O_BINARY to 000000.
44477
44478 2003-08-27  Jim Meyering  <jim@meyering.net>
44479
44480         * m4/mkstemp.m4: Require that the system mkstemp be able to create
44481         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
44482         would fail after 32.  Reported by Danny Levinson.  Details here:
44483         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
44484
44485 2003-08-24  Bruno Haible  <bruno@clisp.org>
44486
44487         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
44488         MSVC7 <stdio.h> is included later.
44489
44490 2003-08-22  Simon Josefsson  <jas@extundo.com>
44491
44492         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
44493
44494 2003-08-20  Karl Berry  <karl@gnu.org>
44495
44496         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
44497
44498 2003-08-20  Bruno Haible  <bruno@clisp.org>
44499
44500         * modules/progname: New file.
44501         * MODULES.html.sh (func_all_modules): Add progname.
44502
44503 2003-08-20  Bruno Haible  <bruno@clisp.org>
44504
44505         * lib/progname.h: New file, from GNU gettext.
44506         * lib/progname.c: New file, from GNU gettext.
44507         * lib/progreloc.c: New file, from GNU gettext.
44508
44509 2003-08-19  Jim Meyering  <jim@meyering.net>
44510
44511         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
44512         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
44513
44514 2003-08-19  Bruno Haible  <bruno@clisp.org>
44515
44516         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
44517         more.
44518
44519 2003-08-19  Bruno Haible  <bruno@clisp.org>
44520
44521         * lib/xstrdup.c: Assume <string.h> exists.
44522
44523 2003-08-18  Paul Eggert  <eggert@twinsun.com>
44524
44525         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
44526         in makefile rules.
44527
44528 2003-08-18  Jim Meyering  <jim@meyering.net>
44529
44530         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
44531         * m4/lib-ld.m4: Likewise.
44532
44533 2003-08-18  Jim Meyering  <jim@meyering.net>
44534
44535         * lib/setenv.h: Indent nested cpp directive.
44536         * lib/vasnprintf.c: Remove trailing blanks.
44537
44538 2003-08-17  Simon Josefsson  <jas@extundo.com>
44539
44540         * modules/xstrndup: New file.
44541         * MODULES.html.sh (func_all_modules): Add xstrndup.
44542
44543 2003-08-17  Simon Josefsson  <jas@extundo.com>
44544
44545         * modules/argp: Fix autoconf macro name. Add more dependencies.
44546
44547 2003-08-17  Simon Josefsson  <jas@extundo.com>
44548
44549         * m4/xstrndup.m4: New file.
44550
44551 2003-08-17  Simon Josefsson  <jas@extundo.com>
44552
44553         * m4/argp.m4: New file.
44554
44555 2003-08-17  Simon Josefsson  <jas@extundo.com>
44556             Bruno Haible  <bruno@clisp.org>
44557
44558         * lib/xstrndup.h: New file.
44559         * lib/xstrndup.c: New file.
44560
44561 2003-08-17  Bruno Haible  <bruno@clisp.org>
44562
44563         * modules/strndup (Files, Include): Add lib/strndup.h.
44564
44565 2003-08-17  Bruno Haible  <bruno@clisp.org>
44566
44567         * modules/euidaccess (Files): Add lib/euidaccess.h.
44568
44569 2003-08-17  Bruno Haible  <bruno@clisp.org>
44570
44571         * lib/strndup.h: New file.
44572
44573 2003-08-17  Bruno Haible  <bruno@clisp.org>
44574
44575         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
44576         like AC_GNU_SOURCE.
44577         * modules/extensions (configure.ac): Comment out the invocation of
44578         gl_USE_SYSTEM_EXTENSIONS.
44579
44580 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44581
44582         Merges from coreutils, etc.
44583         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
44584         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
44585         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
44586         fixing a typo.
44587         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
44588         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
44589
44590 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44591
44592         Document merge from coreutils.
44593         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
44594         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
44595         * modules/utime: Add m4/utimes-null.m4.
44596
44597 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44598
44599         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
44600         space, undoing this 2003-08-12 change:
44601         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44602
44603 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44604
44605         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
44606         strtoul.c from libc, undoing this 2003-08-12 change:
44607         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44608
44609 2003-08-16  Jim Meyering  <jim@meyering.net>
44610
44611         Merges from coreutils.
44612         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
44613         prefix.  Adjust cache variables similarly.  Create 500 rather than
44614         just 300 files, to exercise bug on Darwin6.5, too.
44615         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
44616         $missing_dir.
44617         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
44618         AM_SYS_POSIX_TERMIOS.
44619         Reported by mkc@mathdogs.com.
44620         Also change use of $am_cv_sys_posix_termios
44621         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
44622         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
44623         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
44624         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
44625         in /proc/mounts until it finds one with matching device number.  This
44626         is unnecessary when the FILE argument *is* a mount point.  No stat call
44627         is necessary in that case.  So, disable the statvfs-testing code on
44628         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
44629         as RedHat bug# 84846.
44630         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44631         to 1MB, so as not to render systems with no stack size limit (e.g.,
44632         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44633         Include <unistd.h>.  On some systems,
44634         it is required for the definition of _SC_PAGESIZE.
44635
44636 2003-08-16  Jim Meyering  <jim@meyering.net>
44637
44638         Merge from coreutils.
44639         * lib/xstrtoimax.c: #else #if -> #elif.
44640         * lib/xstrtoumax.c: Likewise.
44641
44642 2003-08-16  Jim Meyering  <jim@meyering.net>
44643
44644         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
44645         * m4/utimes.m4: Removed.
44646         * m4/utimes-null.m4: Renamed from utimes.m4.
44647
44648         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44649         to 1MB, so as not to render systems with no stack size limit (e.g.,
44650         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44651         Include <unistd.h>.  On some systems,
44652         it is required for the definition of _SC_PAGESIZE.
44653
44654 2003-08-16  Jim Meyering  <jim@meyering.net>
44655         and Paul Eggert  <eggert@cs.ucla.edu>
44656
44657         Merges from coreutils, etc.
44658
44659         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
44660         using the latest version from cvs.  This avoids problems with #line
44661         directives using a vendor (Sun) compiler.
44662         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
44663         Don't set GETGROUPS_LIB here; now it's
44664         done via getgroups.m4's wrapper function.
44665         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
44666         rather than just in sh-util/configure.in, so that the
44667         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
44668         same.
44669         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
44670         AC_FUNC_GETLOADAVG where to find getloadavg.c.
44671         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
44672         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
44673         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
44674         Remove code that is now done by the newly-required macros.
44675         Append $(EXEEXT) to DF_PROG.
44676         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
44677         Do not invoke or require the following here,
44678         since prereq.m4 or some gnulib .m4 now does this for us:
44679         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
44680         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
44681         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
44682         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
44683         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
44684         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
44685         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
44686         AC_FUNC_OBSTACK.
44687         Do not replace the following functions, as this is now the job
44688         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
44689         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
44690         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
44691         atexit getpass, strdup, getpagesize.
44692         Replace 'raise'.
44693         Do not check for the following functions, as this is now the job
44694         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
44695         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
44696         setregid.
44697         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
44698         Check for sys/sysctl.h.
44699         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
44700         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
44701         of checking for ssize_t ourselves.
44702
44703         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
44704         Require every macro that gnulib/modules/* suggests for us.
44705         (jm_PREREQ_ADDEXT): New macro.
44706         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
44707         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
44708
44709         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
44710         (gl_PHYSMEM): Use it.
44711         Also check for `table' function.
44712         Check for new headers and functions.
44713         Add check for sys/sysmp.h.
44714         With suggestions from Kaveh Ghazi.
44715         Ignore headers that are present but cannot be compiled.  This
44716         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
44717         C 5.4.
44718
44719 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44720
44721         Document merge from coreutils.
44722         * modules/userspec: Depend on posixver.
44723         * modules/strftime: Depend on tzset.
44724
44725 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44726
44727         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
44728         rather than tab, after '#' in shell-script copyright notices.
44729         Suggested by Bruno Haible.
44730
44731 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44732
44733         * config/srclist-update: Use three spaces, rather than tab, after '#'
44734         in shell-script copyright notices.  Suggested by Bruno Haible.
44735         Remove unnecessary parenthesization in regular expression.
44736
44737 2003-08-15  Jim Meyering  <jim@meyering.net>
44738
44739         Merge from coreutils.
44740         * lib/xgethostname.c: Include <stdlib.h>.
44741         (xghostname): Don't exit for anything other than memory-related
44742         failure; just return NULL.
44743         * lib/userspec.c: Include "posixver.h".
44744         (parse_user_spec): Accept `.' as a separator only
44745         in pre-POSIX-200112 mode.
44746         * lib/strtoimax.c: Use #elif rather than #else #if.
44747         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
44748         Remove function, now that we can rely on a working tzset function.
44749         [!_LIBC]: Ensure that the required autoconf test has been run.
44750         [!defined _NL_CURRENT && HAVE_STRFTIME]:
44751         Use underlying_strftime for %r.
44752         * lib/sha.c: Merge in some clean-up and optimization changes from
44753         glibc.
44754         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
44755         Ensure that it is a multiple of 64.
44756         Rearrange loop exit tests so as to avoid performing an
44757         additional fread after encountering an error or EOF.
44758         * lib/realloc.c: Update copyright date.
44759
44760 2003-08-15  Jim Meyering  <jim@meyering.net>
44761         and Paul Eggert  <eggert@twinsun.com>
44762
44763         Merge from coreutils.
44764         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
44765         member but strut utmpx does not.  Needed for AIX 4.3.3.
44766         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
44767
44768 2003-08-15  Jim Meyering  <jim@meyering.net>
44769         and Paul Eggert  <eggert@cs.ucla.edu>
44770
44771         Merges from coreutils, etc.
44772         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
44773         Require gl_FUNC_TZSET_CLOBBER.
44774         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
44775         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
44776         members.
44777
44778 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44779
44780         Help the merge from coreutils.
44781         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
44782         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
44783         * m4/tzset.m4: Use it too.
44784
44785 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44786
44787         * modules/tzset: New file.
44788
44789 2003-08-14  Jim Meyering  <jim@meyering.net>
44790
44791         Merges from coreutils.
44792         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
44793         variable names, rather than @FNMATCH_H@.
44794         * modules/alloca: Likewise for $(ALLOCA_H).
44795
44796         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
44797         the three copies of the literal target, `fnmatch.h'.
44798         * modules/alloca (alloca.h): Likewise.
44799
44800 2003-08-14  Jim Meyering  <jim@meyering.net>
44801
44802         Merge from coreutils.
44803         * m4/tzset.m4: New file.
44804         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
44805         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
44806         otherwise, AIX 5.1 systems would end up using the latter.
44807         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
44808         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
44809         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
44810         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
44811
44812 2003-08-14  Jim Meyering  <jim@meyering.net>
44813
44814         Merge from coreutils.
44815         * lib/obstack.h: Whitespace changes.
44816         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
44817         and xcalloc return values.
44818         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
44819         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
44820         hang on OSF/1 5.1 for DIR on both local and remote file systems.
44821         Reported by (and fix confirmed by) Nelson H. F. Beebe.
44822         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44823         error from mntctl.
44824         Use mntctl's return value to drive the entry-processing loop, since
44825         we can't rely on the value of the vmt_length member in the last
44826         entry.  On some systems doing so could result in exhausting
44827         virtual memory.  Based in part on a patch from Mike Jetzer.
44828
44829 2003-08-14  Jim Meyering  <jim@meyering.net>
44830         and Paul Eggert  <eggert@twinsun.com>
44831
44832         Merges from coreutils, plus other fixes.
44833         * lib/physmem.c: Merge in portability changes from gcc/libiberty
44834         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
44835         for credits and details.  Thanks to Kaveh Ghazi for helping
44836         to keep these files in sync.
44837         (ARRAY_SIZE): Define it.
44838         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
44839         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
44840         (memcasecmp): Don't assume size_t fits in unsigned int.
44841         Remove casts and duplicate code.
44842         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
44843         (memcpy): Remove definition.
44844         Merge in some clean-up and optimization changes from glibc.
44845         [BLOCKSIZE]: Move definition to top of file.
44846         Ensure that it is a multiple of 64.
44847         Rearrange loop exit tests so as to avoid performing an
44848         additional fread after encountering an error or EOF.
44849         * lib/md5.h (md5_uintptr): Define.
44850         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
44851         return to the initial working directory.  Preserve errno
44852         for caller.
44853         * lib/idcache.c: Include "xalloc.h".
44854         (xmalloc, xrealloc): Remove decls.
44855         (getuser): Remove casts no longer required in C89.
44856         * lib/human.c: Include stdio.h, for sprintf.
44857         * lib/group-member.c: Include "xalloc.h".
44858         (xmalloc, xrealloc): Remove decls.
44859         (get_group_info): Remove casts no longer required in C89.
44860         * lib/getusershell.c (readname): Remove casts no longer required in
44861         C89.
44862         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
44863         * lib/getline.c: Whitespace fix, from coreutils.
44864
44865 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44866
44867         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
44868         Check for isascii.
44869
44870         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
44871         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
44872         Undo previous (whitespace-only) change.
44873
44874 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44875
44876         * lib/exclude.c: Include <ctype.h>
44877         (IN_CTYPE_DOMAIN): New macro.
44878         (is_space): New fn.
44879         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
44880         and empty lines.
44881
44882         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
44883         Undo previous (whitespace-only) change.
44884
44885 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44886
44887         * config/srclist-update: Change update back to the old behavior,
44888         leaving whitespace alone.  Use one 'sed' command rather than a
44889         pipeline.
44890         (fixlicense): Now a variable, not a function.
44891         (remove_trailing_blanks): Remove.
44892         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
44893         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
44894         Undo previous (whitespace-only) change.
44895
44896 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44897
44898         Merge from coreutils.
44899         * modules/euidaccess: Add lib_SOURCES, include for new
44900         file euidaccess.h
44901
44902 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44903
44904         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
44905         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
44906         Normalize leading white space and remove trailing white space.
44907
44908         Merge from coreutils
44909         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
44910
44911         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
44912         0.12.1.  These files are now being upgraded automatically by
44913         ../config/srclist-update.
44914
44915 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44916
44917         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
44918         Normalize leading white space and remove trailing white space.
44919         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
44920         notice, as per ../config/srclist-update.
44921
44922         Merge from coreutils.
44923         * lib/euidaccess.h: New file.
44924         * lib/euidaccess.c: Include it.
44925         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
44926         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
44927         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
44928
44929 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44930
44931         * config/srclist-update: Add copyright notice.
44932         (remove_id_lines, remove_trailing_blanks): New constants.
44933         (fixfile): Use them to normalize spacing a bit in copied files.
44934         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
44935         Normalize leading white space and remove trailing white space.
44936
44937         * config/texinfo.tex: Sync with texinfo.
44938
44939         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
44940         strtoul.c from libc, to merge coreutils whitespace changes.
44941
44942         * config/srclist.txt: Get the following m4 files from gettext:
44943         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
44944         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
44945         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
44946         wint_t.m4.
44947
44948 2003-08-12  Karl Berry  <karl@gnu.org>
44949
44950         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
44951         been made.
44952
44953 2003-08-11  Paul Eggert  <eggert@twinsun.com>
44954
44955         * modules/gnu-source, m4/gnu-source.m4:
44956         Remove; we're assuming Autoconf 2.54 or later now.
44957         Suggested by Bruno Haible.
44958         * MODULES.html.sh (func_all_modules): Remove gnu-source.
44959
44960 2003-08-11  Bruno Haible  <bruno@clisp.org>
44961
44962         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
44963
44964 2003-08-11  Bruno Haible  <bruno@clisp.org>
44965
44966         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
44967         (vasnprintf): Use it instead of wcslen.
44968
44969 2003-08-11  Bruno Haible  <bruno@clisp.org>
44970
44971         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
44972         value to ensure that _Bool promotes to int. Use #define for _Bool when
44973         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
44974
44975 2003-08-10  Karl Berry  <karl@gnu.org>
44976
44977         * lib/regex.h: update from libc (whitespace fix).
44978
44979 2003-08-09  Paul Eggert  <eggert@twinsun.com>
44980
44981         Merge some files from coreutils.  These changes were
44982         originally made by Jim Meyering.
44983         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
44984         many older Unixes require this.
44985         * lib/alloca.c (alloca): Remove cast to argument of free;
44986         no longer needed in C89.
44987         * lib/alloca_.h, regex.h: Fix white space to match
44988         what GNU indent does.
44989
44990 2003-08-09  Paul Eggert  <eggert@twinsun.com>
44991
44992         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
44993         apparently Emacs's Unicode mode got confused before my 2003-08-05
44994         checkin.
44995
44996 2003-08-08  Paul Eggert  <eggert@twinsun.com>
44997
44998         * m4/extensions.m4: New file.
44999         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
45000         Require gl_USE_SYSTEM_EXTENSIONS.
45001         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
45002         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
45003
45004 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45005
45006         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
45007         * modules/extensions, modules/gnu-source: New files.
45008         * modules/timespec, modules/unlocked-io: Depend on extensions.
45009
45010 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45011
45012         * modules/restrict: New file.
45013         * MODULES.html.sh (func_all_modules): Add restrict.
45014         * modules/regex: Depend on restrict.
45015
45016 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45017
45018         * m4/restrict.m4: New file.
45019         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
45020
45021 2003-08-07  Bruno Haible  <bruno@clisp.org>
45022
45023         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
45024         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
45025
45026 2003-08-07  Bruno Haible  <bruno@clisp.org>
45027
45028         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
45029         makes the module 'getndelim2' compatible with the module 'getline'.
45030
45031 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45032
45033         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
45034         byte with "\201" to avoid glitches when editing that source file
45035         with multi-gnome-terminal.
45036
45037 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45038
45039         * lib/bumpalloc.h: Remove.
45040
45041 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45042
45043         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
45044         * modules/bumpalloc: Remove.
45045
45046 2003-08-04  Paul Eggert  <eggert@twinsun.com>
45047
45048         * lib/getloadavg.c: Change copyright notice and spacing to conform to
45049         GNU coding style.
45050
45051         Merge from coreutils.
45052         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
45053         1. From glibc.
45054         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
45055         from Karl Berry, implemented by Jim Meyering.
45056         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
45057         from Dmitry V. Levin.
45058         Remove anachronistic cast of xrealloc.
45059         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
45060         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
45061         type. Otherwise, it wouldn't compile with at least /bin/cc on
45062         ymp-cray-unicos9.0.2.X.
45063         Combine two mostly-identical uses of alloca into one.
45064         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
45065
45066 2003-08-04  Dave Love  <d.love@dl.ac.uk>
45067
45068         [From Emacs.]
45069
45070         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
45071         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
45072         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
45073         obsolete NLIST_NAME_UNION.
45074         [__GNU__]: Undef BSD and FSCALE.
45075         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
45076
45077 2003-08-03  Paul Eggert  <eggert@twinsun.com>
45078
45079         * lib/stdbool_.h (_Bool): Make it signed char, instead of
45080         an enum type, so that it's guaranteed to promote to int.  See:
45081         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
45082
45083 2003-08-03  Karl Berry  <karl@gnu.org>
45084
45085         * config/depcomp: update from automake.
45086
45087 2003-07-31  Paul Eggert  <eggert@twinsun.com>
45088
45089         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
45090         (strerror): Don't assume that a printable int fits in 14 bytes.
45091
45092 2003-07-31  Bruno Haible  <bruno@clisp.org>
45093
45094         * modules/getpass-gnu: New file.
45095         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
45096
45097 2003-07-31  Bruno Haible  <bruno@clisp.org>
45098
45099         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
45100
45101 2003-07-24  Karl Berry  <karl@gnu.org>
45102
45103         * config/missing: update from automake.
45104
45105 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
45106             Bruno Haible  <bruno@clisp.org>
45107
45108         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
45109         * lib/getline.c (getline, getdelim): Likewise.
45110         Remove _GNU_SOURCE define; now it's defined in config.h through
45111         m4/getline.m4.
45112
45113 2003-07-23  Karl Berry  <karl@gnu.org>
45114
45115         * config/config.sub: update from prep.
45116
45117 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45118
45119         * modules/xalloc (Depends-on): Add exitfail.
45120         * modules/xmemcoll: Likewise.
45121
45122 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45123
45124         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
45125         over-parenthesization in macros.
45126
45127         Sync with coreutils.
45128
45129         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
45130         required by C99.
45131
45132         Use `exit_failure' for xalloc and xmemcoll instead of their own
45133         private exit-failure variables.
45134         * lib/xalloc.h (xalloc_exit_failure): Remove.
45135         * lib/xmalloc.c: Likewise.  Include exitfail.h.
45136         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
45137         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
45138         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
45139         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
45140
45141 2003-07-20  Jim Meyering  <jim@meyering.net>
45142
45143         * modules/closeout (Depends-on): Add exitfail.
45144         Suggestion from Bruno Haible.
45145
45146 2003-07-19  Karl Berry  <karl@gnu.org>
45147
45148         * config/config.sub: update from prep.
45149
45150 2003-07-18  Paul Eggert  <eggert@twinsun.com>
45151
45152         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
45153         Remove.
45154         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
45155         to test that it can stand by itself.  Include "exitfail.h".
45156         Clients should set exit_failure instead.
45157         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
45158
45159 2003-07-18  Bruno Haible  <bruno@clisp.org>
45160
45161         * modules/getndelim2: New file.
45162         * modules/getline: Share files with module getndelim2.
45163         * modules/getnline: Depend on getndelim2 instead of sharing files with
45164         it. Add getnline.c to lib_SOURCES.
45165         * MODULES.html.sh (func_all_modules): Add getndelim2.
45166
45167 2003-07-18  Bruno Haible  <bruno@clisp.org>
45168
45169         * m4/getndelim2.m4: New file.
45170         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
45171         invoke gl_PREREQ_GETNDELIM2.
45172         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
45173         gl_PREREQ_GETNDELIM2.
45174         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
45175         gl_GETNDELIM2.
45176
45177 2003-07-18  Bruno Haible  <bruno@clisp.org>
45178
45179         * lib/getndelim2.h: New file.
45180         * lib/getndelim2.c: Make into a module of its own. Include config.h,
45181         getndelim2.h.
45182         (getndelim2): Make non-static. Change return type to ssize_t.
45183         * lib/getline.h: Change argument names.
45184         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
45185         * lib/getnline.c: Include getndelim2.h.
45186
45187 2003-07-18  Andreas Schwab  <schwab@suse.de>
45188
45189         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
45190
45191 2003-07-17  Karl Berry  <karl@gnu.org>
45192
45193         * config/config.sub: update from prep.
45194
45195 2003-07-17  Bruno Haible  <bruno@clisp.org>
45196
45197         * modules/getnline: New file.
45198         * modules/getline: Add lib/getndelim2.c to source file list.
45199         * MODULES.html.sh (func_all_modules): Add getnline.
45200
45201 2003-07-17  Bruno Haible  <bruno@clisp.org>
45202
45203         * m4/getnline.m4: New file.
45204
45205 2003-07-17  Bruno Haible  <bruno@clisp.org>
45206
45207         * m4/Makefile.am.in: Remove file.
45208         * m4/Makefile.am: Remove file.
45209         * m4/Makefile.in: Remove file.
45210
45211 2003-07-17  Bruno Haible  <bruno@clisp.org>
45212
45213         * lib/getnline.h: New file.
45214         * lib/getnline.c: New file.
45215         * lib/getndelim2.c: New file, extracted from getline.c.
45216         (getndelim2): Renamed from getdelim2, with added nmax argument.
45217         * lib/getline.c: Include getndelim2.c.
45218         (getdelim2): Moved out to getndelim2.c.
45219         (getline, getdelim): Update.
45220
45221 2003-07-17  Bruno Haible  <bruno@clisp.org>
45222
45223         * lib/Makefile.am: Remove file.
45224         * lib/Makefile.in: Remove file.
45225
45226 2003-07-17  Bruno Haible  <bruno@clisp.org>
45227
45228         * configure.in: Remove file.
45229         * Makefile.in: Remove file.
45230
45231 2003-07-17  Bruno Haible  <bruno@clisp.org>
45232
45233         * MODULES.html.sh: Put the </BODY> right before </HTML>.
45234
45235 2003-07-16  Karl Berry  <karl@gnu.org>
45236
45237         * config/srclist-update: was running fixlicense twice, which caused
45238                 texinfo.tex to be nullified for some reason.  Simplify,
45239                 $gplsrc is no longer needed as far as I can see?
45240
45241 2003-07-16  Jim Meyering  <jim@meyering.net>
45242
45243         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
45244
45245 2003-07-15  Paul Eggert  <eggert@twinsun.com>
45246
45247         * config/srclist.txt: Get the following files from gettext-runtime/intl
45248         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
45249         ref-del.sin.  From Bruno Haible.
45250         * config/srclist-update (fixfile): Change grep pattern again, since the
45251         previous fix didn't work (there was another trailing $).  Use
45252         '[$]' to escape the $s.
45253
45254 2003-07-15  Karl Berry  <karl@gnu.org>
45255
45256         * lib/vasnprintf.c: update from gettext.
45257
45258 2003-07-15  Karl Berry  <karl@gnu.org>
45259
45260         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
45261         gets expanded when surrounded by '$'.
45262
45263 2003-07-15  Jim Meyering  <jim@meyering.net>
45264
45265         * modules/save-cwd: Don't depend on error.  From Derek Price.
45266
45267 2003-07-15  Jim Meyering  <jim@meyering.net>
45268
45269         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
45270
45271 2003-07-14  Simon Josefsson  <jas@extundo.com>
45272
45273         * modules/mempcpy: New file.
45274         * MODULES.html.sh (func_all_modules): Add mempcpy.
45275
45276 2003-07-14  Simon Josefsson  <jas@extundo.com>
45277
45278         * m4/mempcpy.m4: New file.
45279
45280 2003-07-14  Simon Josefsson  <jas@extundo.com>
45281
45282         * lib/mempcpy.h: New file.
45283         * lib/mempcpy.c: New file.
45284
45285 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45286
45287         * modules/getdate, modules/posixtm: Depend on mktime.
45288
45289 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45290
45291         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
45292         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
45293         unicodeio.c, unicodeio.h, unlocked-io.h:
45294         Switch from LGPL to GPL.
45295
45296 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45297
45298         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
45299         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
45300         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
45301         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
45302         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
45303         updated automatically by ../config/srclist-update.  This changes
45304         their license from LPGL to GPL.
45305
45306 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45307
45308         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
45309         assumed to refer to the root of the most recent stable gettext version.
45310         * config/srclistvars.sh: Add defaults for eggert.
45311         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
45312         Match "This program" as well as "The program".  This is needed
45313         for gettext.
45314
45315 2003-07-14  Jim Meyering  <jim@meyering.net>
45316
45317         Don't emit diagnostics.  Let callers do that.
45318         * lib/save-cwd.c: Don't include "error.h".
45319         (save_cwd): Don't call error.  Ensure that errno is valid
45320         when returning nonzero.
45321
45322         * lib/save-cwd.h (restore_cwd): Update prototype.
45323         * lib/save-cwd.c (restore_cwd): Remove two parameters.
45324         Simplify.  Don't call error upon failure.  Let callers do that.
45325         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
45326         when auditing is enabled.  But don't bother updating the #if.
45327
45328 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
45329
45330         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
45331         it breaks C++ compilation.
45332         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
45333
45334 2003-07-10  Simon Josefsson  <jas@extundo.com>
45335
45336         * modules/strchrnul (Makefile.am): Add strchrnul.h.
45337
45338 2003-07-10  Jim Meyering  <jim@meyering.net>
45339
45340         * m4/clock_time.m4: Remove trailing blank.
45341         * m4/intmax_t.m4: Likewise.
45342
45343 2003-07-10  Jim Meyering  <jim@meyering.net>
45344
45345         * lib/vasnprintf.c: Remove trailing blanks.
45346         Make cpp indentation consistent.
45347
45348 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45349
45350         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
45351         posixver.c, strftime.c, strnlen.c, strverscmp.c:
45352         Switch from LGPL to GPL.
45353
45354 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45355
45356         * config/srclist.txt: Sort sublists.  Add
45357         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
45358         that differ from gnulib for one reason or another; we'd like this list
45359         to be smaller but for now let's document what we have.
45360
45361 2003-07-08  Paul Eggert  <eggert@twinsun.com>
45362
45363         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
45364         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
45365         and sweeter "eval x=$x".
45366         * config/srclist.txt: Get lib/argp* from glibc.
45367
45368 2003-07-07  Paul Eggert  <eggert@twinsun.com>
45369
45370         * lib/mktime.c: Fix some boundary cases and remove need for floating
45371         point.
45372
45373         Issue a compile-time diagnostic if time_t is floating point, or if
45374         two's complement arithmetic is not in effect, or if arithmetic
45375         right shift does not propagate the sign.  These assumptions were
45376         all in the original code but they weren't checked.
45377
45378         (TIME_T_MIDPOINT, verify): New macros.
45379         (__isleap): Remove; it has integer overflow problems.
45380         (leapyear): New function, without those problems.
45381         (ydhms_tm_diff): Remove; splitting into two parts.
45382         (ydhms_diff): New function, containing the arithmetic part of
45383         the old ydhms_tm_diff function.  Issue a compile-time
45384         diagnostic if we are not using C99 integer division.
45385         Avoid casts when possible.
45386         (guess_time_tm): New function, containing the checking part of
45387         the old ydhms_tm_diff function.  Return the new value, rather than
45388         the difference between it and the old.  Accept a new argument T
45389         so that *T specifies the old value.  Check for overflow in the result.
45390
45391         (__mktime_internal): Use a time_t offset, not a long int offset.
45392         This undoes the 2003-06-04 change, which is no longer needed now
45393         that we have better overflow checking.
45394         (localtime_offset): Likewise.
45395
45396         (__mktime_internal): Avoid harmful overflow on hosts where time_t
45397         and long are 64-bit but int is only 32-bit.
45398         (ydhms_diff): Use long int to store year1 and yday1.
45399         Issue a compile-time diagnostic if long int is not wide enough.
45400
45401         (__mktime_internal): Use long int to store adjusted year and yday.
45402         Use plain C rather than preprocessor commands, if that doesn't
45403         affect efficiency.
45404         Check for overflow (and try to repair) after each probe
45405         rather than checking only at the very end.  This avoids some bugs
45406         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
45407         does not equal GMT offset at maximum time).
45408         Use integer to check for overflow rather than floating point; this
45409         is more portable to non-IEEE hosts, and is a tad faster.
45410         When we detect that we are oscillating between two values,
45411         don't check whether tm_isdst has the requested value, since
45412         we already know the answer.  When tm_isdst has the wrong value,
45413         use a different heuristic to find the right one, based on the
45414         extreme values actually observed in practice in tz2003a,
45415         rather than the (overly optimistic) "previous 3 calendar quarters".
45416
45417         (not_equal_tm, print_tm, check_result): Use "const T" rather than
45418         "T const" to accommodate glibc style.
45419         (check_result): Use less-confusing report format.  "long" -> "long int.
45420         (main): Likewise.
45421         Don't loop if the iteration overflows time_t.
45422         Allow a negative step in the iteration.
45423
45424 2003-07-06  Karl Berry  <karl@gnu.org>
45425
45426         * config/depcomp: update from automake.
45427         * config/config.sub: update from prep.
45428
45429 2003-07-03  Karl Berry  <karl@gnu.org>
45430
45431         * config/config.guess: update from prep.
45432
45433 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45434
45435         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
45436         xreadlink.c now includes it unconditionally.
45437
45438 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45439
45440         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
45441         having it depend on HAVE_SYS_TYPES_H.
45442
45443 2003-07-01  Bruno Haible  <bruno@clisp.org>
45444
45445         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
45446         <sys/types.h> should be sufficient.
45447         Reported by Paul Eggert.
45448
45449 2003-06-26  Karl Berry  <karl@gnu.org>
45450
45451         * config/depcomp: update from automake.
45452
45453 2003-06-26  Bruno Haible  <bruno@clisp.org>
45454
45455         * modules/human: Depend on module stdbool.
45456
45457 2003-06-25  Bruno Haible  <bruno@clisp.org>
45458
45459         * modules/readlink: New file.
45460         * modules/xreadlink: Depend on it.
45461         * MODULES.html.sh (func_all_modules): Add readlink.
45462
45463 2003-06-25  Bruno Haible  <bruno@clisp.org>
45464
45465         * m4/readlink.m4: New file.
45466
45467 2003-06-25  Bruno Haible  <bruno@clisp.org>
45468
45469         * lib/readlink.c: New file.
45470
45471 2003-06-22  Karl Berry  <karl@gnu.org>
45472
45473         * config/srclist.txt: update mkinstalldirs from automake.
45474         * config/mkinstalldirs: update.
45475
45476 2003-06-22  Bruno Haible  <bruno@clisp.org>
45477
45478         Portability to mingw32.
45479         * m4/ssize_t.m4: New file, from GNU gettext.
45480         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
45481         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
45482
45483 2003-06-22  Bruno Haible  <bruno@clisp.org>
45484
45485         * modules/safe-read: Add m4/ssize_t.m4.
45486         * modules/xreadlink: Add m4/ssize_t.m4.
45487
45488 2003-06-20  Bruno Haible  <bruno@clisp.org>
45489
45490         Assume C89, so PARAMS isn't needed.
45491         * lib/unicodeio.h (PARAMS): Remove.
45492         * lib/unicodeio.c: Don't use PARAMS.
45493
45494 2003-06-18  Karl Berry  <karl@gnu.org>
45495
45496         * config/config.{guess,sub}: update from prep.
45497
45498 2003-06-18  Jim Meyering  <jim@meyering.net>
45499
45500         Merge changes from coreutils.
45501         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
45502         Remove explicit declarations of xmalloc and realloc.
45503         Include xalloc.h.
45504         (read_utmp): Remove anachronistic cast of xmalloc.
45505
45506 2003-06-17  Paul Eggert  <eggert@twinsun.com>
45507
45508         Assume C89, so PARAMS isn't needed.
45509         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
45510         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
45511         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
45512         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
45513         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
45514         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
45515         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
45516         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
45517         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
45518         lib/xstrtod.h, lib/xstrtol.h: Likewise.
45519         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
45520         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
45521         no longer needed. Anyway, config.h should always be included before any
45522         other file.
45523
45524 2003-06-11  Simon Josefsson  <jas@extundo.com>
45525
45526         * modules/sysexits: New file.
45527         * MODULES.html.sh (func_all_modules): Add sysexits.
45528
45529 2003-06-11  Simon Josefsson  <jas@extundo.com>
45530
45531         * lib/sysexit_.h: New file.
45532
45533 2003-06-11  Derek Price  <derek@ximbiot.com>
45534
45535         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
45536         necessary.
45537
45538 2003-06-11  Bruno Haible  <bruno@clisp.org>
45539
45540         * m4/sysexits.m4: New file.
45541
45542 2003-06-10  Simon Josefsson  <jas@extundo.com>
45543
45544         * lib/argp.h: New file, from glibc.
45545         * lib/argp-ba.c: New file, from glibc.
45546         * lib/argp-eexst.c: New file, from glibc.
45547         * lib/argp-fmtstream.c: New file, from glibc.
45548         * lib/argp-fmtstream.h: New file, from glibc.
45549         * lib/argp-fs-xinl.c: New file, from glibc.
45550         * lib/argp-help.c: New file, from glibc.
45551         * lib/argp-namefrob.h: New file, from glibc.
45552         * lib/argp-parse.c: New file, from glibc.
45553         * lib/argp-pv.c: New file, from glibc.
45554         * lib/argp-pvh.c: New file, from glibc.
45555         * lib/argp-xinl.c: New file, from glibc.
45556
45557 2003-06-10  Simon Josefsson  <jas@extundo.com>
45558
45559         * modules/strchrnul: New file.
45560
45561 2003-06-10  Simon Josefsson  <jas@extundo.com>
45562
45563         * modules/argp: New file.
45564
45565 2003-06-10  Simon Josefsson  <jas@extundo.com>
45566
45567         * m4/strchrnul.m4: New file.
45568
45569 2003-06-10  Simon Josefsson  <jas@extundo.com>
45570
45571         * lib/strchrnul.h: New file.
45572         * lib/strchrnul.c: New file.
45573
45574 2003-06-10  Bruno Haible  <bruno@clisp.org>
45575
45576         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
45577
45578 2003-06-07  Karl Berry  <karl@gnu.org>
45579
45580         * config/config.{guess,sub}: update from prep.
45581
45582 2003-06-07  Jim Meyering  <jim@meyering.net>
45583
45584         * modules/strtod: Use $(...) notation, not @...@ for
45585         AC_REPLACE'd variables.
45586         * modules/localcharset: Likewise.
45587
45588 2003-06-07  Jim Meyering  <jim@meyering.net>
45589
45590         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
45591         in place of my name in the copyright comment.
45592         Remove definition and uses of __P.
45593
45594         From coreutils.
45595         * lib/stat.c: Don't declare xmalloc explicitly.
45596         Instead, include "xalloc.h".
45597         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
45598         xrealloc, and xcalloc return values.
45599         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
45600         Improve comment.
45601         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
45602
45603 2003-06-07  Bruno Haible  <bruno@clisp.org>
45604
45605         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
45606         avoid AC_CONFIG_LINKS.
45607         * modules/fnmatch (Makefile.am): Use explicit creation rule for
45608         fnmatch.h, to avoid AC_CONFIG_LINKS.
45609         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
45610
45611 2003-06-07  Bruno Haible  <bruno@clisp.org>
45612
45613         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
45614         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
45615         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45616         directory.
45617         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
45618         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45619         directory.
45620
45621 2003-06-06  Jim Meyering  <jim@meyering.net>
45622
45623         Merge from coreutils.
45624         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
45625         Consolidate declarations and initializations of *_base* locals.
45626
45627         Merge from coreutils.
45628         This avoids a core dump on systems without GNU putenv,
45629         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
45630         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
45631         (unsetenv): New static function, from GNU libc.
45632         (rpl_putenv): Use it.
45633
45634         * lib/modechange.c: Remove trailing blanks.
45635
45636         Merge from coreutils.
45637         * lib/fsusage.c: Remove declaration of statfs.
45638         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
45639
45640         * lib/posixtm.c: Include <stdbool.h> unconditionally.
45641
45642 2003-06-06  Jim Meyering  <jim@meyering.net>
45643
45644         * lib/stdbool_.h: Renamed from stdbool.h.in.
45645
45646 2003-06-06  Jim Meyering  <jim@meyering.net>
45647             Bruno Haible  <bruno@clisp.org>
45648
45649         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
45650         Adjust Makefile.am snippet not to redirect directly to target.
45651         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
45652
45653 2003-06-05  Paul Eggert  <eggert@twinsun.com>
45654
45655         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
45656         mismatch, look in future quarters as well as past.  This fixes a
45657         bug when processing fall-backwards gaps immediately after a long
45658         period of daylight-saving time.
45659
45660         * lib/mktime.c: Assume freestanding C89 or better.
45661         (HAVE_LIMITS_H): Remove.  Assume it's 1.
45662         (__P): Remove; not used.
45663         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
45664         (mktime, not_equal_tm, print_tm, check_result,
45665         main): Use prototypes.  Use const * where appropriate.
45666         (main): Fix typo in testing code that uncovered by above changes.
45667         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
45668
45669 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45670
45671         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
45672         locale.h, localeconv.  This merges changes from coreutils.
45673
45674         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
45675         It can be removed after the next Autoconf is released.
45676         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
45677         needed.
45678
45679 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45680
45681         * lib/mktime.c: Fix Debian bug 177940
45682         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
45683         (localtime_offset): Now long int, not time_t, because we want it
45684         to be guaranteed to be signed.  All uses changed.
45685         (__mktime_internal): If overflow would occur when adding offset,
45686         don't add it.
45687
45688         Merge 'human' changes from coreutils.  Rewrite to support
45689         locale-specific notations like thousands separators.
45690         * lib/human.c: Simplify authorship notice.
45691         Include human.h immediately after config.h.
45692         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
45693         <limits.h>: Do not include, since human.h does.
45694         (SIZE_MAX, UINTMAX_MAX): New macros.
45695         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
45696         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
45697         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
45698         (power_letter): Renamed from suffixes.
45699         (generate_suffix_backwards): Remove.
45700         (adjust_value): Now takes int style (because of human.h changes)
45701         and long double value (for greater precision on some platforms).
45702         (group_number): New function.
45703         (human_readable): Use it.  Use integer options, not enum.
45704         Put the options before the sizes in the arg list.
45705         Support all the new options.
45706         The old human_readable function has been removed;
45707         use inttostr.h instead.
45708         (human_readable, default_block_size, humblock):
45709         Use uintmax_t, not int, for block sizes.
45710         (human_readable_inexact, block_size_types): Remove.
45711         (block_size_opts): New constant.
45712         (human_options): Renamed from human_block_size, with new signature
45713         that allows block sizes up to UINTMAX_MAX.  All callers changed.
45714         * lib/human.h: Add copyright and authorship notice.
45715         Include <limits.h> and <stdbool.h> unconditionally.
45716         (PARAMS): Remove.  All uses removed.
45717         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
45718         (enum human_inexact_style): Remove tag; now a nameless enum.
45719         (human_floor, human_ceiling, human_round_to_even): Now have
45720         values 2, 0, 1 rather than -1, 1, 0.
45721         (human_group_digits, human_suppress_point_zero, human_autoscale,
45722         human_base_1024, human_SI, human_B): New constants.
45723         (human_readable_inexact, human_block_size): Remove.
45724         (human_readable): Size args are now uintmax_t, not int.
45725         (human_options): New decl.
45726
45727         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
45728         unnecessary now that we assume C89 or better.  This change
45729         imported from coreutils.
45730
45731         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45732         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
45733         in the 2003-05-30 sync from glibc.
45734
45735         .h files should stand alone, but we shouldn't include <sys/types.h>
45736         if we can get away with just <stddef.h>.
45737
45738         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
45739         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
45740         rather than <sys/types.h>, as we merely need size_t.
45741         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
45742         to get size_t.
45743         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
45744         Include <stdio.h>, to get FILE.
45745         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
45746         memcasecmp.h has included <stddef.h> and all we need is size_t.
45747         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
45748         our interface, instead of including <sys/types.h>
45749
45750 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45751
45752         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
45753         now, as glibc mktime is buggy on non-glibc systems.
45754
45755 2003-06-03  Karl Berry  <karl@gnu.org>
45756
45757         * config/config.sub: update from prep.
45758
45759 2003-06-02  Paul Eggert  <eggert@twinsun.com>
45760
45761         [from coreutils]
45762         Fix some minor time-related bugs with POSIX time arguments.
45763         Some valid time stamps were being rejected (notably -1, and
45764         time stamps before 1900 on 64-bit hosts).  And some invalid
45765         time stamps were being accepted, e.g. September 31.
45766
45767         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
45768         that we can return (time_t) -1 successfully.
45769         * lib/posixtm.c: Likewise.
45770         [HAVE_STDBOOL_H]: Include <stdbool.h>.
45771         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
45772         (t): Remove static var.
45773         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
45774         of static var.  All uses changed.
45775         (year): Do not reject years before 1900; they can occur with
45776         64-bit time_t.
45777         (posix_time_parse): Do not check for out-of-range components;
45778         that is now the caller's responsibility, since our checks were
45779         only approximations.
45780         (posixtime): Use mktime to check for out-of-range components,
45781         since it knows them exactly.
45782         If mktime returns (time_t) -1, check whether an error actually occurred
45783         by invoking localtime on -1.
45784         (main) [TEST_POSIXTIME]: Check for input data errors, and report
45785         posixtime failures better.
45786         Improve the test data (in comments only).
45787
45788 2003-06-02  Karl Berry  <karl@gnu.org>
45789
45790         * config/mkinstalldirs (version): new variable.
45791         (--version): new option.
45792         (usage): improve message.
45793
45794 2003-05-30  Karl Berry  <karl@gnu.org>
45795
45796         * lib/mktime.c: update from libc.
45797
45798 2003-05-30  Bruno Haible  <bruno@clisp.org>
45799
45800         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
45801         * config/config.rpath: Upgrade to gettext-0.12.1.
45802
45803 2003-05-30  Bruno Haible  <bruno@clisp.org>
45804
45805         * m4/gettext.m4: Upgrade to gettext-0.12.1.
45806         * m4/nls.m4: New file, from gettext-0.12.1.
45807         * m4/po.m4: New file, from gettext-0.12.1.
45808         * m4/progtest.m4: Upgrade to gettext-0.12.1.
45809
45810 2003-05-30  Bruno Haible  <bruno@clisp.org>
45811
45812         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
45813         * lib/localcharset.h: Likewise.
45814         * lib/localcharset.c: Likewise.
45815
45816 2003-05-29  Karl Berry  <karl@gnu.org>
45817
45818         * config/config.rpath: update from gettext.
45819
45820 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45821
45822         Assume the headers required for C89 freestanding compilers.
45823         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
45824         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
45825         * m4/human.m4 (gl_HUMAN): Likewise.
45826         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
45827         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
45828         * m4/userspec.m4 (gl_USERSPEC): Likewise.
45829         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
45830         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45831         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
45832
45833 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45834
45835         Assume the headers required for C89 freestanding compilers.
45836         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
45837         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
45838         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
45839         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
45840         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
45841         define, since <limits.h> is guaranteed to do that.
45842         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
45843         * lib/exclude.c: Include <stdbool.h> unconditionally.
45844         * lib/tempname.c: Include <stddef.h> unconditionally.
45845         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
45846         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
45847         <stddef.h> does that.
45848         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
45849         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
45850         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
45851         needed.
45852         * lib/xstrtol.c: Likewise.
45853         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
45854         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
45855
45856         * lib/addext.c (addext): Use assignment rather than cast, to avoid
45857         warnings on some platforms.
45858
45859         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45860         arbitrarily.
45861
45862 2003-05-26  Jim Meyering  <jim@meyering.net>
45863
45864         Merge in a change from coreutils:
45865         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
45866         that is guaranteed to be `no'.  Use `no_such_member' to indicate
45867         that condition, rather than `-1' which is slightly misleading.
45868         Change the name of the cache variable to have the gl_ prefix.
45869         Prompted by a patch from Richard Dawe for DJGPP.
45870
45871 2003-05-24  Karl Berry  <karl@gnu.org>
45872
45873         * config/config.guess: update from prep.
45874
45875 2003-05-22  Karl Berry  <karl@gnu.org>
45876
45877         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
45878
45879 2003-05-20  Karl Berry  <karl@gnu.org>
45880
45881         * config/config.guess: update from prep.
45882
45883 2003-05-18  Karl Berry  <karl@gnu.org>
45884
45885         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
45886         might actually be set by the user.
45887
45888         * config/depcomp, install-sh, mdate-sh: update from automake.
45889
45890 2003-05-17  Bruno Haible  <bruno@clisp.org>
45891
45892         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
45893         invalid expansion for AC_EGREP_CPP.
45894         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
45895         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
45896         Suggested by Akim Demaille <akim@epita.fr> in
45897         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
45898
45899 2003-05-12  Jim Meyering  <jim@meyering.net>
45900
45901         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
45902         the space-padded-by-default conversion specifiers, %e, %k, %l.
45903
45904 2003-05-12  Bruno Haible  <bruno@clisp.org>
45905
45906         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
45907         the string is longer than 4 KB.
45908
45909 2003-05-11  Karl Berry  <karl@gnu.org>
45910
45911         * config/config.{guess,sub}: update from prep.
45912
45913 2003-05-09  Bruno Haible  <bruno@clisp.org>
45914
45915         * modules/error: Add m4/strerror_r.m4 to file list.
45916
45917 2003-05-03  Bruno Haible  <bruno@clisp.org>
45918
45919         Upgrade to Unicode-4.0.
45920         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
45921         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
45922         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
45923         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
45924         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
45925         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
45926         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
45927         Change width of U+E0100..U+E01EF from 1 to 0.
45928
45929 2003-04-25  Jim Meyering  <jim@meyering.net>
45930
45931         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
45932         of type size_t, not int.
45933
45934 2003-04-25  Bruno Haible  <bruno@clisp.org>
45935
45936         * lib/copy-file.c: Include <stddef.h>, for size_t.
45937
45938 2003-04-21  Paul Eggert  <eggert@twinsun.com>
45939
45940         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
45941         code which expansion is under static control.  Patch imported from
45942         Akim Demaille's patch to Bison; see
45943         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
45944
45945 2003-04-14  Bruno Haible  <bruno@clisp.org>
45946
45947         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
45948
45949 2003-04-11  Jim Meyering  <jim@meyering.net>
45950
45951         Merge changes from Coreutils.
45952
45953         2003-03-22  Jim Meyering  <jim@meyering.net>
45954
45955         * lib/strftime.c (widen): Cast alloca return value to proper type.
45956
45957         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
45958
45959         From GNU libc.
45960         * lib/strftime.c (my_strftime): Handle very large width
45961         specifications for numeric values correctly.  Improve checks for
45962         overflow.
45963
45964         2003-01-19  Jim Meyering  <jim@meyering.net>
45965
45966         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
45967         definitions.
45968         (nl_get_alt_digit) [! defined my_strftime]: Define.
45969         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
45970         _nl_get_alt_digit and _nl_get_walt_digit.
45971
45972         * lib/strftime.c (my_strftime): Merge in locale-related changes from
45973         libc. These changes have no effect outside of _LIBC.
45974
45975 2003-04-10  Bruno Haible  <bruno@clisp.org>
45976
45977         * modules/findprog: New file.
45978         * MODULES.html.sh (func_all_modules): Add it.
45979
45980 2003-04-10  Bruno Haible  <bruno@clisp.org>
45981
45982         * m4/findprog.m4: New file.
45983         * m4/eaccess.m4: New file.
45984
45985 2003-04-10  Bruno Haible  <bruno@clisp.org>
45986
45987         * lib/findprog.h: New file, from GNU gettext.
45988         * lib/findprog.c: New file, from GNU gettext.
45989
45990 2003-04-05  Jim Meyering  <jim@meyering.net>
45991
45992         Merge changes from Coreutils.
45993
45994         * lib/exclude.h (PARAMS): Remove definition and uses.
45995         * lib/exclude.c: Remove uses of `PARAMS'.
45996
45997         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
45998         Add test-cases for DOS filenames. Declare program_name.
45999         (main): Set up program_name.  Patch by Rich Dawe.
46000
46001         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46002         error from mntctl.
46003         Use mntctl's return value to drive the entry-processing loop, since
46004         we can't rely on the value of the vmt_length member in the last
46005         entry.  On some systems doing so could result in exhausting
46006         virtual memory.  Based in part on a patch from Mike Jetzer.
46007
46008 2003-04-04  Bruno Haible  <bruno@clisp.org>
46009
46010         * modules/linebreak: New file.
46011         * MODULES.html.sh (func_all_modules): Add it.
46012
46013 2003-04-04  Bruno Haible  <bruno@clisp.org>
46014
46015         * m4/linebreak.m4: New file.
46016
46017 2003-04-04  Bruno Haible  <bruno@clisp.org>
46018
46019         * lib/linebreak.h: New file, from GNU gettext.
46020         * lib/linebreak.c: New file, from GNU gettext with slight
46021         modifications.
46022         * lib/lbrkprop.h: New file, from GNU gettext.
46023
46024 2003-04-03  Bruno Haible  <bruno@clisp.org>
46025
46026         * modules/utf8-ucs4: New file.
46027         * modules/utf16-ucs4: New file.
46028         * modules/ucs4-utf8: New file.
46029         * modules/ucs4-utf16: New file.
46030         * MODULES.html.sh (func_all_modules): Add them.
46031
46032 2003-04-03  Bruno Haible  <bruno@clisp.org>
46033
46034         * m4/utf-ucs4.m4: New file.
46035         * m4/ucs4-utf.m4: New file.
46036
46037 2003-04-03  Bruno Haible  <bruno@clisp.org>
46038
46039         * lib/utf8-ucs4.h: New file, from GNU gettext.
46040         * lib/utf16-ucs4.h: New file, from GNU gettext.
46041         * lib/ucs4-utf8.h: New file, from GNU gettext.
46042         * lib/ucs4-utf16.h: New file, from GNU gettext.
46043
46044 2003-04-02  Bruno Haible  <bruno@clisp.org>
46045
46046         * modules/binary-io: New file.
46047         * MODULES.html.sh (func_all_modules): Add it.
46048
46049 2003-04-02  Bruno Haible  <bruno@clisp.org>
46050
46051         * lib/binary-io.h: New file, from GNU gettext.
46052
46053 2003-04-01  Bruno Haible  <bruno@clisp.org>
46054
46055         * modules/pathname: New file.
46056         * MODULES.html.sh (func_all_modules): Add it.
46057
46058 2003-04-01  Bruno Haible  <bruno@clisp.org>
46059
46060         * lib/pathname.h: New file, from GNU gettext.
46061         * lib/concatpath.c: New file, from GNU gettext.
46062
46063 2003-03-30  Bruno Haible  <bruno@clisp.org>
46064
46065         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
46066
46067 2003-03-30  Bruno Haible  <bruno@clisp.org>
46068
46069         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
46070         function chown() doesn't exist.
46071
46072 2003-03-28  Bruno Haible  <bruno@clisp.org>
46073
46074         * modules/copy-file: New file.
46075         * MODULES.html.sh (func_all_modules): Add it.
46076
46077 2003-03-28  Bruno Haible  <bruno@clisp.org>
46078
46079         * m4/copy-file.m4: New file.
46080
46081 2003-03-28  Bruno Haible  <bruno@clisp.org>
46082
46083         * lib/copy-file.h: New file, from GNU gettext.
46084         * lib/copy-file.c: New file, from GNU gettext.
46085
46086 2003-03-18  Jim Meyering  <jim@meyering.net>
46087
46088         * lib/quote.c (quote_n): Fix typo in comment.
46089
46090 2003-03-18  Bruno Haible  <bruno@clisp.org>
46091
46092         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
46093         checking.
46094         * m4/onceonly_2_57.m4: Likewise.
46095
46096 2003-03-17  Bruno Haible  <bruno@clisp.org>
46097
46098         * m4/onceonly.m4: Require autoconf 2.54 or newer.
46099         (m4_quote): Remove macro.
46100         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
46101
46102 2003-03-14  Jim Meyering  <jim@meyering.net>
46103
46104         Merge changes from Coreutils.
46105         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
46106         to be const, in order to avoid warnings.
46107         (obstack_room): Likewise.
46108         (obstack_empty_p): Likewise.
46109
46110 2003-03-14  Bruno Haible  <bruno@clisp.org>
46111
46112         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
46113         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
46114
46115 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46116
46117         Merge changes from Bison.
46118         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
46119         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
46120         when compiling Bison 1.875's `bitset bset = obstack_alloc
46121         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
46122         * lib/hash.c: Include <stdbool.h> unconditionally.
46123
46124 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46125
46126         * m4/onceonly.m4 (m4_quote): New macro.
46127         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
46128         Quote AC_FOREACH variable-expansions properly.
46129
46130 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46131
46132         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
46133
46134 2003-03-09  Paul Eggert  <eggert@twinsun.com>
46135
46136         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
46137         Reported by Bruce Becker; see:
46138         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
46139
46140 2003-03-03  Paul Eggert  <eggert@twinsun.com>
46141             Bruno Haible  <bruno@clisp.org>
46142
46143         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
46144         Reported by John Hughes, see
46145         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
46146
46147 2003-02-20  Bruno Haible  <bruno@clisp.org>
46148
46149         * MODULES.html.sh (func_all_modules): Add poll.
46150
46151 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46152
46153         * modules/poll: New file.
46154
46155 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46156
46157         * lib/poll_.h: New file.
46158         * lib/poll.c: New file.
46159
46160 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46161
46162         * m4/poll.m4: New file.
46163
46164 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46165
46166         * modules/mathl: New file.
46167
46168 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46169
46170         * lib/mathl.h: New file.
46171         * lib/acosl.c: New file.
46172         * lib/asinl.c: New file.
46173         * lib/atanl.c: New file.
46174         * lib/ceill.c: New file.
46175         * lib/cosl.c: New file.
46176         * lib/expl.c: New file.
46177         * lib/floorl.c: New file.
46178         * lib/frexpl.c: New file.
46179         * lib/ldexpl.c: New file.
46180         * lib/logl.c: New file.
46181         * lib/sincosl.c: New file.
46182         * lib/sinl.c: New file.
46183         * lib/sqrtl.c: New file.
46184         * lib/tanl.c: New file.
46185         * lib/trigl.c: New file.
46186         * lib/trigl.h: New file.
46187
46188 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46189
46190         * m4/mathl.m4: New file.
46191
46192 2003-02-18  Bruno Haible  <bruno@clisp.org>
46193
46194         * MODULES.html.sh (func_all_modules): Add mathl.
46195
46196 2003-02-17  Bruno Haible  <bruno@clisp.org>
46197
46198         * modules/mkdtemp: New module.
46199         * MODULES.html.sh (func_all_modules): Add it.
46200
46201 2003-02-17  Bruno Haible  <bruno@clisp.org>
46202
46203         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
46204
46205 2003-02-17  Bruno Haible  <bruno@clisp.org>
46206
46207         * lib/mkdtemp.h: New file, from GNU gettext.
46208         * lib/mkdtemp.c: New file, from GNU gettext.
46209
46210 2003-02-02  Jim Meyering  <jim@meyering.net>
46211
46212         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
46213         e.g. glibc-2.2.93.
46214
46215 2003-01-31  Bruno Haible  <bruno@clisp.org>
46216
46217         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
46218         'rpl_rename'.
46219         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
46220         'rpl_strnlen'.
46221         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
46222         'rpl_strtod'.
46223         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
46224         'rpl_utime'.
46225
46226 2003-01-31  Bruno Haible  <bruno@clisp.org>
46227
46228         * lib/rename.c: #undef rename before defining rpl_rename.
46229         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
46230
46231 2003-01-30  Bruno Haible  <bruno@clisp.org>
46232
46233         * modules/vasnprintf, modules/vasprintf: New modules.
46234         * MODULES.html.sh (func_all_modules): Add them.
46235
46236 2003-01-30  Bruno Haible  <bruno@clisp.org>
46237
46238         * m4/signed.m4: New file, from GNU gettext.
46239         * m4/longdouble.m4: New file, from GNU gettext.
46240         * m4/wchar_t.m4: New file, from GNU gettext.
46241         * m4/wint_t.m4: New file, from GNU gettext.
46242         * m4/vasnprintf.m4: New file.
46243         * m4/vasprintf.m4: New file.
46244
46245 2003-01-30  Bruno Haible  <bruno@clisp.org>
46246
46247         * lib/printf-args.h: New file, from GNU gettext.
46248         * lib/printf-args.c: New file, from GNU gettext.
46249         * lib/printf-parse.h: New file, from GNU gettext.
46250         * lib/printf-parse.c: New file, from GNU gettext.
46251         * lib/vasnprintf.h: New file, from GNU gettext.
46252         * lib/vasnprintf.c: New file, from GNU gettext.
46253         * lib/asnprintf.c: New file, from GNU gettext.
46254         * lib/vasprintf.h: New file, from GNU gettext with modifications.
46255         * lib/vasprintf.c: New file, from GNU gettext.
46256         * lib/asprintf.c: New file, from GNU gettext.
46257
46258 2003-01-29  Bruno Haible  <bruno@clisp.org>
46259
46260         * modules/stpncpy: New module.
46261         * MODULES.html.sh (func_all_modules): Add it.
46262
46263 2003-01-29  Bruno Haible  <bruno@clisp.org>
46264
46265         * m4/stpncpy.m4: New file.
46266
46267 2003-01-29  Bruno Haible  <bruno@clisp.org>
46268
46269         * lib/stpncpy.h: New file, from GNU gettext with modifications.
46270         * lib/stpncpy.c: New file, from GNU gettext with modifications.
46271
46272 2003-01-28  Bruno Haible  <bruno@clisp.org>
46273
46274         * modules/c-ctype: New module.
46275         * MODULES.html.sh (func_all_modules): Add it.
46276
46277 2003-01-28  Bruno Haible  <bruno@clisp.org>
46278
46279         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
46280         Paul Eggert.
46281         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
46282         Paul Eggert.
46283
46284 2003-01-27  Bruno Haible  <bruno@clisp.org>
46285
46286         * modules/xsetenv: New module.
46287         * MODULES.html.sh (func_all_modules): Add it.
46288
46289 2003-01-27  Bruno Haible  <bruno@clisp.org>
46290
46291         * lib/xsetenv.h: New file, from GNU gettext.
46292         * lib/xsetenv.c: New file, from GNU gettext.
46293
46294 2003-01-23  Jim Meyering  <jim@meyering.net>
46295
46296         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
46297         from working on systems without dirfd (at least Irix and OSF1/Tru64).
46298
46299 2003-01-23  Bruno Haible  <bruno@clisp.org>
46300
46301         * modules/minmax: New module.
46302         * MODULES.html.sh (func_all_modules): Add it.
46303
46304 2003-01-23  Bruno Haible  <bruno@clisp.org>
46305
46306         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
46307         Eggert.
46308
46309 2003-01-22  Bruno Haible  <bruno@clisp.org>
46310
46311         * modules/exit: New module.
46312         * MODULES.html.sh (func_all_modules): Add it.
46313
46314 2003-01-22  Bruno Haible  <bruno@clisp.org>
46315
46316         * lib/exit.h: New file, from GNU gettext.
46317
46318 2003-01-19  Bruno Haible  <bruno@clisp.org>
46319
46320         * gnulib-tool: Recognize option --extract-maintainer.
46321         (func_get_maintainer): New function.
46322         * modules/*: Add Maintainer entry.
46323
46324 2003-01-16  Jim Meyering  <jim@meyering.net>
46325
46326         * m4/regex.m4: The `regex' struct is both input and output.
46327         Initialize it before each use.  Patch by Tim Waugh.
46328
46329 2003-01-16  Bruno Haible  <bruno@clisp.org>
46330
46331         * MODULES.html.sh: Add a table of contents. Add the module name as
46332         leftmost column. Add hyperlinks.
46333
46334 2003-01-15  Bruno Haible  <bruno@clisp.org>
46335
46336         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
46337
46338 2003-01-15  Bruno Haible  <bruno@clisp.org>
46339
46340         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
46341         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
46342         suffix.
46343
46344 2003-01-15  Bruno Haible  <bruno@clisp.org>
46345
46346         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
46347
46348 2003-01-15  Bruno Haible  <bruno@clisp.org>
46349
46350         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
46351         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
46352
46353 2003-01-14  Jim Meyering  <jim@meyering.net>
46354
46355         * lib/same.c (same_name): Tweak a comment.
46356
46357 2003-01-14  Bruno Haible  <bruno@clisp.org>
46358
46359         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
46360         when a string comparison is sufficient.
46361
46362 2003-01-14  Bruno Haible  <bruno@clisp.org>
46363
46364         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
46365         'unsigned int'.
46366
46367 2003-01-14  Bruno Haible  <bruno@clisp.org>
46368
46369         * lib/hash-pjw.c: Add comment about low quality of this function.
46370
46371 2003-01-13  Bruno Haible  <bruno@clisp.org>
46372
46373         * modules/stpcpy: Distribute lib/stpcpy.h.
46374         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
46375
46376 2003-01-13  Bruno Haible  <bruno@clisp.org>
46377
46378         * modules/*: Add a description.
46379         * modules/strpbrk: Fix Makefile.am snippet.
46380         * modules/strtoimax: Fix dependencies.
46381         * modules/strtoumax: Likewise.
46382
46383 2003-01-13  Bruno Haible  <bruno@clisp.org>
46384
46385         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
46386         * modules/alloca (Makefile.am): All object files depend on alloca.h.
46387         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
46388
46389 2003-01-13  Bruno Haible  <bruno@clisp.org>
46390
46391         * gnulib-tool (func_create_testdir): Store config/* files in the main
46392         directory.
46393         * config.rpath: Move to ...
46394         * config/config.rpath: ... here.
46395         * modules/gettext: Contains config/config.rpath, not config.rpath.
46396         * modules/iconv: Likewise.
46397
46398 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46399
46400         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46401         to avoid collisions with libcurses and libreadline.
46402
46403         * m4/getstr.m4: Remove.
46404         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
46405
46406 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46407
46408         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46409         to avoid collisions with libcurses and libreadline.
46410
46411         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
46412         * lib/getstr.h, getstr.c: Remove.
46413         * lib/getline.c: Include "getline.h", to check interface.
46414         Move body of old getstr.c here: this defines MIN_CHUNK and
46415         declares getdelim2, which is renamed from getstr.
46416         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
46417
46418         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
46419         All uses changed.
46420         * lib/linebuffer.h: Likewise.
46421         (readline): Remove backward-compatibility macro.
46422
46423 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46424
46425         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46426         to avoid collisions with libcurses and libreadline.
46427         * getstr: Remove.
46428         * MODULES.html.sh: Remove getstr.
46429         * modules/getline: Depend on unlocked-io, not getstr.
46430
46431 2003-01-12  Jim Meyering  <jim@meyering.net>
46432
46433         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
46434
46435 2003-01-10  Bruno Haible  <bruno@clisp.org>
46436
46437         * modules/alloca: Change Makefile.am requirements. Simplify Include
46438         requirements. Add lib/alloca_.h to file list.
46439
46440 2003-01-10  Bruno Haible  <bruno@clisp.org>
46441
46442         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
46443
46444 2003-01-10  Bruno Haible  <bruno@clisp.org>
46445
46446         * lib/alloca_.h: New file.
46447         * lib/getdate.y: Unconditionally include alloca.h.
46448         * lib/makepath.c: Likewise.
46449         * lib/setenv.c: Likewise.
46450         * lib/userspec.c: Likewise.
46451
46452 2003-01-09  Karl Berry  <karl@gnu.org>
46453
46454         * MODULES.html.sh: include `dirname $0` in PATH, to find
46455         gnulib-tool.
46456
46457 2003-01-09  Bruno Haible  <bruno@clisp.org>
46458
46459         * modules/stdbool: Change configure.ac, Makefile.am requirements.
46460         Simplify Include requirements. Add lib/stdbool.h.in to file list.
46461
46462 2003-01-09  Bruno Haible  <bruno@clisp.org>
46463
46464         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
46465
46466 2003-01-09  Bruno Haible  <bruno@clisp.org>
46467
46468         * lib/stdbool.h.in: New file.
46469
46470 2003-01-09  Bruno Haible  <bruno@clisp.org>
46471
46472         * gnulib-tool (func_all_modules): Ignore files ending in ~.
46473         * MODULES.html.sh: Likewise.
46474
46475 2003-01-08  Jim Meyering  <jim@meyering.net>
46476
46477         * lib/full-write.c: Undefine and define-away `const' after inclusion
46478         of errno.h, not before.  Suggestion from Bruno Haible.
46479
46480 2003-01-08  Bruno Haible  <bruno@clisp.org>
46481
46482         * modules/full-read: Depend on full-write.
46483
46484 2003-01-08  Bruno Haible  <bruno@clisp.org>
46485
46486         * lib/safe-read.c: Include specification header first, to ensure its
46487         selfcontainedness.
46488         * lib/full-write.c: Likewise.
46489
46490 2003-01-07  Jim Meyering  <jim@meyering.net>
46491
46492         * lib/full-write.c: Rework so that it may serve to define full_read,
46493         too.
46494         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
46495
46496 2003-01-07  Bruno Haible  <bruno@clisp.org>
46497
46498         * lib/strtoimax.c: Include <stdint.h> as an alternative to
46499         <inttypes.h>.
46500         * lib/xstrtol.h: Likewise.
46501         * lib/xstrtoimax.c: Likewise.
46502         * lib/xstrtoumax.c: Likewise.
46503         * lib/human.h: Likewise.
46504
46505         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
46506         on systems that have <inttypes.h> but not <stdint.h>.
46507
46508 2003-01-07  Bruno Haible  <bruno@clisp.org>
46509
46510         * MODULES.html.sh: Add copyright notice.
46511         (missed_files): Omit CVS directory entries.
46512         (func_module): Make it work with sed-3.02.
46513         * MODULES.txt: Remove file.
46514
46515 2003-01-06  Jim Meyering  <jim@meyering.net>
46516
46517         * lib/version-etc.c: Update year in translatable copyright string.
46518
46519 2003-01-03  Karl Berry  <karl@gnu.org>
46520
46521         * config/config.{guess,sub}: update from prep.
46522
46523 2003-01-02  Karl Berry  <karl@gnu.org>
46524
46525         * doc/COPYING.DOC: belatedly updated to 1.2.
46526
46527 2003-01-01  Karl Berry  <karl@gnu.org>
46528
46529         * gnulib-tool (func_verify_module): report module name $module in
46530         error message, not $1.
46531         * gnulib-tool (create-testdir): don't complain if destdir couldn't
46532         be created, only if it doesn't exist.
46533         * gnulib-tool (last_checkin_date): don't expand the $Date here.
46534
46535 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46536
46537         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
46538
46539 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46540
46541         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
46542         memcmp if strcoll doesn't work.
46543
46544 2002-12-31  Bruno Haible  <bruno@clisp.org>
46545
46546         * lib/utime.c (utime_null): No need to call ftruncate if the file was
46547         nonempty.
46548
46549 2002-12-31  Bruno Haible  <bruno@clisp.org>
46550
46551         * lib/memcoll.c (STRCOLL): New macro.
46552         (memcoll): Use it.
46553
46554 2002-12-31  Bruno Haible  <bruno@clisp.org>
46555
46556         * lib/localcharset.h: New file.
46557         * lib/localcharset.c: Include it.
46558         * lib/unicodeio.c: Likewise.
46559
46560 2002-12-31  Bruno Haible  <bruno@clisp.org>
46561
46562         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
46563         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
46564
46565 2002-12-31  Bruno Haible  <bruno@clisp.org>
46566
46567         * lib/getline.h: Include <stddef.h>, for size_t.
46568
46569         * lib/unicodeio.h: Include <stddef.h>, for size_t.
46570         * lib/unicodeio.c: Don't include <stddef.h>.
46571
46572 2002-12-31  Bruno Haible  <bruno@clisp.org>
46573
46574         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
46575         HAVE_TM_ZONE.
46576
46577 2002-12-24  Karl Berry  <karl@gnu.org>
46578
46579         * config/config.guess: update from prep.
46580
46581 2002-12-24  Bruno Haible  <bruno@clisp.org>
46582
46583         General infrasructure.
46584         * m4/README: Rewritten.
46585         * m4/onceonly.m4: New file.
46586         * m4/onceonly_2_57.m4: New file.
46587
46588         Module atexit.
46589         * m4/atexit.m4: New file.
46590
46591         Module strtod.
46592         * m4/strtod.m4: New file.
46593
46594         Module strtol.
46595         * m4/strtol.m4: New file.
46596
46597         Module strtoul.
46598         * m4/strtoul.m4: New file.
46599
46600         Module memchr.
46601         * m4/memchr.m4: New file.
46602
46603         Module memcmp.
46604         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
46605         (jm_FUNC_MEMCMP): Invoke it.
46606
46607         Module memcpy.
46608         * m4/memcpy.m4: New file.
46609
46610         Module memmove.
46611         * m4/memmove.m4: New file.
46612
46613         Module memset.
46614         * m4/memset.m4: New file.
46615
46616         Module strcspn.
46617         * m4/strcspn.m4: New file.
46618
46619         Module strpbrk.
46620         * m4/strpbrk.m4: New file.
46621
46622         Module strstr.
46623         * m4/strstr.m4: New file.
46624
46625         Module strerror.
46626         * m4/strerror.m4: New file.
46627
46628         Module mktime.
46629         * m4/mktime.m4: Renamed from jm-mktime.m4.
46630         (gl_PREREQ_MKTIME): New macro.
46631         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
46632
46633         Module malloc.
46634         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
46635         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
46636         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
46637
46638         Module realloc.
46639         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
46640         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
46641         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
46642
46643         Module strftime.
46644         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
46645         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
46646         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
46647         gl_TM_GMTOFF.
46648         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
46649
46650         Module xalloc.
46651         * m4/xalloc.m4: New file.
46652
46653         Module alloca.
46654         * m4/alloca.m4: New file.
46655
46656         Module putenv.
46657         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
46658         (jm_FUNC_PUTENV): Invoke it.
46659
46660         Module setenv.
46661         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
46662         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
46663         when invoked twice.
46664         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
46665         gt_FUNC_SETENV.
46666
46667         Module memrchr.
46668         * m4/memrchr.m4: New file.
46669
46670         Module stpcpy.
46671         * m4/stpcpy.m4: New file.
46672
46673         Module strcase.
46674         * m4/strcase.m4: New file.
46675
46676         Module strdup.
46677         * m4/strdup.m4: New file.
46678
46679         Module strnlen.
46680         * m4/strnlen.m4: New file.
46681
46682         Module strndup.
46683         * m4/strndup.m4: New file.
46684
46685         Module xstrtod.
46686         * m4/xstrtod.m4: New file.
46687
46688         Module xstrtol.
46689         * m4/xstrtol.m4: New file.
46690
46691         Module getdate.
46692         * m4/getdate.m4: New file.
46693
46694         Module unlocked-io.
46695         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
46696         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
46697         * m4/jm-glibc-io.m4n: Remove file.
46698
46699         Module long-options.
46700         * m4/long-options.m4: New file.
46701
46702         Module md5.
46703         * m4/md5.m4: New file.
46704
46705         Module sha.
46706         * m4/sha.m4: New file.
46707
46708         Module getstr.
46709         * m4/getstr.m4: New file.
46710
46711         Module getline.
46712         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
46713         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
46714         <sys/types.h>, for size_t. Use the function name gnu_getline, not
46715         simply getline. Infoke gl_PREREQ_GETLINE.
46716
46717         Module obstack.
46718         * m4/obstack.m4: New file.
46719
46720         Module hash.
46721         * m4/hash.m4: New file.
46722
46723         Module readtokens.
46724         * m4/readtokens.m4: New file.
46725
46726         Module strverscmp.
46727         * m4/strverscmp.m4: New file.
46728
46729         Module stdbool.
46730         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
46731         OSF/1.
46732
46733         Module strtoll.
46734         * m4/strtoll.m4: New file.
46735
46736         Module strtoull.
46737         * m4/strtoull.m4: New file.
46738
46739         Module strtoimax.
46740         * m4/strtoimax.m4: New file.
46741
46742         Module strtoumax.
46743         * m4/strtoumax.m4: New file.
46744
46745         Module xstrtoimax.
46746         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
46747         jm_AC_PREREQ_XSTRTOIMAX.
46748         Moved the strtol prerequisites to strtol.m4.
46749         Moved the strtoll prerequisites to strtoll.m4.
46750         Moved the strtoimax prerequisites to strtoimax.m4.
46751
46752         Module xstrtoumax.
46753         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
46754         jm_AC_PREREQ_XSTRTOUMAX.
46755         Moved the strtoul prerequisites to strtoul.m4.
46756         Moved the strtoull prerequisites to strtoull.m4.
46757         Moved the strtoumax prerequisites to strtoumax.m4.
46758
46759         Module chown.
46760         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
46761         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
46762
46763         Module dup2.
46764         * m4/dup2.m4: New file.
46765
46766         Module ftruncate.
46767         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
46768         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
46769
46770         Module getgroups.
46771         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
46772         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
46773
46774         Module gettimeofday.
46775         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
46776         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
46777         gl_PREREQ_GETTIMEOFDAY.
46778
46779         Module mkdir.
46780         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
46781         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
46782
46783         Module mkstemp.
46784         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
46785         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
46786         jm_AC_TYPE_UINTMAX_T.
46787         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
46788
46789         Module stat.
46790         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
46791         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
46792
46793         Module lstat.
46794         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
46795         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
46796
46797         Module timespec.
46798         * m4/timespec.m4 (gl_TIMESPEC): New macro.
46799         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
46800         * m4/st_mtim.m4: Indentation.
46801
46802         Module nanosleep.
46803         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
46804         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
46805         gl_PREREQ_NANOSLEEP.
46806
46807         Module regex.
46808         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
46809         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
46810         (gl_REGEX): New macro.
46811
46812         Module rename.
46813         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
46814         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
46815
46816         Module rmdir.
46817         * m4/rmdir.m4: New file.
46818
46819         Module utime.
46820         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
46821         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
46822         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
46823
46824         Module dirname.
46825         * m4/dirname.m4: New file.
46826
46827         Module getopt.
46828         * m4/getopt.m4: New file.
46829
46830         Module unistd-safer.
46831         * m4/unistd-safer.m4: New file.
46832
46833         Module fnmatch.
46834         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
46835         declaration.
46836         (gl_PREREQ_FNMATCH_EXTRA): New macro.
46837         (gl_FUNC_FNMATCH_POSIX): New macro.
46838         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
46839         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
46840         simply fnmatch.
46841
46842         Module exclude.
46843         * m4/exclude.m4: New file.
46844
46845         Module human.
46846         * m4/human.m4: New file.
46847
46848         Module acl.
46849         * m4/acl.m4: Nop.
46850
46851         Module backupfile.
46852         * m4/backupfile.m4: New file.
46853         * m4/d-ino.m4: Indentation.
46854
46855         Module fsusage.
46856         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
46857         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
46858         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
46859
46860         Module dirfd.
46861         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
46862         requirements.
46863
46864         Module euidaccess.
46865         * m4/euidaccess.m4: New file.
46866
46867         Module file-type.
46868         * m4/file-type.m4: New file.
46869
46870         Module fileblocks.
46871         * m4/fileblocks.m4: New file.
46872
46873         Module filemode.
46874         * m4/filemode.m4: New file.
46875
46876         Module isdir.
46877         * m4/isdir.m4: New file.
46878
46879         Module lchown.
46880         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
46881         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
46882
46883         Module makepath.
46884         * m4/makepath.m4: New file.
46885
46886         Module modechange.
46887         * m4/modechange.m4: New file.
46888
46889         Module mountlist.
46890         * m4/mountlist.m4: New file.
46891         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
46892         Indentation.
46893
46894         Module path-concat.
46895         * m4/path-concat.m4: New file.
46896
46897         Module pathmax.
46898         * m4/pathmax.m4: New file.
46899
46900         Module same.
46901         * m4/same.m4: New file.
46902
46903         Module save-cwd.
46904         * m4/save-cwd.m4: New file.
46905
46906         Module savedir.
46907         * m4/savedir.m4: New file.
46908
46909         Module xgetcwd.
46910         * m4/xgetcwd.m4: New file.
46911         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
46912
46913         Module xreadlink.
46914         * m4/xreadlink.m4: New file.
46915
46916         Module safe-read.
46917         * m4/safe-read.m4: New file.
46918
46919         Module safe-write.
46920         * m4/safe-write.m4: New file.
46921
46922         Module closeout.
46923         * m4/closeout.m4: New file.
46924
46925         Module stdio-safer.
46926         * m4/stdio-safer.m4: New file.
46927
46928         Module getpass.
46929         * m4/getpass.m4: New file.
46930
46931         Module getugroups.
46932         * m4/getugroups.m4: New file.
46933
46934         Module group-member.
46935         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
46936         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
46937
46938         Module idcache.
46939         * m4/idcache.m4: New file.
46940
46941         Module userspec.
46942         * m4/userspec.m4: New file.
46943
46944         Module gettime.
46945         * m4/clock_time.m4: New file.
46946         * m4/gettime.m4: New file.
46947
46948         Module settime.
46949         * m4/settime.m4: New file.
46950
46951         Module posixtm.
46952         * m4/posixtm.m4: New file.
46953
46954         Module gethostname.
46955         * m4/gethostname.m4: New file.
46956
46957         Module canon-host.
46958         * m4/canon-host.m4: New file.
46959
46960         Module gettext.
46961         * m4/codeset.m4: New file, from gettext-0.11.5.
46962         * m4/gettext.m4: New file, from gettext-0.11.5.
46963         * m4/glibc21.m4: New file, from gettext-0.11.5.
46964         * m4/iconv.m4: New file, from gettext-0.11.5.
46965         * m4/intdiv0.m4: New file, from gettext-0.11.5.
46966         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
46967         * m4/inttypes.m4: New file, from gettext-0.11.5.
46968         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
46969         * m4/isc-posix.m4: New file, from gettext-0.11.5.
46970         * m4/lcmessage.m4: New file, from gettext-0.11.5.
46971         * m4/lib-ld.m4: New file, from gettext-0.11.5.
46972         * m4/lib-link.m4: New file, from gettext-0.11.5.
46973         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
46974         * m4/progtest.m4: New file, from gettext-0.11.5.
46975         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
46976         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
46977         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
46978
46979         Module localcharset.
46980         * m4/localcharset.m4: New file.
46981
46982         Module hard-locale.
46983         * m4/hard-locale.m4: New file.
46984
46985         Module mbswidth.
46986         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
46987         onceonly macros.
46988         * m4/mbrtowc.m4: Add comment.
46989
46990         Module memcasecmp.
46991         * m4/memcasecmp.m4: New file.
46992
46993         Module memcoll.
46994         * m4/memcoll.m4: New file.
46995
46996         Module unicodeio.
46997         * m4/unicodeio.m4: New file.
46998
46999         Module rpmatch.
47000         * m4/rpmatch.m4: New file.
47001
47002         Module yesno.
47003         * m4/yesno.m4: New file.
47004
47005         Module exitfail.
47006         * m4/exitfail.m4: New file.
47007
47008         Module c-stack.
47009         * m4/c-stack.m4 (gl_C_STACK): New macro.
47010         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
47011
47012         Module error.
47013         * m4/error.m4 (gl_ERROR): New macro.
47014         (jm_PREREQ_ERROR): Use onceonly macros.
47015
47016         Module fatal.
47017         * m4/fatal.m4: New file.
47018
47019         Module getloadavg.
47020         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
47021         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
47022
47023         Module getpagesize.
47024         * m4/getpagesize.m4: New file.
47025
47026         Module getusershell.
47027         * m4/getusershell.m4: New file.
47028
47029         Module physmem.
47030         * m4/physmem.m4: New file.
47031
47032         Module posixver.
47033         * m4/posixver.m4: New file.
47034
47035         Module quotearg.
47036         * m4/quotearg.m4: New file.
47037
47038         Module quote.
47039         * m4/quote.m4: New file.
47040
47041         Module readutmp.
47042         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
47043
47044         Module sig2str.
47045         * m4/sig2str.m4: New file.
47046
47047         Other.
47048         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
47049         ulonglong.m4.
47050         * m4/intmax_t.m4: New file.
47051         * m4/d-type.m4: Indentation.
47052         * m4/jm-macros.m4: Update.
47053         * m4/prereq.m4 (jm_PREREQ): Update.
47054         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
47055         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
47056         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
47057         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
47058         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
47059         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
47060         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
47061         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
47062         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
47063         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
47064         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
47065         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
47066         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
47067         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
47068         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
47069         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
47070         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
47071         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
47072         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
47073
47074 2002-12-24  Bruno Haible  <bruno@clisp.org>
47075
47076         * MODULES.txt: Update according to m4/ changes.
47077
47078         Module gettext.
47079         * config.rpath: New file, from gettext-0.11.5.
47080
47081         * modules/*: New module descriptions.
47082         * gnulib-tool: New file.
47083         * MODULES.html.sh: New file.
47084
47085 2002-12-21  Karl Berry  <karl@gnu.org>
47086
47087         * doc/fdl.texi: update to version 1.2.
47088
47089 2002-12-19  Karl Berry  <karl@gnu.org>
47090
47091         * config/config.guess: update from prep.
47092
47093 2002-12-18  Bruno Haible  <bruno@clisp.org>
47094
47095         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
47096         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
47097
47098 2002-12-17  Bruno Haible  <bruno@clisp.org>
47099
47100         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
47101         stdlib.h, string.h.
47102
47103 2002-12-17  Bruno Haible  <bruno@clisp.org>
47104
47105         * lib/canon-host.c (strdup): Remove unused declaration.
47106
47107         * lib/fsusage.c: Include full_read.h.
47108         (get_fs_usage): Use full_read instead of safe_read.
47109
47110         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
47111
47112 2002-12-12  Karl Berry  <karl@gnu.org>
47113
47114         * config/config.guess: update from prep.
47115
47116 2002-12-11  Bruno Haible  <bruno@clisp.org>
47117
47118         * m4/setenv.m4: New file, from gettext-0.11.5.
47119
47120 2002-12-11  Bruno Haible  <bruno@clisp.org>
47121
47122         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
47123         not unsetenv().
47124         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
47125         modifications:
47126
47127         2002-12-11  Bruno Haible  <bruno@clisp.org>
47128
47129                 * setenv.c (alloca): Fall back to malloc.
47130                 (freea): New macro.
47131                 (setenv): Use freea() to free memory allocated with alloca().
47132
47133         2002-11-13  Bruno Haible  <bruno@clisp.org>
47134
47135                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
47136                 function declarations.
47137                 * unsetenv.c (unsetenv): Likewise.
47138
47139         2002-03-04  Bruno Haible  <bruno@clisp.org>
47140
47141                 Portability to AIX 4.3.3.
47142                 * unsetenv.c: New file, extracted from setenv.c.
47143                 * setenv.c: Move the unsetenv() function to unsetenv.c.
47144
47145         2001-12-20  Bruno Haible  <bruno@clisp.org>
47146
47147                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
47148                 use malloc instead. For SunOS 4.
47149
47150         2001-12-11  Bruno Haible  <bruno@clisp.org>
47151
47152                 * setenv.c: Declare alloca.
47153                 (compar_fn_t): New typedef.
47154                 (KNOWN_VALUE, STORE_VALUE): Use it.
47155
47156         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
47157         setenv.h.
47158
47159 2002-12-10  Paul Eggert  <eggert@twinsun.com>
47160
47161         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
47162         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
47163         Choose values that are less likely to collide with system fnmatch
47164         options.
47165         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
47166         defined (e.g., a pure POSIX system).
47167         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
47168         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
47169
47170 2002-12-06  Paul Eggert  <eggert@twinsun.com>
47171
47172         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
47173         a pain in practice to deal with generated m4 files.  This change
47174         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
47175
47176         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
47177         and jm-glibc-io.m4, as they are no longer a special case.
47178         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
47179         kludge and the auto-generation stuff.  Check only whether the
47180         functions are declared, not whether they exist, since older hosts
47181         that don't declare the functions can't use the optimization anyway.
47182
47183 2002-12-06  Jim Meyering  <jim@meyering.net>
47184
47185         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
47186
47187         Merge in changes from libc's misc/error.c, in preparation
47188         for the merge of gnulib's changes back into libc.
47189
47190         * lib/error.c (_): Define only if not already defined.
47191         Move definition to follow all #include directives.
47192         Include unlocked-io.h only if !_LIBC.
47193         [_LIBC]: Include <libio/libioP.h>.
47194         [USE_IN_LIBIO]: Include <libio/iolibio.h>
47195         (fflush): Tweak definition to use INTUSE.
47196         (putc): Define.
47197
47198 2002-12-05  Paul Eggert  <eggert@twinsun.com>
47199
47200         * lib/alloca.c [defined emacs]: Include "lisp.h".
47201         (xalloc_die) [defined emacs]: New macro.
47202         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
47203         [! defined emacs]: Include <xalloc.h>.
47204         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
47205         (pointer): Typedef to POINTER_TYPE *.
47206         (malloc): Remove decl; we now always use xmalloc.
47207         (alloca): Use old-style definition, since Emacs needs this.
47208         Check for arithmetic overflow when computing combined size.
47209
47210 2002-12-04  Paul Eggert  <eggert@twinsun.com>
47211
47212         Do not generate unlocked-io.h automatically, since it's easier to
47213         maintain it by hand.
47214
47215         * lib/unlocked-io.h: New file, from GNU diffutils,
47216         but with proper copyright notice and attribution.
47217         * lib/gen-uio: Remove.
47218         * lib/Makefile.am: Add copyright notice.
47219         (libfetish_a_SOURCES): Add unlocked-io.h.
47220         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
47221         (DISTCLEANFILES, io_functions): Remove macros.
47222         (EXTRA_DIST): Remove gen_uio.
47223         (unlocked-io.h): Remove rule.
47224
47225 2002-12-04  Jim Meyering  <jim@meyering.net>
47226
47227         Reflect the fact that stat.c and lstat.c are no longer generated.
47228         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
47229         (DISTCLEANFILES): Likewise.
47230         (EXTRA_DIST): Likewise.
47231         (all_local): Don't depend on stat.c or lstat.c.
47232         (stat.c, lstat.c): Remove rules.
47233         (EXTRA_DIST): Remove xstat.in.
47234
47235         * lib/xstat.in: Remove file.  Contents moved into stat.c.
47236         * lib/stat.c: New file.  Contents mostly from xstat.in.
47237         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
47238         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
47239
47240         * lib/safe-read.c: Rework so that it may serve to define safe_write,
47241         too.
47242         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
47243
47244 2002-12-03  Jim Meyering  <jim@meyering.net>
47245
47246         * lib/safe-read.c, safe-write.c: Change variable names and comments,
47247         but not semantics, to minimize the differences between these two files.
47248         (safe_read): Change comment to mention SAFE_READ_ERROR.
47249
47250         * lib/safe-read.c (IS_EINTR): Define.
47251         (safe_read): Use IS_EINTR in place of in-function cpp directives.
47252
47253 2002-12-02  Jim Meyering  <jim@meyering.net>
47254
47255         * lib/safe-read.c (EINTR): Define.
47256         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47257         (INT_MAX): Provide fallback.
47258         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
47259
47260         * lib/safe-read.h (SAFE_READ_ERROR): Define.
47261
47262 2002-12-02  Bruno Haible  <bruno@clisp.org>
47263
47264         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
47265         Define, taken from safe-read.c.
47266         (INT_MAX): Provide fallback.
47267         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
47268         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
47269
47270         * lib/safe-read.c (EINTR): Remove definition.
47271         (safe_read): Don't use EINTR if it is absent.
47272
47273 2002-12-01  Jim Meyering  <jim@meyering.net>
47274
47275         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
47276         zero.
47277         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
47278
47279 2002-11-27  Paul Eggert  <eggert@twinsun.com>
47280
47281         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
47282         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
47283         with `if (! (value < limit)) abort ();', for readability.
47284
47285 2002-11-26  Karl Berry  <karl@gnu.org>
47286
47287         * lib/strdup.c: copy from libc again, with jim's ok.
47288         * lib/.cppi-disable: re-add strdup.c
47289
47290 2002-11-25  Karl Berry  <karl@gnu.org>
47291
47292         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
47293         instead of "strtol.c".
47294
47295 2002-11-25  Karl Berry  <karl@gnu.org>
47296
47297         * config/install-sh: update from automake for variable quoting, $0 in
47298         error msgs, etc.
47299
47300         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
47301         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
47302         entry.
47303
47304 2002-11-25  Jim Meyering  <jim@meyering.net>
47305
47306         * lib/mktime.c: Sync from libc, now that it has the latest fix.
47307
47308 2002-11-24  Karl Berry  <karl@gnu.org>
47309
47310         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
47311         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
47312
47313 2002-11-24  Jim Meyering  <jim@meyering.net>
47314
47315         Update from coreutils:
47316
47317         * lib/mktime.c: Merge in changes from libc.
47318
47319         Avoid a link-time failure on some Linux systems.
47320         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
47321         (otherwise).
47322         (__mon_yday): Declare with the STATIC attribute.
47323         (__mktime_internal): Likewise.
47324         Based on a report from Greg Schafer.
47325
47326 2002-11-23  Jim Meyering  <jim@meyering.net>
47327
47328         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
47329         Use `unsigned', not `int', as type of index.
47330
47331         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
47332
47333         * lib/fsusage.c: Remove unneeded parentheses around operands of
47334         `defined'.
47335
47336 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47337
47338         * lib/quotearg.h: Allow multiple inclusion by surrounding with
47339         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
47340         so that we can be included first.
47341         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
47342         * lib/quotearg.c: Include quotearg.h immediately after config.h.
47343         No need to include stddef.h or sys/types.h any more.
47344         Surround local include files with "", not "<>".
47345         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
47346         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
47347         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
47348         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
47349         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
47350         (ISPRINT): Remove; no longer needed now that we assume C89.
47351
47352         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
47353         Preserve errno.
47354
47355         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
47356         quotearg_char): Use SIZE_MAX rather than
47357         (size_t) -1 when we are talking about "infinity".
47358
47359         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
47360
47361 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47362
47363         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
47364         hint that one should use `if (! x) abort ();' rather than `assert
47365         (x);', and anyway it's one less thing to worry about configuring.
47366         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
47367         hash_rehash, hash_insert): Use abort rather than assert.
47368
47369 2002-11-22  Bruno Haible  <bruno@clisp.org>
47370
47371         * lib/safe-read.h: Assume C89. Add comments.
47372         (safe_read): Change return type to size_t.
47373         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
47374         byte counts > SSIZE_MAX correctly.
47375         * lib/safe-write.h: New file.
47376         * lib/safe-write.c: New file.
47377         * lib/full-read.h: New file.
47378         * lib/full-read.c: New file.
47379         * lib/full-write.h: Assume C89. Add comments.
47380         * lib/full-write.c: Include safe-write.h.
47381         (full_write): Rewritten to use safe_write.
47382         Suggested by Jim Meyering and Paul Eggert.
47383
47384 2002-11-21  Jim Meyering  <jim@meyering.net>
47385
47386         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
47387
47388         Merge in changes from the coreutils.
47389
47390         2002-09-25  Paul Eggert  <eggert@twinsun.com>
47391         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
47392         <stdint.h>.
47393         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
47394         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
47395         int.  Work more efficiently if X is the same width as uintmax_t.
47396         Do not compare X to -1, to avoid bogus compiler warning.
47397         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
47398         Don't assume that f_frsize and f_bsize are the same type.
47399
47400         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
47401         warning on FreeBSD.
47402
47403         * lib/makepath.c (make_path): Restore umask *before* creating the final
47404         component.
47405         (make_path): Minor reformatting.
47406
47407         * lib/xmalloc.c: Adjust to work with new autoconf macros,
47408         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
47409         HAVE_MALLOC/HAVE_REALLOC.
47410
47411         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
47412         dummy ones.  At least on GNU/Linux systems, `auto' means something
47413         else.
47414         From Michael Stone.
47415
47416 2002-11-21  Bruno Haible  <bruno@clisp.org>
47417
47418         Remove case insensitive option matching.
47419         * lib/argmatch.h (argcasematch): Remove declaration.
47420         (ARGCASEMATCH): Remove macro.
47421         (__xargmatch_internal): Remove case_sensitive argument.
47422         (XARGMATCH): Update.
47423         (XARGCASEMATCH): Remove macro.
47424         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
47425         case_sensitive argument.
47426         (argcasematch): Remove function.
47427         (__xargmatch_internal): Remove case_sensitive argument.
47428         (main): Use XARGMATCH instead of XARGCASEMATCH.
47429
47430         * lib/xmalloc.c: Change compile-time error message. Add comment about
47431         required autoconf version.
47432
47433 2002-11-20  Paul Eggert  <eggert@twinsun.com>
47434
47435         Merge argmatch cleanups from Bison.  Assume C89.
47436
47437         * lib/argmatch.c: Include config.h here, not in argmatch.h.
47438         Include stdlib.h, for EXIT_FAILURE.
47439         Always include <string.h>, since we assume C89.
47440         (EXIT_FAILURE): Remove pre-C89 bug workaround.
47441         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
47442         Include <stddef.h> instead, since it's all we need for size_t.
47443         (PARAMS): Remove.  All uses removed.
47444         (ARRAY_CARDINALITY): Do not bother to #undef.
47445         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
47446         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47447         Remove unnecessary parentheses.
47448         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47449         Insert necessary parentheses.
47450         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
47451         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
47452
47453 2002-11-19  Bruno Haible  <bruno@clisp.org>
47454
47455         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
47456         * lib/mbswidth.h: Include <stddef.h>, for size_t.
47457
47458         * lib/mbswidth.h (PARAMS): Remove macro.
47459         (mbswidth, mbsnwidth): Use ANSI C function declarations.
47460         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
47461
47462         * lib/gcd.h (PARAMS): Remove macro.
47463         (gcd): Use ANSI C function declarations.
47464         * lib/gcd.c (gcd): Likewise.
47465
47466 2002-11-15  Bruno Haible  <bruno@clisp.org>
47467
47468         * lib/strcspn.c: Include <stddef.h>.
47469         (strcspn): Use ANSI C function declaration. Change return type to
47470         size_t. Use NULL.
47471         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
47472         (strpbrk): Use NULL.
47473         * lib/strpbrk.h (PARAMS): Remove macro.
47474         (strpbrk): Use ANSI C function declaration.
47475         * lib/strstr.c: Don't include <sys/types.h>.
47476         * lib/strstr.h (PARAMS): Remove macro.
47477         (strstr): Use ANSI C function declarations.
47478
47479 2002-11-14  Karl Berry  <karl@gnu.org>
47480
47481         * config/mkinstalldirs: `do' on separate line, instead of
47482         `for var; do'.
47483
47484 2002-11-06  Bruno Haible  <bruno@clisp.org>
47485
47486         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
47487         * lib/gcd.c (gcd): Likewise.
47488
47489 2002-11-05  Bruno Haible  <bruno@clisp.org>
47490
47491         * lib/gcd.h: New file, from gettext-0.11.5.
47492         * lib/gcd.c: New file, from gettext-0.11.5.
47493
47494 2002-11-05  Bruno Haible  <bruno@clisp.org>
47495
47496         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47497         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47498         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47499         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47500
47501         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
47502         <libintl.h>.
47503         * lib/makepath.c: Include gettext.h instead of <locale.h> and
47504         <libintl.h>.
47505
47506         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
47507         * lib/human.c: Include gettext.h instead of <libintl.h>.
47508         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
47509         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
47510         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
47511         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
47512         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
47513         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
47514         (textdomain): Remove definition.
47515         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
47516
47517         * lib/long-options.c: Remove include of <libintl.h> and definition of
47518         _.
47519         * lib/same.c: Remove include of <libintl.h> and definition of _.
47520
47521 2002-11-04  Owen Taylor  <otaylor@redhat.com>
47522
47523         * lib/config.charset: A few additions for Solaris.
47524
47525 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47526
47527         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
47528         * lib/localcharset.c (locale_charset): Declare as extern "C".
47529
47530 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47531
47532         * lib/config.charset: msdos in uk_UA uses CP1125.
47533
47534 2002-11-04  Bruno Haible  <bruno@clisp.org>
47535
47536         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
47537         * lib/strcase.h: New file, from GNU gettext-0.11.5.
47538         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
47539         * lib/strstr.h: New file, from GNU gettext-0.11.5.
47540         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
47541
47542 2002-11-04  Bruno Haible  <bruno@clisp.org>
47543
47544         * lib/localcharset.c (locale_charset): Don't return an empty string.
47545
47546 2002-11-04  Bruno Haible  <bruno@clisp.org>
47547
47548         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
47549         aliases.
47550
47551 2002-11-04  Bruno Haible  <bruno@clisp.org>
47552
47553         * lib/config.charset: Update for newest glibc. Add canonical names
47554         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
47555
47556 2002-11-04  Bruno Haible  <bruno@clisp.org>
47557
47558         * lib/config.charset: Add support for NetBSD.
47559
47560 2002-11-04  Bruno Haible  <bruno@clisp.org>
47561
47562         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
47563
47564 2002-11-01  Bruno Haible  <bruno@clisp.org>
47565
47566         * configure.in: Add AC_CONFIG_AUX_DIR call.
47567         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
47568         test/Makefile.
47569         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
47570
47571 2002-09-28  Karl Berry  <karl@gnu.org>
47572
47573         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
47574         installed automake until the next release, since changes have been
47575         made.
47576
47577 2002-09-25  Karl Berry  <karl@gnu.org>
47578
47579         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
47580         * lib/getopt*: copy from libc/posix.
47581         * lib/gettext.h: copy from gettext.
47582         * lib/.cppi-disable: add strdup.c, gettext.h.
47583
47584 2002-09-25  Karl Berry  <karl@gnu.org>
47585
47586         * config/srclist.txt: enable gettext.h check.
47587         * config/config.{guess,sub}: update from prep.
47588         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
47589                 from automake 1.6.3.
47590         See srclist*.
47591
47592 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
47593
47594         * regex.c (PATFETCH): Remove the translating fetch.
47595         (PATFETCH_RAW): Rename to PATFETCH.
47596         (set_image_of_range): New fun.
47597         (SET_RANGE_TABLE_WORK_AREA): Use it.
47598         (regex_compile): Don't translate the pattern chars so eagerly.
47599         Only do it when inserting an `exactn' bytecode or when handling
47600         a char-range.
47601         (mutually_exclusive_p): Avoid empty statement.
47602
47603 2002-07-06  Jim Meyering  <meyering@lucent.com>
47604
47605         * m4/README: Don't mention Makefile.am.in.
47606         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
47607
47608 2002-07-01  Jim Meyering  <meyering@lucent.com>
47609
47610         * lib/c-stack.c: Include sys/time.h.
47611         From Volker Borchert.
47612
47613 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47614
47615         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
47616
47617 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47618
47619         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
47620         New macro.  Use it uniformly instead of
47621         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
47622         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
47623         reported by Vin Shelton.
47624
47625 2002-06-22  Paul Eggert  <eggert@twinsun.com>
47626
47627         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
47628         Do not assume SA_SIGINFO behavior.
47629         Bug reported by Jim Meyering on NetBSD 1.5.2.
47630
47631 2002-06-22  Jim Meyering  <meyering@lucent.com>
47632
47633         * m4/c-stack.m4: New file, from diffutils-2.8.2.
47634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
47635
47636         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
47637         now that configure.ac uses AC_GNU_SOURCE.
47638         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
47639         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
47640
47641         Update to latest tools.  Suggestions from Paul Eggert.
47642         * m4/stdbool.m4: New file, from diffutils-2.8.2.
47643         * m4/gnu-source.m4: Update from diffutils-2.8.2.
47644         * m4/fnmatch.m4: Likewise.
47645         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
47646         to AC_HEADER_STDBOOL
47647
47648 2002-06-22  Jim Meyering  <meyering@lucent.com>
47649
47650         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
47651         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
47652
47653 2002-06-22  Jim Meyering  <meyering@lucent.com>
47654
47655         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
47656
47657         * lib/exitfail.c, exitfail.h: Likewise.
47658         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
47659
47660         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
47661         of fnmatch.h.
47662         (EXTRA_DIST): Add fnmatch_loop.c.
47663         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
47664
47665         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
47666         * lib/fnmatch.c: Update from diffutils-2.8.2.
47667         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
47668         * lib/fnmatch.h: Remove file.
47669
47670 2002-06-21  Jim Meyering  <meyering@lucent.com>
47671
47672         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
47673         * m4/mbrtowc.m4: Likewise.
47674
47675         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
47676         * m4/mbswidth.m4: Reflect name change:
47677         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
47678         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47679
47680         * m4/lib-link.m4: Update from gettext-0.11.2.
47681         * m4/gettext.m4: Likewise.
47682
47683         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
47684         From Alfred M. Szmidt.
47685
47686 2002-06-18  Paul Eggert  <eggert@twinsun.com>
47687
47688         * lib/file-type.h: Report an error if neither S_ISREG nor
47689         S_IFREG is defined, instead of using a test specific to glibc
47690         2.2.  This should be safe, since POSIX requires S_ISREG and
47691         Unix Version 7 had S_IFREG.  We don't need to check for
47692         <sys/types.h> since we don't use any symbols that it defines.
47693
47694 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
47695
47696         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
47697         $@-t, so that each temporary file name is unique and valid in the first
47698         8 characters, for operation under DOS.
47699
47700 2002-06-15  Paul Eggert  <eggert@twinsun.com>
47701
47702         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
47703
47704 2002-06-15  Jim Meyering  <meyering@lucent.com>
47705
47706         Work even with DJGPP 2.03, which lacks support for symlinks.
47707         From Richard Dawe.
47708         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
47709         is defined.
47710         * lib/lchown.c (S_ISLNK): Likewise.
47711
47712 2002-06-15  Jim Meyering  <meyering@lucent.com>
47713
47714         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
47715         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
47716         have been included before this file.
47717
47718 2002-06-14  Jim Meyering  <meyering@lucent.com>
47719
47720         * lib/file-type.h: Use the version from diffutils-2.8.2.
47721         * lib/file-type.c: Likewise.
47722
47723 2002-06-07  Jim Meyering  <meyering@lucent.com>
47724
47725         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
47726         They're needed at least for NetBSD 1.5.2.
47727         ($statxfs_includes): Include those same headers.
47728         ($statxfs_includes): Include sys/vfs.h if available.
47729         ($statxfs_includes): Likewise for sys/statvfs.h.
47730         Check for the following members in both structs statfs and statvfs:
47731         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
47732
47733 2002-06-01  Jim Meyering  <meyering@lucent.com>
47734
47735         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
47736         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
47737
47738 2002-05-28  Jim Meyering  <meyering@lucent.com>
47739
47740         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
47741         Reported by Volker Borchert.
47742
47743 2002-05-27  Jim Meyering  <meyering@lucent.com>
47744
47745         Fix a problem seen only on nonconforming systems whereby ls.c's
47746         use of localtime, and then of gettimeofday would cause trouble:
47747         the localtime call used to initialize rpl_gettimeofday's save
47748         mechanism would clobber ls's current local time information so
47749         that in any long listing the first file would always be listed
47750         with date 1970-01-01.  Analysis by Volker Borchert.
47751
47752         * lib/gettimeofday.c (localtime): Undefine.
47753         (rpl_localtime): New function.
47754
47755 2002-05-27  Jim Meyering  <meyering@lucent.com>
47756
47757         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
47758         localtime.
47759
47760         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
47761         use the replacement function; it wouldn't resolve at link time.
47762         Reported by Volker Borchert.
47763
47764 2002-05-22  Jim Meyering  <meyering@lucent.com>
47765
47766         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
47767         file-type.h.
47768         * lib/file-type.h: New file.
47769         * lib/file-type.c (file_type): New file/function.  Extracted from
47770         diffutils.
47771
47772 2002-04-30  Jim Meyering  <meyering@lucent.com>
47773
47774         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
47775
47776 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47777
47778         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
47779
47780 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47781
47782         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
47783         Do not check for alloca.h (no longer used) or stdbool.h (was never
47784         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
47785
47786 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47787
47788         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
47789
47790 2002-04-29  Jim Meyering  <meyering@lucent.com>
47791
47792         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
47793         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
47794         Use AC_FUNC_STRNLEN here instead.
47795
47796         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
47797         With autoconf-2.53a, it's part of AC_PROG_CC.
47798
47799 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47800
47801         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
47802         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
47803
47804 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47805
47806         * lib/sig2str.h, lib/sig2str.c: New files.
47807         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
47808
47809 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47810
47811         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
47812         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
47813         of 127, since 64 is the largest conceivable number for ancient
47814         nonstandard hosts.
47815         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
47816
47817 2002-04-28  Jim Meyering  <meyering@lucent.com>
47818
47819         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
47820
47821 2002-04-24  Jim Meyering  <meyering@lucent.com>
47822
47823         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
47824         (jm_PREREQ): Use it.
47825
47826         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
47827         mach/mach.h fcntl.h.
47828         Check for this function: setlocale.
47829
47830 2002-04-24  Jim Meyering  <meyering@lucent.com>
47831
47832         * lib/gettext.h: New file, from Gettext.
47833         * lib/Makefile.am (INCLUDES): Remove -I../intl.
47834         (libfetish_a_SOURCES): Add gettext.h.
47835
47836 2002-04-16  Jim Meyering  <meyering@lucent.com>
47837
47838         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
47839         ut_pid, ut_id, ut_exit.
47840
47841 2002-04-16  Jim Meyering  <meyering@lucent.com>
47842
47843         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
47844         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
47845         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
47846
47847 2002-04-12  Jim Meyering  <meyering@lucent.com>
47848
47849         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
47850         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
47851         existence of the getmntinfo function.  Needed for Darwin 5.3.
47852
47853         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
47854         This is necessary at least on Darwin 5.3.
47855
47856         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
47857         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
47858         strnlen.o in the library, and that makes some versions of ranlib
47859         object.
47860
47861 2002-04-12  Jim Meyering  <meyering@lucent.com>
47862
47863         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
47864
47865 2002-04-09  Jim Meyering  <meyering@lucent.com>
47866
47867         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
47868         to be more precise.  Rather than saying we're checking whether the
47869         function `works', say what we're testing.
47870         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
47871         Reported by Bruno Haible.
47872
47873 2002-03-10  Jim Meyering  <meyering@lucent.com>
47874
47875         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
47876         Suggestion from Santiago Vila.
47877
47878 2002-03-08  Jim Meyering  <meyering@lucent.com>
47879
47880         * lib/rename.c: Mention that this wrapper is needed also on
47881         mips-dec-ultrix4.4 systems.
47882
47883 2002-03-02  Jim Meyering  <meyering@lucent.com>
47884
47885         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
47886         not HAVE_CLOCK_SETTIME.
47887
47888 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47889
47890         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
47891         Check for clock_settime.
47892
47893 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47894
47895         * lib/nanosleep.h: Rename to....
47896         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
47897
47898         * lib/gettime.c: New file.
47899         * lib/settime.c: New file.
47900         * lib/stime.c: Remove.
47901
47902         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
47903         timespec.h.  Remove nanosleep.h.
47904
47905 2002-02-25  Paul Eggert  <eggert@twinsun.com>
47906
47907         * m4/acl.m4: New file.
47908         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
47909         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
47910
47911 2002-02-25  Paul Eggert  <eggert@twinsun.com>
47912
47913         * lib/acl.c, lib/acl.h: New files.
47914         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
47915
47916 2002-02-24  Jim Meyering  <meyering@lucent.com>
47917
47918         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
47919         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
47920         cause trouble.  Reported by Nelson Beebe.
47921
47922 2002-02-23  Paul Eggert  <eggert@twinsun.com>
47923
47924         * lib/path-concat.c (xpath_concat): Reorder code to pacify
47925         compilers that don't know that xalloc_die never returns.
47926
47927 2002-02-20  Jim Meyering  <meyering@lucent.com>
47928
47929         * lib/getdate.c: Regenerate using bison-1.33.
47930
47931 2002-02-17  Jim Meyering  <meyering@lucent.com>
47932
47933         * config/config.guess (main): Don't use `head -1'; it's no longer
47934         portable. Use `sed 1q' instead.
47935
47936 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
47937
47938         * m4/codeset.m4: Upgrade to gettext-0.11.
47939         * m4/gettext.m4: Upgrade to gettext-0.11.
47940         * m4/glibc21.m4: Upgrade to gettext-0.11.
47941         * m4/iconv.m4: Upgrade to gettext-0.11.
47942         * m4/isc-posix.m4: Upgrade to gettext-0.11.
47943         * m4/lcmessage.m4: Upgrade to gettext-0.11.
47944         * m4/lib-ld.m4: New file, from gettext-0.11.
47945         * m4/lib-link.m4: New file, from gettext-0.11.
47946         * m4/lib-prefix.m4: New file, from gettext-0.11.
47947         * m4/progtest.m4: Upgrade to gettext-0.11.
47948
47949 2002-02-15  Paul Eggert  <eggert@twinsun.com>
47950
47951         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
47952         (jm_PREREQ): Use it.
47953
47954 2002-02-15  Paul Eggert  <eggert@twinsun.com>
47955
47956         * lib/posixver.c, lib/posixver.h: New files.
47957         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
47958
47959 2002-02-02  Paul Eggert  <eggert@twinsun.com>
47960             Bruno Haible  <bruno@clisp.org>
47961
47962         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
47963         (fwrite_success_callback): New declaration.
47964         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
47965         print_unicode_char. Call failure callback instead of error.
47966         (fwrite_success_callback): New function.
47967         (exit_failure_callback): New function.
47968         (fallback_failure_callback): New function.
47969         (print_unicode_char): Call unicode_to_mb.
47970
47971 2002-01-26  Jim Meyering  <meyering@lucent.com>
47972
47973         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
47974         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
47975
47976 2002-01-26  Jim Meyering  <meyering@lucent.com>
47977
47978         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
47979
47980 2002-01-22  Paul Eggert  <eggert@twinsun.com>
47981
47982         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
47983
47984 2002-01-22  Jim Meyering  <meyering@lucent.com>
47985
47986         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
47987         Otherwise, some versions of automake would omit the rule that makes
47988         Makefile from Makefile.in.
47989
47990 2002-01-21  Paul Eggert  <eggert@twinsun.com>
47991
47992         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
47993         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
47994         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
47995         (memcoll): Set errno to zero if there is no error.
47996
47997         * lib/quotearg.c (quotearg_buffer_restyled):
47998         Fix bug with quoting buffers containing NUL when backslashing escapes.
47999         This bug was exposed by the other changes in this patch.
48000         (quotearg_n_options): New arg ARGSIZE.
48001         All callers changed.
48002         (quoting_options_from_style): New function.
48003         (quotearg_n_style): Use it.
48004         (quotearg_n_style_mem): New function.
48005
48006         * lib/quotearg.h (quotearg_n_style_mem): New function.
48007
48008 2002-01-19  Jim Meyering  <meyering@lucent.com>
48009
48010         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
48011         Remove useless quotes: DF_PROG="df".
48012         * m4/strnlen.m4: New file.
48013
48014 2002-01-16  Paul Eggert  <eggert@twinsun.com>
48015
48016         * lib/backupfile.c (ISDIGIT): Comment fix.
48017         * lib/getdate.y (ISDIGIT): Likewise.
48018         * lib/posixtm.c (ISDIGIT, year): Likewise.
48019         * lib/strverscmp.c (ISDIGIT): Likewise.
48020         * lib/userspec.c (ISDIGIT): Likewise.
48021
48022 2002-01-16  Jim Meyering  <meyering@lucent.com>
48023
48024         * lib/getdate.y: Add three semicolons, each just before a closing
48025         brace. Bison (as of version 1.31) no longer papers over that mistake.
48026
48027 2002-01-05  Jim Meyering  <meyering@lucent.com>
48028
48029         * lib/version-etc.c (version_etc_copyright): Update copyright year.
48030
48031 2001-12-19  Paul Eggert  <eggert@twinsun.com>
48032
48033         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
48034         not silently exit merely because the output buffer happens to
48035         have nothing pending.
48036
48037 2001-12-18  Paul Eggert  <eggert@twinsun.com>
48038
48039         See the big note in ../ChangeLog.
48040         * lib/human.c (suffixes): Prefer K to k for 1024.
48041         (generate_suffix_backwards): New function.
48042         (human_readable_inexact): Use it.
48043         * lib/xstrtol.c (__xstrtol): If there is no number but there
48044         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
48045         Accept 'K' as well as 'k'.
48046
48047 2001-12-15  Jim Meyering  <meyering@lucent.com>
48048
48049         * lib/regex.h (__restrict_arr): Update from libc.
48050
48051         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
48052         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
48053         (STREQ): Define.
48054
48055 2001-12-14  Jim Meyering  <meyering@lucent.com>
48056
48057         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
48058         Suggestion from Bruno Haible.
48059
48060 2001-12-10  Jim Meyering  <meyering@lucent.com>
48061
48062         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
48063         xrealloc, Instead, include "xalloc.h".
48064         (initbuffer): Don't cast xmalloc return value to char*.
48065         (readline): Reword comment.
48066         Don't cast xrealloc return value to char*
48067         Return NULL, not 0.
48068
48069 2001-12-09  Jim Meyering  <meyering@lucent.com>
48070
48071         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
48072         about `signed and unsigned type in conditional expression'.
48073         * lib/posixtm.c (posix_time_parse): Likewise.
48074
48075         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
48076
48077         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
48078         to avoid a pedantic warning.
48079
48080         * lib/getstr.c: Don't include assert.h.
48081         (getstr): Remove warning-evoking assertions.
48082         Return -1 if offset parameter is out of bounds.
48083         Change the type of a local from int to size_t.
48084
48085         * lib/strftime.c (my_strftime_localtime_r): Include this function
48086         definition in the `#if ! HAVE_TM_GMTOFF' block.
48087
48088         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
48089         Include xalloc.h instead.
48090
48091 2001-12-02  Jim Meyering  <meyering@lucent.com>
48092
48093         * lib/tempname.c: Don't declare getenv, thus reverting the change of
48094         2001-11-18.  It's no longer necessary, now that stdlib.h is always
48095         included.
48096
48097         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
48098         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
48099
48100 2001-11-30  Akim Demaille  <akim@epita.fr>
48101
48102         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
48103         before being defined.
48104
48105 2001-11-27  Paul Eggert  <eggert@twinsun.com>
48106
48107         * lib/quotearg.h (quotearg_n, quotearg_n_style):
48108         First arg is int, not unsigned.
48109         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
48110         (SIZE_MAX, UINT_MAX): New macros.
48111         (quotearg_n_options): Abort if N is negative.
48112         Avoid overflow check on hosts where size_t is 64 bits and int
48113         is 32 bits, as overflow is impossible there.
48114         Fix off-by-one typo that caused unnecessary reallocation.
48115
48116 2001-11-27  Jim Meyering  <meyering@lucent.com>
48117
48118         * lib/tempname.c: Merge with version from libc.
48119         * lib/regex.c: Likewise.
48120
48121         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
48122         systems for which STDC_HEADERS is 0, it was not included, resulting in
48123         a warning about an integer-to-pointer conversion problem with getenv.
48124         Reported by Volker Borchert.
48125
48126 2001-11-26  Jim Meyering  <meyering@lucent.com>
48127
48128         * lib/gtod.h: Remove file.
48129         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
48130         * lib/gettimeofday.c: Don't include gtod.h.
48131         (GTOD_init): Remove function.
48132         (rpl_gettimeofday): Do its job here instead, rather than aborting.
48133         Suggestion from Volker Borchert.
48134
48135 2001-11-23  Jim Meyering  <meyering@lucent.com>
48136
48137         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
48138         it.
48139         * lib/hash.c (struct hash_table): Define it here instead.
48140
48141 2001-11-22  Jim Meyering  <meyering@lucent.com>
48142
48143         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
48144
48145 2001-11-20  Jim Meyering  <meyering@lucent.com>
48146
48147         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
48148         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
48149
48150 2001-11-19  Jim Meyering  <meyering@lucent.com>
48151
48152         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
48153         directory.  Use "conftestXXXXXX" as the template.
48154         Suggestion from Paul Eggert.
48155
48156         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
48157         immediately, so the test doesn't mistakenly hit the max-open-files
48158         limit.
48159
48160 2001-11-18  Paul Eggert  <eggert@twinsun.com>
48161
48162         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
48163         (TEMPORARIES): New macro.
48164         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
48165         removes an artificial limitation (e.g. HP-UX 10.20, where
48166         TMP_MAX is 17576).
48167
48168 2001-11-18  Jim Meyering  <meyering@lucent.com>
48169
48170         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
48171
48172 2001-11-18  Jim Meyering  <meyering@lucent.com>
48173
48174         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
48175         on SunOS 4.
48176
48177         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
48178         files will be created before anything else.
48179
48180 2001-11-17  Paul Eggert  <eggert@twinsun.com>
48181
48182         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
48183         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
48184
48185 2001-11-17  Jim Meyering  <meyering@lucent.com>
48186
48187         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
48188         Prompted by a report from Bob Proulx.
48189
48190         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
48191         Instead, require UTILS_FUNC_MKSTEMP.
48192
48193 2001-11-17  Jim Meyering  <meyering@lucent.com>
48194
48195         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
48196         Now, that's done as part of AC_FUNC_STRTOD.
48197
48198 2001-11-17  Jim Meyering  <meyering@lucent.com>
48199
48200         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
48201         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
48202         rather than group writable.  Patch by Juan F. Codagnone.
48203
48204         * lib/readtokens.c: Remove explicit declarations of xmalloc and
48205         xrealloc, Instead, include "xalloc.h".
48206
48207         * lib/mountlist.c: Include unlocked-io.h after all system headers.
48208         Remove explicit declarations of xmalloc, xrealloc,
48209         and xstrdup.  Instead, include "xalloc.h".
48210
48211         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
48212         unlocked-io.h.
48213         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
48214         Likewise.
48215         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
48216
48217         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
48218         Reported by Padraig Brady.
48219
48220         * lib/mkstemp.c: #undef mkstemp.
48221         Include config.h.
48222         (rpl_mkstemp): Rename from mkstemp.
48223         Protoize.
48224
48225 2001-11-16  Jim Meyering  <meyering@lucent.com>
48226
48227         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
48228         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
48229         determine the amount of total physical memory, use pstat_getstatic.
48230         HPUX-11 doesn't define _SC_PHYS_PAGES.
48231         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
48232         If sysconf couldn't be used to determine the amount of available
48233         physical memory, use both pstat_getstatic and pstat_getdynamic.
48234         Based on a patch from Bob Proulx.
48235
48236 2001-11-10  Jim Meyering  <meyering@lucent.com>
48237
48238         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
48239         (jm_PREREQ): Use it.
48240
48241 2001-11-09  Jim Meyering  <meyering@lucent.com>
48242
48243         * m4/jm-macros.m4: Require autoconf-2.52f.
48244         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
48245         Use these AC_-prefixed names, not the AM_-prefixed ones.
48246
48247         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
48248
48249 2001-11-05  Jim Meyering  <meyering@lucent.com>
48250
48251         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
48252
48253 2001-11-04  Jim Meyering  <meyering@lucent.com>
48254
48255         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
48256         $DEFS.
48257
48258 2001-11-03  Jim Meyering  <meyering@lucent.com>
48259
48260         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
48261         of AC_DEFUN.
48262
48263         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
48264         know the name of the variable in the macro definition.
48265
48266 2001-11-03  Jim Meyering  <meyering@lucent.com>
48267
48268         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
48269         in argmatch_to_argument call.
48270
48271         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
48272         argument.
48273
48274         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
48275         e.g., a fault due to an attempt to free a NULL pointer.
48276
48277 2001-11-01  Jim Meyering  <meyering@lucent.com>
48278
48279         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
48280         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
48281
48282 2001-11-01  Jim Meyering  <meyering@lucent.com>
48283
48284         * lib/dirfd.c, lib/dirfd.h: New files.
48285         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
48286
48287         * lib/hash.c (hash_print) [TESTING]: Clean up.
48288
48289 2001-10-22  Paul Eggert  <eggert@twinsun.com>
48290
48291         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
48292         to avoid a warning if -Wall.
48293
48294 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
48295
48296         * README: New file
48297         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
48298         (per RMS's instructions, this is now the canonical source)
48299         * lgpl/, gpl/: New directories.
48300
48301 2001-10-21  Paul Eggert  <eggert@twinsun.com>
48302
48303         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
48304
48305 2001-10-21  Jim Meyering  <meyering@lucent.com>
48306
48307         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
48308         this code would end up calling gettext even in packages built
48309         with --disable-nls.
48310         * lib/getopt.c (_): Likewise.
48311         * lib/regex.c (_): Likewise.
48312
48313 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48314
48315         * m4/error.m4 (jm_PREREQ_ERROR):
48316         Do not invoke AC_CHECK_FUNCS with strerror_r, as
48317         AC_FUNC_STRERROR_R does that.
48318         Check for strerror declaration.
48319
48320         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
48321         are supposed to have them these days.
48322         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
48323         Merge changes from latest Autoconf CVS.
48324         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
48325         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
48326         POSIX decided to standardize on the int flavor of strerror_r.
48327
48328 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48329
48330         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
48331         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
48332         Use strerror_r that is only a macro, even if it is not a function.
48333         (strerror): Check for HAVE_DECL_STRERROR before declaring.
48334         (private_strerror): Use prototypes, not old-style function definition.
48335         (print_errno_message): New function.
48336         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
48337         char*-flavored one.
48338         (error_tail, error, error_at_line): Use it.
48339
48340 2001-10-11  Jim Meyering  <meyering@lucent.com>
48341
48342         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
48343         and quote_n (1, ... to avoid clobbering a buffer.
48344
48345 2001-10-05  Jim Meyering  <meyering@lucent.com>
48346
48347         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
48348         hash-pjw.h.
48349         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
48350         * lib/hash-pjw.h: New file.
48351
48352 2001-09-30  Jim Meyering  <meyering@lucent.com>
48353
48354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
48355         `struct fsstat' has the `f_fstypename' member.
48356         Use that to define FS_TYPE, which is now used to make
48357         the getfsstat link test tighter.
48358
48359 2001-09-30  Jim Meyering  <meyering@lucent.com>
48360
48361         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
48362         Include <sys/ucred.h>, for Apple Darwin.
48363         Include sys/mount.h and sys/fs_types.h only if available.
48364         (FS_TYPE): Define.
48365         (read_filesystem_list): Use FS_TYPE.
48366
48367 2001-09-29  Paul Eggert  <eggert@twinsun.com>
48368
48369         * lib/exclude.c (excluded_filename): 0 -> false, since it's
48370         a boolean context.
48371
48372 2001-09-29  Jim Meyering  <meyering@lucent.com>
48373
48374         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48375         [one-argument getmntent function]): Include stdio.h before mntent.h.
48376         SunOS 4.1.x needs it for the declaration of `FILE'.
48377         Patch by Volker Borchert.
48378
48379         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48380         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
48381         sys/fs_types.h, and make the link-test for getfsstat guard #include
48382         directives with appropriate #if HAVE_*_H tests so that we can
48383         detect getfsstat on Apple Darwin1.3.7 systems.
48384         Reported by Nelson Beebe.
48385         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
48386
48387 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48388
48389         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48390         #defines strtoimax.  Also treat the other strto* functions
48391         like strtoimax.
48392
48393         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48394         Check for strtoul and strtoumax,
48395         as those declarations are made even in the signed case.
48396         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
48397         Likewise, for strtol and strtoimax.
48398
48399 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48400
48401         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48402         #defines strtoimax.  Also treat the other strto* functions
48403         like strtoimax.
48404
48405         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
48406         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
48407         (strtoimax, strtoumax): Do not declare if already defined as a macro.
48408
48409 2001-09-26  Jim Meyering  <meyering@lucent.com>
48410
48411         Most macros in unlocked-io.h had the wrong number of arguments.
48412         * lib/gen-uio: New script.
48413         (USE_UNLOCKED_IO): Define to 1 if not already defined.
48414         * lib/unlocked-io.hin: Remove file.
48415         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
48416         rather than trying to embed it here.
48417         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
48418         Reported by Padraig Brady.
48419
48420 2001-09-25  Volker Borchert  <bt@teknon.de>
48421
48422         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
48423         `result'.
48424
48425 2001-09-24  Jim Meyering  <meyering@lucent.com>
48426
48427         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
48428
48429 2001-09-23  Jim Meyering  <meyering@lucent.com>
48430
48431         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
48432         instead of the mere test for existence of mntent.h.  The latter
48433         would get a false-positive on AIX 3.4 systems.
48434         In the outer getmntent if-block, don't die if neither of the getmntent
48435         tests succeeds.  Instead, just fall through and continue with the
48436         remaining tests.
48437
48438 2001-09-23  Jim Meyering  <meyering@lucent.com>
48439
48440         * lib/mountlist.c: Remove useless parentheses in #if directives.
48441         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
48442         the deprecated MOUNTED symbol is no longer defined in mntent.h.
48443
48444 2001-09-22  Jim Meyering  <meyering@lucent.com>
48445
48446         * m4/gettext.m4: New file.  From gettext.
48447         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
48448         * m4/progtest.m4: Likewise
48449         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
48450         * m4/glibc21.m4: Likewise.
48451
48452         * m4/libintl.m4: Remove.  No longer used.
48453
48454 2001-09-22  Jim Meyering  <meyering@lucent.com>
48455
48456         * lib/localcharset.c: Update from latest gettext.
48457         * lib/config.charset: Likewise.
48458
48459 2001-09-20  Jim Meyering  <meyering@lucent.com>
48460
48461         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
48462         strtoimax.
48463         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
48464         strtoumax.
48465
48466 2001-09-20  Jim Meyering  <meyering@lucent.com>
48467
48468         * lib/xstrtol.c (strtoimax): Guard declaration with
48469         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
48470         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
48471         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
48472         (strtoumax): Likewise, for completeness (it wasn't necessary).
48473
48474 2001-09-17  Paul Eggert  <eggert@twinsun.com>
48475
48476         * lib/strtoimax.c (HAVE_LONG_LONG):
48477         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
48478         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
48479         to work around bug in IBM C compiler.
48480
48481 2001-09-17  Jim Meyering  <meyering@lucent.com>
48482
48483         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
48484         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
48485         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
48486         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
48487         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
48488         whenever the right hand side need not be expanded by the shell.
48489
48490 2001-09-16  Paul Eggert  <eggert@twinsun.com>
48491
48492         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
48493         library.  It's not correct, as some older glibcs are buggy.
48494         fnmatch wasn't fixed until glibc 2.2.
48495
48496         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
48497         special shell magic here.
48498
48499 2001-09-16  Jim Meyering  <meyering@lucent.com>
48500
48501         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
48502         * m4/jm-macros.m4: Require it.
48503
48504 2001-09-16  Jim Meyering  <meyering@lucent.com>
48505
48506         * lib/mkdir.c: New file.
48507
48508 2001-09-15  Jim Meyering  <meyering@lucent.com>
48509
48510         * m4/jm-macros.m4: Check for help2man.
48511
48512 2001-09-11  Jim Meyering  <meyering@lucent.com>
48513
48514         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
48515         The body, by Paul Eggert, was moved here from configure.in.
48516         * m4/jm-macros.m4: Require UTILS_HOST_OS.
48517
48518 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48519
48520         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
48521         (jm_PREREQ): Use it.
48522
48523 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48524
48525         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
48526         Use ssize_t, not int, to store result of readlink.
48527         Check for ssize_t overflow as well as size_t overflow,
48528         as POSIX says the result of readlink is implementation-defined
48529         when ssize_t overflows.
48530         Remove unnecessary cast to char*.
48531         Use free+malloc instead of realloc, as the storage doesn't need
48532         to be preserved and it's clearer and can be more efficient that way.
48533         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
48534         * lib/xreadlink.h (xreadlink): Update prototype.
48535
48536 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48537
48538         * lib/xgetcwd.c: Revert some of the previous change; intead,
48539         fix the HAVE_GETCWD_NULL code to behave more like the
48540         !HAVE_GETCWD_NULL code used to.
48541
48542         Include "xalloc.h".
48543         (xgetcwd): Do not return NULL when memory is exhausted; instead,
48544         invoke xalloc_die.
48545
48546 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48547
48548         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
48549         sys/param.h, as pathmax.h includes them.
48550
48551 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48552
48553         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
48554         (jm_PREREQ_XGETCWD): New macro.
48555
48556         * m4/getcwd.m4: New file.
48557
48558 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48559
48560         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
48561         like the HAVE_GETCWD_NULL code.
48562         Include pathmax.h if not HAVE_GETCWD.
48563         Do not include xalloc.h.
48564         (INITIAL_BUFFER_SIZE): New symbol.
48565         Do not use xmalloc / xrealloc, since the caller is responsible for
48566         handling errors.  Preserve errno around `free' during failure.
48567         Do not overrun buffer when using getwd.
48568
48569 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48570
48571         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
48572         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
48573         getcwd (NULL, 0).
48574
48575 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48576
48577         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
48578         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
48579         spotted by Jim Meyering.
48580
48581 2001-09-03  Jim Meyering  <meyering@lucent.com>
48582
48583         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
48584         failure.
48585
48586 2001-09-02  Jim Meyering  <meyering@lucent.com>
48587
48588         * lib/error.c: Update from GNU libc.
48589
48590 2001-09-01  Jim Meyering  <meyering@lucent.com>
48591
48592         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
48593         Used by df.
48594
48595 2001-09-01  Jim Meyering  <meyering@lucent.com>
48596
48597         * lib/xreadlink.c: New file.
48598         * lib/xreadlink.h: New file.
48599         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
48600         xreadlink.h.
48601
48602         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
48603         doesn't conflict with sparc Solaris 7's definition in
48604         /usr/include/sys/int_types.h.
48605
48606         * lib/exclude.c: Use `""', not `<>' to #include non-system header
48607         files.
48608         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
48609         and strncasecmp as r-values.  Unixware didn't have declarations.
48610
48611 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48612
48613         * lib/xstrtol.h: Add copyright notice.
48614         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
48615         LONGINT_INVALID_SUFFIX_CHAR.
48616
48617 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48618
48619         * lib/xstrtol.c (strtoimax): New decl.
48620
48621 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48622
48623         * lib/xgetcwd.c: Don't include pathmax.h.
48624         Include stdlib.h and unistd.h if available.
48625         Include xalloc.h.
48626         (xmalloc, xstrdup, free): Remove decls.
48627         (xgetcwd): Don't assume sizes fit in unsigned.
48628         Check for overflow when computing sizes.
48629         Simplify reallocation code.
48630
48631 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48632
48633         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
48634         a directory's st_size can have an arbitrary value, so the old
48635         usage could waste an arbitrary amount of memory.  All uses
48636         changed.
48637         * lib/savedir.h: Update prototype.
48638
48639 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48640
48641         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
48642
48643         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
48644         old strtoimax.c.
48645
48646         Also, make the following further changes to make this file's
48647         configuration more similar to that of strtol.c:
48648         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
48649         (strtoumax, uintmax_t, strtoull, strtol): Remove.
48650         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
48651         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
48652         changed to signed values.
48653
48654         And make the following changes as well:
48655         Fix copyright notice, as 1999 was missing.
48656         (verify): New macro.
48657         (strtoimax): Check sizes at compile-time, not run-time.
48658         Prefer strtol to strtoll if both work.
48659         (main): Remove; it was not that useful and was a pain to maintain.
48660
48661         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
48662
48663 2001-08-31  Jim Meyering  <meyering@lucent.com>
48664
48665         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
48666         Use an initial, malloc'd, buffer of length 128 rather than
48667         a statically allocated one of length 1024.
48668
48669 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48670
48671         Simplify code, partly by assuming autoconf 2.52 semantics.
48672
48673         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
48674
48675         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
48676         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
48677         All uses removed.
48678         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
48679         Move AC_REQUIRE to next-to-top level, to avoid confusion.
48680         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
48681         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
48682         jm_AC_HEADER_INTTYPES_H.
48683         * m4/jm-macros.m4 (jm_MACROS): Likewise.
48684
48685         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
48686
48687         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48688         Quote first arg of AC_DEFUN.
48689         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
48690         since they are needed to parse the include file even if we need
48691         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
48692         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
48693         but with opposite signedness.
48694
48695 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48696
48697         Merge 'exclude' changes from tar 1.13.22.
48698         This fixes one or two unlikely storage allocation overflow bugs,
48699         but doesn't change user-visible behavior otherwise.
48700
48701 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48702
48703         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
48704         (jm_PREREQ_EXCLUDE): New macro.
48705
48706 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48707
48708         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
48709         tm to be declared.
48710
48711 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48712
48713         * lib/hash.c: Remove '2001' from copyright notice.
48714
48715 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48716
48717         * lib/full-write.h: New file.
48718         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
48719         * lib/full-write.c: Correct credits, as cccp.c no longer
48720         exists and anyway it was so heavily changed from the old cccp
48721         code as to be unrecognizable.  Include full-write.h.
48722         (full_write) Return size_t, with short writes meaning failure.
48723         All callers changed.  This fixes a bug with large buffers
48724         on 64-bit hosts.
48725         * lib/utime.c: Include full-write.h.
48726
48727 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48728
48729         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
48730         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
48731         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
48732         Include if available.
48733         (<xalloc.h>): Include
48734         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
48735         (verify): New macro.  Use it to verify that EXCLUDE macros do not
48736         collide with FNM macros.
48737         (struct patopts): New struct.
48738         (struct exclude): Use it, as exclude patterns now come with options.
48739         (new_exclude): Support above changes.
48740         (new_exclude, add_exclude_file):
48741         Initial size must now be a power of two to simplify overflow checking.
48742         (free_exclude, fnmatch_no_wildcards): New function.
48743         (excluded_filename): No longer requires options arg, as the options
48744         are determined by add_exclude.  Now returns bool, not int.
48745         (excluded_filename, add_exclude):
48746         Add support for the fancy new exclusion options.
48747         (add_exclude, add_exclude_file): Now takes int options arg.
48748         Check for arithmetic overflow when computing sizes.
48749         (add_exclude_file): xrealloc might modify errno, so don't
48750         realloc until after errno might be used.
48751
48752         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
48753         New macros.
48754         (free_exclude): New decl.
48755         (add_exclude, add_exclude_file): Now takes int options arg.
48756         (excluded_filename): No longer requires options arg, as the options
48757         are determined by add_exclude.  Now returns bool, not int.
48758
48759 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48760
48761         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
48762
48763 2001-08-27  Jim Meyering  <meyering@lucent.com>
48764
48765         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
48766
48767         * lib/version-etc.c (N_): Remove definition.
48768         Revert most of last change.
48769         Instead, simply don't mark the `Copyright...' string for translation.
48770         Based on advice from Paul Eggert.
48771
48772         * lib/strtoxmax.c: Tweak comment.
48773
48774 2001-08-26  Jim Meyering  <meyering@lucent.com>
48775
48776         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
48777
48778         * m4/xstrtoimax.m4: New file.
48779         * m4/xstrtoumax.m4: Add comments explaining why we
48780         AC_REPLACE_FUNCS(strtol).
48781
48782 2001-08-26  Jim Meyering  <meyering@lucent.com>
48783
48784         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
48785         of copyright with `%s' so translators don't get an untranslated
48786         message in 2002.
48787         (COPYRIGHT_YEAR): Define.
48788         (version_etc): Use fprintf rather than fputs.
48789         Suggestion from Ulrich Drepper.
48790
48791         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
48792
48793         * lib/strtoll.c: New file, from GNU libc.
48794         * lib/xstrtoimax.c: New file.
48795
48796         * lib/xstrtol.h: Add xstrtoimax.
48797         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
48798         * lib/strtoimax.c: New file.  Likewise, but first define
48799         STRTOUXMAX_SIGNED.
48800
48801         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
48802         ...
48803         * lib/strtoxmax.c: ... then renamed to this.
48804
48805 2001-08-18  Paul Eggert  <eggert@twinsun.com>
48806
48807         * m4/inttypes.m4: Add AC_PREREQ(2.13).
48808         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
48809         (jm_AC_TYPE_INTMAX_T): New macro.
48810         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
48811
48812         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
48813
48814         * m4/longlong.m4: Renamed from ulonglong.m4.
48815         * m4/inttypes.m4: Renamed from inttypes_h.m4.
48816         * m4/uintmax_t.m4: Removed.
48817
48818 2001-08-13  Paul Eggert  <eggert@twinsun.com>
48819
48820         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
48821         Port to Solaris 8, where 'sed' requires a space after the 'r'
48822         command, and where sh dislikes "$/".  Clean up the spacing a bit.
48823         Redirect output to $tmp just once.
48824
48825 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
48826
48827         * lib/addext.c (<errno.h>): Include.
48828         (errno): Declare if not defined.
48829         (addext): Work correctly when pathconf returns -1 and leaves
48830         errno alone because there is no limit.  Also, work even if
48831         pathconf returns a value greater than SIZE_MAX.
48832
48833 2001-08-12  Jim Meyering  <meyering@lucent.com>
48834
48835         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
48836         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
48837         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
48838         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
48839         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
48840         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
48841         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
48842         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
48843         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
48844         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
48845         utime.m4, utimes.m4, xstrtoumax.m4:
48846         Quote the first argument in each use of AC_DEFUN.
48847
48848 2001-08-12  Jim Meyering  <meyering@lucent.com>
48849
48850         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
48851         Simply `return getcwd (NULL, 0);'.
48852         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
48853         Use 1300 as initial value for length, not PATH_MAX.
48854
48855         * lib/pathmax.h: Clean up cpp syntax.
48856
48857 2001-08-12  Jim Meyering  <meyering@lucent.com>
48858
48859         * lib/gettimeofday.c: New file.
48860         * lib/gtod.h: New file.
48861         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
48862
48863 2001-08-05  Jim Meyering  <meyering@lucent.com>
48864
48865         * m4/jm-macros.m4: Require autoconf-2.52.
48866
48867 2001-08-04  Jim Meyering  <meyering@lucent.com>
48868
48869         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
48870         stmt, to get in sync with glibc.
48871
48872 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48873
48874         The following changes are from gettext 0.10.39 as maintained by
48875         Bruno Haible.
48876
48877         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
48878         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
48879         with inverted sense.  All uses changed.
48880
48881         * lib/mbswidth.c: Don't include <limits.h>.
48882         Include <stdlib.h> and <string.h> unconditionally.
48883         (iswcntrl, mbsinit, ISCNTRL): New macros.
48884         (mbsnwidth): Use K&R style function declarations.
48885         Don't bother checking for MB_LEN_MAX == 1, since the compiler
48886         can optimize it when MB_CUR_MAX == 1.
48887         The width of control characters is zero, not 1.
48888
48889 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48890
48891         The following changes are from gettext 0.10.39 as maintained by
48892         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
48893
48894         * m4/codeset.m4: Upgrade to serial AM1.
48895         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
48896         all uses changed.  Quote first arg of AC_DEFUN.
48897         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
48898
48899         * m4/iconv.m4: Upgrade to serial AM2.
48900         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
48901         Add --with-libconv-prefix.
48902         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
48903         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
48904         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
48905         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
48906         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
48907
48908         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
48909         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
48910         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
48911         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
48912         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
48913         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
48914         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
48915         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
48916         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
48917
48918         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
48919         string.h any more.
48920
48921         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
48922         not the default value.
48923
48924         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
48925         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
48926         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
48927         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
48928         Also check for iswcntrl, used for wcwidth fallback.
48929         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
48930         to Autoconf 2.13.
48931
48932 2001-08-03  Jim Meyering  <meyering@lucent.com>
48933
48934         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
48935         as it was in the original.  Reported by Paul Eggert.
48936
48937 2001-07-16  Jim Meyering  <meyering@lucent.com>
48938
48939         * m4/gettimeofday.m4: New file.
48940         Prompted by a report from Bernhard Baehr.
48941
48942 2001-07-15  Jim Meyering  <meyering@lucent.com>
48943
48944         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
48945         stuff. Now it's in ../Makefile.cfg.
48946
48947 2001-07-15  Jim Meyering  <meyering@lucent.com>
48948
48949         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
48950         (BUILT_SOURCES): Add unlocked-io.h.
48951         (io_functions): Define.
48952         (unlocked-io.h): New rule.
48953         (DISTCLEANFILES): Add unlocked-io.h.
48954         (all-local): Depend on unlocked-io.h, to ensure it is created.
48955
48956         * lib/unlocked-io.hin: New file
48957
48958         * lib/regex.c: Update from glibc.
48959
48960 2001-07-05  Jim Meyering  <meyering@lucent.com>
48961
48962         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
48963         recommendation.
48964         (libfetish_a_SOURCES): Put all .h files here instead.
48965         Remove a thus-exposed (better checks in automake) duplicate and
48966         two unnecessary .h files.
48967
48968 2001-07-04  Jim Meyering  <meyering@lucent.com>
48969
48970         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
48971         that generates jm-glibc-io.m4 so that it doesn't trigger any make
48972         distcheck failure.
48973
48974 2001-07-02  Jim Meyering  <meyering@lucent.com>
48975
48976         The following changes were prompted by suggestions from Bruno Haible.
48977
48978         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
48979         is now generated.
48980         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
48981         definition of EXTRA_DIST.
48982         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
48983         ensure that the generated file is created/updated whenever the list
48984         of $(unlocked_functions) is changed.
48985         (jm-glibc-io.m4): New rule.
48986         (unlocked-io.h): New rule -- currently unused.
48987
48988 2001-06-24  Jim Meyering  <meyering@lucent.com>
48989
48990         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
48991         unmatched right bracket, rather than kludging it with an extra,
48992         falsely-matching quote in a comment.  Patch by Akim Demaille.
48993
48994 2001-06-11  Jim Meyering  <meyering@lucent.com>
48995
48996         * lib/regex.c: Update from GNU libc.
48997
48998 2001-05-27  Jim Meyering  <meyering@lucent.com>
48999
49000         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
49001         Check for ut_type in struct utmp.
49002
49003 2001-05-27  Jim Meyering  <meyering@lucent.com>
49004
49005         * lib/readutmp.h (UT_TYPE): Define.
49006
49007 2001-05-24  Jim Meyering  <meyering@lucent.com>
49008
49009         * lib/argmatch.c: Include "quote.h".
49010         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
49011         quote function.  Reported by Göran Uddeborg.
49012
49013 2001-05-22  Jim Meyering  <meyering@lucent.com>
49014
49015         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
49016         now that we use the package-supplied version unconditionally.
49017         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
49018
49019 2001-05-21  Jim Meyering  <meyering@lucent.com>
49020
49021         * m4/regex.m4: Change a couple backticks to single quotes to avoid
49022         shell syntax errors.
49023
49024 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49025
49026         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
49027
49028 2001-05-20  Paul Eggert  <eggert@twinsun.com>
49029
49030         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
49031         Don't bother to check library strftime, since
49032         we'll be using our own my_strftime function anyway.
49033         Define my_strftime instead of strftime.
49034
49035 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
49036
49037         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
49038         which is not yet declared.
49039
49040 2001-05-15  Jim Meyering  <meyering@lucent.com>
49041
49042         * m4/regex.m4: Use proper quoting so brackets appear in the test
49043         program.
49044         Reported by, and with help from, Bruno Haible.
49045
49046 2001-05-13  Jim Meyering  <meyering@lucent.com>
49047
49048         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
49049         undefined.
49050
49051 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49052
49053         dirname code cleanup.  base_name now behaves more compatibly
49054         with POSIX basename when given file names that have trailing
49055         slashes, and similarly for dir_name.  Add new primitives
49056         base_len and dir_len.  Put the directory-name-related decls
49057         into dirname.h.
49058
49059         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
49060         * lib/backupfile.c (base_name): Likewise.
49061         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
49062         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
49063         * lib/makepath.c (strip_trailing_slashes): Likewise.
49064         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
49065         ISSLASH): Likewise.
49066         * lib/rename.c (strip_trailing_slashes): Likewise.
49067         * lib/same.c (base_name): Likewise.
49068         * lib/stripslash.c (ISSLASH): Likewise.
49069
49070         * lib/addext.c: Include <dirname.h> after size_t is defined.
49071         * lib/backupfile.c: Likewise.
49072
49073         * lib/addext.c (addext): Use base_len to trim redundant
49074         trailing slashes instead of doing it ourselves.
49075         But do not trim the last slash if it is not redundant.
49076
49077         * lib/backupfile.c (find_backup_file_name,
49078         max_backup_version): Use base_len instead of rolling it ourselves.
49079         Handle the case of "" and (on DOS) "C:" correctly.
49080
49081         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
49082         needed. Include <string.h>, <dirname.h>.
49083         (base_name): Allow file names ending in slashes, other than names
49084         that are all slashes.  In this case, return the basename followed
49085         by the slashes.  This is more general, and can be used in places
49086         where the original base_name purposely had an assertion failure.
49087         (base_len): New function.
49088
49089         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
49090         Do not include <assert.h>; no longer needed.
49091         Include xalloc.h.
49092         (memrchr): Remove decl.
49093         (dir_name_r): Remove.
49094         (dir_len): Renamed from dirlen.  All callers changed.
49095         Rewrite in terms of base_name, for simplicity and consistency.
49096         (dir_name): Never return NULL.  All callers changed.
49097         Do not include <stdlib.h> in test program; no longer needed.
49098         return 0; is fine for test program.
49099
49100         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
49101         New macros.
49102         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
49103
49104         * lib/path-concat.c (path_concat): Use base_len to compute
49105         base length, not strlen; this means we cannot rely on memcpy
49106         to null-terminate.
49107
49108         * lib/same.c (STREQ): Remove.
49109         (same_name): Handle the case where the basename ends in trailing '/'.
49110
49111         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
49112         a slash was stripped.  Do not strip the last slash after a
49113         file system prefix.
49114
49115 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49116
49117         * lib/Makefile.am (libfetish_a_SOURCES):
49118         Add strftime.c, since we now compile it on all hosts.
49119
49120         * lib/strftime.c (my_strftime):
49121         Define to nstrftime if emacs, but only if my_strftime is not defined.
49122         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
49123         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
49124         Add one more extra argument: a nanoseconds value.
49125         All uses changed.
49126         (ns): New macro.
49127         (my_strftime function): Add %N format.
49128         (emacs_strftimeu): Renamed from emacs_strftime,
49129         with extra ut argument.
49130
49131 2001-05-09  Paul Eggert  <eggert@twinsun.com>
49132
49133         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
49134
49135 2001-04-21  Jim Meyering  <meyering@lucent.com>
49136
49137         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
49138         doesn't interfere.
49139
49140 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49141
49142         * m4/ftruncate.m4: Check for chsize.
49143         Link with ftruncate.o unconditionally if ftruncate is missing.
49144         This was required when cross-compiling to i586-mingw32msvc.
49145
49146 2001-04-08  Jim Meyering  <meyering@lucent.com>
49147
49148         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
49149         recomputed; that's necessary when the offset spans a DST transition.
49150         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
49151
49152 2001-04-02  Jim Meyering  <meyering@lucent.com>
49153
49154         * lib/regex.h, regex.c: Update from GNU libc.
49155
49156 2001-03-24  Jim Meyering  <meyering@lucent.com>
49157
49158         * m4/jm-macros.m4: Require autoconf-2.49d.
49159
49160 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
49161
49162         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
49163
49164 2001-03-19  Paul Eggert  <eggert@twinsun.com>
49165
49166         * lib/version-etc.c (version_etc_copyright): Update to 2001.
49167
49168 2001-03-17  Jim Meyering  <meyering@lucent.com>
49169
49170         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
49171         now that the version in autoconf is equivalent.
49172         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
49173
49174         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
49175         Suggestion from Akim Demaille.
49176
49177         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
49178         (jm_PREREQ_TEMPNAME): New function.
49179
49180 2001-03-16  Paul Eggert  <eggert@twinsun.com>
49181
49182         * lib/tempname.c (uint64_t): Define to uintmax_t if
49183         not defined, and if UINT64_MAX is not defined.
49184         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
49185         Reported by John David Anglin.
49186
49187 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
49188
49189         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
49190         resolve alias if codeset is empty.
49191         * lib/config.charset (BeOS): Use wildcard syntax.
49192
49193 2001-03-13  Jim Meyering  <meyering@lucent.com>
49194
49195         * lib/path-concat.c (path_concat)
49196         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
49197         concatenating e.g., `C:' and `foo'.
49198         From Bruno Haible.
49199
49200 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49201
49202         * lib/localcharset.c (locale_charset): Don't use
49203         setlocale(LC_CTYPE,NULL). Don't return NULL.
49204         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
49205
49206 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49207
49208         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
49209         support for DOS/DJGPP.
49210
49211 2001-03-01  Paul Eggert  <eggert@twinsun.com>
49212
49213         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
49214         lacks mkstemp.  Compile our own tempname.c if we compile our own
49215         mkstemp.c, as mkstemp relies on tempname.
49216
49217 2001-03-01  Jim Meyering  <meyering@lucent.com>
49218
49219         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
49220         AH_VERBATIM really does output its argument verbatim.
49221
49222 2001-02-28  Paul Eggert  <eggert@twinsun.com>
49223
49224         * lib/Makefile.am (libfetish_a_SOURCES):
49225         Add dup-safer.c, fopen-safer.c.
49226         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
49227
49228         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
49229         * lib/unistd-safer.h: New files.
49230
49231 2001-02-25  Paul Eggert  <eggert@twinsun.com>
49232
49233         The mkstemp replacement is taken from glibc 2.2.2, with some
49234         portability fixes for use outside glibc, as follows:
49235
49236         * lib/tempname.c (struct_stat64): New macro.
49237         (direxists, __gen_tempname): Use it.
49238         This avoids a portability problem with Solaris 8.
49239
49240         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
49241         (<stddef.h>, <stdint.h>, <string.h>):
49242         Include only if STDC_HEADERS || _LIBC.
49243         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
49244         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
49245         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
49246         (__set_errno): Define this macro if <errno.h> doesn't.
49247         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
49248         Define these macros if <stdio.h> doesn't.
49249         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
49250         Define these macros if <sys/stat.h>
49251         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
49252         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
49253         __xstat64): Define if not _LIBC.
49254         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
49255         (__gen_tempname): Invoke gettimeofday only if
49256         HAVE_GETTIMEOFDAY || _LIBC;
49257         otherwise, fall back on plain "time".
49258         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
49259
49260         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
49261
49262         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
49263
49264 2001-02-18  Paul Eggert  <eggert@twinsun.com>
49265
49266         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
49267
49268 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49269
49270         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
49271         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
49272         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
49273         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49274
49275 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49276
49277         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
49278         Remove workaround macros for hosts that have mbrtowc but not
49279         mbstate_t, as we now insist on proper declarations for both
49280         before using mbrtowc.
49281
49282 2001-02-17  Jim Meyering  <meyering@lucent.com>
49283
49284         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
49285         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
49286         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
49287         UnixWare 7.1.1.
49288
49289         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
49290         rather than AC_CACHE_VAL.
49291
49292 2001-02-17  Jim Meyering  <meyering@lucent.com>
49293
49294         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
49295         around included file name.
49296
49297         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
49298
49299         * lib/strftime.c: Update from GNU libc (the only changes were to
49300         comments).
49301
49302 2001-02-17  Jim Meyering  <meyering@lucent.com>
49303
49304         * lib/regex.c: Update from libc.
49305
49306 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
49307
49308         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
49309         clash.
49310
49311 2001-02-16  Paul Eggert  <eggert@twinsun.com>
49312
49313         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
49314         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
49315         Reported by Mark Hounschell via Paul Eggert.
49316
49317 2001-02-07  Jim Meyering  <meyering@lucent.com>
49318
49319         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
49320
49321 2001-02-05  Jim Meyering  <meyering@lucent.com>
49322
49323         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
49324         it includes the patch required for `large file' support with at least
49325         HP-UX's 10.20 /bin/cc.
49326
49327 2001-02-03  Jim Meyering  <meyering@lucent.com>
49328
49329         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
49330         AS_IF, now that it works once again (mysteriously).
49331         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49332
49333 2001-01-30  Jim Meyering  <meyering@lucent.com>
49334
49335         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
49336         * m4/chown.m4: Rename conftestchown to conftest.chown.
49337         * m4/rename.m4: s/conftestdir/conftest.d1/ and
49338         s/conftestdir2/conftest.d2/.
49339         * m4/utimes.m4: s/conftestdata/conftest.data/
49340         Inspired by Pavel Roskin's change in autoconf.
49341
49342 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
49343
49344         * lib/config.charset: Update for FreeBSD 4.2.
49345
49346 2001-01-27  Jim Meyering  <meyering@lucent.com>
49347
49348         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
49349         a use of AS_IF.
49350         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49351
49352 2001-01-26  Jim Meyering  <meyering@lucent.com>
49353
49354         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
49355         quotearg.c includes it.
49356
49357 2001-01-26  Jim Meyering  <meyering@lucent.com>
49358
49359         * lib/quotearg.c: Include stddef.h.
49360         * lib/quote.c: Include stddef.h.
49361         Reported by Axel Kittenberger.
49362
49363         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
49364         line in double quotes so that it evokes a better diagnostic.
49365         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
49366         Reported by Axel Kittenberger.
49367
49368 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
49369
49370         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
49371         as if it was a `charset'.
49372
49373 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49374
49375         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
49376         has const.
49377
49378 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49379
49380         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
49381         to avoid a warning.  Add back 'const' to inptr.
49382
49383 2001-01-20  Jim Meyering  <meyering@lucent.com>
49384
49385         Be sure that headers are checked before used in code compiled
49386         for the type checks.
49387         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
49388         In place of that, invoke jm_CHECK_ALL_TYPES.
49389         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
49390         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
49391         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
49392         The check for ssize_t was mistakenly run before the test for unistd.h.
49393
49394         The configure-time check for stdbool.h was missing.
49395         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
49396         (jm_PREREQ_HASH): New function.
49397
49398 2001-01-17  Jim Meyering  <meyering@lucent.com>
49399
49400         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
49401         for autoconf-2.49c.
49402         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
49403
49404 2001-01-16  Jim Meyering  <meyering@lucent.com>
49405
49406         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
49407         From Bruno Haible.
49408
49409 2001-01-14  Jim Meyering  <meyering@lucent.com>
49410
49411         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
49412         foo and bar.  Create conftestdir/ in the script, not in the C code.
49413         Remove directories in the script, not in the C code.
49414         Remove conftestdir{,2} before trying to create the directory.
49415         Make the entire configure script fail if the mkdir fails.
49416
49417 2001-01-14  Jim Meyering  <meyering@lucent.com>
49418
49419         * lib/rename.c: New file.  From Volker Borchert.
49420         Include stdlib.h, string.h or strings.h, and xalloc.h.
49421         Use strip_trailing_slashes rather than open-coding it.
49422
49423 2001-01-03  Paul Eggert  <eggert@twinsun.com>
49424
49425         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
49426
49427 2001-01-03  Jim Meyering  <meyering@lucent.com>
49428
49429         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
49430         of local `inptr' to avoid warning with some system declarations of
49431         iconv.
49432
49433 2001-01-02  Volker Borchert  <bt@teknon.de>
49434
49435         * m4/rename.m4: New file.
49436         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
49437
49438 2001-01-01  Jim Meyering  <meyering@lucent.com>
49439
49440         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
49441         even on systems with utmpx.h.  It's necessary for the declaration of
49442         utmp's ut_user member.  Reported by Andreas Jaeger.
49443
49444         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
49445         available. They are required for the declarations of getgrgid and
49446         getpwuid resp.
49447         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
49448         Reported by Andreas Jaeger.
49449
49450 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
49451
49452         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
49453         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
49454         so `make install' also works in VPATH builds.
49455
49456 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
49457
49458         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
49459         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
49460         can be used in subdirectories.
49461
49462 2000-12-29  Paul Eggert  <eggert@twinsun.com>
49463
49464         * lib/modechange.c: Do not assume that mode_t uses the
49465         traditional octal encoding.  E.g. "chmod 1 FOO" should set
49466         the other-execute bit of FOO even if S_IXOTH != 1.
49467
49468         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
49469         WOTH, XOTH, ALLM): New macros.
49470         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
49471          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
49472         Use them.
49473         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
49474         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
49475         (mode_compile):
49476         No need to use uintmax_t; unsigned long is long enough.
49477         Don't bother to get suffix since we don't use it.
49478
49479 2000-12-26  Jim Meyering  <meyering@lucent.com>
49480
49481         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
49482         better with autoheader.
49483
49484 2000-12-24  Jim Meyering  <meyering@lucent.com>
49485
49486         * lib/hash.c (is_prime): Return explicit boolean values.
49487         (hash_get_first): Return NULL to appease Irix5.6's 89.
49488         Reported by Nelson Beebe.
49489
49490 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
49491
49492         * lib/localcharset.c (locale_charset): Add support for Win32.
49493
49494 2000-12-18  Paul Eggert  <eggert@twinsun.com>
49495
49496         * lib/physmem.h, lib/physmem.c: New files.
49497
49498         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
49499         (noinst_HEADERS): Add physmem.h.
49500
49501         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
49502         't' for compatibility with Solaris 8 sort.
49503
49504 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
49505
49506         * lib/config.charset: Add support for BeOS.
49507
49508 2000-12-17  Jim Meyering  <meyering@lucent.com>
49509
49510         * m4/dos.m4 (jm_AC_DOS): New file and macro.
49511         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
49512
49513 2000-12-16  Jim Meyering  <meyering@lucent.com>
49514
49515         This bug had a serious impact on chown: `chown N:M FILE' (for integer
49516         N and M) would have treated it like `chown N:N FILE'.
49517
49518         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
49519
49520 2000-12-16  Jim Meyering  <meyering@lucent.com>
49521
49522         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
49523         SHELLS_FILE to a file name that's useful on djgpp systems.
49524         Include stdlib.h.
49525         (ADDITIONAL_DEFAULT_SHELLS): Define.
49526         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
49527         Based mostly on a patch from Prashant TR.
49528
49529 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
49530
49531         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
49532         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
49533         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
49534
49535 2000-12-08  Andreas Schwab  <schwab@suse.de>
49536
49537         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
49538         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
49539
49540 2000-12-07  Jim Meyering  <meyering@lucent.com>
49541
49542         * lib/stripslash.c (ISSLASH): Define.
49543         (strip_trailing_slashes): Use ISSLASH rather than comparing against
49544         `/'.
49545         From Prashant TR.
49546
49547         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
49548         (dir_name_r): Declare this function as static.
49549         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
49550         manifest itself on a name containing a mix of slashes and
49551         backslashes.
49552         Make this function work with names starting with a DOS-style
49553         drive letter and colon prefix.
49554         (dir_name): Append `.' if necessary.
49555         Based mostly on patches from Prashant TR and Eli Zaretskii.
49556
49557         * lib/dirname.h (dir_name_r): Remove prototype.
49558
49559 2000-12-06  Paul Eggert  <eggert@twinsun.com>
49560
49561         * m4/off_t-format.m4: Remove this file.
49562         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
49563
49564 2000-12-06  Jim Meyering  <meyering@lucent.com>
49565
49566         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
49567         replacement strtoull, we may well need the replacement strtoul, too.
49568         Check for declarations of strtoul and strtoull.
49569         Check for strtol.  Mainly as a cue to cause automake to include
49570         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
49571         Check for limits.h -- strtol.c needs it.
49572
49573 2000-12-05  Jim Meyering  <meyering@lucent.com>
49574
49575         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
49576
49577 2000-12-04  Jim Meyering  <meyering@lucent.com>
49578
49579         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
49580         Also include memory.h, stdlib.h, unistd.h if appropriate.
49581         Reported by Andreas Jaeger (conflicting declaration of malloc).
49582
49583 2000-12-02  Jim Meyering  <meyering@lucent.com>
49584
49585         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
49586         * m4/jm-macros.m4 (jm_MACROS): require it.
49587
49588 2000-12-02  Jim Meyering  <meyering@lucent.com>
49589
49590         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
49591
49592 2000-12-01  Paul Eggert  <eggert@twinsun.com>
49593
49594         * lib/memrchr.c: Include <config.h> before any system include file.
49595
49596 2000-11-30  Jim Meyering  <meyering@lucent.com>
49597
49598         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
49599
49600 2000-11-30  Jim Meyering  <meyering@lucent.com>
49601
49602         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
49603
49604 2000-11-29  Paul Eggert  <eggert@twinsun.com>
49605
49606         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
49607
49608 2000-11-26  Jim Meyering  <meyering@lucent.com>
49609
49610         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
49611
49612 2000-11-22  Paul Eggert  <eggert@twinsun.com>
49613
49614         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
49615         size of (size_t) -1; it's not portable.
49616
49617 2000-11-17  Jim Meyering  <meyering@lucent.com>
49618
49619         * lib/strstr.c: Update from GNU libc.
49620
49621 2000-11-17  Akim Demaille  <akim@epita.fr>
49622
49623         * lib/obstack.h: Formatting changes.
49624         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
49625         prevent type checking.
49626         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
49627         cast the value to (void *): assigning a `foo *' to a `void *'
49628         variable is valid.
49629         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
49630
49631 2000-11-16  Jim Meyering  <meyering@lucent.com>
49632
49633         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
49634
49635 2000-11-11  Jim Meyering  <meyering@lucent.com>
49636
49637         * lib/error.c: Add a couple #includes, merging from GNU libc version.
49638
49639 2000-11-10  Jim Meyering  <meyering@lucent.com>
49640
49641         * lib/obstack.h: Update from GNU libc.
49642         * lib/obstack.c: Likewise.
49643
49644 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
49645
49646         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
49647
49648 2000-11-06  Paul Eggert  <eggert@twinsun.com>
49649
49650         * lib/getusershell.c (setusershell): Use rewind rather than
49651         fseek/fseeko, to avoid configuration hassles with fseeko.
49652         Don't bother opening SHELLS_FILE if shellstream is NULL;
49653         it's not necessary.
49654
49655 2000-11-05  Jim Meyering  <meyering@lucent.com>
49656
49657         * lib/makepath.h (make_dir): Declare.
49658         * lib/makepath.c (make_dir): Remove `static' attribute.
49659         Tweak a comment.
49660
49661 2000-11-04  Jim Meyering  <meyering@lucent.com>
49662
49663         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
49664
49665 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
49666
49667         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
49668         last one in a bucket, advance to the next bucket.
49669
49670 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
49671
49672         * lib/fnmatch.c: Do not comment out all the code if we are using
49673         the GNU C library, because in some cases we are replacing buggy
49674         code in the GNU C library itself.
49675
49676 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
49677
49678         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
49679         (regex_compile): Catch bogus \(\1\).
49680
49681 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49682
49683         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
49684         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
49685         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
49686
49687 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49688
49689         * lib/error.h, getline.h, modechange.h:
49690         Remove "2000" from Copyright line, as the file hasn't been
49691         changed this year other than in the copyright notice.
49692
49693         * lib/xalloc.h: Add "2000" to Copyright line, as this file
49694         was changed this year.
49695
49696 2000-10-29  Jim Meyering  <meyering@lucent.com>
49697
49698         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
49699         renaming.
49700         * m4/ls-mntd-fs.m4: Likewise
49701
49702 2000-10-29  Jim Meyering  <meyering@lucent.com>
49703
49704         * lib/xstat.in: Fix grammar in comment.
49705
49706 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
49707
49708         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
49709         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
49710         doesn't define __restrict_arr.
49711
49712 2000-10-28  Jim Meyering  <meyering@lucent.com>
49713
49714         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
49715         (jm_PREREQ_MEMCHR): New function.
49716
49717 2000-10-28  Jim Meyering  <meyering@lucent.com>
49718
49719         * lib/memchr.c: Update from libc.
49720         Adjust for portability:
49721         [HAVE_STDLIB_H]: Include stdlib.h.
49722         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
49723         Undef __memchr, too.
49724         [!weak_alias]: Define __memchr to memchr.
49725
49726         * lib/regex.c: Update from libc.
49727         * lib/regex.h: Likewise.
49728         * lib/getopt1.c: Likewise.
49729         * lib/memcmp.c: Likewise.
49730
49731         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
49732         Avoid using fseek, when possible -- it's broken by design.
49733         Patch by Ulrich Drepper.
49734
49735 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
49736
49737         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
49738         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
49739         Giving in to popular pressure to shut up the compiler with casts.
49740
49741 2000-10-26  Jim Meyering  <meyering@lucent.com>
49742
49743         * lib/strftime.c: Update from libc.
49744
49745 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
49746
49747         * regex.c: More `unsigned char' -> `re_char' changes.
49748         Also change several `int' into `re_wchar_t'.
49749         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
49750         (PUSH_FAILURE_POINTER): Don't cast any more.
49751         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
49752         We want GCC to complain, since this piece of code makes
49753         re_match non-reentrant, which *should* be fixed.
49754         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
49755         (EXTEND_BUFFER): Use RETALLOC.
49756         (SET_LIST_BIT): Don't cast.
49757         (re_wchar_t): New type.
49758         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
49759         that those two functions will always properly return.
49760         (IMMEDIATE_QUIT_CHECK): Cast to void.
49761         (analyse_first): Use recursion rather than an explicit stack.
49762         (re_compile_fastmap): Can't fail anymore.
49763         (re_search_2): Don't check re_compile_fastmap for failure.
49764         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
49765         Now also sets the new value (passed in a new argument).
49766         (re_match_2_internal): Use it.
49767         Also, use a new var `reg' of type size_t when looping through regs
49768         rather than reuse the inappropriate `mcnt'.
49769
49770 2000-10-25  Jim Meyering  <meyering@lucent.com>
49771
49772         * lib/obstack.c: Update from libc.
49773
49774 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
49775
49776         * regex.c (regex_compile): Change the way of handling a range from
49777         a char less than 256 to a char not less than 256.
49778
49779 2000-10-24  Andrew Innes  <andrewi@gnu.org>
49780
49781         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
49782         NT-Emacs only.
49783         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
49784         so that re_search functions only quit when callers expect them to.
49785
49786 2000-10-23  Jim Meyering  <meyering@lucent.com>
49787
49788         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
49789         wrong.  That set_locale call must not have any side effects.
49790         From Paul Eggert.
49791
49792 2000-10-22  Jim Meyering  <meyering@lucent.com>
49793
49794         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
49795         [CYCLIC]: Remove now-unused definition.
49796
49797         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
49798         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
49799         Suggestion from Ulrich Drepper.
49800
49801 2000-10-21  Jim Meyering  <meyering@lucent.com>
49802
49803         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
49804         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
49805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
49806
49807 2000-10-21  Jim Meyering  <meyering@lucent.com>
49808
49809         * lib/dirname.c (memrchr): Declare if necessary.
49810         (dir_name): Remove the restriction that there be no
49811         trailing slashes.  Now, this code skips past them, effectively
49812         ignoring them.
49813         [TEST_DIRNAME] (main): New unit tests.
49814
49815         * lib/memrchr.c: New file from GNU libc.
49816         Undef __memrchr, too.
49817         [!weak_alias]: Define __memrchr to memrchr.
49818         Guard weak_alias use with `#ifdef weak_alias'.
49819
49820 2000-10-21  Jim Meyering  <meyering@lucent.com>
49821
49822         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
49823         (dir_name): Use dir_name_r.
49824         * lib/dirname.h (dir_name_r): Declare it.
49825
49826 2000-10-17  Jim Meyering  <meyering@lucent.com>
49827
49828         * lib/quote.h (PARAMS): Define and use.
49829         Reported by Akim Demaille.
49830
49831         * lib/getopt.c: Update from libc.
49832
49833 2000-10-16  Jim Meyering  <meyering@lucent.com>
49834
49835         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
49836         setlocale.
49837         From Jan Fedak.
49838
49839 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
49840
49841         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
49842
49843 2000-09-25  Jim Meyering  <meyering@lucent.com>
49844
49845         * lib/md5.h (rol): Define (from GnuPG).
49846
49847         * lib/sha.c: Give credit (GnuPG) where due.
49848         (M): Use rol rather than open-coding it.
49849         Add a FIXME comment.
49850
49851 2000-09-21  Jim Meyering  <meyering@lucent.com>
49852
49853         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
49854         Reported by Michael Stone.
49855
49856 2000-09-20  Jim Meyering  <meyering@lucent.com>
49857
49858         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
49859         (noinst_HEADERS): Add sha.h.
49860         Based on code from Scott G. Miller and from GnuPG.
49861
49862 2000-09-18  Jim Meyering  <meyering@lucent.com>
49863
49864         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
49865         LIBS. Otherwise, everyone ends up linking with -lelf for some
49866         configurations.
49867         Reported by Mike Stone.
49868
49869 2000-09-15  Jim Meyering  <meyering@lucent.com>
49870
49871         * lib/regex.c: Update from libc.
49872
49873 2000-09-10  Jim Meyering  <meyering@lucent.com>
49874
49875         * lib/getopt.c (_getopt_internal): Update from glibc.
49876
49877 2000-09-09  Jim Meyering  <meyering@lucent.com>
49878
49879         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
49880         think it should be used as a general replacement for isascii.
49881         * lib/fnmatch.c: Likewise.
49882         * lib/mbswidth.c: Likewise
49883         * lib/regex.c: Likewise.
49884
49885         Don't use atoi.
49886         * lib/userspec.c: Include sys/param.h and limits.h.
49887         Include xstrtol.h.
49888         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
49889         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
49890         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
49891         UID, GID.  Check range.
49892
49893 2000-09-06  Jim Meyering  <meyering@lucent.com>
49894
49895         * lib/getopt.c (_getopt_internal): Update from glibc.
49896
49897 2000-08-30  Jim Meyering  <meyering@lucent.com>
49898
49899         * lib/strftime.c: Merge in changes from GNU libc.
49900
49901 2000-08-26  Jim Meyering  <meyering@lucent.com>
49902
49903         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
49904         * m4/fpending.m4: New file.
49905
49906 2000-08-26  Jim Meyering  <meyering@lucent.com>
49907
49908         * lib/closeout.c: Include "__fpending.h".
49909         (close_stdout_status): Return right away if there's nothing to flush.
49910
49911         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
49912         * lib/__fpending.c: New file.
49913         * lib/__fpending.h: New file.
49914
49915 2000-08-20  Jim Meyering  <meyering@lucent.com>
49916
49917         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
49918         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
49919         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
49920
49921 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
49922
49923         Improve fileutils installation on systems where running
49924         programs (like install) can't be unlinked.
49925         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
49926         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
49927
49928 2000-08-07  Paul Eggert  <eggert@twinsun.com>
49929
49930         Standardize on "memory exhausted" instead of "Memory exhausted"
49931         or "virtual memory exhausted".
49932         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
49933         "virtual memory exhausted".
49934         * lib/same.c (same_name): Invoke xalloc_die instead of printing
49935         our own message.
49936         * lib/userspec.c (parse_user_spec): Likewise.
49937         * lib/bumpalloc.h: comment fix
49938         * lib/same.c, userspec.c: Include xalloc.h.
49939
49940         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
49941         not char *const and pointing to a constant array.
49942         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
49943         (xrealloc): Comment fix.
49944
49945         * lib/userspec.c (parse_user_spec):
49946         Don't translate a message until just before returning,
49947         to avoid unnecessary translation.
49948
49949 2000-08-07  Jim Meyering  <meyering@lucent.com>
49950
49951         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
49952         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
49953         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
49954         getgroups.c, gethostname.c, getopt.h, group-member.c,
49955         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
49956         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
49957         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
49958         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
49959         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
49960         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
49961         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
49962         yesno.c: Back out Copyright date changes for each file with no change
49963         this year.  This eases coordination with other programs using the same
49964         source code modules.  From Paul Eggert.
49965
49966 2000-08-06  Paul Eggert  <eggert@twinsun.com>
49967
49968         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
49969         not char, for compatibility with glibc 2.1.3 strftime.c.
49970
49971 2000-08-03  Greg McGary  <greg@mcgary.org>
49972
49973         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
49974         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
49975         (EXTEND_BUFFER): Use them.
49976
49977 2000-08-01  Jim Meyering  <meyering@lucent.com>
49978
49979         * lib/dirname.c (ISSLASH): Define.
49980         (BACKSLASH_IS_PATH_SEPARATOR): Define.
49981         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
49982         both `\' and `/' may be use as path separators.
49983         Based on a patch from Prashant TR.
49984
49985 2000-07-31  Paul Eggert  <eggert@twinsun.com>
49986
49987         * lib/quotearg.c (quotearg_n_options): Don't make the initial
49988         slot vector a constant, since it might get modified.
49989
49990 2000-07-31  Jim Meyering  <meyering@lucent.com>
49991
49992         * lib/xmalloc.c: Use `virtual memory exhausted', not
49993         `Memory exhausted'.
49994         * lib/obstack.c (print_and_abort): Likewise.
49995
49996 2000-07-30  Paul Eggert  <eggert@twinsun.com>
49997
49998         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
49999         buffer, so that the caller can always quote one small
50000         component of a "memory exhausted" message in slot 0.
50001         From a suggestion by Jim Meyering.
50002
50003 2000-07-30  Jim Meyering  <meyering@lucent.com>
50004
50005         * lib/makepath.c (make_path): Quote the other instance, too.
50006
50007         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
50008         (STATIC_BUF_SIZE): Define.
50009         (quotearg_n_options): Use only statically allocated storage when
50010         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
50011         than STATIC_BUF_SIZE.
50012
50013 2000-07-29  Jim Meyering  <meyering@lucent.com>
50014
50015         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
50016         * lib/dirname.c (dir_name): Likewise.
50017
50018         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
50019         `/'.
50020
50021         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
50022         (dir_name): Assert that there are no trailing slashes.
50023
50024 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
50025
50026         * lib/mbswidth.h (mbswidth): Add a flags argument.
50027         (mbswidth): New declaration.
50028         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
50029         * lib/mbswidth.c (mbswidth): Add a flags argument.
50030         (mbsnwidth): New function.
50031
50032 2000-07-24  Jim Meyering  <meyering@lucent.com>
50033
50034         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
50035
50036 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50037
50038         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
50039
50040 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50041
50042         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
50043         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
50044         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
50045         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
50046         invoke multibyte primitives.
50047
50048 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50049
50050         * lib/quotearg.c:
50051         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
50052         so that mbstate_t is always defined.
50053
50054         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
50055         be 1 in at least one GCC installation, and this configuration
50056         error is likely to be common.  Ignoring MB_LEN_MAX hurts
50057         performance on hosts that have mbrtowc but have only unibyte
50058         locales, but I assume these hosts are rare.
50059
50060 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50061
50062         * lib/mbswidth.c (_XOPEN_SOURCE):
50063         Don't define; this causes problems on Solaris 7.
50064         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
50065
50066 2000-07-23  Jim Meyering  <meyering@lucent.com>
50067
50068         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
50069         too: getgrgid, getpwuid, getuid.
50070
50071 2000-07-23  Jim Meyering  <meyering@lucent.com>
50072
50073         * lib/basename.c (base_name): Add an assertion.
50074
50075 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
50076
50077         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
50078         shadow its mbsinit function.
50079
50080 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50081
50082         * lib/mbswidth.h: New file.
50083         * lib/mbswidth.c: New file.
50084         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
50085         (noinst_HEADERS): Add mbswidth.h.
50086
50087 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50088
50089         * lib/config.charset: Add support for FreeBSD. Improve support for
50090         HP-UX and IRIX 6.
50091
50092 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
50093
50094         * m4/mbswidth.m4: New file.
50095         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
50096
50097 2000-07-15  Jim Meyering  <meyering@lucent.com>
50098
50099         * lib/makepath.c: Include quote.h.
50100         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
50101         corresponding argument in a `quote (...)' call.
50102         Give better diagnostics.
50103
50104         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
50105         (noinst_HEADERS): Add quote.h.
50106
50107         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
50108         from tar's src/misc.c.
50109         * lib/quote.h: New file.  Prototypes for same.
50110
50111 2000-07-14  Paul Eggert  <eggert@twinsun.com>
50112
50113         From a suggestion by Bruno Haible.
50114         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
50115         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
50116         to decide whether to define the BeOS workaround macro;
50117         this adjusts to the change to AC_MBSTATE_T.
50118
50119 2000-07-14  Jim Meyering  <meyering@lucent.com>
50120
50121         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
50122         jm_AC_TYPE_UINTMAX_T.
50123
50124 2000-07-13  Paul Eggert  <eggert@twinsun.com>
50125
50126         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
50127
50128         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
50129         quotearg_buffer_restyled): Add support for
50130         clocale_quoting_style.  Undo previous change to
50131         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
50132         and "{RIGHT QUOTATION MARK}" msgids.
50133
50134 2000-07-10  Paul Eggert  <eggert@twinsun.com>
50135
50136         From a suggestion by Bruno Haible.
50137         * m4/mbstate_t.m4 (AC_MBSTATE_T):
50138         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
50139         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
50140         and mbstate_t, to a single-part test that simply defines mbstate_t.
50141         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
50142         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
50143
50144 2000-07-10  Jim Meyering  <meyering@lucent.com>
50145
50146         * m4/strerror_r.m4: Mirror the correction made in autoconf.
50147
50148         * m4/gnu-source.m4: Output to confdefs.h directly.
50149         Suggestion from Akim Demaille.
50150
50151 2000-07-09  Paul Eggert  <eggert@twinsun.com>
50152
50153         The old behavior of quoting `like this' doesn't look good with
50154         newer, ISO-style fonts.  See:
50155         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
50156
50157         Instead, quote "like this" by default.  Let the translator
50158         tailor the locale-specific quoting behavior by providing
50159         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
50160
50161         * lib/quotearg.c (N_): New macro.
50162         (gettext_default): New function.
50163         (quotearg_buffer_restyled): Use
50164         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
50165         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
50166
50167 2000-07-09  Jim Meyering  <meyering@lucent.com>
50168
50169         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
50170         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
50171
50172         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
50173         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
50174
50175 2000-07-09  Jim Meyering  <meyering@lucent.com>
50176
50177         * lib/Most files: Update copyright dates to include 2000.
50178
50179 2000-07-08  Jim Meyering  <meyering@lucent.com>
50180
50181         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
50182         if not defined.
50183         (xgethostname): Remove now-unnecessary #ifdef.
50184         Move declaration of `err' into loop where it's used.
50185
50186 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50187         and Bruno Haible  <haible@clisp.cons.org>
50188
50189         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
50190         only if the test for an object-type mbstate_t fails.  This
50191         prevents us from mistakenly reporting that mbstate_t is a
50192         system object type after we "#define mbstate_t int" to work
50193         around its lack.
50194
50195 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50196         and Bruno Haible  <haible@clisp.cons.org>
50197
50198         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
50199
50200 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50201
50202         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
50203         to strerror_r.
50204         Include <ctype.h> for use of isalpha.
50205
50206 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50207
50208         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
50209         by allocating a larger buffer. Test the gethostname return value for
50210         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
50211         returns an error and ENAMETOOLONG isn't defined.
50212
50213 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50214
50215         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
50216         dimension.
50217
50218 2000-07-04  Jim Meyering  <meyering@lucent.com>
50219
50220         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
50221         of the deprecated AC_CHECKING.
50222
50223 2000-07-04  Jim Meyering  <meyering@lucent.com>
50224
50225         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
50226         Reported by Bruno Haible.
50227
50228 2000-07-04  Jim Meyering  <meyering@lucent.com>
50229
50230         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
50231         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
50232         lacks mbrtowc.
50233
50234 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50235
50236         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
50237         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
50238
50239 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50240         and Bruno Haible  <haible@clisp.cons.org>
50241
50242         * lib/quotearg.c (mbrtowc):
50243         Assign to *pwc, and return 1 only if result is nonzero.
50244         (iswprint): Use ISPRINT when substituting our own mbrtowc.
50245
50246 2000-07-03  Jim Meyering  <meyering@lucent.com>
50247
50248         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
50249
50250 2000-07-03  Jim Meyering  <meyering@lucent.com>
50251
50252         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
50253         This is necessary to get a definition of e.g., UTMP_FILE on
50254         HP-UX 10.20.
50255         From Bob Proulx.
50256
50257 2000-07-02  Jim Meyering  <meyering@lucent.com>
50258
50259         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
50260
50261         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
50262         AC_LIBOBJ(function_name).
50263         * m4/chown.m4: Likewise.
50264         * m4/fnmatch.m4: Likewise.
50265         * m4/ftruncate.m4: Likewise.
50266         * m4/getgroups.m4: Likewise.
50267         * m4/getline.m4: Likewise.
50268         * m4/group-member.m4: Likewise.
50269         * m4/jm-macros.m4: Likewise.
50270         * m4/lstat.m4: Likewise.
50271         * m4/malloc.m4: Likewise.
50272         * m4/memcmp.m4: Likewise.
50273         * m4/nanosleep.m4: Likewise.
50274         * m4/putenv.m4: Likewise.
50275         * m4/realloc.m4: Likewise.
50276         * m4/regex.m4: Likewise.
50277         * m4/stat.m4: Likewise.
50278         * m4/strftime.m4: Likewise.
50279
50280 2000-07-02  Jim Meyering  <meyering@lucent.com>
50281
50282         * lib/quotearg.c (mbstate_t): Don't define here.
50283
50284 2000-07-02  Jim Meyering  <meyering@lucent.com>
50285
50286         * lib/nanosleep.c (SIGCONT): Define if not already defined.
50287
50288 2000-07-01  Jim Meyering  <meyering@lucent.com>
50289
50290         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
50291
50292 2000-07-01  Jim Meyering  <meyering@lucent.com>
50293
50294         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
50295         problem.
50296
50297 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50298
50299         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
50300         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
50301
50302 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50303
50304         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
50305         per change in ../m4/ls-mntd-fs.m4.
50306         (read_filesystem_list): Ignore symbolic links.
50307
50308 2000-06-29  Jim Meyering  <meyering@lucent.com>
50309
50310         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
50311         for declaration of strcmp.
50312
50313         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
50314
50315         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
50316         Avoid warning by casting result to `char *' to remove `const'.
50317
50318 2000-06-28  Jim Meyering  <meyering@lucent.com>
50319
50320         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
50321         included by quotearg.c, for which we perform this test.  From
50322         Bruno Haible.
50323
50324 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50325
50326         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
50327         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
50328         <utmpx.h> exists, put readutmp.o into LIBOBJS.
50329
50330 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50331
50332         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
50333
50334 2000-06-26  Paul Eggert  <eggert@twinsun.com>
50335
50336         savedir now sets errno on failure and invokes xmalloc to get memory.
50337         Fix a couple of other minor bugs while we're at it.
50338
50339         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
50340         (NAMLEN): Remove macro.
50341         (malloc, realloc): Remove decls.
50342         (stpcpy): Likewise.
50343         ("xalloc.h"): Include.
50344         (NAME_SIZE_DEFAULT): New macro.
50345         (savedir): Use xmalloc / xrealloc to allocate memory.
50346         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
50347         Skip "" directory entries.
50348         Use strlen to calculate directory entry length, since the old method
50349         is rarely used these days and isn't worth supporting.
50350         Don't use a pointer after freeing it.
50351         Check for integer overflow when calculating allocation size.
50352         Use memcpy to copy entries, instead of stpcpy.
50353         Set errno properly when returning NULL.
50354         Check for readdir error.
50355
50356 2000-06-26  Jim Meyering  <meyering@lucent.com>
50357
50358         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
50359
50360 2000-06-25  Jim Meyering  <meyering@lucent.com>
50361
50362         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
50363         Linux header bug when _XOPEN_SOURCE is defined to 500.
50364
50365 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50366
50367         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
50368         deficiency.
50369
50370 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50371
50372         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
50373         Include xalloc.h.
50374         Don't include <stdlib.h>.  Don't declare malloc, realloc.
50375
50376 2000-06-24  Jim Meyering  <meyering@lucent.com>
50377
50378         * m4/strerror_r.m4: Revive this file -- to try out an experimental
50379         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
50380         for which strerror does return char*, but which lacks a conveniently
50381         accessible declaration of the function.  If the compile-test says
50382         strerror_r doesn't work, then resort to a `run'-test that works on
50383         BeOS and segfaults on DEC Unix.
50384
50385 2000-06-24  Jim Meyering  <meyering@lucent.com>
50386
50387         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
50388
50389 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50390
50391         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
50392         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
50393
50394 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50395
50396         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
50397         (mbrtowc, mbstate_t): Define substitutes if
50398         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
50399         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
50400         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
50401
50402 2000-06-23  Jim Meyering  <meyering@lucent.com>
50403
50404         * m4/afs.m4: Add missing AC_MSG_RESULT.
50405         Reported by Bruno Haible.
50406
50407         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
50408         Suggestion from Bruno Haible.
50409
50410 2000-06-23  Jim Meyering  <meyering@lucent.com>
50411
50412         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
50413
50414 2000-06-21  Jim Meyering  <meyering@lucent.com>
50415
50416         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
50417
50418 2000-06-21  Jim Meyering  <meyering@lucent.com>
50419
50420         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
50421         (noinst_HEADERS): Add getstr.h.
50422
50423         * lib/getline.c (getstr): Move into a separate file.
50424         * lib/getstr.c (getstr): New file, extracted from getline.c, with
50425         the following changes: new parameter, delim2; both delim[12]
50426         parameters have type `int', not `char'.  The latter would lose
50427         with 8-bit delimiters.
50428         * lib/getstr.h: New file.
50429
50430 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50431
50432         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
50433         than 1024, return a memory chunk of least possible size, instead
50434         of size PATH_MAX + 2. In the loop, increment the size proportionally.
50435         Use free/xmalloc instead of xrealloc to avoid copying for very long
50436         paths.
50437
50438 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50439
50440         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
50441         the empty string.
50442
50443 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50444
50445         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
50446         address, not strdup.  Include <stdlib.h> and don't declare free().
50447
50448 2000-06-19  Jim Meyering  <meyering@lucent.com>
50449
50450         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
50451
50452 2000-06-18  Jim Meyering  <meyering@lucent.com>
50453
50454         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
50455
50456         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
50457         `checking whether...' message to be consistent with that of the
50458         lstat test.
50459
50460 2000-06-18  Jim Meyering  <meyering@lucent.com>
50461
50462         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
50463         Besides, these days every porting target provides a mkdir function.
50464
50465         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
50466         needed. (this snippet comes from src/system.h).
50467
50468 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
50469
50470         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
50471
50472 2000-06-15  Paul Eggert  <eggert@twinsun.com>
50473
50474         * lib/human.c (adjust_value): New function.
50475         (human_readable_inexact): Apply rounding style even when
50476         printing approximate values.
50477
50478 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50479
50480         * lib/human.c (human_readable_inexact): Allow an input block
50481         size that is not a multiple of the output block size, and vice versa.
50482         Reported by Piergiorgio Sartor.
50483
50484 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50485
50486         * lib/getdate.y (get_date): Apply relative times after time
50487         zone indicator, not before.  Reported by Todd A. Jacobs.
50488
50489 2000-06-13  Jim Meyering  <meyering@lucent.com>
50490
50491         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
50492
50493         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
50494
50495 2000-06-12  Paul Eggert  <eggert@twinsun.com>
50496
50497         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
50498
50499 2000-06-12  Jim Meyering  <meyering@lucent.com>
50500
50501         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
50502         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
50503         optional argument.
50504         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
50505         the optional argument, `lib'.
50506
50507 2000-06-08  Jim Meyering  <meyering@lucent.com>
50508
50509         * m4/largefile.m4: Remove file (now that it's part of autoconf).
50510
50511 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50512
50513         Rewrite largefile configuration so that we don't need to run
50514         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
50515         AC_CANONICAL_HOST in configure.in -- jmm]
50516
50517         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
50518         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
50519         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
50520         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
50521         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
50522         All uses changed.
50523         Instead of inspecting the output of getconf, try to compile the
50524         test program without and with the macro definition.
50525         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
50526         for getconf.  Instead, check for the needed flags by compiling
50527         test programs.
50528
50529 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50530
50531         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
50532
50533 2000-06-04  Jim Meyering  <meyering@lucent.com>
50534
50535         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
50536         SunOS 4.1.4 for which gid_t is an unsigned type.
50537
50538 2000-06-03  Jim Meyering  <meyering@lucent.com>
50539
50540         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
50541         now that autoconf requires that.
50542
50543         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
50544         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
50545         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
50546
50547 2000-06-03  Jim Meyering  <meyering@lucent.com>
50548
50549         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
50550
50551 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50552
50553         * m4/glibc21.m4: New file.
50554         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
50555
50556 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50557
50558         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
50559         newer, don't install charset.alias.
50560         * lib/config.charset: Change the Linux/glibc rules so they become empty
50561         on glibc-2.1 or newer.
50562
50563 2000-06-02  Jim Meyering  <meyering@lucent.com>
50564
50565         * lib/mountlist.c: Back out last change.  Instead, do this...
50566         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
50567         me_dummy member using the same `ignore'-testing code.
50568         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
50569         fs_type strings.
50570         From Mark D. Roth.
50571
50572 2000-05-29  Jim Meyering  <meyering@lucent.com>
50573
50574         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
50575         mounts with the `ignore' attribute.  Based on a patch from
50576         Mark D. Roth.
50577
50578 2000-05-28  Jim Meyering  <meyering@lucent.com>
50579
50580         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
50581         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50582         * m4/stat.m4: Likewise.
50583         * m4/lstat.m4: Likewise.
50584         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
50585
50586         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
50587         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
50588
50589 2000-05-26  Jim Meyering  <meyering@lucent.com>
50590
50591         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
50592
50593 2000-05-24  Jim Meyering  <meyering@lucent.com>
50594
50595         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
50596         autoconf requires that.
50597         * m4/lib-check.m4: Likewise.
50598         * m4/jm-macros.m4: Likewise.
50599         * m4/strftime.m4: Likewise.
50600
50601         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
50602         AC_CHECK_DECLS, now that autoconf requires that.
50603
50604 2000-05-22  Jim Meyering  <meyering@lucent.com>
50605
50606         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50607         * m4/lstat.m4: Likewise.
50608
50609 2000-05-22  Jim Meyering  <meyering@lucent.com>
50610
50611         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
50612
50613 2000-05-20  Jim Meyering  <meyering@lucent.com>
50614
50615         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
50616         (jm_PREREQ): Use it.
50617
50618 2000-05-18  Jim Meyering  <meyering@lucent.com>
50619
50620         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
50621         back, too, since it may have been modified by allocate_entry.
50622         (hash_delete): Rewrite to use neither the assignment operator
50623         nor the comma operator in an if-expression.
50624
50625 2000-05-15  Paul Eggert  <eggert@twinsun.com>
50626
50627         * lib/closeout.c:
50628         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
50629         Remove; no longer needed.
50630         "quotearg.h": Add include.
50631         (file_name): Do not bother to explicitly initialize to NULL; it's less
50632         efficient on some hosts.
50633         (close_stdout_status): Remove test as to whether stdout was already
50634         closed; it breaks for the case "echo x | sort >&-".
50635         Quote file name colons.
50636         Do not assume that _("write error") lacks format strings.
50637
50638 2000-05-15  Jim Meyering  <meyering@lucent.com>
50639
50640         * lib/version-etc.c (version_etc_copyright): Update the copyright
50641         string used in all --version output.
50642
50643 2000-05-14  Jim Meyering  <meyering@lucent.com>
50644
50645         * lib/closeout.c (close_stdout_set_file_name): New function.
50646         (close_stdout_status): Use new file-scoped global.
50647         Return right away if fstat says the stdout file descriptor is invalid.
50648         * lib/closeout.h (close_stdout_set_file_name): Declare.
50649
50650 2000-05-10  Jim Meyering  <meyering@lucent.com>
50651
50652         * lib/closeout.c [default_exit_status]: New file-scoped variable.
50653         (close_stdout_set_status): New function.
50654         * lib/closeout.h (close_stdout_set_status): Declare.
50655
50656 2000-05-09  Jim Meyering  <meyering@lucent.com>
50657
50658         * m4/gettext.m4: Rename this...
50659         * m4/libintl.m4: ...to this.
50660
50661 2000-05-08  Jim Meyering  <meyering@lucent.com>
50662
50663         * lib/long-options.c: Don't include closeout.h.
50664         (parse_long_options): Don't call close_stdout for --version.
50665
50666 2000-05-06  Paul Eggert  <eggert@twinsun.com>
50667
50668         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
50669         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
50670         2.1.3 bug.  This avoids a clash when files like regex.c define
50671         _GNU_SOURCE.
50672
50673 2000-05-06  Jim Meyering  <meyering@lucent.com>
50674
50675         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
50676         (AC_REPLACE_FUNCS): Add strnlen.
50677
50678         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
50679         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
50680
50681         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
50682         AC_SEARCH_LIBS call for nanosleep.
50683         (LIB_NANOSLEEP): Set and AC_SUBST.
50684
50685 2000-05-06  Jim Meyering  <meyering@lucent.com>
50686
50687         * lib/strnlen.c: Undefine __strnlen and strnlen.
50688         [!weak_alias]: Define __strnlen to strnlen.
50689
50690         * lib/atexit.c: New file, from libiberty.
50691
50692 2000-05-06  Jim Meyering  <meyering@lucent.com>
50693
50694         * lib/closeout.c (close_stdout_status): Also check for errors on the
50695         stderr stream.
50696
50697 2000-05-05  Jim Meyering  <meyering@lucent.com>
50698
50699         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
50700         AC_SEARCH_LIBS call for clock_gettime.
50701         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
50702
50703         * m4/search-libs.m4: Update from autoconf.
50704
50705         su doesn't work on Solaris 2.6.
50706         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
50707         <shadow.h>.  Reported by Dragos Harabor.
50708
50709 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
50710
50711         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
50712         memcpy instead of xmalloc, xrealloc, path_concat.
50713         (locale_charset): Treat empty environment variables as absent.
50714         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
50715
50716 2000-05-04  Jim Meyering  <meyering@lucent.com>
50717
50718         * lib/getopt.c: Update from glibc.
50719         * lib/obstack.c: Likewise.
50720         * lib/obstack.h: Likewise.
50721         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
50722         file
50723
50724         * lib/regex.h: Likewise.
50725         * lib/strndup.c: Likewise.
50726         * lib/strnlen.c: New file, from glibc.
50727
50728 2000-05-03  Jim Meyering  <meyering@lucent.com>
50729
50730         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
50731
50732 2000-05-02  Paul Eggert  <eggert@twinsun.com>
50733
50734         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
50735         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
50736         compile-time test, rather than inspecting host and OS, to
50737         decide whether to define _LARGEFILE_SOURCE.
50738
50739 2000-05-01  Jim Meyering  <meyering@lucent.com>
50740
50741         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
50742
50743         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
50744         Based on a patch from Bruno Haible.
50745
50746 2000-05-01  Jim Meyering  <meyering@lucent.com>
50747
50748         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
50749
50750 2000-04-29  Jim Meyering  <meyering@lucent.com>
50751
50752         * lib/path-concat.c: Declare strdup only if it's not defined.
50753         * lib/canon-host.c: Likewise.
50754
50755 2000-04-28  Jim Meyering  <meyering@lucent.com>
50756
50757         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
50758         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
50759         is included first, then limits.h is included by locale.h by libintl.h.
50760         From John David Anglin.
50761
50762 2000-04-25  Jim Meyering  <meyering@lucent.com>
50763
50764         * lib/makepath.c (S_IRWXUGO): Define.
50765         (make_path): Always perform explicit chmod if MODE specifies any
50766         of the `special' permission bits.  Prompted by a bug report against
50767         install from Mate Wierdl and Joost van Baal.
50768
50769 2000-04-18  Jim Meyering  <meyering@lucent.com>
50770
50771         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
50772         (jm_PREREQ): Use it.
50773
50774 2000-04-18  Jim Meyering  <meyering@lucent.com>
50775
50776         * lib/README: New file.
50777
50778         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
50779         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
50780
50781 2000-04-17  Jim Meyering  <meyering@lucent.com>
50782
50783         Get it right :-)
50784         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
50785         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
50786         Suggestion from Akim Demaille.
50787
50788 2000-04-17  Jim Meyering  <meyering@lucent.com>
50789
50790         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
50791         the definition of it to rpl_strftime also defined-away the system's
50792         declaration.
50793
50794 2000-04-15  Jim Meyering  <meyering@lucent.com>
50795
50796         Use `C' to denote so-called `contiguous' files, the same way
50797         that tar does.
50798         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
50799         (ftypelet): Use S_ISCTG.
50800         From Michael Deutschmann.
50801
50802 2000-04-14  Jim Meyering  <meyering@lucent.com>
50803
50804         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
50805         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
50806         clobbered.
50807
50808 2000-04-14  Jim Meyering  <meyering@lucent.com>
50809
50810         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
50811
50812 2000-04-13  Jim Meyering  <meyering@lucent.com>
50813
50814         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
50815         AH_VERBATIM to insert required #ifndef into config.h.in.
50816         Suggestion from Akim Demaille.
50817
50818 2000-04-12  Jim Meyering  <meyering@lucent.com>
50819
50820         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
50821         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
50822         Christian Krackowizer.
50823
50824         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
50825         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
50826         (AC_SYS_LARGEFILE): Require.
50827         (AM_C_PROTOTYPES): Require.
50828
50829 2000-04-08  Jim Meyering  <meyering@lucent.com>
50830
50831         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
50832         names don't conflict.  Reported by Eli Zaretskii.
50833
50834 2000-04-07  Jim Meyering  <meyering@lucent.com>
50835
50836         * lib/putenv.c: Move inclusion of errno.h so it follows that of
50837         sys/types.h, to work around system header problems on AIX 3.2.5.
50838         From Bruno Haible.
50839
50840 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
50841
50842         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
50843         bug.  Deal with the different error behavior of Irix iconv.
50844
50845 2000-04-05  Paul Eggert  <eggert@twinsun.com>
50846
50847         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
50848         IRIX if the installer said otherwise.
50849
50850 2000-04-05  Jim Meyering  <meyering@lucent.com>
50851
50852         Portability tweaks required for ultrix4.3.
50853         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
50854         (jm_CHECK_DECLS): Add getutent to the list of functions.
50855         (_jm_DECL_HEADERS): Add utmpx.h.
50856         From John David Anglin.
50857
50858         * m4/strftime.m4: Back out the 2000-04-02 change.
50859         Instead of that change, simply undefine putenv in the test program.
50860
50861 2000-04-05  Jim Meyering  <meyering@lucent.com>
50862
50863         Portability tweaks required for ultrix4.3.
50864         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
50865         getutent.
50866         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
50867         * lib/canon-host.c: Declare strdup.
50868         * lib/path-concat.c: Likewise.
50869         From John David Anglin.
50870
50871 2000-04-04  Jim Meyering  <meyering@lucent.com>
50872
50873         Be more DOS 8.3-friendly.
50874         * lib/ref-add.sin: Renamed from ref-add.sed.in.
50875         * lib/ref-del.sin: Renamed from ref-del.sed.in.
50876         * lib/Makefile.am: Reflect renaming.
50877         Reported by Eli Zaretskii.
50878
50879         Use a temporary file name that won't clash with `charset.alias'
50880         in the DOS 8.3 name space.
50881         * lib/Makefile.am (charset_tmp): Define.
50882         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
50883         (uninstall-local): Likewise.
50884         Reported by Eli Zaretskii.
50885
50886 2000-04-03  Jim Meyering  <meyering@lucent.com>
50887
50888         * m4/gettext.m4: Fix typo in comment.
50889
50890         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
50891         textutils/configure.in).  Suggestion from Paul Eggert.
50892         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
50893
50894 2000-04-02  Paul Eggert  <eggert@twinsun.com>
50895
50896         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
50897         variable in the shell rather than using putenv, which isn't
50898         portable.  This avoids the configure-time inter-test dependency
50899         on the potentially-renamed putenv function.
50900
50901 2000-03-30  Paul Eggert  <eggert@twinsun.com>
50902
50903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
50904         before checking struct stat.st_blksize, so that
50905         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
50906
50907 2000-03-29  Paul Eggert  <eggert@twinsun.com>
50908
50909         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
50910         since strftime.c uses HAVE_STRFTIME to decide whether to use
50911         the underlying strftime.
50912
50913 2000-03-29  Paul Eggert  <eggert@twinsun.com>
50914
50915         * lib/time/strftime.c (my_strftime): Make sure we call the system
50916         strftime, not ourselves, when invoking the underlying strftime.
50917
50918 2000-03-24  Jim Meyering  <meyering@lucent.com>
50919
50920         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
50921         (charset_alias): Define.
50922         (install-exec-local): Factor out common code.
50923         (uninstall-local): Split lines longer than 80.
50924         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
50925         (SUFFIXES): Define.
50926         (.sed.in.sed): New rule.  Don't redirect directly to $@.
50927         (CLEANFILES): Add ref-add.sed and ref-del.sed.
50928
50929 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
50930
50931         * lib/config.charset: Output a line containing "Packages using this
50932         file".
50933         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
50934         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
50935         ref-del.sed): New rules.
50936
50937 2000-03-17  Jim Meyering  <meyering@lucent.com>
50938
50939         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
50940         Otherwise, include <strings.h>
50941
50942 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
50943
50944         * lib/unicodeio.c (utf8_wctomb): New function.
50945         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
50946         format instead of in UCS-4 with platform dependent endianness.
50947
50948 2000-03-10  Jim Meyering  <meyering@lucent.com>
50949
50950         * m4/lib-check.m4: Look for getspnam in -lgen, too.
50951         From Marco Franzen.
50952
50953 2000-03-07  Paul Eggert  <eggert@twinsun.com>
50954
50955         * lib/savedir.c (savedir): Work even if directory size is
50956         negative; this can happen with some screwy NFS configurations.
50957
50958 2000-03-06  Jim Meyering  <meyering@lucent.com>
50959
50960         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
50961         if it's NULL (because we ran out of memory).  From Bruno Haible.
50962
50963 2000-03-05  Jim Meyering  <meyering@lucent.com>
50964
50965         * lib/localcharset.c ("path-concat.h"): Include.
50966         (get_charset_aliases): Use path_concat instead of ANSI string
50967         concatenation.
50968
50969         * lib/unicodeio.h (PARAMS): Define.
50970         Use it to guard prototype.
50971
50972 2000-03-04  Jim Meyering  <meyering@lucent.com>
50973
50974         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
50975         for lib/localcharset.c.
50976
50977 2000-03-04  Jim Meyering  <meyering@lucent.com>
50978
50979         * lib/Makefile.am (install-exec-local): Create $(libdir) before
50980         installing into it.
50981         (uninstall-local): Uncomment this rule so `make distcheck' works
50982         once again.
50983
50984         * lib/unicodeio.c (<errno.h>): Include it.
50985         (errno): Declare if not defined.
50986
50987         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
50988
50989         * lib/config.charset: New version, incorporating remarks from a linux
50990         i18n mailing list.  From Bruno Haible.
50991
50992 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
50993
50994         * m4/codeset.m4: New file.
50995         * m4/iconv.m4: New file.
50996         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
50997
50998 2000-03-03  Jim Meyering  <meyering@lucent.com>
50999
51000         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
51001
51002 2000-03-02  Jim Meyering  <meyering@lucent.com>
51003
51004         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
51005         the messages come out on separate lines.
51006
51007         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
51008         rather than jm_CHECK_DECLARATIONS.
51009         * m4/decl.m4: Remove now-unused file.
51010
51011         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
51012         geteuid.
51013
51014 2000-03-02  Jim Meyering  <meyering@lucent.com>
51015
51016         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
51017
51018 2000-03-01  Jim Meyering  <meyering@lucent.com>
51019
51020         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
51021         * lib/unicodeio.c: Likewise.
51022
51023 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
51024
51025         * lib/config.charset: New file.
51026         * lib/localcharset.c: New file.
51027         * lib/unicodeio.h, lib/unicodeio.c: New files.
51028         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
51029         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
51030         (noinst_HEADERS): Add unicodeio.h.
51031         (all-local, install-exec-local, charset.alias): New targets.
51032
51033 2000-02-28  Paul Eggert  <eggert@twinsun.com>
51034
51035         * lib/quotearg.c (ALERT_CHAR): New macro.
51036         (quotearg_buffer_restyled): Use it.
51037
51038 2000-02-27  Jim Meyering  <meyering@lucent.com>
51039
51040         * m4/check-decl.m4: Add getenv to the list.
51041
51042 2000-02-27  Jim Meyering  <meyering@lucent.com>
51043
51044         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
51045         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
51046
51047         * lib/backupfile.c: Guard inclusion of stdlib.h with
51048         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
51049         Declare malloc if needed.
51050
51051         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
51052         `#ifndef HAVE_DECL..'
51053         now that autoconf always defines the HAVE_DECL_ symbols.
51054         * lib/human.c: Likewise.
51055         * lib/same.c: Likewise.
51056         * lib/strtoumax.c: Likewise.
51057
51058         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
51059         declaration check was not run.
51060         * lib/hash.c: Likewise.
51061         * lib/human.c: Likewise.
51062         * lib/same.c: Likewise.
51063         * lib/strtoumax.c: Likewise.
51064
51065         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
51066         `.', then first look up the entire `.'-containing string as a login
51067         name.
51068
51069 2000-02-23  Jim Meyering  <meyering@lucent.com>
51070
51071         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
51072         in place of my hack.
51073
51074 2000-02-18  Paul Eggert  <eggert@twinsun.com>
51075
51076         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
51077         (textint): New typedef.
51078         (parser_control): Member year changed from int to textint.
51079         All uses changed.
51080         (YYSTYPE): Removed; replaced by %union with int and textint members.
51081         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
51082         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
51083         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
51084         (tSNUMBER, tUNUMBER): Now of type <textintval>.
51085         (date, number, to_year): Use width of number in digits, not its value,
51086         to determine whether it's a 2-digit year, or a 2-digit time.
51087         (yylex): Store number of digits of numeric tokens.
51088         Reported by John Kendall.
51089
51090         (parser_control): Changed from struct parser_control to typedef (for
51091         consistency).  All uses changed.
51092
51093         (tID): Removed; not used.
51094         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
51095
51096 2000-02-14  Paul Eggert  <eggert@twinsun.com>
51097
51098         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
51099         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
51100
51101 2000-02-12  Jim Meyering  <meyering@lucent.com>
51102
51103         * lib/userspec.c (ISDIGIT): Define it.
51104         (isdigit): Remove definition.
51105         (is_number): Use ISDIGIT, not isdigit.
51106         <libintl.h>: Include.
51107         (_ and N_): Define.
51108         (parse_user_spec): Mark translatable strings.
51109
51110 2000-02-10  Jim Meyering  <meyering@lucent.com>
51111
51112         With these changes, nanosleep.[ch] are finally enough like the other
51113         lib/* replacement files to compile on a few more losing systems.
51114
51115         * lib/nanosleep.h: Don't include config.h.
51116         Remove prototype from declaration of nanosleep.
51117         (PARAMS): Remove now-unneeded definition.
51118         * lib/nanosleep.c: #undef nanosleep.
51119         (rpl_nanosleep): Rename from nanosleep.
51120
51121 2000-02-10  Jim Meyering  <meyering@lucent.com>
51122
51123         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
51124         gnu_nanosleep to rpl_nanosleep.
51125
51126 2000-02-09  Jim Meyering  <meyering@lucent.com>
51127
51128         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
51129         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
51130
51131 2000-02-08  Akim Demaille  <akim@epita.fr>
51132
51133         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
51134         `[' and `]' and remove uses of `changequote'.
51135         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
51136         (AC_SYS_LARGEFILE): Likewise.
51137         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
51138         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
51139         of changequote.
51140         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
51141         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
51142         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
51143         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
51144
51145 2000-02-05  Jim Meyering  <meyering@lucent.com>
51146
51147         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
51148         Remove explicit use of AC_HEADER_TIME.  It is required by
51149         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
51150         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
51151         in autoconf whereby the expansion of the latter ended up preceding
51152         the expansion of its prerequisite, AC_HEADER_TIME.
51153         Reported by Volker Borchert.
51154
51155 2000-02-03  Jim Meyering  <meyering@lucent.com>
51156
51157         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
51158
51159 2000-02-03  Jim Meyering  <meyering@lucent.com>
51160
51161         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
51162         rather than with `#if HAVE_UTMPNAME'.
51163
51164 2000-02-02  Jim Meyering  <meyering@lucent.com>
51165
51166         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
51167         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
51168         Reported by Eli Zaretskii.
51169
51170 2000-02-01  Jim Meyering  <meyering@lucent.com>
51171
51172         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
51173
51174 2000-01-31  Jim Meyering  <meyering@lucent.com>
51175
51176         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
51177         functions.  Add the time.h and sys/time.h headers along with the
51178         AC_REQUIRE'ment of AC_HEADER_TIME.
51179
51180 2000-01-31  Jim Meyering  <meyering@lucent.com>
51181
51182         * lib/nanosleep.h (nanosleep): Guard declaration with
51183         `#if ! HAVE_DECL_NANOSLEEP'.
51184         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
51185         the declaration in that vendor's sys/timers.h.
51186         Reported by Christian Krackowizer.
51187
51188         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
51189         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
51190         (ISPRINT): Likewise.
51191         Reported by Tom Tromey.
51192
51193 2000-01-30  Jim Meyering  <meyering@lucent.com>
51194
51195         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
51196
51197         * m4/prereq.m4 (utmp_includes): Define.
51198         Check for ut_user and ut_name members in both struct utmpx
51199         and struct utmp.
51200
51201 2000-01-30  Jim Meyering  <meyering@lucent.com>
51202
51203         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
51204         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
51205         header files where only utmpx.ut_user is declared.
51206
51207         * lib/readutmp.h (UT_USER): Define.
51208
51209 2000-01-29  Jim Meyering  <meyering@lucent.com>
51210
51211         * m4/lib-check.m4: New file containing library-related checks from
51212         fileutils and sh-utils (textutils had none).
51213
51214 2000-01-28  Jim Meyering  <meyering@lucent.com>
51215
51216         * m4/perl.m4: Change format of warning message to look more like that
51217         from the missing script.  Suggestion from François Pinard.
51218
51219 2000-01-25  Jim Meyering  <meyering@lucent.com>
51220
51221         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
51222         well as time.h in the compile check.
51223         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
51224         Fix typo in cross-compiling case: s/yes/no/.
51225
51226 2000-01-23  Jim Meyering  <meyering@lucent.com>
51227
51228         * m4/jm-macros.m4: Move df-related tests here from
51229         fileutils/configure.in
51230
51231         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
51232         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
51233
51234         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
51235         s/space/ac_fsusage_space/.
51236         (jm_FILE_SYSTEM_USAGE): Take two parameters.
51237
51238         * m4/ftruncate.m4: New file (derived from part of
51239         fileutils/configure.in).
51240         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
51241         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
51242
51243         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
51244         AC_SUBST these here, rather than just in sh-util/configure.in, so
51245         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
51246         all the same.
51247         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
51248         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
51249         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
51250         (AC_SUBST(POW_LIBM)): Likewise.
51251         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
51252
51253 2000-01-23  Jim Meyering  <meyering@lucent.com>
51254
51255         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
51256         obstack.c.
51257
51258 2000-01-22  Jim Meyering  <meyering@lucent.com>
51259
51260         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
51261
51262         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
51263
51264         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
51265         configure.in
51266         (AC_CHECK_HEADERS): Likewise for sh-utils.
51267         (AC_CHECK_HEADERS): Likewise for textutils.
51268         Merge the three lists of headers.
51269
51270         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
51271         from fileutils' configure.in.
51272
51273         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
51274         code. Moved tests into their own function (_jm_DECL_HEADERS) in
51275         check-decl.m4.
51276
51277         * m4/check-decl.m4: Use #if rather than #ifdef.
51278         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
51279         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
51280         (_jm_DECL_HEADERS): Define new function.
51281         (jm_CHECK_DECLARATIONS): Require it.
51282
51283 2000-01-22  Jim Meyering  <meyering@lucent.com>
51284
51285         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
51286         [! HAVE_DECL_STRTOULL]: Declare strtoull.
51287         Required for some AIX systems.  Reported by Christian Krackowizer.
51288         [TESTING] (main): New function.
51289
51290         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
51291         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
51292         letters.
51293
51294         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
51295         iswprint.
51296
51297         * lib/strverscmp.c (ISDIGIT): Define.
51298         (strverscmp): Use ISDIGIT, not isdigit.
51299
51300 2000-01-19  Jim Meyering  <meyering@lucent.com>
51301
51302         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
51303         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
51304         defines `struct timespec' in <sys/time.h>
51305
51306         * m4/c-bs-a.m4: Remove uses of changequote altogether.
51307         Thanks to Akim for explaining.
51308
51309 2000-01-17  Paul Eggert  <eggert@twinsun.com>
51310
51311         * lib/nanosleep.c (nanosleep):
51312         Don't use SA_INTERRUPT to decide whether to call sigaction, as
51313         POSIX.1 doesn't require SA_INTERRUPT and some systems
51314         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
51315         it's been part of POSIX.1 since day 1 (in 1988).
51316
51317 2000-01-17  Jim Meyering  <meyering@lucent.com>
51318
51319         * lib/interlock: Remove unused file.  Reported by François Pinard.
51320
51321 2000-01-16  Paul Eggert  <eggert@twinsun.com>
51322
51323         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
51324         alert, backslash, formfeed, and vertical tab unnecessarily in
51325         shell quoting style.
51326
51327 2000-01-16  Jim Meyering  <meyering@lucent.com>
51328
51329         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
51330         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
51331         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
51332         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
51333
51334 2000-01-16  Jim Meyering  <meyering@lucent.com>
51335
51336         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
51337         because the latter didn't work.
51338
51339 2000-01-15  Jim Meyering  <meyering@lucent.com>
51340
51341         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
51342         (AC_REPLACE_FUNCS): Add memcpy and memset.
51343         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
51344         Add strpbrk.
51345         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
51346
51347 2000-01-12  Jim Meyering  <meyering@lucent.com>
51348
51349         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
51350         (jm_PREREQ): Use it.
51351         (jm_PREREQ_READUTMP): New macro.
51352         (jm_PREREQ): Use it.
51353
51354 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51355
51356         Quote multibyte characters correctly.
51357         * m4/c-bs-a.m4: New file.
51358         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
51359         (jm_PREREQ): Use it.
51360
51361 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51362
51363         * m4/uintmax_t.m4: Port to autoconf 2.13.
51364
51365 2000-01-08  Jim Meyering  <meyering@ascend.com>
51366
51367         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
51368         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
51369
51370 2000-01-04  Jim Meyering  <meyering@ascend.com>
51371
51372         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
51373         jm_STRUCT_DIRENT_D_TYPE.
51374         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
51375         jm_STRUCT_DIRENT_D_INO.
51376         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
51377         jm_STRUCT_UTIMBUF.
51378         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
51379         renamings.
51380         * m4/utime.m4: Likewise.
51381
51382         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
51383         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
51384
51385 2000-01-03  Paul Eggert  <eggert@twinsun.com>
51386
51387         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
51388         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
51389
51390 2000-01-02  Jim Meyering  <meyering@ascend.com>
51391
51392         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
51393         remember if this is necessary.
51394
51395 1999-12-26  Jim Meyering  <meyering@ascend.com>
51396
51397         * m4/jm-macros.m4: Use it here.
51398         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
51399
51400 1999-12-23  Jim Meyering  <meyering@ascend.com>
51401
51402         * m4/jm-macros.m4: Check for clock_gettime (moved from
51403         fileutils/configure.in)
51404         Check for gettimeofday.
51405
51406 1999-12-20  Jim Meyering  <meyering@ascend.com>
51407
51408         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
51409         autoconf-2.14a-1999-12-20.
51410
51411 1999-12-19  Jim Meyering  <meyering@ascend.com>
51412
51413         * m4/lstat-slash.m4: New file.
51414         * m4/jm-macros.m4: Use the new macro:
51415         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51416
51417 1999-12-07  Jim Meyering  <meyering@ascend.com>
51418
51419         * m4/perl.m4: Require that File::Compare be available, too.
51420         Too many systems seem to lack it.
51421
51422         * m4/strftime.m4: Add checks for most of the cpp macros tested in
51423         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
51424
51425 1999-11-18  Paul Eggert  <eggert@twinsun.com>
51426
51427         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
51428         problem with the QNX 4.25 shell, which doesn't propagate exit
51429         status of failed commands inside shell assignments.
51430
51431 1999-11-17  Jim Meyering  <meyering@ascend.com>
51432
51433         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
51434
51435 1999-11-07  Jim Meyering  <meyering@ascend.com>
51436
51437         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
51438
51439 1999-11-06  Jim Meyering  <meyering@ascend.com>
51440
51441         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
51442         * m4/jm-macros.m4 (jm_MACROS): Use it here.
51443
51444 1999-11-05  Jim Meyering  <meyering@ascend.com>
51445
51446         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
51447         configure.in of textutils, fileutils, and sh-utils into this one
51448         (shared between those packages) file.
51449         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
51450         AC_STRUCT_ST_BLKSIZE.
51451
51452 1999-11-03  Jim Meyering  <meyering@ascend.com>
51453
51454         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
51455         of AC_CHECK_TYPE checks includes unistd.h.
51456         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
51457         Suggestion from Akim Demaille.
51458
51459 1999-10-30  Jim Meyering  <meyering@ascend.com>
51460
51461         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
51462         m4-quoted string.
51463         * m4/ls-mntd-fs.m4: Likewise.
51464         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
51465         * m4/jm-winsz1.m4: Likewise.
51466
51467         * m4/const.m4: Remove file, since the fix made it into the experimental
51468         version of autoconf.
51469         * m4/mktime.m4: Likewise.
51470
51471         * m4/check-type.m4: Remove file, now that the latest version of
51472         AC_CHECK_TYPE takes a third arg to specify additional #includes.
51473
51474         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
51475         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
51476         AC_CHECK_TYPE.
51477
51478 1999-10-04  Jim Meyering  <meyering@ascend.com>
51479
51480         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
51481
51482 1999-09-22  Paul Eggert  <eggert@twinsun.com>
51483
51484         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
51485         2.95.1 bug with HP-UX 10.20.
51486
51487 1999-09-17  Jim Meyering  <meyering@ascend.com>
51488
51489         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
51490         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
51491         due to missing strdup (against sh-utils-2.0).
51492
51493 1999-08-29  Jim Meyering  <meyering@ascend.com>
51494
51495         * m4/jm-macros.m4: Require jm_BISON.
51496         * m4/bison.m4: New file.
51497
51498 1999-08-17  Paul Eggert  <eggert@twinsun.com>
51499
51500         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
51501         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
51502
51503 1999-08-05  Jim Meyering  <meyering@ascend.com>
51504
51505         * m4/getline.m4: Rename test file from conftestdata to conftest.data
51506         to avoid conflicts with `conftest' on 8+3 filesystems.
51507         Suggestion from Eli Zaretskii.
51508
51509 1999-08-04  Jim Meyering  <meyering@ascend.com>
51510
51511         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
51512         fileutils and sh-utils (textutils's getline test was inadequate).
51513         (AM_FUNC_GETLINE): Run this test.
51514         (AC_CHECK_FUNCS): Check for getdelim.
51515         Reported by Bob Proulx.
51516
51517 1999-08-02  Jim Meyering  <meyering@ascend.com>
51518
51519         * m4/jm-macros.m4: Add a comment.
51520
51521 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51522
51523         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
51524         <inttypes.h> defines strtoumax as a macro (and not as a
51525         function).
51526
51527 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51528
51529         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
51530         that we can shift, multiply and divide unsigned long long
51531         values; Ultrix cc can't do it.
51532
51533 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51534
51535         * m4/mktime.m4: New file, which is a preview of what should appear
51536         in the next public autoconf release.
51537
51538 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51539
51540         * m4/lfs.m4: Remove this file.
51541         * m4/largefile.m4: New file.  It contains the old contents of
51542         lfs.m4, except that all names with prefix AC_LFS have been
51543         changed to use the prefix AC_SYS_LARGEFILE instead, to be
51544         compatible with future autoconf versions.  Also, some minor m4
51545         quoting problems have been fixed.
51546
51547 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51548
51549         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
51550         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
51551         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
51552         and simplify the shell code.
51553
51554 1999-08-01  Jim Meyering  <meyering@ascend.com>
51555
51556         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
51557         m4.
51558
51559 1999-07-20  Jim Meyering  <meyering@ascend.com>
51560
51561         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
51562
51563 1999-07-15  Jim Meyering  <meyering@ascend.com>
51564
51565         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
51566
51567 1999-05-22  Jim Meyering  <meyering@ascend.com>
51568
51569         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
51570
51571 1999-05-20  Jim Meyering  <meyering@ascend.com>
51572
51573         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
51574         Add a colon after each `then' in case $4 is empty.
51575
51576 1999-05-16  Jim Meyering  <meyering@ascend.com>
51577
51578         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
51579
51580 1999-05-10  Jim Meyering  <meyering@ascend.com>
51581
51582         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
51583
51584         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
51585         AC_FUNC_MKTIME.
51586
51587 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
51588
51589         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
51590
51591 1999-05-04  Paul Eggert  <eggert@twinsun.com>
51592
51593         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
51594         not CPPFLAGS, so that linking works correctly in IRIX.
51595
51596 1999-04-30  Paul Eggert  <eggert@twinsun.com>
51597
51598         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
51599
51600 1999-04-20  Paul Eggert  <eggert@twinsun.com>
51601
51602         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
51603         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
51604         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
51605         jm_AC_TYPE_UNSIGNED_LONG_LONG.
51606         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
51607
51608         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
51609
51610 1999-04-20  Jim Meyering  <meyering@ascend.com>
51611
51612         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
51613         AC_REPLACE xstroull if necessary.  From Paul Eggert.
51614         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
51615
51616 1999-04-18  Jim Meyering  <meyering@ascend.com>
51617
51618         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
51619         * m4/jm-macros.m4: Use it.
51620
51621 1999-04-06  Jim Meyering  <meyering@ascend.com>
51622
51623         * m4/strftime.m4: Remove test for %f.
51624
51625 1999-03-29  Jim Meyering  <meyering@ascend.com>
51626
51627         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
51628         superset of the AC_TYPE_* checks in the textutils, fileutils,
51629         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
51630         AC_TYPE_PID_T.
51631
51632 1999-03-28  Jim Meyering  <meyering@ascend.com>
51633
51634         * m4/jm-macros.m4: Define GNU_PACKAGE here.
51635         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
51636         replaced e.g., in the *.sh files of the sh-utils.
51637
51638 1999-03-20  Jim Meyering  <meyering@ascend.com>
51639
51640         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
51641         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
51642         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
51643
51644 1999-03-19  Jim Meyering  <meyering@ascend.com>
51645
51646         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
51647
51648 1999-03-12  Jim Meyering  <meyering@ascend.com>
51649
51650         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
51651
51652 1999-03-07  Jim Meyering  <meyering@ascend.com>
51653
51654         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
51655         declared.
51656
51657 1999-02-17  Jim Meyering  <meyering@ascend.com>
51658
51659         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
51660         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
51661
51662 1999-02-07  Jim Meyering  <meyering@ascend.com>
51663
51664         * m4/group-member.m4: New file -- extracted from sh-utils'
51665         configure.in.
51666
51667         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
51668         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
51669
51670 1999-02-06  Jim Meyering  <meyering@ascend.com>
51671
51672         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
51673         * m4/fnmatch.m4: Likewise.
51674         * m4/getgroups.m4: Likewise.
51675         * m4/lstat.m4: Likewise.
51676         * m4/malloc.m4: Likewise.
51677         * m4/putenv.m4: Likewise.
51678         * m4/realloc.m4: Likewise.
51679         * m4/regex.m4: Likewise.
51680         * m4/stat.m4: Likewise.
51681         * m4/strftime.m4: Likewise.
51682         Suggestion from Alain Magloire.
51683
51684         * m4/chown.m4: Use `.$ac_objext', not `.o'.
51685         * m4/fnmatch.m4: Likewise.
51686         * m4/getgroups.m4: Likewise.
51687         * m4/getline.m4: Likewise.
51688         * m4/lstat.m4: Likewise.
51689         * m4/malloc.m4: Likewise.
51690         * m4/memcmp.m4: Likewise.
51691         * m4/putenv.m4: Likewise.
51692         * m4/realloc.m4: Likewise.
51693         * m4/regex.m4: Likewise.
51694         * m4/stat.m4: Likewise.
51695         * m4/strftime.m4: Likewise.
51696         Suggestion from Alain Magloire.
51697
51698         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
51699         an argument.
51700
51701         * m4/regex.m4: Add a run-time Test for proper operation of
51702         re_compile_pattern.
51703
51704 1999-01-31  Jim Meyering  <meyering@ascend.com>
51705
51706         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
51707
51708 1999-01-30  Jim Meyering  <meyering@ascend.com>
51709
51710         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
51711
51712         * m4/jm-mktime.m4: Make this a wrapper around the official
51713         AM_FUNC_MKTIME rather than my private copy, now that the official one
51714         is up to date.
51715         * m4/mktime.m4: Remove file.
51716
51717         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
51718         * m4/uptime.m4: Likewise.
51719         * m4/uintmax_t.m4: Likewise.
51720
51721 1999-01-28  Jim Meyering  <meyering@ascend.com>
51722
51723         * m4/jm-macros.m4: Use jm_AFS.
51724         * m4/afs.m4: New file (from fileutils' configure.in).
51725
51726         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
51727         * m4/chown.m4: Likewise.
51728         * m4/d-ino.m4: Likewise.
51729         * m4/d-type.m4: Likewise.
51730         * m4/fnmatch.m4: Likewise.
51731         * m4/getgroups.m4: Likewise.
51732         * m4/gettext.m4: Likewise.
51733         * m4/jm-mktime.m4: Likewise.
51734         * m4/jm-winsz2.m4: Likewise.
51735         * m4/lcmessage.m4: Likewise.
51736         * m4/ls-mntd-fs.m4: Likewise.
51737         * m4/malloc.m4: Likewise.
51738         * m4/memcmp.m4: Likewise.
51739         * m4/putenv.m4: Likewise.
51740         * m4/realloc.m4: Likewise.
51741         * m4/st_mtim.m4: Likewise.
51742         * m4/strftime.m4: Likewise.
51743
51744 1999-01-16  Jim Meyering  <meyering@ascend.com>
51745
51746         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
51747         (ARGMATCH_DIE_DECL): Define.
51748
51749 1999-01-12  Jim Meyering  <meyering@ascend.com>
51750
51751         * m4/Makefile.am.in: Rewrite to avoid using fmt.
51752         Reported by Lars Hecking.
51753
51754 1999-01-10  Jim Meyering  <meyering@ascend.com>
51755
51756         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
51757         gross kludge.
51758         * m4/inttypes_h.m4: Likewise.
51759         * m4/lstat.m4: Likewise.
51760         * m4/malloc.m4: Likewise.
51761         * m4/readdir.m4: Likewise.
51762         * m4/realloc.m4: Likewise.
51763         * m4/st_dm_mode.m4: Likewise.
51764         * m4/stat.m4: Likewise.
51765         * m4/utimbuf.m4: Likewise.
51766         * m4/utimes.m4: Likewise.
51767
51768         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
51769         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
51770         comments in config.h.in are meaningful.
51771
51772         * m4/jm-macros.m4: Require autoconf-2.13 here.
51773
51774         * m4/regex.m4: By default, don't use the included regex.c on systems
51775         with glibc 2.  Suggestion from Uli Drepper.
51776
51777 1999-01-02  Jim Meyering  <meyering@ascend.com>
51778
51779         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
51780
51781 1998-12-18  Jim Meyering  <meyering@ascend.com>
51782
51783         * m4/Makefile.am.in (Makefile.am): Simplify rule.
51784         Based on a suggestion from Lars Hecking.
51785
51786 1998-11-16  Paul Eggert  <eggert@twinsun.com>
51787
51788         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
51789
51790 1998-11-16  Jim Meyering  <meyering@ascend.com>
51791
51792         * m4/lfs.m4: Double-quote the `uname...` expression.
51793
51794 1998-11-14  Jim Meyering  <meyering@ascend.com>
51795
51796         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
51797         * m4/stat.m4: Likewise.
51798
51799 1998-11-03  Jim Meyering  <meyering@ascend.com>
51800
51801         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
51802         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
51803
51804 1998-10-18  Jim Meyering  <meyering@ascend.com>
51805
51806         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
51807
51808 1998-10-17  Jim Meyering  <meyering@ascend.com>
51809
51810         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
51811         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
51812         calls for those previously hard-coded headers.  Instead, take a new
51813         parameter.
51814         (jm_CHECK_DECLARATIONS): Reflect interface change.
51815         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
51816         (jm_CHECK_DECL_LOCALTIME_R): New macro.
51817
51818         * m4/mktime.m4: Test for spring-forward gap before long-running test.
51819
51820 1998-10-14  Jim Meyering  <meyering@ascend.com>
51821
51822         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
51823         instead of "TZ=America/Vancouver".  From Paul Eggert.
51824
51825 1998-10-11  Jim Meyering  <meyering@ascend.com>
51826
51827         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
51828         This adds a test for a recently added compatibility fix for mktime.c.
51829         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
51830
51831 1998-09-27  Jim Meyering  <meyering@ascend.com>
51832
51833         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
51834
51835         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
51836         ../configure.in, including a change from Gordon Matzigkeit to allow
51837         cross-compiling for the Hurd.
51838
51839         * m4/glibc.m4: New file/macro to test for the GNU C Library
51840         versions 1 and 2.  From Gordon Matzigkeit.
51841         Indent.
51842
51843 1998-09-21  Jim Meyering  <meyering@ascend.com>
51844
51845         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
51846
51847 1998-08-18  Paul Eggert  <eggert@twinsun.com>
51848
51849         Port nanosecond-resolution times to UnixWare 2.1.2 and
51850         pedantic Solaris 2.6.
51851
51852         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
51853         AC_STRUCT_ST_MTIM.
51854         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
51855         Generate name of ns member, instead of just 1 or undef.
51856         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
51857
51858 1998-08-15  Jim Meyering  <meyering@ascend.com>
51859
51860         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
51861         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
51862         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
51863         instead of jm_TYPE_SSIZE_T.
51864
51865 1998-08-12  Jim Meyering  <meyering@ascend.com>
51866
51867         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
51868
51869 1998-08-02  Jim Meyering  <meyering@ascend.com>
51870
51871         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
51872         in acconfig.h manually.
51873
51874 1998-07-31  Paul Eggert  <eggert@twinsun.com>
51875
51876         * m4/st_mtim.m4: New file.
51877
51878 1998-07-28  Jim Meyering  <meyering@ascend.com>
51879
51880         * m4/utimes.m4: Undef stat.
51881
51882 1998-07-25  Jim Meyering  <meyering@ascend.com>
51883
51884         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
51885         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
51886
51887 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
51888
51889         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
51890         uid and gid actually remain unchanged.
51891
51892 1998-07-07  Jim Meyering  <meyering@ascend.com>
51893
51894         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
51895
51896 1998-07-04  Jim Meyering  <meyering@ascend.com>
51897
51898         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
51899         to prove that this macro can be used in packages without regex.c.
51900
51901 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
51902
51903         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
51904         is to be used.
51905
51906 1998-07-03  Jim Meyering  <meyering@ascend.com>
51907
51908         * m4/gettext.m4: Add -lintl if it's found to be necessary.
51909
51910         * m4/gettext.m4: New file -- from gettext-0.10.35.
51911         * m4/lcmessage.m4: Likewise.
51912         * m4/progtest.m4: Likewise.
51913
51914         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
51915         * m4/jm-macros.m4: Require the new macro.
51916
51917 1998-06-29  Jim Meyering  <meyering@ascend.com>
51918
51919         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
51920         for the definition of NGROUPS (used in a system header included
51921         by sys/mount.h).
51922
51923 1998-06-28  Jim Meyering  <meyering@ascend.com>
51924
51925         * m4/ls-mntd-fs.m4: New file.
51926         * m4/fstypename.m4: New file.
51927
51928         * m4/jm-macros.m4: Require the new macro.
51929         * m4/jm-glibc-io.m4: New file.
51930
51931 1998-05-19  Jim Meyering  <meyering@ascend.com>
51932
51933         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
51934         * m4/lchown.m4: New file.
51935
51936         * m4/Makefile.am.in: New file.
51937         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
51938
51939 1998-05-14  Jim Meyering  <meyering@ascend.com>
51940
51941         * m4/Makefile.am (EXTRA_DIST): Add them.
51942         * m4/jm-macros.m4: New file.
51943         * m4/utimbuf.m4: New file.
51944
51945 1998-05-12  Jim Meyering  <meyering@ascend.com>
51946
51947         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
51948
51949 1998-05-11  Jim Meyering  <meyering@ascend.com>
51950
51951         * m4/isc-posix.m4: New file.
51952
51953 1998-05-10  Jim Meyering  <meyering@ascend.com>
51954
51955         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
51956
51957 1998-05-09  Jim Meyering  <meyering@ascend.com>
51958
51959         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
51960         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
51961         with automake.
51962
51963         * m4/ssize_t.m4: New file.
51964         * m4/mktime.m4: Remove file -- the new automake has this now.
51965
51966 1998-04-26  Jim Meyering  <meyering@ascend.com>
51967
51968         * m4/assert.m4: New file.
51969         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
51970
51971 1998-04-05  Jim Meyering  <meyering@ascend.com>
51972
51973         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
51974         (jm_PREREQ): Use it here.
51975
51976 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
51977
51978         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
51979         in acconfig.h.
51980
51981 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
51982
51983         * m4/prereq.m4: New file.
51984         * m4/error.m4: New file.
51985         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
51986
51987 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
51988
51989         * m4/getline.m4: Don't set am_cv_func_working_getline before the
51990         cache-check for the same variable -- that defeated the purpose of
51991         the test; the test program was never run.  This was a problem only
51992         on systems with losing getline functions -- HP-UX 10.20 is one.
51993         Reported by Bjorn Helgaas.
51994
51995 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
51996
51997         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
51998
51999 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
52000
52001         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
52002
52003         * m4/const.m4: New file.  Use an initializer in this declaration
52004         typedef int charset[2]; const charset x;
52005         Reported by Bob Glickstein.
52006
52007 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
52008
52009         * m4/chown.m4: Fix reversed types on -1 args to chown.
52010         From Kaveh Ghazi.
52011
52012 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
52013
52014         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
52015         Add lseek and memchr.
52016
52017         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
52018         T.E.Dickey <dickey@clark.net> said that some older preprocessors
52019         have a 20-character limit on names.
52020
52021 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
52022
52023         * m4/inttypes_h.m4: New file.
52024         * m4/uintmax_t.m4: New file.
52025         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
52026
52027
52028         -----
52029
52030         Local Variables:
52031         coding: utf-8
52032         End:
52033
52034         Copyright (C) 1997-2009 Free Software Foundation, Inc.
52035
52036         Copying and distribution of this file, with or without
52037         modification, are permitted provided the copyright notice
52038         and this notice are preserved.